Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Views #6

Open
kikito opened this issue Feb 2, 2014 · 0 comments
Open

Views #6

kikito opened this issue Feb 2, 2014 · 0 comments

Comments

@kikito
Copy link
Member

kikito commented Feb 2, 2014

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant