-
Notifications
You must be signed in to change notification settings - Fork 9
188 analytics #195
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
188 analytics #195
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Deployment failed with the following error: Learn More: https://vercel.com/docs/concepts/projects/project-configuration |
n1sh1thaS
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! I left a comment for one tiny change
|
|
||
| setMonthlyData(monthRes.data ?? []); | ||
| setStats(res.data); | ||
| } catch (err) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add a toast notification here which shows up if the application is unable to fetch the analytics page? You can refer to ApplicationModal.tsx to see how toast notifications are added.
|
Also, could you change the Insights and Recommendations section to have more generic comments? |
Summary
Describe the purpose of this pull request. What does it do, and why is it needed?
Creates API endpoints and routes for application information analytics, and displays analytics on the frontend analytics page
Closes #188
Changes Made
Briefly summarize the major changes:
Testing
How was this change tested?