Goal
Implement the Export Package form dialog with all required fields for creating and editing exportdataset records.
Form Fields
| Field |
Type |
Validation |
| Export Name |
Text |
Required, unique |
| Core Mapping |
Query combo box |
Required, Core mappings only |
| File Name |
Text |
Required, ends with .zip, unique |
| Metadata |
Query combo box |
Required, EML app resource |
| Extensions |
Subview (one-to-many) |
Extension mappings only |
| Collection |
Query combo box |
Required |
| Include in RSS feed? |
Checkbox |
— |
| Frequency |
Integer |
Required if RSS checked, > 0 |
Acceptance Criteria
Goal
Implement the Export Package form dialog with all required fields for creating and editing
exportdatasetrecords.Form Fields
.zip, uniqueAcceptance Criteria
ExportNameandFileNameuniqueness is enforced on save.FileNameis validated to end with.zip.exportdatasetrecord.