geosolutions-it / geonode-rndt

Geonode-RNDT is a Django App to let GeoNode be able to expose the metadata compliant to the RNDT standard
BSD 2-Clause "Simplified" License
1 stars 1 forks source link

Set mandatory constraints #50

Open etj opened 3 years ago

etj commented 3 years ago

Some fields that are optional in the base ISO19115 model, may become mandatory in sub profiles.

We need a way to flag which fields are mandatory. User should be able to understand which fields are mandatory. The mandatory/optional indication above the tab name should report if all fields in that tab are mandatory A validation check should be enforced when saving the metadata.

etj commented 3 years ago

https://github.com/GeoNode/geonode/issues/7033