Skip to content
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

Integrated support for permissions processing #30

Open
dmdevgo opened this issue Oct 1, 2018 · 2 comments
Open

Integrated support for permissions processing #30

dmdevgo opened this issue Oct 1, 2018 · 2 comments
Labels

Comments

@dmdevgo
Copy link
Owner

dmdevgo commented Oct 1, 2018

RxPM focuses on solving practical problems of the presentation layer. Such features as DialogControl or dispatching of navigation messages save us of many problems and boilerplate code. Processing of permissions is the same problem. Although there are many libraries, like RxPermissions, but many difficulties arise when trying to embed them in the PresentationModel. So I think it would be convenient to have a solution out of the box.

@Semper-Viventem
Copy link

Semper-Viventem commented Oct 1, 2018

A good idea. But when implemented as a separate dependency.

@Jeevuz
Copy link
Collaborator

Jeevuz commented Oct 8, 2018

Separate dependency will add a headache IMO. Because we cannot set internal access modifier to the fields and methods of separate module. Also, I don't see the big benefit from this split. This feature will add a few methods max.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants