eichin / checklistomania

Centrally managed todo lists for complex processes - onboarding, offboarding, management changes, etc.

Home Page:https://checklistomania-dev.apps.cloud.gov/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Checklistomania

Build Status Coverage Status

This tool is a checklist manager with some neat-O features:

  • Focus on what is actionable: central page is a simple list of things you can take action on now, in order of urgency.
  • Checklists are centrally defined, allowing any member to subscribe to the authoritative checklist
  • Checklist items deadlines can be set according to a fixed date or relative to completion of other items
  • All members of team can view other peoples checklists, so admins can see everyone's status at a glance

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: Todos

The checklists tab is where you assign yourself a new pre-defined checklist: Checklists

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: Users

Requirements

  • Mongodb
  • nodejs

Setup

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.

Public domain

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.

About

Centrally managed todo lists for complex processes - onboarding, offboarding, management changes, etc.

https://checklistomania-dev.apps.cloud.gov/

License:Other


Languages

Language:JavaScript 54.4%Language:CSS 28.7%Language:HTML 17.0%