Skip to content

Instantly share code, notes, and snippets.

@mykeels
Last active April 2, 2022 03:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mykeels/0483e208dbd4c51c73d400b37a11f90c to your computer and use it in GitHub Desktop.
Save mykeels/0483e208dbd4c51c73d400b37a11f90c to your computer and use it in GitHub Desktop.
A list of checkpoints, to be marked before an application can be said to be "done".

Web Apps

  • Migrations (if applicable)
  • Seeders (if applicable)
  • Automated Tests
    • Integration
    • E2E
      • Authentication
      • Authorization
  • Documentation
    • README
      • Setup
      • Usage
      • Available commands
    • Swagger Docs (if applicable)
    • QA Test Cases (should map to automated tests)
  • Environments
    • Development
    • Staging (with SSL)
    • Production (with SSL)
  • Build pipeline and Continuous Integration
    • Development
    • Staging
    • Production
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment