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

[VMS] "Other Events Like This" list #364

Open
PC98 opened this issue Nov 5, 2020 · 0 comments
Open

[VMS] "Other Events Like This" list #364

PC98 opened this issue Nov 5, 2020 · 0 comments
Assignees
Labels
frontend Involving frontend development. high priority Requires immediate attention. VMS Tasks corresponding to Volunteer Management Solution
Milestone

Comments

@PC98
Copy link
Collaborator

PC98 commented Nov 5, 2020

  • Using our pagination list component and the API endpoint added in [VMS] API endpoint and request method for "Other Events Like This" #363, implement the "Other Events Like This" list that is shown at the bottom of the event details page.
  • Let's fetch first page data for this list on the client-side. We can't do it on server side without getting rid of getStaticProps and switching to getServerSideProps in pages/events/[id].tsx. Like the nearby events list, this list can also just show glimmers while the client fetches data for the first page.
  • There is also an "All Events" button at the bottom right. Clicking on it should take the user to /events with no query parameters.
@PC98 PC98 added blocked This task is blocked by another task frontend Involving frontend development. VMS Tasks corresponding to Volunteer Management Solution labels Nov 5, 2020
@PC98 PC98 added this to the Sprint 5 milestone Nov 5, 2020
@PC98 PC98 added the high priority Requires immediate attention. label Nov 9, 2020
@PC98 PC98 modified the milestones: Sprint 5, Sprint 6 Nov 11, 2020
@PC98 PC98 removed the blocked This task is blocked by another task label Nov 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend Involving frontend development. high priority Requires immediate attention. VMS Tasks corresponding to Volunteer Management Solution
Projects
None yet
Development

No branches or pull requests

2 participants