Add hunt detail
This commit is contained in:
@@ -0,0 +1,58 @@
|
||||
- **Required**
|
||||
- **Auth**
|
||||
- [ ] Flawless! Login (Email+Pw ohne bestätigung?)
|
||||
- [ ] Default random name
|
||||
- [ ] Change display name
|
||||
- **Hunt Admin**
|
||||
- [ ] Start/Stop
|
||||
- [ ] Add Reviews/Score
|
||||
- [ ] View best Answers and Pictures
|
||||
- [ ] All/Best Images gallery
|
||||
- **Hunt User**
|
||||
- [ ] Create Team
|
||||
- [ ] Invite Members
|
||||
- [ ] Join Hunt
|
||||
- [ ] Answer with text and image
|
||||
- [ ] Change/Update Answer and image
|
||||
- [ ] View Answers of other members, check for collisions!
|
||||
- [ ] 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
|
||||
- **General**
|
||||
- [ ] 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
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user