codefordenver / codefordenver/Comrad
"View All" for past shows
- Dominant language
- JavaScript
- Stars
- 25
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
## Description of Issue
Add a "View All" link to the "My Past Shows" section on the homepage. The link should go to a page that displays all of the user's past shows. We should also implement paging of 100 records with the data in case a user has a huge number of shows.
## Possible Solution and/or Approach
Could possibly build off of the component being built in #498.
Or, the table on the Dashboard could be turned into a component that could display all records and have options on whether or not to restrict the shows displayed to the past year. The Dashboard would not display all records and would only display shows in the past year. The page to view all past shows would display all shows and not be restricted to shows in the past year.
To optimize the API endpoints, we may need to build an additional API endpoint that gets the oldest date of a hosted show for a user. That way, we can pass the show model's `find` API the earliest date the user had a show.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.