Changes between Version 28 and Version 29 of GSoC/2020/StartupWindow


Ignore:
Timestamp:
Jul 19, 2020, 1:56:48 AM (4 years ago)
Author:
lindakladivova
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2020/StartupWindow

    v28 v29  
    214214'''Data catalog:'''
    215215- Add button to add existing or new database (see https://github.com/OSGeo/grass/pull/761, https://github.com/OSGeo/grass/issues/741)
    216 - New location action from context menu on a database node (#3578)
    217 - Add rename and delete of Location and Mapset in Datacatalog (https://github.com/OSGeo/grass/pull/771, https://github.com/OSGeo/grass/issues/710)
     216- New location action from context menu on a database node (#3578) (see https://github.com/OSGeo/grass/pull/790, https://github.com/OSGeo/grass/issues/747)
     217- Add rename and delete of Location and Mapset in Datacatalog (see https://github.com/OSGeo/grass/pull/771, https://github.com/OSGeo/grass/issues/710)
    218218- New mapset action from context menu on a location node (#3579)(see https://github.com/OSGeo/grass/pull/731, https://github.com/OSGeo/grass/issues/717)
    219219}}}
    220220{{{#!td
    221221\\
     222OK
     223\\
    222224WIP
    223 \\
    224 TBD
    225225\\
    226226OK
     
    236236}}}
    237237{{{#!td
    238 '''Finishing the implementation of Data catalog'''
     238'''Data catalog'''
    239239- Testing and documentation
    240 }}}
    241 {{{#!td
    242 TBD
     240- Add multiple GRASS databases (see https://github.com/OSGeo/grass/pull/761, https://github.com/OSGeo/grass/issues/741)
     241- Allow delete on multiple mapsets in data catalog (see https://github.com/OSGeo/grass/pull/795, https://github.com/OSGeo/grass/issues/791)
     242}}}
     243{{{#!td
     244TBD
     245\\
     246OK
     247\\
     248WIP
     249\\
    243250}}}
    244251|-----------------------
     
    514521'''3) Is there any blocking issue?'''\\
    515522No, it is not.
     523
     524
     525== Week 7 ==
     526
     527'''1) What did I complete this week?'''\\
     528
     529I finalized the PR Add multiple GRASS databases (see https://github.com/OSGeo/grass/pull/761, https://github.com/OSGeo/grass/issues/741). I also made several smaller PRs related to issues. As we will distinguish different layers according to lock and ownership, it was necessary to distinguish label and name of nodes (see https://github.com/OSGeo/grass/pull/783, https://github.com/OSGeo/grass/issues/780). I also changed the order of Lazer Manager tabs and a label "Layers" to display (see https://github.com/OSGeo/grass/pull/802, https://github.com/OSGeo/grass/issues/799).
     530Simultaneously, I am working on bigger PRs related to new actions in Data Catalog. The first one adds Create New Location and Download Location actions to database node in Data tab (see https://github.com/OSGeo/grass/pull/790, https://github.com/OSGeo/grass/issues/747). The second one allows Delete action on multiple selected mapsets (see https://github.com/OSGeo/grass/pull/795, https://github.com/OSGeo/grass/issues/791).
     531
     532'''2) What am I going to achieve for next week?'''\\
     533
     534As the paradigm has quite changed after the community video call on July 15 (startup screen will be probably removed), I will go ahead and add more functions and actions to Data Catalog which is now becaming the center point of management in GRASS.
     535First I am gonna focus on Adding new icons to the data catalog for several actions whose list is gonna be broadening. This is related to the Issue https://github.com/OSGeo/grass/issues/800.
     536There are also other issues related to the Data Catalog I am gonna adress:
     537- Add functionality to load only data from the current mapset in the Data tree (see https://github.com/OSGeo/grass/issues/749)
     538- Startup screen: Distinguish mapsets by ownership and lock (see https://github.com/OSGeo/grass/issues/714)
     539- Check for gislock and other issues when deleting/renaming/editing mapset and location in catalog (https://github.com/OSGeo/grass/issues/801)
     540
     541'''3) Is there any blocking issue?'''\\
     542No, it is not.