Cadasta / cadasta-qgis-plugin

[DEPRECATED] QGIS plugin to create, edit, upload and download Cadasta projects
GNU General Public License v3.0
4 stars 7 forks source link

Project is created when data errors out #195

Open SteadyCadence opened 7 years ago

SteadyCadence commented 7 years ago

This is a little related to https://github.com/Cadasta/cadasta-qgis-plugin/issues/194. When there were errors in the data the project settings were created but with no data.

This means that you cannot use the same "project name" when you re-upload data.

dimasciput commented 7 years ago

Yes we cannot use the same name, because they are already uploaded. Because all the data check happening in cadasta backend, like the location type and party type. If we want this happening in the plugin, then we need to write a lot of logic from cadasta backend to this plugin.