Skip to content

Get a boolean output after the processing + minor fixes

Jacky Volpes requested to merge better-processing into master

This MR aims to add an output to the processing module to know if the compliance is OK or NOT OK.

This information (compliance ok or not ok) has been added in the report as a "main" section.

For now, it's only a boolean which is set to False if any constraint is not met in any layer (even only one constraint in only one layer).


Other fixes:

  • #8 (closed) for the link not working in the popup that says that the report has been saved
  • 2 buttons badly named
  • better check when specifying a dataset path to verify more than just its existence (must be a folder if shapefile, a file otherwise)

The translation files have been updated.

The unit tests have been adapted.

Edited by Jacky Volpes

Merge request reports