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

add reminder system #72

Open
5 tasks
realcodywburns opened this issue May 17, 2023 · 0 comments
Open
5 tasks

add reminder system #72

realcodywburns opened this issue May 17, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@realcodywburns
Copy link
Contributor

create a basic system for 'reminder'
it will call entities with the component and evaluate if it ia time to run again. If now() is after the reminder time, emit a system message wwith the entity id and system name

  • should start as a 'set interval'
  • poll the 'get entity list by component' function
  • then get component for each entity
  • emit messages as needed

it should store an array [
it should store a unix time stamp for when it will run next
it should have a systemName that is stored
]

  • design component schema
  • create test data
  • test on db types
  • e2e
  • document
@realcodywburns realcodywburns added the enhancement New feature or request label May 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant