67 lines
2.1 KiB
Markdown
67 lines
2.1 KiB
Markdown
- **Required**
|
|
- **Auth**
|
|
- [x] Flawless! Login (Email+Pw ohne bestätigung?)
|
|
- [x] Default random name
|
|
- [ ] 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
|
|
- [ ] 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 data
|
|
- [ ] 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
|
|
- [ ] 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
|
|
|
|
```
|