Would be great to have some field on applications to make filtering when bulk-emailing easier
Current application model for reference: services/registration/src/models/application.ts
Update this to have a new emailTags field to store a set of tags
and also need endpoints:
- adding tags to an application
- removing tag from an application
- need to update the
/applications GET to allow optionally filtering for tags
Would be great to have some field on applications to make filtering when bulk-emailing easier
Current application model for reference:
services/registration/src/models/application.tsUpdate this to have a new emailTags field to store a set of tags
and also need endpoints:
/applications GETto allow optionally filtering for tags