Changes between Version 50 and Version 51 of GSoC/2020/StartupWindow
- Timestamp:
- 08/16/20 03:41:49 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GSoC/2020/StartupWindow
v50 v51 627 627 628 628 '''1) What did I complete this week?'''\\ 629 629 630 First of all, I finished two PRs related to two modes "Allow edits outside of the current mapset" and "Restrict edits to the current mapset". The first PR deals with the implementation of these restrictions (see https://github.com/OSGeo/grass/issues/843, https://github.com/OSGeo/grass/pull/848). The motion is that when Allow editing mode is ON we are allowed to rename and delete outside of the current mapset, if OFF no edits are restricted to the current mapset. The second PR suggested the new symbol since previous one was very misleading (see https://github.com/OSGeo/grass/issues/844, https://github.com/OSGeo/grass/pull/870). 630 631 Secondly, I implemented storing list of databases in settings (see https://github.com/OSGeo/grass/issues/842, https://github.com/OSGeo/grass/pull/858). … … 665 666 666 667 '''1) What did I complete this week?'''\\ 668 667 669 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 670