We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a Resident, I want to see the top 5 libraries viewed at my facility, so that I can see what others around me are often reading.
This task involves creating a dashboard component that renders the top 5 open content libraries tracked by users at the facility level.
Depending on what [Track library activity](https://www.notion.so/Track-library-activity-13701ac3401f806ab585fbb4a46ef84f?pvs=21) captures, this would be determined by which libraries receive the most page requests. Users would be able to filter based on time.
GET /api/facility/{id}/library-activity
User logs in or visits Dashboard
The text was updated successfully, but these errors were encountered:
Depends on #490
Sorry, something went wrong.
calisio
Successfully merging a pull request may close this issue.
User Story:
As a Resident, I want to see the top 5 libraries viewed at my facility, so that I can see what others around me are often reading.
Description:
This task involves creating a dashboard component that renders the top 5 open content libraries tracked by users at the facility level.
Depending on what [Track library activity](https://www.notion.so/Track-library-activity-13701ac3401f806ab585fbb4a46ef84f?pvs=21) captures, this would be determined by which libraries receive the most page requests. Users would be able to filter based on time.
Tasks:
GET /api/facility/{id}/library-activity
) to retrieve library activity data.User Flow:
User logs in or visits Dashboard
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: