osem-fcy/app/views/admin
AEtherC0r3 68fc750e9f Implement track requests and add the track organizer role
About track requests:
Create migration that adds the fields submitter_id, state, and
cfp_active to Tracks
Add validations and the self_organized? method to the Track model
Create a new TracksController outide of the admin namespace
Create the relevant views for index, show, new and edit
Modify the admin views for tracks to include extra info for
self-organized tracks

About track organizers:
Create the role when a self-organized track is created
Define track organizer abilities
Modify the roles views and controller to handle the new role

The route for Roles#edit needs to have higher priority than the nested
routes for track roles, otherwise, the word edit in the url is matched
as a track with short_name edit
2017-07-14 12:38:53 +03:00
..
campaigns Changed Ruby syntax in views. Fixed #1326 2017-03-20 18:27:39 +05:30
cfps Rework cfp abilities 2017-06-27 21:16:46 +03:00
comments Changed Ruby syntax in views. Fixed #1326 2017-03-20 18:27:39 +05:30
commercials Changed Ruby syntax in views. Fixed #1326 2017-03-20 18:27:39 +05:30
conferences Make ticket layout configurable 2017-07-07 14:19:51 +05:30
contacts Changed Ruby syntax in views. Fixed #1326 2017-03-20 18:27:39 +05:30
difficulty_levels Changed Ruby syntax in views. Fixed #1326 2017-03-20 18:27:39 +05:30
emails Changed Ruby syntax in views. Fixed #1326 2017-03-20 18:27:39 +05:30
event_types Add schedule interval as attribute of a program 2017-04-01 21:39:20 +03:00
events caching comment counts 2017-07-09 01:57:44 +05:30
lodgings Changed Ruby syntax in views. Fixed #1326 2017-03-20 18:27:39 +05:30
organizations correct past and upcoming conferences in admin/organizations#index 2017-07-12 17:42:19 +05:30
physical_ticket Allow admin to show/generate ticket 2017-07-03 06:17:27 +05:30
programs Add schedule interval as attribute of a program 2017-04-01 21:39:20 +03:00
questions show users per question 2015-04-22 18:55:51 +03:00
registration_periods fix failing tests 2017-07-04 05:55:41 +05:30
registrations Fix registration sorting 2017-06-03 12:37:56 +03:00
reports Fixes for PostreSQL support 2017-06-20 15:49:15 +03:00
resources add validation for name, used and quantity 2017-05-13 18:30:30 +03:00
roles Implement track requests and add the track organizer role 2017-07-14 12:38:53 +03:00
rooms Changed Ruby syntax in views. Fixed #1326 2017-03-20 18:27:39 +05:30
schedules Add schedule interval as attribute of a program 2017-04-01 21:39:20 +03:00
splashpages fix failing tests 2017-07-04 05:55:41 +05:30
sponsors Changed Ruby syntax in views. Fixed #1326 2017-03-20 18:27:39 +05:30
sponsorship_levels Changed Ruby syntax in views. Fixed #1326 2017-03-20 18:27:39 +05:30
targets Remove duplicated label - target/form 2017-07-05 18:39:29 +03:00
tickets Allow admin to show/generate ticket 2017-07-03 06:17:27 +05:30
tracks Implement track requests and add the track organizer role 2017-07-14 12:38:53 +03:00
users Fix haml-lint error 2017-05-11 11:59:33 +02:00
venues Rename 'ConferenceController' to 'ConferencesController', and 'ProposalController' to 'ProposalsController' 2016-09-30 18:49:44 -04:00
versions Friendly urls for tracks 2017-07-04 20:42:10 +03:00
volunteers Changed Ruby syntax in views. Fixed #1326 2017-03-20 18:27:39 +05:30