You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a Developer, I want to refactor the current 'Theme' and 'ActiveHours' context into a single AppContext so that it is easier to maintain all of the global states.
Acceptance Criteria:
The respective fields from 'ThemeContext' and 'ActiveHoursContext' must be present in the new 'AppContext'.
The relevant front-end component tests should be changed to incorporate this new change.
User Story:
As a Developer, I want to refactor the current 'Theme' and 'ActiveHours' context into a single AppContext so that it is easier to maintain all of the global states.
Acceptance Criteria:
Depends on #193
The text was updated successfully, but these errors were encountered: