Skip to content

Commit 0564a99

Browse files
authored
Add What to improve
1 parent 0d15afc commit 0564a99

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
* [Create Views](#createviews-)
4545
* [Create Actions](#createactions-)
4646
* [Take decisions](#takedecisions-)
47+
* [What to Improve / Open Points](#whattoimprove/openpoints-)
4748

4849
## Installation ⚙️
4950

@@ -280,6 +281,13 @@ class ProfileCoordinator: Coordinator<ProfilePaths> {
280281
As you can see, inside the coordinator we also have methods responsible to tell us wich paths are currently presented or removed.
281282
The function buildView is where you gonna assemble your view and return it as **AnyView**. Jump has an extension **.any** that makes this construction easier. If you use **Dependecy Containers**, here is a good place to inject it inside your ViewModels.
282283

284+
## What to Improve / Open Points
285+
286+
* Directly wrap the content inside the ContextContent without the need for the user to do it always.
287+
* Evaluate the possibility to implement the navigation stack for iOS>16
288+
* Present in sequence
289+
* Evaluate the need to make Coordinators to have parent/child relations between each other
290+
* Improve Documentation
283291

284292
## Considerations
285293

0 commit comments

Comments
 (0)