Register for X left to go in class notifications #9

Open
opened 2024-09-17 14:38:27 -04:00 by aCheeseInTheDark · 0 comments

Allow users to subscribe to X left to go in a given class

As part of this:

  • Create an endpoint to post a subscription, with parameters including
    • subscription type
    • subscriber info (push token or other identifier)
    • parameters for subscription type
  • Ask data sources for a data source matching subscription type and parameters
  • Create a subscription using that data source, which notifies and unregisters itself when the callback passed to the data source is invoked with data indicating that it's time to notify
  • Store the subscription info in the database
Allow users to subscribe to X left to go in a given class As part of this: - Create an endpoint to post a subscription, with parameters including - subscription type - subscriber info (push token or other identifier) - parameters for subscription type - Ask data sources for a data source matching subscription type and parameters - Create a subscription using that data source, which notifies and unregisters itself when the callback passed to the data source is invoked with data indicating that it's time to notify - Store the subscription info in the database
aCheeseInTheDark added this to the Tack Up Now project 2024-09-17 14:38:27 -04:00
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: aCheeseInTheDark/tack-up-now#9
No description provided.