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.
This PR moves the data loading required for
MessagesPage
to thedataAccess
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.