Change todo

This commit is contained in:
2025-07-07 22:49:18 +02:00
parent aadce33d1a
commit 505e1e28b8

120
ToDo.md
View File

@ -1,62 +1,48 @@
# ToDo List # ToDo List
## Commissions ## Frontend
### Commission Request Form ### Pages
- [ ] Home / Search
- [ ] Portfolio
- [x] Commissions
- [ ] Custom Offers / YCH ...
- [ ] Request Queue
- [x] ToS
- [ ] FAQ
- [ ] About
### Home / Search
- [ ] Typesense integration for search
- [ ] Commission status (open/closed)
- [ ] Special offers
- [ ] "Image of the day" / featured images
### Portfolio
- [ ] Different galleries / albums / ...?
- [ ] Showcase of images
- [ ] Carousel / Masonry Layout / ... ?
- [ ] Custom watermark?
- [ ] Same bg / border effects as on my app?
- [ ] Sorting & Filtering (Sorted / filtered by topic, year, tags, categories, ...)
### Commissions
- [ ] Main info page
- [x] Commission prices
- [ ] Example images for each commission type or global
- [ ] Commission Request Form
#### Commission Request Form
- [x] Commission order form UI - [x] Commission order form UI
- [ ] Form submission logic - [ ] Form submission logic
- [ ] File upload with storage (e.g. MinIO) - [ ] File upload with storage (e.g. MinIO)
- [ ] Store form data in Prisma - [ ] Store form data in Prisma
- [ ] Confirmation / success page after submission - [ ] Confirmation / success page after submission / Email
- [ ] Add optional fields (contact method, payment method, deadline, etc.) - [ ] Add optional fields (contact method, payment method, deadline, etc.)
- [ ] Add privacy & crediting preferences - [ ] Add privacy & crediting preferences
- [ ] Admin-configurable field visibility / requirements (future) - [ ] Admin-configurable field visibility / requirements
### Pages ##### Essential Fields
- [x] Terms of Service page
- [x] Public commission info / landing page
- [ ] Commission type list with filters
- [ ] Single commission type preview (with examples)
- [ ] Commission request success page
- [ ] FAQ or Help page
- [ ] Page for **custom offers / YCHs**
- [ ] YCH listing grid
- [ ] YCH details page (slots, price, preview image)
- [ ] YCH claim form
- [ ] Status display (e.g. "slot taken", "open", "closed")
### Admin Panel
- [x] Commission type create/edit form
- [ ] Commission option/extra CRUD UI
- [ ] View list of commission requests
- [ ] View single request details
- [ ] Update request status (pending, accepted, rejected, etc.)
- [ ] Filter and sort commission requests
- [ ] View submitted files / references
- [ ] Tag, flag, or star requests for tracking
- [ ] Delete / archive requests
### Backend & Actions
- [ ] Submit commission request server action
- [ ] Upload reference image(s) action
- [ ] Create YCH offer action
- [ ] Claim YCH slot action
- [ ] Send confirmation email (optional)
- [ ] Notify artist via email or admin panel
- [ ] Export commission request to JSON or PDF (optional)
### Extras
- [ ] Kanban-style board for request tracking
- [ ] Queue page (public or admin)
- [x] Markdown/WYSIWYG editor for ToS and descriptions
- [ ] Analytics for commission activity
- [ ] iCal or Notion export
- [ ] Stripe or Ko-fi payment integration
## Commission order form UI
### Essential Fields
- [x] Commission type - [x] Commission type
- [x] Base option (e.g. headshot, fullbody) - [x] Base option (e.g. headshot, fullbody)
- [x] Selected extras - [x] Selected extras
@ -66,7 +52,7 @@
- [x] Reference image upload - [x] Reference image upload
- [x] Confirm Terms of Service - [x] Confirm Terms of Service
### Project Details ##### Project Details
- [ ] Character description / bio - [ ] Character description / bio
- [ ] Pose or mood suggestions - [ ] Pose or mood suggestions
- [ ] Background description - [ ] Background description
@ -75,13 +61,13 @@
- [ ] Inspiration images or links - [ ] Inspiration images or links
- [ ] “Im unsure, open to ideas” checkbox - [ ] “Im unsure, open to ideas” checkbox
### Timeline & Budget ##### Timeline & Budget
- [ ] Preferred deadline / latest delivery date - [ ] Preferred deadline / latest delivery date
- [ ] “Flexible deadline” checkbox - [ ] “Flexible deadline” checkbox
- [ ] Budget or max amount willing to pay - [ ] Budget or max amount willing to pay
- [ ] “Urgent / rush commission” checkbox - [ ] “Urgent / rush commission” checkbox
### Contact Preferences ##### Contact Preferences
- [ ] Preferred contact method - [ ] Preferred contact method
- [ ] Email - [ ] Email
- [ ] Telegram - [ ] Telegram
@ -89,7 +75,7 @@
- [ ] Other (input) - [ ] Other (input)
- [ ] Contact handle / username - [ ] Contact handle / username
### Payment Preferences ##### Payment Preferences
- [ ] Preferred payment method - [ ] Preferred payment method
- [ ] PayPal - [ ] PayPal
- [ ] Ko-fi - [ ] Ko-fi
@ -99,13 +85,13 @@
- [ ] Payment notes (optional) - [ ] Payment notes (optional)
- [ ] Invoice required? - [ ] Invoice required?
### Streaming / Video ##### Streaming / Video
- [ ] Id like to watch on stream - [ ] Id like to watch on stream
- [ ] Please record a speedpaint / timelapse - [ ] Please record a speedpaint / timelapse
- [ ] OK to share the stream publicly - [ ] OK to share the stream publicly
- [ ] OK to post timelapse/video publicly - [ ] OK to post timelapse/video publicly
### Visibility & Rights ##### Visibility & Rights
- [ ] “Please keep this private” checkbox - [ ] “Please keep this private” checkbox
- [ ] “OK to share on social media / portfolio” - [ ] “OK to share on social media / portfolio”
- [ ] Credit preference - [ ] Credit preference
@ -114,6 +100,28 @@
- [ ] Stay anonymous - [ ] Stay anonymous
- [ ] Commercial use intended - [ ] Commercial use intended
### Optional / Admin Fields ##### Optional / Admin Fields
- [ ] Commission title / project name - [ ] Commission title / project name
- [ ] Additional notes / anything else to mention - [ ] Additional notes / anything else to mention
### Custom Offers / YCH ...
- [ ] YCH listing grid
- [ ] YCH details page (slots, price, preview image)
- [ ] YCH claim form
- [ ] Status display (e.g. "slot taken", "open", "closed")
- [ ] YCH Request Form
## Backend
### Pages
- [ ] Home / Dashboard / Search
- [ ] Portfolio
- [ ] Commissions
- [ ] Custom Offers / YCH ...
- [ ] Request Queue
- [ ] ToS
- [ ] FAQ
- [ ] About