Skip to content

Views #6

@kikito

Description

@kikito

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions