-
Notifications
You must be signed in to change notification settings - Fork 2
Description
On the DPR we have a requirement to show the original application submission example here: https://planningregister.org/camden/25-00114-HAPP/application-form
Our implementation was done without access to this schema so redaction is done by us manually excluding certain fields, but we also didn't have this schema to refer to for potential fields so to be on the safe side we're currently not showing all the data.
We'd like to propose a redacted version of the application submission schema. Suggestions for an approach to this would be
- separate versions of each schema minus the redacted fields
- additional annotation of the fields to be redacted
@redacted - additional base interfaces with the public content and redacted content extended from them
For the responses I believe we can add a 'sensitive' flag into the metadata which can be manually reviewed in the back office system with a permanent 'sensitive' flag applied to certain fields somehow to reduce human error?