As a user, i want content to refresh automatically on change
Right now, changes on the model data do not take effect instantly on the views. That has to change, probably by using ObservableObject (Some of these changes are already implemented in model and need to be extended to the whole project). Maybe 'EnvironmentObject' is the way to go.
ToDo
- Make the app perform the way described above
Acceptance Criteria
-
The Feed list, the Feed Settings List and all other Lists are instantly refreshed on model data change
Effort
8
Edited by Johannes Grothe