Changes between Version 21 and Version 22 of GSoC/2020/StartupWindow


Ignore:
Timestamp:
Jun 26, 2020, 5:32:06 AM (4 years ago)
Author:
lindakladivova
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2020/StartupWindow

    v21 v22  
    7474}}}
    7575{{{#!td
     76\\
     77\\
    7678Ok \\
    7779Ok \\
     
    98100}}}
    99101{{{#!td
     102\\
     103\\
    100104Ok \\
    101105Ok \\
     
    114118- Choose projection page (Projection from a list choice) (see https://github.com/OSGeo/grass/pull/721, see https://github.com/OSGeo/grass/issues/706)
    115119 - Rename to something like “Define custom”, esp. if a search is removed from the EPSG page.
    116  - [[span(style=color: #1425EB, The WKT would be using pasted text (the same way as the proj4 string) instead of file)]]
    117 - [[span(style=color: #1425EB, Create grassdata automatically on the first GUI startup (see https://github.com/OSGeo/grass/pull/705, see https://github.com/OSGeo/grass/issues/682)]]
    118 - [[span(style=color: #1425EB, Startup GUI automatic detection of grassdata: make case independent (see https://github.com/OSGeo/grass/pull/664, see https://github.com/OSGeo/grass/issues/644))]]
     120 - The WKT would be using pasted text (the same way as the proj4 string) instead of file)
     121- Create grassdata automatically on the first GUI startup (see https://github.com/OSGeo/grass/pull/705, see https://github.com/OSGeo/grass/issues/682)
     122- Startup GUI automatic detection of grassdata: make case independent (see https://github.com/OSGeo/grass/pull/664, see https://github.com/OSGeo/grass/issues/644))
    119123- Final page:
    120124 - Try harder to show EPSG, e.g. in the case file was used
     
    128132Ok
    129133\\
    130 [[span(style=color: #1425EB, Ok )]]
    131 \\
    132 [[span(style=color: #1425EB, Ok )]]
     134\\
     135\\
     136Ok
     137\\
     138Ok
     139\\
    133140\\
    134141?
     
    144151{{{#!td
    145152'''Finishing the implementation of Location wizard '''
    146 - Testing and documentation
    147 
    148 
    149 }}}
    150 {{{#!td
    151 TBD
     153- Improvements of new location's CRS method selection page (see https://github.com/OSGeo/grass/pull/721)
     154- Testing and documentation (Correct errors according to flake 8 and add some description (see https://github.com/OSGeo/grass/pull/728))
     155
     156- Data Catalog: Corrected index error after right click on 'GRASS Locations in..' tab in the data tab (see https://github.com/OSGeo/grass/pull/736)
     157- Data Catalog: Started to work on New mapset action from context menu on a location node (see https://github.com/OSGeo/grass/pull/731)
     158}}}
     159{{{#!td
     160\\
     161\\
     162Ok
     163\\
     164Ok
     165\\
     166\\
     167Ok
     168\\
     169WIP
     170\\
    152171}}}
    153172|-----------------------
     
    393412
    394413I do not have any blocking issues.
     414
     415
     416== Week 4 ==
     417
     418'''1) What did I complete this week?'''\\
     419
     420I have worked and finalized my work regarding the Location Wizard:
     421- Editing of CRS selection page where WKT is using pasted text instead of search mechanism (see https://github.com/OSGeo/grass/pull/721, see https://github.com/OSGeo/grass/issues/706)
     422- Correction of errors according to flake 8 and addition of some description (see https://github.com/OSGeo/grass/pull/728)
     423
     424I also start to work on other issues related mainly to the Data Catalog:
     425- Correction of "list index out of range" error appears in the Console tab in GUI after right click on the database directory ("grassdata") node (root) in the Data tab (see https://github.com/OSGeo/grass/pull/736, see https://github.com/OSGeo/grass/issues/709, already done)
     426- Add new mapset action to data catalog (see https://github.com/OSGeo/grass/pull/731, see https://github.com/OSGeo/grass/issues/717)
     427 - created GenericMultiValidator in gui_core/widgets, which will work as GenericValidator, but can pass tuple of conditions and callbacks,
     428 - defined callbacks (_nameValidaionFailed, the ogr check and also test whether the mapset already exists) inside the NewMapsetDialog class,
     429 - created simple function in guiutils to check if mapset exists.
     430
     431'''2) What am I going to achieve for next week?'''\\
     432
     433I would finalize on the PR Add new mapset action to data catalog (see https://github.com/OSGeo/grass/pull/731, see https://github.com/OSGeo/grass/issues/717)
     434- adjusting the code in gis_set.py to accommodate the new changes,
     435- creation of new function in datacatalog/tree called insertMapset for inserting a mapset into a virtual tree,
     436- adjusting the code in gis_set.py and tree.py to accommodate the new changes.
     437
     438I would also start to work on other issues related mainly to the Data Catalog:
     439- Add, rename and delete of Location and Mapset in Data catalog (see https://github.com/OSGeo/grass/issues/710)
     440- Distinguish mapsets by ownership and lock (see https://github.com/OSGeo/grass/issues/714)
     441
     442'''3) Is there any blocking issue?'''\\
     443
     444I do not have any blocking issues.
     445