Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove unused code and simplify plugin structure #60

Closed
8 tasks done
ricardogsilva opened this issue Jan 18, 2021 · 0 comments · Fixed by #62
Closed
8 tasks done

remove unused code and simplify plugin structure #60

ricardogsilva opened this issue Jan 18, 2021 · 0 comments · Fixed by #62
Assignees
Labels
size: 1 Takes one hour or less to do type: maintenance
Milestone

Comments

@ricardogsilva
Copy link
Member

ricardogsilva commented Jan 18, 2021

Lets tidy up the plugin code a bit by removing unused code and moving some files around in order to simplify imports:

  • Remove qgis_geonode/apiclient/layer.py - it is not being used
  • Remove qgis_geonode/apiclient/maps.py - it is not being used
  • Remove qgis_geonode/apiclient/api_client.ApiClient class - it is not being used
  • Remove the qgis_geonode.apiclient package altogether, and move the qgis_geonode/apiclient/api_client.py module to the src/qgis_geonode directory
  • Remove the qgis_geonode.qgisgeonode package and move the following files to the src/qgis_geonode directory:
    • qgis_geonode/qgisgeonode/conf.py
    • qgis_geonode/qgisgeonode/main.py
    • qgis_geonode/qgisgeonode/utils.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: 1 Takes one hour or less to do type: maintenance
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant