Skip to content

Commit 60e0877

Browse files
author
Developer
committed
feat: Complete evolution to Snap2Slides Pro v2.0 - AI-powered platform with mobile support
2 parents 52f36a8 + dcd72cb commit 60e0877

File tree

86 files changed

+8255
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+8255
-0
lines changed

.eslintrc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": ["next/core-web-vitals"]
3+
}
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
---
2+
name: Bug Report
3+
about: Create a report to help us improve
4+
title: '[BUG] '
5+
labels: ['bug', 'needs-triage']
6+
assignees: []
7+
---
8+
9+
## Bug Description
10+
A clear and concise description of what the bug is.
11+
12+
## To Reproduce
13+
Steps to reproduce the behavior:
14+
1. Go to '...'
15+
2. Click on '....'
16+
3. Scroll down to '....'
17+
4. See error
18+
19+
## Expected Behavior
20+
A clear and concise description of what you expected to happen.
21+
22+
## Actual Behavior
23+
A clear and concise description of what actually happened.
24+
25+
## Screenshots
26+
If applicable, add screenshots to help explain your problem.
27+
28+
## Environment Information
29+
**Desktop (please complete the following information):**
30+
- OS: [e.g. iOS]
31+
- Browser: [e.g. chrome, safari]
32+
- Version: [e.g. 22]
33+
34+
**Smartphone (please complete the following information):**
35+
- Device: [e.g. iPhone6]
36+
- OS: [e.g. iOS8.1]
37+
- Browser: [e.g. stock browser, safari]
38+
- Version: [e.g. 22]
39+
40+
**Application Information:**
41+
- Version: [e.g. 1.0.0]
42+
- Environment: [e.g. development, staging, production]
43+
- API Version: [e.g. v1]
44+
45+
## Error Logs
46+
If applicable, add error logs or console output:
47+
48+
```
49+
Paste error logs here
50+
```
51+
52+
## Additional Context
53+
Add any other context about the problem here.
54+
55+
## Possible Solution
56+
If you have suggestions for fixing the bug, please describe them here.
57+
58+
## Related Issues
59+
Link any related issues here using #issue-number.
60+
61+
---
62+
63+
**Checklist**
64+
- [ ] I have searched for existing issues before creating this one
65+
- [ ] I have provided all the required information
66+
- [ ] I have added appropriate labels
67+
- [ ] I have tested this on the latest version
Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
---
2+
name: Feature Request
3+
about: Suggest an idea for this project
4+
title: '[FEATURE] '
5+
labels: ['enhancement', 'needs-triage']
6+
assignees: []
7+
---
8+
9+
## Feature Summary
10+
A clear and concise description of the feature you'd like to see added.
11+
12+
## Problem Statement
13+
Is your feature request related to a problem? Please describe.
14+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
15+
16+
## Proposed Solution
17+
A clear and concise description of what you want to happen.
18+
19+
## Alternative Solutions
20+
A clear and concise description of any alternative solutions or features you've considered.
21+
22+
## Use Cases
23+
Describe specific use cases for this feature:
24+
1. As a [user type], I want [functionality] so that [benefit]
25+
2. When [scenario], I need [capability] to [achieve goal]
26+
27+
## Implementation Details
28+
If you have ideas about how this could be implemented, please share:
29+
30+
**Frontend Changes:**
31+
- [ ] UI/UX modifications
32+
- [ ] New components
33+
- [ ] State management updates
34+
35+
**Backend Changes:**
36+
- [ ] API endpoints
37+
- [ ] Database schema changes
38+
- [ ] Business logic updates
39+
40+
**Infrastructure:**
41+
- [ ] Deployment changes
42+
- [ ] Configuration updates
43+
- [ ] Third-party integrations
44+
45+
## Design Mockups
46+
If applicable, add mockups, wireframes, or design concepts.
47+
48+
## Acceptance Criteria
49+
Define what "done" looks like for this feature:
50+
- [ ] Criterion 1
51+
- [ ] Criterion 2
52+
- [ ] Criterion 3
53+
54+
## Additional Context
55+
Add any other context, screenshots, or examples about the feature request here.
56+
57+
## Priority
58+
How important is this feature to you?
59+
- [ ] Critical (blocking)
60+
- [ ] High (important for workflow)
61+
- [ ] Medium (nice to have)
62+
- [ ] Low (when time permits)
63+
64+
## Related Issues
65+
Link any related issues or discussions here using #issue-number.
66+
67+
---
68+
69+
**Checklist**
70+
- [ ] I have searched for existing feature requests before creating this one
71+
- [ ] I have provided clear use cases for this feature
72+
- [ ] I have considered the impact on existing functionality
73+
- [ ] I have added appropriate labels

0 commit comments

Comments
 (0)