Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Refactor Jottre #8

Open
5 of 6 tasks
antonlorani opened this issue Sep 20, 2022 · 0 comments
Open
5 of 6 tasks

Refactor Jottre #8

antonlorani opened this issue Sep 20, 2022 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@antonlorani
Copy link
Owner

antonlorani commented Sep 20, 2022

Technical refactor of navigation and datasources to a cleaner more scalable architecture which should help increase stability and ease adding new features.

the refactoring happens in three stages

Stage 1: Navigation

Using the Coordinator pattern a required tree-like VC structure can be established.
Pages to handle:

  • RootViewController
  • EditorViewController
  • PreferencesViewController
  • AlertController (both modal and popup)

Stage 2: DataSource

Splitting any kind of data read/write operation into repositories and datasources. This includes the following functionality:

  • UserDefaults
  • FileSystem

By design every component needs to be built with a reactive approach using the Combine framework.

@antonlorani antonlorani added the enhancement New feature or request label Sep 20, 2022
@antonlorani antonlorani added this to the Jottre 2.0.0 milestone Sep 20, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant