TomasJani / bridge-builder

MIT License
0 stars 0 forks source link

client - ProjectStore #22

Closed mcaniga closed 4 years ago

mcaniga commented 4 years ago
  1. Action editProject is adding project to store instead of editing it
  2. Reimplement store to match WorkStore style
mcaniga commented 4 years ago

I will take care of this as soon as https://github.com/TomasJani/BridgeBuilder/pull/21 will be merged

TomasJani commented 4 years ago

Action editProject is adding project to store instead of editing it

To fix this a bit tricky, property project in store is not a normal list, where you can just update elements. Do you have some ideas how to face this problem ?