Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chaseconey/done-today
https://github.com/chaseconey/done-today
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chaseconey/done-today
- Owner: chaseconey
- Created: 2014-10-30T02:55:48.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-19T17:16:30.000Z (about 10 years ago)
- Last Synced: 2024-11-13T20:42:13.469Z (2 months ago)
- Language: PHP
- Size: 449 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
## done-today
Simple app that tracks what you have done every day. Used primarily for supporting developers for daily and weekly stand ups.
### To Do / Wishlist
- [x] Implement some themeing
- [x] Ajaxify everything
- [x] Add comments to a task
- [x] Make dashboard panels data tables
- [ ] Add notifications
- [x] Add custom date completed
- [ ] Add default resolution (?)
- [ ] Add reporting for different time periods
- [ ] Add gravatar functionality
- [ ] Integrate build tool
- [ ] Add colors to Resolutions
- [x] Allow entering of several tasks at once
- [x] Add some charts, graphs, and statistics to the dashboard
- [ ] Add ability to email daily, weekly, and monthly lists (sorted by resolution)?
- [ ] Implement templating integration for customizing links in the task description (mostly for Jira tickets...)
- [ ] Allow syncing to some central database that can correlate everyone's data?### Requirements
* PHP >= 5.4
* Mysql
* Composer
* bower
* [bower-installer](https://www.npmjs.org/package/bower-installer)### Installation
```bash
git clone [email protected]:chaseconey/done-today.git
composer install
php artisan migrate
bower install
bower-installer
```