MerginMaps / MerginMaps/qgis-plugin
Simplify procedure to create a blank project
Open
Nobody has claimed this yet.
ui/ux
- Dominant language
- Python
- Stars
- 44
- Forks
- 20
- Avg merge
- 3d 12h
- Merged PRs (30d)
- 5
Description
Currently one needs to do two steps:
- create a blank project
- download that project to some directory
It would be more practical if the second step would be automatically a part of the first step: it is slightly confusing for users that they have to download a project that is completely empty...
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the Python QGIS plugin flow for creating a blank project and the separate project-download step. Confirm where these operations are triggered and how an empty project is represented. Done means creating a blank project also places it in the selected local directory without requiring a second download action.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100