Changes between Version 24 and Version 25 of GSoC/2020/StartupWindow


Ignore:
Timestamp:
Jul 4, 2020, 7:47:11 AM (4 years ago)
Author:
lindakladivova
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2020/StartupWindow

    v24 v25  
    167167Ok
    168168\\
    169 WIP
     169OK
    170170\\
    171171}}}
     
    181181- Load/show data button on the side
    182182- A choice in context menu to load the data for part of the tree
    183 - Support multiple databases to data catalog
     183- Support multiple databases to data catalog (see https://github.com/OSGeo/grass/pull/761, https://github.com/OSGeo/grass/issues/741)
     184- The Data tab was moved so it is the first tab from the left and it is the default when the GUI opens (see https://github.com/OSGeo/grass/pull/756, https://github.com/OSGeo/grass/issues/748).
     185- Merges LocationMapTree and DataCatalogTree classes (see https://github.com/OSGeo/grass/pull/755, https://github.com/OSGeo/grass/issues/740).
    184186
    185187}}}
    186188{{{#!td
    187189First evaluation
    188 - Submission deadline: 3 July
    189 TBD
     190\\
     191?
     192\\
     193?
     194\\
     195?
     196\\
     197WIP
     198\\
     199\\
     200OK
     201\\
     202\\
     203OK
     204\\
     205\\
    190206}}}
    191207|-----------------------
     
    199215- Add button to add existing or new database
    200216- New location action from context menu on a database node (#3578)
    201 - New mapset action from context menu on a location node (#3579)
    202 }}}
    203 {{{#!td
    204 TBD
     217- New mapset action from context menu on a location node (#3579)(see https://github.com/OSGeo/grass/pull/731, see https://github.com/OSGeo/grass/issues/717)
     218}}}
     219{{{#!td
     220\\
     221WIP
     222\\
     223TBD
     224\\
     225OK
     226\\
    205227}}}
    206228|-----------------------
     
    413435I do not have any blocking issues.
    414436
    415 
    416437== Week 4 ==
    417438
     
    444465I do not have any blocking issues.
    445466
     467== Week 5 ==
     468
     469'''1) What did I complete this week?'''\\
     470
     471I ended up adding of the new mapset action to the data catalog (see https://github.com/OSGeo/grass/pull/731, see https://github.com/OSGeo/grass/issues/717):
     472- adjusting the code in gis_set.py to accommodate the new changes,
     473- creation of new function in datacatalog/tree called insertMapset for inserting a mapset into a virtual tree,
     474- adjusting the code in gis_set.py and tree.py to accommodate the new changes.
     475I also made two other PR related to Data Catalog.
     476First one makes data tab the default in GUI. The Data tab was moved so it is the first tab from the left and it is the default when the GUI opens. (see https://github.com/OSGeo/grass/pull/756, https://github.com/OSGeo/grass/issues/748).
     477Second one merges LocationMapTree and DataCatalogTree classes (see https://github.com/OSGeo/grass/pull/755, https://github.com/OSGeo/grass/issues/740).
     478
     479I have also started to work on a bigger issue which allows users to add additional grass databases as currently, only one database is in the GUI data catalog (see https://github.com/OSGeo/grass/pull/761, https://github.com/OSGeo/grass/issues/741). Unfortunately, I made the mistake upon committing into GitHub so now till correction it is also associated with other commits.
     480In this PR I made the toolbar button for adding an existing database and then edited several functions mainly in datacatalog/tree.py that need to handle more than one database. This PR is not finished yet, I am a bit stuck here and need to solve other processing with mentors.
     481
     482'''2) What am I going to achieve for next week?'''\\
     483
     484I would finalize on the PR Add multiple GRASS databases (see https://github.com/OSGeo/grass/pull/761, https://github.com/OSGeo/grass/issues/741).
     485I would also start to work on other issues related mainly to the Data Catalog:
     486- Add, rename and delete of Location and Mapset in Data catalog (see https://github.com/OSGeo/grass/issues/710)
     487- Add new location action to database node in Data tab (see https://github.com/OSGeo/grass/issues/747)
     488- Startup screen: Distinguish mapsets by ownership and lock (see https://github.com/OSGeo/grass/issues/714)
     489
     490'''3) Is there any blocking issue?'''\\
     491No, it is not.
     492