SamanthaGuillemette / SOEN390

SOEN390 Project
MIT License
5 stars 0 forks source link

Have a centralized storage system for system's local states #8

Closed QuangTran304 closed 2 years ago

QuangTran304 commented 2 years ago

Description: As a system administrator, I want to have a centralized storage system to hold all of the application's states (variables), so that we can access those states / data anywhere inside the application.

Acceptance criteria: Given: User logged in with email & password When: User clicks on Dashboard & updates his/her Covid status Then: This status should be synchronized & be accessed anywhere else.