-
-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
rpitv/glimpse-ui
#50Labels
Module: UIThis issue pertains to the apps/ui moduleThis issue pertains to the apps/ui modulePriority: CRITICALThis issue is completely disabling the site, is a major security issue, or requires attention ASAP.This issue is completely disabling the site, is a major security issue, or requires attention ASAP.Type: FeatureNew feature or requestNew feature or request
Description
A list of productions can currently be viewed at /productions, however if. you click on any one of those productions, it will bring you to the page /productions/:id, which currently just gives a 404 error.
Page style TBD, but it should display things such as:
- Video player(s)
- Images
- Title
- Description
- Date of production
- Start time
- End time?
- Location?
- Category
- Tags
- Credits
Future iterations may want to include, the following, and issues should be opened for them if they are not complete by the time this issue is closed:
- Markdown for when no video player is present (e.g. custom messages/links when no video available, or when video not embeddable)
- Data visible to members only
- RSVP list, and ability to RSVP yourself
- Edit button
- Closet location
- Closet time
- Team notes
- Link to Discord channel?
- Public chat?
- We can embed the YouTube chat for YouTube events, and for events which are streamed on our own video player we can add our own chat.
- Optionally, we could make it so you have to log in to chat. This would make it easier to moderate, but would limit user interaction.
- This should be pretty low on the priority list, but something worth thinking about.
All of these require permissions to view and, while guests will typically be able to fetch all of the data in the first section above, this shouldn't be assumed. Browser should check that the user has permission to read each property before attempting to display or fetch it.
Metadata
Metadata
Assignees
Labels
Module: UIThis issue pertains to the apps/ui moduleThis issue pertains to the apps/ui modulePriority: CRITICALThis issue is completely disabling the site, is a major security issue, or requires attention ASAP.This issue is completely disabling the site, is a major security issue, or requires attention ASAP.Type: FeatureNew feature or requestNew feature or request