zacharylaborde / e-gantt-chart

0 stars 0 forks source link

Components do not load in-memory data. #1

Closed zacharylaborde closed 1 year ago

zacharylaborde commented 1 year ago

Make components load data from the in-memory repository. This will allow me to later load data from the server-side and load that into the main memory of the application.

Possible Solution

To load the data, I will make query commands that each component will induce on construction. These queries will reload data from the in-memory repository and update the presenters.

zacharylaborde commented 1 year ago

This issue was resolved by creating query commands that load the data on component initialization.