| 221 | == Week 4 == |
| 222 | '''1) What did I complete this week?'''\\ |
| 223 | On Thursday we had a videocall with Anna, Vashek and Martin and we discussed how to arrange further work. We revised our priorities and put off the coding related to move of Projection page for two last project weeks. Now the priority is the statusbar combobox removal. So I have started to work on two PRs - the first one (https://github.com/OSGeo/grass/pull/2155) projects all changes to other Map Display applications (as Map Swipe and others) because before further work we need to unify our code a bit; while the second PR implements statusbar settings via radiobuttons and also removes the combobox. For more info please see https://github.com/OSGeo/grass/pull/2153. |
| 224 | |
| 225 | In the meantime, I also finished https://github.com/OSGeo/grass/pull/2087 which moves "Use defined projection" checkbox to Map Display Settings. |
| 226 | |
| 227 | '''2) What am I going to achieve for next week?'''\\ |
| 228 | The main task for the next week is to finish both opened PRs. It will lead to entire statusbar combobox removal in all Map Display related applications because everywhere the Map Display Settings dialog will be newly available. I will also create a new icon for Map Display settings since the currently used icon is not suitable (we already use the same icon e.g. in Map Swipe for the purpose of settings). |
| 229 | |
| 230 | '''3) Is there any blocking issue?'''\\ |
| 231 | No, it isn't. |
| 232 | |
| 233 | == Week 4 == |
| 234 | '''1) What did I complete this week?'''\\ |
| 235 | This week was mostly about finishing PR https://github.com/OSGeo/grass/pull/2155 which projects all changes to other Map Display applications. I am still working on combobox removal and moving stuff to Map Display settings (https://github.com/OSGeo/grass/pull/2153). Some problems have occured here - we need to take into account two things: other Map Display apps with a different number of widget inputs and dynamic change of elements in statusbar combobox (when switching to 3D). Both these things complicate the task. |
| 236 | |
| 237 | In the meantime I fixed a bug caused by https://github.com/OSGeo/grass/pull/2155 - see https://github.com/OSGeo/grass/pull/2190 and improved statusbar update when 'Use defined projection' toggled (https://github.com/OSGeo/grass/pull/2178). |
| 238 | |
| 239 | '''2) What am I going to achieve for next week?'''\\ |
| 240 | The main task for the next week is to finish the PR https://github.com/OSGeo/grass/pull/2153 for combobox removal. There is still quite much work to do. I also worked on a new icon for Map Display settings on Sunday so I plan to open another PR for that. |
| 241 | |
| 242 | '''3) Is there any blocking issue?'''\\ |
| 243 | No, it isn't. |