Open mcgarrye opened 2 days ago
Name | Link |
---|---|
Latest commit | 3bdd7e2bc8485752b82fa2bf5a7d1dfd3f03b233 |
Latest deploy log | https://app.netlify.com/sites/partners-bloom-dev/deploys/673f9e6cf222740008ac73aa |
Deploy Preview | https://deploy-preview-4489--partners-bloom-dev.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Name | Link |
---|---|
Latest commit | 3bdd7e2bc8485752b82fa2bf5a7d1dfd3f03b233 |
Latest deploy log | https://app.netlify.com/sites/bloom-exygy-dev/deploys/673f9e6c8a5f430008711e01 |
Deploy Preview | https://deploy-preview-4489--bloom-exygy-dev.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
This PR addresses #(4459)
Description
Creates the module, controller and service files for the new Feature Flag table. Allows for standard CRUD methods, as well as a list endpoint and an endpoint to add/remove jurisdiction associations with the flag (
associateJurisdictions
). Permissions are limited to admin only. Flags associated with jurisdictions will appear when jurisdiction data is returned.How Can This Be Tested/Reviewed?
Start up the backend. Login as an admin, either through the API or partners portal. Test each endpoint:
Author Checklist:
yarn generate:client
and/or created a migration when requiredReview Process: