| 467 | == Week 5 == |
| 468 | |
| 469 | '''1) What did I complete this week?'''\\ |
| 470 | |
| 471 | I 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. |
| 475 | I also made two other PR related to Data Catalog. |
| 476 | First 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). |
| 477 | Second one merges LocationMapTree and DataCatalogTree classes (see https://github.com/OSGeo/grass/pull/755, https://github.com/OSGeo/grass/issues/740). |
| 478 | |
| 479 | I 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. |
| 480 | In 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 | |
| 484 | I would finalize on the PR Add multiple GRASS databases (see https://github.com/OSGeo/grass/pull/761, https://github.com/OSGeo/grass/issues/741). |
| 485 | I 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?'''\\ |
| 491 | No, it is not. |
| 492 | |