forked from nalmeida/hill-chart-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
985e80c
commit d163460
Showing
1 changed file
with
9 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,14 @@ | ||
# Hill Chart API | ||
|
||
Forked from: https://github.com/JoshAntBrown/hill-chart-api | ||
Originally created from: https://github.com/JoshAntBrown/hill-chart-api | ||
Then forked from: https://github.com/nalmeida/hill-chart-api | ||
|
||
## Installing | ||
## 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](https://spacecowboys.notion.site/Test-Work-6bb0fb2fa9124adfb4f4bf53a4a31f9b?pvs=4) that generates a hill chart on [hill-chart-api](https://hill-chart-api.vercel.app/api?s=Open%20Field%20Questions/100,Zillow%20Links/6,Results%20Page%203.0.1/80,Prompts/17) 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. | ||
|
||
1. Clone this repo | ||
2. Run: `$ npm install` | ||
## Gameplan | ||
|
||
## Running | ||
|
||
`$ npm run server` | ||
|
||
## To Do | ||
|
||
* Deploy it to Vercel, Netlify, CLoudflare or orher ... | ||
- 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 |