Skip to content

Instantly share code, notes, and snippets.

@hukl
Created July 3, 2012 12:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hukl/3039501 to your computer and use it in GitHub Desktop.
Save hukl/3039501 to your computer and use it in GitHub Desktop.
Preflight

Features

web interface to create checklist templates for given tasks like new release/deployment

  • template has groups of checks e.g. localization, frontend, backend, payment, virality related
  • you can start a checklist session from a template which can be shared with a url among coworkers
  • a session is a full copy of the given template i.e. changing a template does not change previous sessions
  • the progress of a checklist session is persisted
  • the progress is shown for each group and the whole checklist
  • the progress is updated for all participants of the session via SSE / Ajax Foo
  • the users authenticate via oauth (wooga.google.com)

Future Ideas

4 eyes principle - 2 different users need to do the check group or the whole checklist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment