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

Create a visualisation of blog posts published over the years #205

Open
dennyabrain opened this issue Oct 12, 2024 · 1 comment
Open

Create a visualisation of blog posts published over the years #205

dennyabrain opened this issue Oct 12, 2024 · 1 comment
Assignees
Labels
level:feature An issue that describes a feature (initiative>feature>ticket)

Comments

@dennyabrain
Copy link
Contributor

Overview :

We have around 100 blog posts on the tattle website. We want to make it easy to explore the various blog posts. Currently we have a way to filter blog posts by tags, we would like to now show a visualisation of when were the blog posts published.

Example Visualization :
Screenshot 2024-10-12 at 14-24-01 Calendar _ D3 Observable

Hovering on any of the blocks should show links to blogs that were published that day. Here's a visual reference for that
Screenshot from 2024-10-12 14-25-22

This visualization should be accessible on the path /blog/stats

Method

Using gatsby's APIs and javascript find a way to aggregate blog posts by their date of publication. Then using d3.js find a way to visualize them like the reference images above.

Learning Resources

introduction : https://www.d3indepth.com/
charts : https://observablehq.com/@d3/charts
official API documentation : https://d3js.org/getting-started
using d3 with react guide : https://d3js.org/getting-started#d3-in-react
making calendar : https://observablehq.com/@d3/calendar/2

@dennyabrain dennyabrain added the level:feature An issue that describes a feature (initiative>feature>ticket) label Oct 12, 2024
@Mahimahto
Copy link
Contributor

Can you please assign it to me?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
level:feature An issue that describes a feature (initiative>feature>ticket)
Projects
Status: In Progress
Development

No branches or pull requests

3 participants