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

Event System #13

Open
matteoc99 opened this issue May 7, 2024 · 0 comments
Open

Event System #13

matteoc99 opened this issue May 7, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@matteoc99
Copy link
Owner

matteoc99 commented May 7, 2024

Requirements: Events should be emitted by the package

This should be done on every update/delete/delete_all handled by the HasPreferences Trait -> 3 Events

An event includes:

  • PreferenceGroup (only update/delete)
  • PreferencableModel
  • Authenticable
  • maybe:
    • mixed old_value
    • mixed new_value(only update, for delete/delete_all its null)
@matteoc99 matteoc99 added enhancement New feature or request good first issue Good for newcomers labels May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant