kj6682 / gundulf

gundful : a humble application entry point
0 stars 0 forks source link

shop: when an order is updated the list of myOrders is not refreshed #8

Closed kj6682 closed 6 years ago

kj6682 commented 6 years ago

even though I was told that any change in state of the App component will trigger the render method to refresh the components, I can not see the automatic refresh when inserting or updating an order

this issue should be investigated for usability

kj6682 commented 6 years ago

After the refactoring of the Shop application this problem has been fixed The solution is not the most elegant and possibly has to be reviewed for performance reasons: when one list is changed ([producer] or orders) the other is nullified An extra fetch is done ....

possibly this issue will be reopened when changing the accordeon for a proper menu