[Improvement] Small, tiny things #14

Merged
javier merged 4 commits from improvement/various into main 2023-04-13 13:34:07 +00:00
Owner

This PR contains the work on implementing some public interfaces that were forgotten during the development of this app and, of course, improves the text of the README file a bit more.

To give further details about the work done:

  • implemented the Service protocol in the Persistence library and conformed the PersistenceService service to it;
  • implemented the Service protocol in the Remote library and conformed the RemoteService service to it;
  • implemented the Application protocol in the Core library and conformed the UIApplication class to it;
  • improved the dependency keys used by the DependencyService service to use these protocols instead;
  • tweaked the text of the README file.
This PR contains the work on implementing some public interfaces that were forgotten during the development of this app and, of course, improves the text of the README file a bit more. To give further details about the work done: - [x] implemented the `Service` protocol in the `Persistence` library and conformed the `PersistenceService` service to it; - [x] implemented the `Service` protocol in the `Remote` library and conformed the `RemoteService` service to it; - [x] implemented the `Application` protocol in the `Core` library and conformed the `UIApplication` class to it; - [x] improved the dependency keys used by the `DependencyService` service to use these protocols instead; - [x] tweaked the text of the README file.
javier self-assigned this 2023-04-13 13:33:58 +00:00
javier added 4 commits 2023-04-13 13:33:59 +00:00
javier merged commit 1de87263ba into main 2023-04-13 13:34:07 +00:00
Sign in to join this conversation.
No description provided.