Changes between Version 20 and Version 21 of GSoC/2020/StartupWindow
- Timestamp:
- 06/21/20 01:03:31 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GSoC/2020/StartupWindow
v20 v21 95 95 - Show the matching CSRs as user types EPSG or any text (like now), if only a number, assume it is EPSG (don't search through definition) 96 96 - "to WGS" dialog as an additional 97 98 }}} 99 {{{#!td 100 Ok \\ 101 Ok \\ 102 Ok \\ 103 Ok \\ 104 ? \\ 105 }}} 106 |----------------------- 107 108 {{{#!td 109 June 15 - June 21 \\ 110 ''Week 3'' 111 }}} 112 {{{#!td 113 '''Location wizard''' 114 - Choose projection page (Projection from a list choice) (see https://github.com/OSGeo/grass/pull/721, see https://github.com/OSGeo/grass/issues/706) 115 - 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)]] 97 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)]] 98 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))]] 99 100 }}}101 {{{#!td102 Ok \\103 Ok \\104 Ok \\105 Ok \\106 ? \\107 [[span(style=color: #1425EB, Ok (extra))]]108 \\109 [[span(style=color: #1425EB, Ok (extra))]]110 }}}111 |-----------------------112 113 {{{#!td114 June 15 - June 21 \\115 ''Week 3''116 }}}117 {{{#!td118 '''Location wizard'''119 - Choose projection page (Projection from a list choice)120 - Rename to something like “Define custom”, esp. if a search is removed from the EPSG page.121 122 119 - Final page: 123 120 - Try harder to show EPSG, e.g. in the case file was used 124 121 - PROJ.4 definition - add mechanisms to show WKT for new versions Proj 125 126 122 - Location download functionality 127 123 - Show data catalog but from a metadata file 128 124 - Action there is downloading the whole location 129 125 130 131 }}} 132 {{{#!td 133 TBD 126 }}} 127 {{{#!td 128 Ok 129 \\ 130 [[span(style=color: #1425EB, Ok )]] 131 \\ 132 [[span(style=color: #1425EB, Ok )]] 133 \\ 134 ? 135 \\ 136 ? 134 137 }}} 135 138 |----------------------- … … 364 367 No, it isn't. 365 368 366 367 369 == Week 3 == 370 371 '''1) What did I complete this week?'''\\ 372 373 I have worked and completed two PRs related to Startup page: 374 375 - 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). Detects a grassdata directory if present, but it does not detect GRASSDATA, Grassdata, or any other possible combinations of cases. It should be independent to allow for different cultures of case usage in file and directory naming. 376 - Create grassdata automatically on the first GUI startup (see https://github.com/OSGeo/grass/pull/705, see https://github.com/OSGeo/grass/issues/682) 377 378 I have also set up and work on the new PR related to CRS selection page (see https://github.com/OSGeo/grass/pull/721, see https://github.com/OSGeo/grass/issues/706). I am almost done with this PR. 379 380 '''2) What am I going to achieve for next week?'''\\ 381 382 I would end up the last PR related to Location Wizard (see https://github.com/OSGeo/grass/pull/721) and also start to work on other issues related mainly to the Data Catalog: 383 384 - Correct "list index out of range" error 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/issues/709) 385 - Add, rename and delete of Location and Mapset in Data catalog (see https://github.com/OSGeo/grass/issues/710) 386 - Distinguish mapsets by ownership and lock (see https://github.com/OSGeo/grass/issues/714) 387 - Add New Mapset action to the Data catalog (see https://github.com/OSGeo/grass/issues/717) 388 389 '''3) Is there any blocking issue?'''\\ 390 391 I am sorry for not doing much work earlier this week, I was away one week from home till this Wednesday. 392 Now, for the last three days, I have been trying to catch it up and next week I will work harder. :) 393 394 I do not have any blocking issues.