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

Past Events: Event Details page #82

Closed
2 tasks
kelseylc opened this issue Mar 3, 2020 · 3 comments
Closed
2 tasks

Past Events: Event Details page #82

kelseylc opened this issue Mar 3, 2020 · 3 comments
Labels
p-feature: Events Request These are feature requests from people external to the project s: Team Lead/Project Manager Stakeholder Persona: a project leader responsible for the operation of an individual project size: missing

Comments

@kelseylc
Copy link
Member

kelseylc commented Mar 3, 2020

As a user, when I click on the "View Details" button for either a Past Event or Upcoming event, I want to see the details of that event.

For a Past Event, I want to see an overview of that event's details & attendance.

Link to Wireframes:

https://www.figma.com/file/9c6pxjImN8MjHAZLH7zxYm/VRMS-Mocks?node-id=22881%3A2738
--- See screen titled "Events-Past Events-Details"

Action Items

  • On the Event Details page for a Past Event, show the following information:
  • Event Name = events.name
  • Event Date & Time = events.date @ [hardcoded Start & End time]
    • e.g. Monday, Mar. 2 2020 @ 6PM - 9PM
  • City, State = events.location__city, events.location__state
  • Status: [Open/Closed]
    • Open = (events.checkInReady = TRUE)
    • Closed = (events.checkInReady = FALSE)
  • Total Volunteers: (n) WHERE n = COUNT(checkins.userid) for selected event
  • Underneath the "Total Volunteers" header, add a donut chart (with legend) showing a breakdown of that event's volunteers by New vs. Returning.
  • New vs Returning value can be found here:
    • New: users.newMember = TRUE
    • Returning: users.newMember = FALSE
  • The legend should display the COUNT of New volunteers vs. Returning volunteers at that event

Acceptance Criteria

As an admin user, when I click on the Events tab, then on "View Details" for a Past Event, I should now see an Event Details page like so:
image

@kelseylc
Copy link
Member Author

kelseylc commented Mar 3, 2020

CUT:
Total Volunteer Hours: (Sum)
Attendees: (list of check-ins, display first_name last_name)

@kelseylc
Copy link
Member Author

kelseylc commented Mar 3, 2020

Matt, I'm not sure what kind of asset library you're using for the dashboard. If you have something like a closed lock/open lock symbol, I think that would be great to show open/closed status. Otherwise, a basic Check mark vs. Close symbol (X) will suffice.

@juliagab56
Copy link
Member

Outdated issue

@JackHaeg JackHaeg added the s: Team Lead/Project Manager Stakeholder Persona: a project leader responsible for the operation of an individual project label Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p-feature: Events Request These are feature requests from people external to the project s: Team Lead/Project Manager Stakeholder Persona: a project leader responsible for the operation of an individual project size: missing
Projects
Development

No branches or pull requests

6 participants