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

I should be able to use only modules I want #5

Open
lykmapipo opened this issue Jul 4, 2015 · 1 comment
Open

I should be able to use only modules I want #5

lykmapipo opened this issue Jul 4, 2015 · 1 comment

Comments

@lykmapipo
Copy link
Owner

Allow options to be passed to allow selection of modules to activate on the Schema
Example If I only need authentication and registration i should be able to disable the rest of modules

@lykmapipo
Copy link
Owner Author

Proposed modules

  • irina-core to provide all core logics
  • authenticable to provide authentication logics
  • registerable to provide registration logics
  • confirmable to provide confirmation logics
  • lockable to provide locking and unlocking logics
  • recoverable to provide recovering logics
  • trackable to provide tracking logics

Specifications

  • all modules should emit events(both error and success) to signal their lifecycle to external world
  • all modules should provide logs for what happen inside
  • all codes must be documented extensive
  • all tests must be extended with alternatives scenarios

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

No branches or pull requests

1 participant