4 Commits

Author SHA1 Message Date
0d824637ae Renamed the NavigationRouter router in the Core library as PushNavigationRouter router and implemented the inheritance from the BaseNavigationRouter class. 2023-04-11 20:36:12 +02:00
8a0c7d95e0 Implemented the BaseNavigationRouter class in the Core library. 2023-04-11 20:34:51 +02:00
30bb62e795 Implemented the WindowRouter router in the Core library. 2023-04-11 18:14:20 +02:00
9172827b8b [Libraries] Core (#7)
This PR contains the work that implements the Core library, which is used to define the architecture of the app.

To give further details on what was done:
- [x] created the `Core` library into the **Libraries** package;
- [x] defined the `Router` protocol;
- [x] defined the `Coordinator` protocol;
- [x] defined the `View` protocol;
- [x] defined the `ViewModel` protocol;
- [x] implemented the `NavigationRouter` router.

Co-authored-by: Javier Cicchelli <javier@rock-n-code.com>
Reviewed-on: rock-n-code/deep-linking-assignment#7
2023-04-11 13:59:08 +00:00