Changes between Version 50 and Version 51 of GSoC/2020/StartupWindow


Ignore:
Timestamp:
Aug 16, 2020, 3:41:49 AM (4 years ago)
Author:
lindakladivova
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2020/StartupWindow

    v50 v51  
    627627
    628628'''1) What did I complete this week?'''\\
     629
    629630First 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).
    630631Secondly, I implemented storing list of databases in settings (see https://github.com/OSGeo/grass/issues/842, https://github.com/OSGeo/grass/pull/858).
     
    665666
    666667'''1) What did I complete this week?'''\\
     668
    667669I 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.
    668670