AtlasOfLivingAustralia / DataQuality

Data Quality
0 stars 0 forks source link

Profile admin error messages #225

Closed M-Nicholls closed 3 years ago

M-Nicholls commented 3 years ago

Tidy up error messages for users:

Errors when importing • Property [shortName] of class [class au.org.ala.dataqualityfilter.QualityProfile] with value [ALA] must be unique • Property [name] of class [class au.org.ala.dataqualityfilter.QualityProfile] with value [ALA General] must be unique

Create profile If no short name – error – don’t allow save w/o one

Create category – no short name – error- don’t allow save w/o one

Add filter Screen layout – text is cut off in fields If try to generate a description for duplicate_record – pop up with data-quality-service-tes.ala.org.au says: No description found – improve error message

alexhuang091 commented 3 years ago

Import error has been changed to this:

截屏2021-02-01 下午5 09 43
alexhuang091 commented 3 years ago

Hi Miles,

Add filter Screen layout – text is cut off in fields

Could you give a screenshot which part is cut off?

If try to generate a description for duplicate_record – pop up with data-quality-service-tes.ala.org.au says: No description found – improve error message

Change to 'No description found for field xxxx' ? or try to remove the 'data-quality-service-tes.ala.org.au says' ?

M-Nicholls commented 3 years ago

Change the error message to"No description found for field: xxxx"

Also need to update the field description so there is one - "Possible duplicate records associated with this record"

qifeng-bai commented 3 years ago

Solved