[Libraries] Persistence #5

Merged
javier merged 4 commits from libraries/persistence into main 2023-04-10 22:59:58 +00:00
Owner

This PR contains the work that implements the Persistence service, which is used to store and serve the data of the application.

To give further details on what was done:

  • created the Persistencelibrary into the Libraries package;
  • defined the Location model into the Model core data model;
  • implemented the PersistenceService service;
  • removed the core data stack boilerplate code from the AppDelegate and SceneDelegate delegates in the Locations target.
This PR contains the work that implements the Persistence service, which is used to store and serve the data of the application. To give further details on what was done: - [x] created the `Persistence`library into the **Libraries** package; - [x] defined the `Location` model into the **Model** core data model; - [x] implemented the `PersistenceService` service; - [x] removed the core data stack boilerplate code from the `AppDelegate` and `SceneDelegate` delegates in the *Locations* target.
javier added 4 commits 2023-04-10 22:59:42 +00:00
javier self-assigned this 2023-04-10 22:59:57 +00:00
javier merged commit 4210df9eb6 into main 2023-04-10 22:59:58 +00:00
javier referenced this issue from a commit 2023-04-10 22:59:59 +00:00
Sign in to join this conversation.
No description provided.