System design template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Brief about the problem | |
## Functional requirements | |
> staff such as login, signup...etc | |
## Non-functional requirements | |
> staff like availability reliability, performance, consistency, read vs write heavy, security, monitoring..etc | |
## Scope | |
### In | |
### Out | |
## Constraints | |
## Capacity | |
> resource estimations, main domain size, how many operations, needed storage | |
## Models and relations | |
## API design | |
## High level | |
> Describe the data flow between your system components, could use miro or any diagramming tool for that. | |
### Components | |
### Data flow | |
## Notes | |
- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment