Files
pichunt/TODO.md
T
2025-08-17 01:40:30 +02:00

67 lines
2.1 KiB
Markdown

- **Required**
- **Auth**
- [x] Flawless! Login (Email+Pw ohne bestätigung?)
- [x] Default random name
- [x] Change display name
- **Hunt Admin**
- [x] Start/Stop
- [x] Add Reviews/Score
- [x] View best Answers and Pictures
- [x] All/Best Images gallery
- [x] Manage teams (remove, kick, add)
- [x] Manage admins (kick, add)
- **Hunt User**
- [x] Create Team
- [x] Invite Members
- [x] Join Hunt
- [x] Answer with text and image
- [x] Change/Update Answer and image
- [x] View Answers of other members, check for collisions!
- [x] View own reviews and score
- [x] Mark submission as final
- **Nice to have**
- **Auth**
- [ ] Login with LDAP
- [ ] Fetch name from LDAP
- [ ] Social Login
- **Hunt Admin**
- [ ] Create hunt
- [ ] Add Questions
- [ ] View Answers on Map
- [x] Image Diashow
- **Hunt User**
- [x] View all images on one page
- [ ] i18n data
- [ ] Mark image as private
- [ ] How-to/Guide/Good explanation
- [ ] Leave/Remove/Edit team
- [ ] Support chat
- [ ] Copy team from different hunt
- [ ] Get Geo-Location
- [ ] View other answers
- [ ] View other reviews and scores
- [ ] Process image uploads (resize, remove EXIF, etc.)
- [ ] Review other answers (Fan-Favorite)
- [ ] Track walking distance
- [ ] Notifications
- **General**
- [x] Pretty slugified urls
- [ ] All static texts translated
- [ ] Pretty
- [ ] SEO, Meta, Preview
- [ ] Deployment `.on.hs-bremen.de`??
```txt
/ Show explanation, route to login
/profile Update own name
/hunt/<slug> Show Hunt, ask to create team
A /hunt/<slug> Show Hunt, Button to invite members, Buttons to start/stop/change visibility
/hunt/<slug>/team/<slug> Show team, invite other users
/hunt/<slug>/team Join team
/hunt/<slug>/<slug> Show Quest, show teams answer, update answer
A /hunt/<slug>/<slug> Show Quest, hidden solution, list answers as accordion, review answers
A /hunt/<slug>/<slug>/best Gallery of best (highest score) answer images
A /hunt/<slug>/best Gallery of best (highest score) answer images
```