P7-Team / P7-Report

0 stars 0 forks source link

Describe Storage and Information Retrieval implementation of the web service implementation #63

Closed AxialDark closed 2 years ago

AxialDark commented 2 years ago

This section should continue from #62 which should have ended with the linking interfaces diagram to technical requirements.

This section should then start discussing the implementation of how the web service communicate with extern data storage, in our case this is how do we communicate with the database and the file system. This should start by explaining how information is retrieved from extern storage, along with a description of why final implementation of the repository pattern might not have been the best way to do it (what was the problems?, what changes could be made to solve these problems?).

As an intermediate before starting descriping how the web service handles storage of data, a description of how the interface towards the file system have been made to work with both local and distributed file systems (by using paths).

Then finish of the section by descriping the flow/implementation of storing data in the system (both in the case of the DB and on the file system).