2015-04-29 13:01:29 +03:00
|
|
|
- User-facing:
|
|
|
|
- Event proposal: lecture, workshop, open space (CRUD)
|
|
|
|
- Volunteership
|
|
|
|
- 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
|
2015-04-29 13:01:29 +03:00
|
|
|
- proposals#index -> grouped by user
|
|
|
|
- volunteers#index -> approved volunteers
|
|
|
|
- events#index -> approved events
|
|
|
|
- sponsorships#index -> generate token, links to send around
|
|
|
|
- scheduling -> calendar with events
|
2015-05-10 13:36:29 +03:00
|
|
|
|
|
|
|
- users:
|
2015-05-25 11:43:44 +03:00
|
|
|
- # edit profile: image upload and stuff
|
2015-05-30 18:53:14 +03:00
|
|
|
- # show profile
|
|
|
|
- Edit profiles instead
|
|
|
|
|
|
|
|
- Home-area user CRUD
|
2015-05-30 19:00:51 +03:00
|
|
|
- Controller before_action that checks for current_conference
|
|
|
|
- Devise view styling
|
2015-05-10 13:36:29 +03:00
|
|
|
|
|
|
|
Notes:
|
|
|
|
- .row > .col-lg-12 -> put that outside of the "yield"?
|
|
|
|
- human_attribute_name -> create a short alias?
|