muety / wakapi

📊 A minimalist, self-hosted WakaTime-compatible backend for coding statistics
https://wakapi.dev
MIT License
2.59k stars 160 forks source link

Public summaries and sharing links #36

Closed muety closed 3 years ago

muety commented 4 years ago

Allow a user to make her summary public, so a read-only view of it can be shared as a link on the web.

The user should able to choose which charts to display on the public page and which to hide.

muety commented 3 years ago

Inspired by WakaTime embeddable charts.

muety commented 3 years ago

I'd suggest to do it analogously to WakaTime, which has two checkmarks to enable exposing statistics publicly.

image

These two settings will affect the stats endpoint (#114) as well as the badge endpoint.

To Do