Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guzart/snowball
Debt payment strategies for your YNAB budget.
https://github.com/guzart/snowball
debt debt-calculator ynab
Last synced: about 2 months ago
JSON representation
Debt payment strategies for your YNAB budget.
- Host: GitHub
- URL: https://github.com/guzart/snowball
- Owner: guzart
- Created: 2018-02-09T01:09:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-07T13:55:55.000Z (over 6 years ago)
- Last Synced: 2024-10-25T14:46:23.550Z (2 months ago)
- Topics: debt, debt-calculator, ynab
- Language: Elm
- Homepage: https://snowball-ynab.firebaseapp.com/
- Size: 604 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Debt Snowball for YNAB
## TODO
Perform validate on minimum payment.
### Alpha Release
* [ ] "start over" button
* [ ] extract action footer to function
* [ ] add reset button to error screen### Beta Release
* [ ] Use types for accountId, budgetId, etc
* [ ] create category modal
* [ ] button to purge localStorage
* [ ] postcss with auto prefixer
* [ ] test that session is decoded correctly
* [ ] handle session decode error
* [ ] handle api url decode error
* [ ] use budget number formatting
* [ ] use budget date formatting
* [ ] move temporary selections out of session – bug when back and forward session is saved### Bling, bling! ✨🥇
* [ ] preserve order of accounts
* [ ] customize bootstrap style
* [ ] update debt payment category balance from snowball
* [ ] animate screen transitions
* [ ] manifest with service workers
* [ ] remove unused css from bootstrap
* [ ] transform png logo with svg and remove margin
* [ ] update to [webpack-serve](https://github.com/webpack-contrib/webpack-serve)
* [ ] add minimum payment strategy## Links
* [Animation](https://github.com/mdgriffith/elm-animation-flower-menu/blob/master/src/FlowerMenu.elm)