Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewlaskey/to-do-graph
https://github.com/andrewlaskey/to-do-graph
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/andrewlaskey/to-do-graph
- Owner: andrewlaskey
- Created: 2012-08-17T03:34:01.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-09-22T23:24:29.000Z (about 9 years ago)
- Last Synced: 2023-03-24T06:01:33.157Z (over 1 year ago)
- Language: JavaScript
- Size: 195 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
to-do-graph
===========A todo list where items are placed on an x-y grid. The axis can represent anything, but my personal preference is difficulty vs. due date. This way you could see items that are hard and due soon, or low-hanging-fruit that doesn't have to be done anytime soon.
This project began as post-it notes stuck to the wall in front of my desk at an old job. I started making a web app version as an excuse to use the [gridster.js](http://gridster.net/) jQuery plugin. Never finished, but I still like the idea and I should make an effort to finish something simple.
### To Do
* replace database with firebase (meteor?)
* [gridisgood - react gridster](https://github.com/jackunion/gridisgood) or [react-grid-layout](https://github.com/STRML/react-grid-layout)?
* react?
* users (firebase authentication and user management)
* edit axis labels
* add, edit, mark complete, clear items