- Status: accepted
- Deciders: Everyone
- Date: 5/7/2021
We were unsure of how to store user data.
- Local storage
- Server Storage
Chosen option: Local Storage, because it is simpler to implement, and lets us not worry about security.
- Good, because easy to implement
- Good, because access does not require internet
- Bad, because need to be on specific device to access logs
- Good, because can access data from any device
- Bad, because internet is required
- Bad, because group would need to learn more about server storage