IMPORTANT NOTE:
| Requirement | Questions | Answers |
|---|---|---|
| Performance | What response time is deemed acceptable? | Out of scope - focus of the project is to experience working with the framework |
| Scalability | How many concurrent users should the system support? | Out of scope - focus of the project is to experience working with the framework |
| Availability | How much system downtime can we tolerate? | Out of scope - focus of the project is to experience working with the framework |
| Security | How sensitive is the information that we are securing? Do we need to encrypt? How will the site be kept secure? | API tokens or other secrets must not be committed in the repository |
| Resiliency | How will we recover from a system-wide crash? | Out of scope - focus of the project is to experience working with the framework |
| Accessibility | What is the feature set for accessibility? | Out of scope - focus of the project is to experience working with the framework |
| Observability | What’s the minimum level of monitoring required? | Out of scope - focus of the project is to experience working with the framework |
| Legal | What’s the level of legal requirements needed? | Out of scope - focus of the project is to experience working with the framework |