Skip to content
This repository has been archived by the owner on Apr 3, 2022. It is now read-only.

Latest commit

 

History

History
25 lines (15 loc) · 774 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 774 Bytes

notion burndown

Generates burndown charts based on Notion databases.

Usage

Manual

Run on_trigger workflow. The generated burndown chart will be saved to the out/ folder.

Scheduled

At the start of sprint, add a new row in the Sprint summary database.

  • Sprint: latest sprint number
  • Start: sprint start date
  • End: sprint end date
  • Name: doesn't really matter
  • Burndown Chart: https://github.com/rationally-app/notion-burndown/blob/master/out/sprint<new sprint number>-latest-burndown.png

The scheduled workflows will take care of the rest.

Contribution

Please see issues in the original repo.