-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
For each field, we need to document:
- Whether the field is required
- Minimum character lengths
- Disallowed inputs (e.g. not allowing "N/A" for a description)
- Any other requirements
These are currently scattered across our policy page, bulk upload page, handbook(s), and API error messages. It should be possible to find all of this information in one spot. Perhaps this is something that could be programmatically controlled/generated, so it's always up to date?