qgis-plugin icon indicating copy to clipboard operation
qgis-plugin copied to clipboard

Better dialog error when trying to create a project with an already existing name and the projects limit hit error.

Open ValentinBuira opened this issue 1 year ago • 1 comments

This PR improve the dialog error given to user when trying to create a project and sync project. Instead of giving a dump of the server error we display only the part that matter to the users

So far we handle

  • Project with an already existing name
  • projects limit hit error
  • Storage limit error
  • Another syncing process running

This PR also relies on another PR in the mergin python api client (see : MerginMaps/python-api-client/pull/209 )

resolve #599 resolve #561

Before: Capture d’écran before
Capture d’écran before quota

After: Screenshot from 2024-07-09 15-27-29

Screenshot from 2024-07-09 16-11-00

ValentinBuira avatar Jul 09 '24 14:07 ValentinBuira