huntsyea / hill-chart-api

An API that produces Basecamp style hill charts for tracking project progress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hill Chart API

Originally created from: https://github.com/JoshAntBrown/hill-chart-api Then forked from: https://github.com/nalmeida/hill-chart-api

The Why

I love basecamp's hill chart for visualizing where work is at, discussing trade-offs and risks. I do not however fully embrace shape up for work and want to create something that will work with other frameworks. I currently app using an AWS cloud function tied to my Notion board that generates a hill chart on hill-chart-api and updates the embedded view on my Notion. I really want to experiment with how the chart is rendered and thus have forked the above repos.

Gameplan

  • Deploy to firebase
  • Make graph ui cleaner
  • Migrate Notion <> Hill Chart AWS Lambda to Firebase Cloud Function
  • Add cloud function invoke button to allow refreshing the chart when embed in Notion

About

An API that produces Basecamp style hill charts for tracking project progress


Languages

Language:HTML 53.4%Language:JavaScript 46.6%