mercure-php-hub icon indicating copy to clipboard operation
mercure-php-hub copied to clipboard

Feat: Subscriptions api

Open bpolaszek opened this issue 5 years ago • 0 comments

WIP

  • [x] Implement Subscription model
  • [x] Expose methods to store/retrieve subscriptions in storage
  • [x] Expose methods to dispatch new / stale subscriptions in transport
  • [x] Dispatch subscriptions in subscribe controller
  • [x] Expose an endpoint to show current subscriptions
  • [ ] Expose the subscription item endpoint
  • [x] Restrict this endpoint to authorized visitors (with topic selectors)
  • [x] Expose filters as defined in the specification
  • [x] Create unit tests
  • [x] Create integration tests
  • [x] Fix topic/subscriber order
  • [x] Retrieve last event ID

bpolaszek avatar Sep 27 '20 20:09 bpolaszek