8000 GitHub - gtt-project/qgis_lobsta: QGIS Plugin for Lobsta / Redmine GTT
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

gtt-project/qgis_lobsta

Lobsta QGIS Plugin

This is a QGIS plugin supports the Lobsta project or Redmine GTT project.

How to develop

uv venv --python /Applications/QGIS.app/Contents/MacOS/bin/python3
uv pip compile pyproject.toml

Static type checking

uv run mypy --explicit-package-bases .

Development documentation

Login Diagram

flowchart TD
    A[Lobsta Plugin] --> B[Click]
    B --> C{Check login}
    C --> |yes| D[Listup projects]
    C --> |no| E[Login Dialog]
    E --> F{Login}
    F --> |yes| D
    F --> |no| E
Loading

About

QGIS Plugin for Lobsta / Redmine GTT

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published
0