18F / checklistomania
- воскресенье, 24 апреля 2016 г. в 03:11:21
JavaScript
Centrally managed todo lists for complex processes - onboarding, offboarding, management changes, etc.
This tool is a checklist manager with some neat-O features:
Here's some screenshots to give you a sense of the look & feel:
The tasks tab provides a centralized place for all your todo items:
The checklists tab is where you assign yourself a new pre-defined checklist:
The users tab is where you can view the status of other team members action items, helpful if you want a hint or if you are an admin keeping track of where everyone is:
Install dependencies with:
$ npm install
Use the developer github client information with:
$ export GITHUB_CLIENT_ID=0a363c03ec2646619f57
$ export GITHUB_CLIENT_SECRET=01408892458c92e3514cd96cd6b31e6d91df25d2
$ export SESSION_SECRET=testSessionSecret
Alternatively, you can setup your own credentials here.
Make sure you have MongoDB running locally.
Run locally with:
$ npm start
And visit http://localhost:3000/
For 18Fers: this is deployed on cloud.gov. Get started on cloud.gov by following the instructions here. Ask for more details in #checklistomania channel in slack.
This project is in the worldwide public domain. As stated in CONTRIBUTING:
This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication.
All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.