Skip to content

Instantly share code, notes, and snippets.

@orimdominic
Forked from mykeels/Done-CheckPoints.md
Created April 2, 2022 03:12
Show Gist options
  • Save orimdominic/7c8760a4add9cd3e5d3b2e26b3683a90 to your computer and use it in GitHub Desktop.
Save orimdominic/7c8760a4add9cd3e5d3b2e26b3683a90 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