[Vortex] Add generic push notification dispatcher

Review Request #1140 — Created April 29, 2024 and submitted

pprkut
Lunr.Vortex
8a7a1b3...
lunr

Add generic push notification dispatcher

GitHub action run (general): https://github.com/pprkut/lunr.vortex/actions/runs/8880297445
GitHub action run (php-tests): https://github.com/pprkut/lunr.vortex/actions/runs/8880297506

  • 0
  • 0
  • 3
  • 0
  • 3
Description From Last Updated
b.stoop
  1. 
      
  2. While we are at it can we add a more specific array type, something like array<string,PushNotificationDispatcherInterface>?

    1. I added some more details here, but I leave the rest to future work. Also because of https://reviews.lunr.nl/r/1138/, which is still under discussion.

  3. src/Lunr/Vortex/PushNotificationDispatcher.php (Diff revision 1)
     
     
     
     
     
     
     

    Is this still the case and relevant?

    1. Good catch. No, I don't think so. Dispatchers don't use multiple methods anymore, and we haven't seen any slow performance here in years.

  4. 
      
pprkut
b.stoop
  1. Ship It!
  2. 
      
pprkut
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (cd9820e)
Loading...