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

feat(charts): Add Bookmarked link metrics in Team page #77

Merged
merged 5 commits into from
Nov 15, 2023

Conversation

quentingrchr
Copy link
Contributor

@quentingrchr quentingrchr commented Nov 15, 2023

Add bookmarked link metrics in Team Page

Description

This pull request adds a graphical interface to the team's dashboard page, displaying graphs and charts that count and group all bookmarks per month. This enhancement enables users to visualize their team's contributions over time.

Link to issue

Fix #64

Screenshots

image

Additional Comments

I utilized Raw SQL since Prisma currently lacks support for grouping by date ranges or formatting dates directly within a groupBy. Additionally, I lowered the "level" in the React Tree where client rendering takes place to enable server-side rendering of the chart. As a result, src/components/pages/Team.tsx is now server-side rendered.

Copy link

vercel bot commented Nov 15, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
digestclub ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 15, 2023 4:05pm

@quentingrchr quentingrchr marked this pull request as draft November 15, 2023 11:17
@tlenclos
Copy link
Contributor

Total bookmarks count seems wrong
image

@quentingrchr quentingrchr changed the title [WIP] feat(charts): Add Bookmarked link metrics in Team page feat(charts): Add Bookmarked link metrics in Team page Nov 15, 2023
@tlenclos tlenclos merged commit 5434afe into main Nov 15, 2023
3 checks passed
@tlenclos tlenclos deleted the feat/charts-bookmarks branch November 15, 2023 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dashboard: Display team metrics
2 participants