zetkin / lyra

3 stars 3 forks source link

Extract MessagesPage data loading to dataAccess module #134

Closed richardolsson closed 1 month ago

richardolsson commented 1 month ago

This PR moves the data loading required for MessagesPage to the dataAccess module as a first step towards implementing cache revaliation. See issue #25 for game plan and motivations.

This is joint work by me and @WULCAN. We realized that further extraction and refactoring is possible, but chose not to do it now as it is not crucial for the cache issue, and can be done at a later point.