microsoft-healthcare-madison / argonaut-subscription-client-ui

Client UI for testing the Argonaut Subscription changes.
MIT License
1 stars 2 forks source link

Running step four multiple times (!) #11

Closed jmandel closed 5 years ago

jmandel commented 5 years ago

I'm slightly surprised by what happens if I hit:

image

more than one time. I mean, at that point a single trigger causes multiple simultaneous results to arrive in the Step 7 box. We might want to provide some guardrails that prevent creation of multiple subscriptions in the same flow, so the steps are more linear... and then provide a tab with more of a free-for-all playground that exposes all the options for folks to go nuts.

jmandel commented 5 years ago

Or alternatively we could update the notifications in: image

at least to label as "notification" rather than "event" because one item in step 7 may correspond to multiple subscription "events" (e.g., if Bundle.entry.length > 1).

GinoCanessa commented 5 years ago

Fixed multiple notifications when the UI stopped allowing multiple subscriptions in the workflow (83a170b0f1f0a781e135880f7b5a5732af2f80e1). Fixed labeling in UI to be "Notification" (acbc1914b024f4828f75ec82edc3bf6a748f9f8b)