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
Currently, the progress repository is fetching the data from comments. The goal of this card is to start reading data from the tables once the data migration is done.
Scope
Enable the progress repository classes to read the data from the custom tables instead of the comments.
Create new cards if there are bugs.
The text was updated successfully, but these errors were encountered:
m1r0
changed the title
Integrate the new setting for reading the data from the custom tables
Allow reading the progress data from the custom tables
Aug 30, 2023
I was thinking about how to process two flags: use tables (feature enabled) and read from tables (the new one).
I realized that adding that reading from tables (and writing to comments) logic to the existing aggregate repository will make that repository too intricate.
The more straightforward solution is to add a new aggregate with all that logic.
The factory, looking at flags, decides which aggregate to create.
Goal
Currently, the progress repository is fetching the data from comments. The goal of this card is to start reading data from the tables once the data migration is done.
Scope
The text was updated successfully, but these errors were encountered: