Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

TODO Thanks for your review of Event Subscription:

  1. Remove only allowing edit of Subscription when form is published.

  2. Move the Event Subscription on form edit to below where the option is selected otherwise you do not see the panel appear/disappear

  3. Add in events for status change and assignment

High Level Purpose: Have CHEFS store enpoint urls/tokens in a postgres table. CHEFS can then have event driven api restful callout endpoints. The initial subsribed event will be for the form_submission. CHEFS will use these endpoints to make restful call outs to approved systems. The ability to create subscriptions will be restricted to government systems.

...

Thoughts and concerns (Please add concerns here)
The main concern in building callouts may be around allowing communication external to the Openshift environment. The Grants system will also be hosted in the Openshift environment so communication on the backend api rest calls should be possible but should also maybe consider locking down routes.

Mitigating the enpoint editing to IDIR users only so only users that have created or been given access to the forms.

Design

It looks like the ability to schedule events only is available after the initial form is saved. Add a checkbox to subscribe to events. Have a block on the frontend to allow a drop list of events and the ability to enter the endpoint token and endpoint URL for the event. Right now we only have defined 3 events so maybe just one line per each? Or might need to click add for the drop list for seperate row?

...