LIST-LUXEMBOURG / iguess

iGuess 1.0 - The iGuess implementation in Rails
GNU General Public License v3.0
6 stars 0 forks source link

Unregister Dataset - layer info popup gear: improve unregistering #212

Closed mdsnor closed 9 years ago

mdsnor commented 9 years ago

When clicking on the Unregister Dataset link on the layer info popup activated by the gear on each dataset record, an info popup message appear: "Are you sure you want to unregister this dataset? This may delete the underlying dataset and make it unavailable to other users." This is true only for datasets created by WPS processing, while normal dataset records are just unregistered. This is misleading to user, different approaches could be followed to improve this.

Steps to be followed: 1) Change datasets model to add wps_output flag 2) change wpscheck script to write wps_output flag 3) add flag to blue pop up meta-data window 4) update the dataset_controller -> destroy