Commit c2a81e9f authored by Mr_Mig's avatar Mr_Mig

Updated checklists

parent 476fd629
...@@ -12,7 +12,7 @@ This is a checklist for serverside of the Web App. ...@@ -12,7 +12,7 @@ This is a checklist for serverside of the Web App.
* [ ] My project can run on multiple CPUs * [ ] My project can run on multiple CPUs
* [ ] My project can run behind the load balancer * [ ] My project can run behind the load balancer
* [ ] I can add a new node * [ ] I can add a new node without system downtime
## Transparent deployment ## Transparent deployment
...@@ -57,8 +57,17 @@ This is a checklist for serverside of the Web App. ...@@ -57,8 +57,17 @@ This is a checklist for serverside of the Web App.
* Duration of business-logic operations * Duration of business-logic operations
## High Availability
* [ ] I can run my services in different independent Data Centers
## Testing ## Testing
* [ ] I have performed stress tests for my application * [ ] I have performed stress tests for my application
* [ ] I have performed network partitioning tests for my application * [ ] I have performed network partitioning tests for my application
## Backuping
* [ ] I can restore all my data from backups
\ No newline at end of file
...@@ -5,6 +5,7 @@ This is a checklist for browser-based Web App **without the backend** or with a ...@@ -5,6 +5,7 @@ This is a checklist for browser-based Web App **without the backend** or with a
## Deployment ## Deployment
- [ ] My app is served from CDN with correct cache headers - [ ] My app is served from CDN with correct cache headers
- [ ] My app static resources are gzipped
## Versioning ## Versioning
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment