Description
Create a system to save and load scopes from the browser's LocalStorage.
Objective
Ensure that user-defined scopes persist even after refreshing the page.
Technical Task
Create a ScopeService or logic to handle JSON.parse and JSON.stringify of the scopes array.
Description
Create a system to save and load scopes from the browser's LocalStorage.
Objective
Ensure that user-defined scopes persist even after refreshing the page.
Technical Task
Create a ScopeService or logic to handle JSON.parse and JSON.stringify of the scopes array.