| 662 | |
| 663 | |
| 664 | == Week 11 == |
| 665 | |
| 666 | '''1) What did I complete this week?'''\\ |
| 667 | I finished implementing the very important PR which distinguishes mapsets by ownership and lock (see https://github.com/OSGeo/grass/issues/714, https://github.com/OSGeo/grass/pull/849). I also fixed a bug which appeared when a user wanted to display a map from a different location. Eventually, it is not allowed and a user needs to switch a mapset first. |
| 668 | |
| 669 | Currently, there are 3 other PRs that are in the process: |
| 670 | |
| 671 | * Start in a demo/startup location (see https://github.com/OSGeo/grass/issues/862, https://github.com/OSGeo/grass/pull/868) |
| 672 | |
| 673 | This issue was a bit broadened. It consists of not only creating a startup location but also a startup mapset. This PR also gives the option to start up whole GRASS GIS without the startup screen. |
| 674 | |
| 675 | * Check for gislock and other issues when deleting/renaming/editing mapset and location in catalog (see https://github.com/OSGeo/grass/issues/801, https://github.com/OSGeo/grass/pull/904) |
| 676 | |
| 677 | Almost done, just some smaller cosmetic changes. This PR creates new checking functions that check both mapsets and locations when renaming/deleting. |
| 678 | |
| 679 | * Switch to another mapset when in use (aka force remove lock) (see https://github.com/OSGeo/grass/pull/906, https://github.com/OSGeo/grass/issues/898) |
| 680 | |
| 681 | Almost done, this issue offers an option to force the removal of the lock and switch to the mapset anyway. |
| 682 | |
| 683 | |
| 684 | '''2) What am I going to achieve for next week?'''\\ |
| 685 | |
| 686 | I am gonna end up those above-mentioned PRs. |
| 687 | Then, I am gonna reflect changes, I made in Data Catalog, in GUI. |
| 688 | |
| 689 | - Reflect changes done from Data Catalog in GUI and vice versa (see https://github.com/OSGeo/grass/issues/885) |
| 690 | - when map is renamed in data catalog while it is displayed, the layer needs to be changed otherwise rendering fails |
| 691 | - when map is moved elsewhere in data catalog while it is displayed |
| 692 | - new map is created (this item needs to be expanded, there are multiple ways a new map is created) |
| 693 | - current mapset/location is changed from menu |
| 694 | - etc. |
| 695 | |
| 696 | '''3) Is there any blocking issue?'''\\ |
| 697 | No, it is not. |