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
The functionality or logic of the work-space system is very similar to the existing one.
The difference is that, in order to create multiple collections containing multiple cards. We have to create a unique LocalStorage key for every collection to contain cards instead of hardcoding the "item" as the key for our cards.
That means, we will have multiple LocalStorage rows here: (Please see attached image)
The functionality or logic of the work-space system is very similar to the existing one.
The difference is that, in order to create multiple collections containing multiple cards. We have to create a unique LocalStorage key for every collection to contain cards instead of hardcoding the "item" as the key for our cards.
That means, we will have multiple LocalStorage rows here: (Please see attached image)
