You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting aside login/logout/forgot my password views, here're the views we'll need:
meetings/index (root). Lists all meetings, but not including all fields, sorted by date. Meetings happening in the future are highlighted and can be joined by logged-in users and admins. Clicking on any meeting goes to that meeting's "show". Admins see link to "create" here.
meetings/show: Displays all the data for that meeting, as well as who is attending/has attended, and the comments. Admins see links to edit/update/delete here. Logged-in users and admins see a "Comment button" here.
meetings/create/edit/update: Standard admin stuff for the fields.
meetings/delete confirms, then deletes the meeting in question (including any Attendings and Comments it could have) and redirects to index with a message "meeting deleted".
users/index: Displays all the registered users by name (or by avatar, if available). Root can see a special flag for making/unmaking admins here.
The text was updated successfully, but these errors were encountered:
Setting aside login/logout/forgot my password views, here're the views we'll need:
The text was updated successfully, but these errors were encountered: