Marie Ange Garnier (marieange)2021-01-21 11:49Status changed from Under implementation to ClosedConnected artifacts Added Fixed in: rel #18826Close date set to 2021-01-21
Marie Ange Garnier (marieange)2021-01-14 16:42 last edited by: Marie Ange Garnier (marieange) 2021-01-14 16:47 The main issue is that we end with big store (example document store has 50 different keys). It makes the job of developer hard to find what he wants inside the store due to the number of keys. We had a discussion with team and choose the following way of resolving issue, configuration property (never updated in mutations/actions) are stored in a dedicated substore With this: - configuration values are still observable in vue dev tools - we can fold the configuration key and during development we can easily find what we need inside it I updated the issue to reflect what we decided Original Submission Show diff Switch to markup diff Something went wrong, the follow up content couldn't be loaded Only formatting have been changed, you should switch to markup to see the changes
Thomas Gerbet (tgerbet)2021-01-14 14:56 Hi, Can you please explain why we need this? What issues do we have with storing everything in the store? I'm not sure to see the benefits in changing that and at the very least it brings the inconvenient of not seeing those values in the Vue dev tools.