rudzainy / ranting

A hyper localised link-in-bio platform.
https://ranting-mvp.onrender.com
0 stars 0 forks source link

Display click counts using ChartJS #57

Open rudzainy opened 8 months ago

rudzainy commented 8 months ago

This issue refers to the chartjs branch. It was extracted out from ui branch.

Functional requirements:

  1. Click counts should be displayed as line chart over time.
  2. The chart should display daily total cumulative click counts for the past 7 days (can be extended in the future 😬)
  3. User should be able to know how many total cumulative clicks for each day of the past 7 days.

Todo:

Todon't:

rudzainy commented 8 months ago

last time i worked on this, i was stuck at figuring out how to get daily total click counts for the last 7 days.