clarion/TODO

28 lines
801 B
Plaintext
Raw Permalink Normal View History

2015-04-29 13:01:29 +03:00
- User-facing:
2024-04-08 13:17:36 +03:00
- # Event proposal: lecture, workshop, open space (CRUD)
- # Volunteership
2015-04-29 13:01:29 +03:00
- Sponsorship
- Admin:
2015-05-10 13:36:29 +03:00
- # Create a conference, halls, tracks
2015-05-30 15:29:00 +03:00
- # Starting a CFP
2015-05-10 13:36:29 +03:00
- # conferences#show -> admin dashboard
2024-04-08 13:17:36 +03:00
- # volunteers#index -> approved volunteers
- # sponsorships#index -> generate token, links to send around
2015-04-29 13:01:29 +03:00
- scheduling -> calendar with events
2015-05-10 13:36:29 +03:00
2015-07-26 14:55:01 +03:00
- # proposals#index -> undecided events, grouped by user
- # events#index -> approved events
2015-05-10 13:36:29 +03:00
- users:
2015-05-25 11:43:44 +03:00
- # edit profile: image upload and stuff
- # show profile
2024-04-08 13:17:36 +03:00
- # Edit profiles instead
2024-04-08 13:17:36 +03:00
- # Home-area user CRUD
2015-07-14 21:00:51 +03:00
- # Controller before_action that checks for current_conference
2024-04-08 13:17:36 +03:00
- # Devise view styling
2015-05-10 13:36:29 +03:00
Notes:
- .row > .col-lg-12 -> put that outside of the "yield"?