Changes between Version 2 and Version 3 of GSoC/2018/IntegrationInQGIS3


Ignore:
Timestamp:
May 20, 2018, 4:02:29 PM (6 years ago)
Author:
radeknovotny94
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2018/IntegrationInQGIS3

    v2 v3  
    226226
    227227== Weekly reports ==
     228== Week 1 ==
     229
     230'''1) What did I complete this week?'''\\
     231
     232I started work on implementing an initial version of Python library for generating UI files used by Processing plugin based on GRASS modules XML description. Unfortunately, I was not able to finish this task in time, because of I stuck in an automated generation of XML description from GRASS (1). So I have not enough sources for implementation and test of the parser (2).
     233
     234'''2) What am I going to achieve for next week?'''\\
     235
     236I want to finish work from the Week 1 and also complete the goal of week 2 - Integration of generated description UI files from initial Python library to Processing plugin in order to generate GUI dialogue for GRASS modules.
     237
     238'''3) Is there any blocking issue?'''\\
     239
     240I am blocked with generating XML descriptions from GRASS.(1) 
     241
     242(1) https://github.com/radeknovotny94/GRASS_Parse_to_QGIS_UI/blob/master/generate_batch_for_xml.py \\
     243(2) https://github.com/radeknovotny94/GRASS_Parse_to_QGIS_UI/blob/master/GRASSDescribtionParser.py