Files
pichunt/TODO.md
T
2025-08-05 22:41:00 +02:00

63 lines
2.0 KiB
Markdown

- **Required**
- **Auth**
- [x] Flawless! Login (Email+Pw ohne bestätigung?)
- [x] Default random name
- [ ] Change display name
- **Hunt Admin**
- [ ] Start/Stop
- [ ] Add Reviews/Score
- [ ] View best Answers and Pictures
- [ ] All/Best Images gallery
- [ ] Manage teams (remove, 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
- **Nice to have**
- **Auth**
- [ ] Login with LDAP
- [ ] Fetch name from LDAP
- [ ] Social Login
- **Hunt Admin**
- [ ] Create hunt
- [ ] Add Questions
- [ ] View Answers on Map
- [ ] Image Diashow
- **Hunt User**
- [ ] How-to/Guide/Good explanation
- [ ] Get Geo-Location
- [ ] Track walking distance
- [ ] View other answers
- [ ] View other reviews and scores
- [ ] Review other answers (Fan-Favorite)
- [ ] View all images on one page
- [ ] Notifications
- [ ] i18n
- [ ] Process image uploads (resize, remove EXIF, etc.)
- [ ] Mark image as private
- [ ] Support chat
- [ ] Leave/Remove team
- [ ] Copy team from different hunt
- **General**
- [x] Pretty slugified urls
- [ ] 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
```