Skip to content

renaming qgis variables to mm_ #607

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

alex-cit
Copy link
Contributor

@alex-cit alex-cit commented Apr 25, 2025

fix #606

See: MerginMaps/mobile#3830

@alex-cit alex-cit added the not-released-yet Feature is not released yet, so do not publish in the official docs label Apr 25, 2025
Copy link
Contributor

@tomasMizera tomasMizera left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Full name will be blank if not set, how about:

Co-authored-by: Tomas Mizera <tomas.mizera@lutraconsulting.co.uk>
@alex-cit alex-cit requested a review from tomasMizera April 30, 2025 16:26
@alex-cit
Copy link
Contributor Author

good point, thanks!

| `@mm_user_email` | `martin@example.com` | global | Email of the user currently logged in to <MainPlatformName />|
| `@mm_url` | `https://app.merginmaps.com` | global | URL of the <MainPlatformName /> service |
| `@mm_project_name` | `Tree survey` | project | Name of the active <MainPlatformName /> project |
| `@mm_project_owner` | `martin` | project | Name of the owner of the active project |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove this line, this is some old behaviour which is not supported anymore

Suggested change
| `@mm_project_owner` | `martin` | project | Name of the owner of the active project |

| `@mm_url` | `https://app.merginmaps.com` | global | URL of the <MainPlatformName /> service |
| `@mm_project_name` | `Tree survey` | project | Name of the active <MainPlatformName /> project |
| `@mm_project_owner` | `martin` | project | Name of the owner of the active project |
| `@mm_project_full_name` | `martin/Tree survey` | project | Owner and project name joined with a forward slash |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| `@mm_project_full_name` | `martin/Tree survey` | project | Owner and project name joined with a forward slash |
| `@mm_project_full_name` | `martin/Tree survey` | project | Workspace and project name joined with a forward slash |

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
not-released-yet Feature is not released yet, so do not publish in the official docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update custom QGIS variables
2 participants