-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restructure the repo #55
Comments
@kirillt I would like to add some personal thoughts on your concern regarding : Dependent components considerations, as below:
-> I don't see a problem with this (yet). Again, because this is |
This repo will collect individual modules, each module should be possible to use on its own as a dependency.
filepicker-android
andfilepicker-ios
(in future)Approximate module structure should be something like this:
Here,
data-link
anddata-images
are examples of future "data components". Such components will bring particular resource kinds, i.e. will allow handling files of certain type. They can denote a single file type like.link
, or a group of file types like images:It's not completely clear to me if we should be cautious about dependencies between components.
E.g. component B depends on component A:
Can A and B be used in an app at the same time? Problems with versions could arise.. If usage of connected components poses some limitations, they must be clarified in README, e.g. if the user should inject only B.
Would be more efficient to define GitHub Actions workflows in such a way that B and A run one after another, not separately since building B would mean building A again.
The text was updated successfully, but these errors were encountered: