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
We should add the ability for there to be defaults for user data. In this case, when the app starts values would be defined for data['foo'] rather than undefined.
Two potential use cases:
1: Testing 'return' or 'logged' in journeys - where we simulate a user returning to a previous application, it would be good to have their 'answers' pre-populated
2: Makes building 'admin' pages easier. I've done admin pages using auto-data store to easily change config for a prototype.
The text was updated successfully, but these errors were encountered:
We should add the ability for there to be defaults for user data. In this case, when the app starts values would be defined for
data['foo']
rather than undefined.Two potential use cases:
1: Testing 'return' or 'logged' in journeys - where we simulate a user returning to a previous application, it would be good to have their 'answers' pre-populated
2: Makes building 'admin' pages easier. I've done admin pages using auto-data store to easily change config for a prototype.
The text was updated successfully, but these errors were encountered: