Skip to content

Commit 95453a8

Browse files
authored
Iss 527 QGIS plugin - project history/changes viewer (#538)
1 parent 7b687cb commit 95453a8

33 files changed

+40
-18
lines changed

REDIRECTS

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ https://help.cloudmergin.com/plugin-new-project https://merginmaps.com/docs/mana
3030
https://help.cloudmergin.com/plugin-sync-project https://merginmaps.com/docs/manage/plugin/
3131
https://help.cloudmergin.com/plugin-variables https://merginmaps.com/docs/layer/plugin-variables/
3232
https://help.cloudmergin.com/project-advanced https://merginmaps.com/docs/manage/project-advanced/
33-
https://help.cloudmergin.com/project-details https://merginmaps.com/docs/manage/project-details/
33+
https://help.cloudmergin.com/project-details https://merginmaps.com/docs/manage/project-history/
3434
https://help.cloudmergin.com/quick-start https://merginmaps.com/docs/tutorials/capturing-first-data/
3535
https://help.cloudmergin.com/quick-start.html N/A - covered by non-html version
3636
https://help.cloudmergin.com/registration https://merginmaps.com/docs/setup/sign-up-to-mergin-maps/
@@ -144,7 +144,7 @@ https://merginmaps.com/docs/howto/manage/plugin/plugin-variables/ https://mergin
144144
https://merginmaps.com/docs/howto/manage/troubleshoot/ https://merginmaps.com/docs/misc/troubleshoot/
145145
https://merginmaps.com/docs/howto/manage/web/dashboard/ https://merginmaps.com/docs/manage/dashboard/
146146
https://merginmaps.com/docs/howto/manage/web/project-advanced/ https://merginmaps.com/docs/manage/project-advanced/
147-
https://merginmaps.com/docs/howto/manage/web/project-details/ https://merginmaps.com/docs/manage/project-details/
147+
https://merginmaps.com/docs/howto/manage/web/project-details/ https://merginmaps.com/docs/manage/project-history/
148148
https://merginmaps.com/docs/howto/manage/web/register/ https://merginmaps.com/docs/setup/sign-up-to-mergin-maps/
149149
https://merginmaps.com/docs/howto/manage/web/subscriptions/ https://merginmaps.com/docs/manage/subscriptions/
150150
https://merginmaps.com/docs/howto/manage/web/web-create-project/ https://merginmaps.com/docs/manage/create-project/
@@ -174,6 +174,7 @@ https://merginmaps.com/docs/layer/settingup_forms/ https://merginmaps.com/docs/l
174174
https://merginmaps.com/docs/layer/settingup_forms_photo/ https://merginmaps.com/docs/layer/photos/
175175
https://merginmaps.com/docs/layer/settingup_forms_settings/ https://merginmaps.com/docs/layer/form-configuration/
176176
https://merginmaps.com/docs/manage/data_sync/ https://merginmaps.com/docs/manage/plugin/
177+
https://merginmaps.com/docs/manage/project-details/ https://merginmaps.com/docs/manage/project-history/
177178
https://merginmaps.com/docs/manage/plugin-multi-server-use/ https://merginmaps.com/docs/server/plugin-mobile-app/
178179
https://merginmaps.com/docs/manage/plugin-sync-project/ https://merginmaps.com/docs/manage/plugin/
179180
https://merginmaps.com/docs/misc/privacy/ N/A -- handled by https://merginmaps.com/privacy-policy/

src/.vuepress/sidebar/en.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ module.exports = {
4545
'/manage/plugin/',
4646
'/manage/dashboard/',
4747
'/manage/dashboard-maps/',
48-
'/manage/project-details',
48+
'/manage/project-history/',
4949
'/manage/selective_sync/'
5050
]
5151
},

src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The ecosystem consist of various components:
5252
- [<QGISPluginName /> Overview](./manage/plugin/)
5353
- [Mergin Maps Dashboard](./manage/dashboard/)
5454
- [Webmaps](./manage/dashboard-maps/)
55-
- [Project History and Versions](./manage/project-details/)
55+
- [Project History and Versions](./manage/project-history/)
5656
- [Selective Synchronisation](./manage/selective_sync/)
5757

5858
## Setup GIS Project

src/manage/dashboard/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The **History** tab contains an overview of available project versions that can
4444
You can click on a specific version to see more details.
4545
![Project version details in Mergin Maps dashboard](./mergin-maps-dashboard-project-history-version.jpg "Project version details in Mergin Maps dashboard")
4646

47-
You can learn more about project history and how to revert to an older version in [Project History and Versions](../project-details/).
47+
You can learn more about project history and how to revert to an older version in [Project History and Versions](../project-history/).
4848

4949
### Collaborators
5050
The **Collaborators** tab provides the list of users who have access to the project as well as pending invitations. You can use the **Share** button to invite more people to contribute to your project.

src/manage/permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can find detailed steps on how to invite users to your workspace in [How to
1717
## Workspace member roles and project permissions
1818
Member roles and project permissions present similar options in terms of what a user can or cannot do. The difference is whether these options are defined on a workspace or on a project level. Compare the overview of [workspace member roles](#workspace-member-roles-overview) and of [project permissions](#project-permissions-overview) for more details.
1919

20-
- **Reader**: Users with **Read** permission are able to see projects, projects data and [history](../project-details), but can not make any changes.
20+
- **Reader**: Users with **Read** permission are able to see projects, projects data and [history](./project-history/), but can not make any changes.
2121
- **Editor** (available on <MainPlatformNameLink /> Cloud and <EnterprisePlatformNameLink />): In addition to the **Read** access, users can [add/remove/update features](../field/mobile-features/), but *cannot* make changes in the project properties, add/remove fields in GeoPackage layers or remove GeoPackage files from the project. We recommend using this role for surveyors - users who collect data in the field.
2222
Editors can:
2323
- *add* files such as photos, shapefiles, GeoPackage files - any file except for `*.qgs`, `*.qgz`, `mergin-config.json`

src/manage/plugin/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ The toolbar contains following buttons:
3434
![Synchronise changes button](./plugin-toolbar-sync.jpg "Synchronise changes button")
3535
![Mergin Maps project status with pending changes](./plugin-project-status.jpg "Mergin Maps project status with pending changes")
3636

37+
- **Project history** to inspect [project history and versions](../project-history/)
38+
![Project history button](./plugin-toolbar-project-history.jpg "Project history button")
39+
![Project history changes viewer](./plugin-history-viewer.jpg "Project history changes viewer")
3740

3841
## Mergin Maps plugin in QGIS Browser
3942

@@ -113,7 +116,7 @@ Use the **Toolbox** icon in the toolbar panel to display **Processing Toolbox**
113116

114117
2. Double click the **Create report** tool.
115118

116-
Fill in the parameters in the dialog window. If you want to get the report for a specified range of [versions](../project-details/), define also the start and end version.
119+
Fill in the parameters in the dialog window. If you want to get the report for a specified range of [versions](../project-history/), define also the start and end version.
117120

118121
Click **Run**.
119122
![Create report tool dialog](./plugin-create-report.jpg "Create report tool dialog")
266 KB
Loading
409 KB
Binary file not shown.
205 Bytes
Loading
228 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)