Content
View differences
Updated by Oleksii Borysenko about 1 year ago
With whom can I consult with about modularization of the app in future?
Currently we have 2+ 2 potential modules that can be extracted into a separate repository. repository.
* octicons-flutter - it is a flutter wrapper around octicons and openproject icons. Ideally we can place it to a separate repository because it can be reusable later and it is not directly related to the app logic
* api module - currently all endpoint requests are incapsulated in a separate module. As an option we can extract it also as a separate module so it can be reusable in the community.
* Primer UI elements library (possibly) community.
This is not urgent and can be done after the release.
* octicons-flutter - it is a flutter wrapper around octicons and openproject icons. Ideally we can place it to a separate repository because it can be reusable later and it is not directly related to the app logic
* api module - currently all endpoint requests are incapsulated in a separate module. As an option we can extract it also as a separate module so it can be reusable in the community.
* Primer UI elements library (possibly)
This is not urgent and can be done after the release.