Update todo

This commit is contained in:
Petko Bordjukov 2024-04-08 13:17:36 +03:00
parent b80eab40cc
commit 8fde9ec46a
1 changed files with 6 additions and 7 deletions

13
TODO
View File

@ -1,14 +1,14 @@
- User-facing: - User-facing:
- Event proposal: lecture, workshop, open space (CRUD) - # Event proposal: lecture, workshop, open space (CRUD)
- Volunteership - # Volunteership
- Sponsorship - Sponsorship
- Admin: - Admin:
- # Create a conference, halls, tracks - # Create a conference, halls, tracks
- # Starting a CFP - # Starting a CFP
- # conferences#show -> admin dashboard - # conferences#show -> admin dashboard
- volunteers#index -> approved volunteers - # volunteers#index -> approved volunteers
- sponsorships#index -> generate token, links to send around - # sponsorships#index -> generate token, links to send around
- scheduling -> calendar with events - scheduling -> calendar with events
- # proposals#index -> undecided events, grouped by user - # proposals#index -> undecided events, grouped by user
@ -17,12 +17,11 @@
- users: - users:
- # edit profile: image upload and stuff - # edit profile: image upload and stuff
- # show profile - # show profile
- Edit profiles instead - # Edit profiles instead
- Home-area user CRUD - Home-area user CRUD
- # Controller before_action that checks for current_conference - # Controller before_action that checks for current_conference
- Devise view styling - # Devise view styling
Notes: Notes:
- .row > .col-lg-12 -> put that outside of the "yield"? - .row > .col-lg-12 -> put that outside of the "yield"?
- human_attribute_name -> create a short alias?