Changes between Version 12 and Version 13 of GSoC/2020/StartupWindow
- Timestamp:
- 06/05/20 06:18:57 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GSoC/2020/StartupWindow
v12 v13 310 310 311 311 '''1) What did I complete this week?'''\\ 312 I created a single PR related to the bigger topic related to changes in EPSG page (see https://github.com/OSGeo/grass/pull/670). I made a change in layout definition. Now it is defined by BoxSizer instead of GridBagSizer. Also path to usr/share/proj/epsg was removed. Search and EPSG code text inputs were merged into one search input. Informative link to epsg.io was added.312 I created a single PR related to the bigger topic related to changes in EPSG page (see https://github.com/OSGeo/grass/pull/670). I made a change in layout definition. Now it is defined by BoxSizer instead of GridBagSizer. Also, path to usr/share/proj/epsg was removed. Search and EPSG code text inputs were merged into one search input. An informative link to epsg.io was added. 313 313 Removing the picture of the world: https://github.com/OSGeo/grass/pull/657 was already merged into master. Similarly, I am already done with the automatic detection of case-independent cases of grassdata directory: https://github.com/OSGeo/grass/pull/664 (issue: https://github.com/OSGeo/grass/issues/644.) 314 314 315 315 '''2) What am I going to achieve for next week?'''\\ 316 Next week I am going to continue on PR regarding the EPSG page (see https://github.com/OSGeo/grass/pull/670). The layout is done, now I gonna focus on events. There are several requirements:316 Next week I am going to continue on PR regarding the EPSG page (see https://github.com/OSGeo/grass/pull/670). The layout is done, now I am gonna focus on events. There are several requirements: 317 317 - searching in a list on the fly 318 318 - choose automatically the first row and permit "next" button 319 319 - if epsg code is empty, nothing is selected and "next" button is not active 320 320 - change informative URL according to a query string 321 Furthermore, I gonna work on improvement (see https://github.com/OSGeo/grass/issues/682). GRASS should create a grassdata directory in the default path for theirplatform automatically.321 Furthermore, I am gonna work on improvement (see https://github.com/OSGeo/grass/issues/682). GRASS should create a grassdata directory in the default path for its platform automatically. 322 322 323 323 '''3) Is there any blocking issue?'''\\