Changes between Version 40 and Version 41 of wxGUIDevelopment/New_Startup


Ignore:
Timestamp:
Dec 4, 2019, 2:53:36 AM (4 years ago)
Author:
wenzeslaus
Comment:

More concrete steps for wizard and overall implemenation

Legend:

Unmodified
Added
Removed
Modified
  • wxGUIDevelopment/New_Startup

    v40 v41  
    359359==== Roadmap ====
    360360
     361Location wizard:
     362
     363* First page:
     364 * Database directory not editable but mentioned
     365 * Location name marked as required
     366 * Location title (renamed as description) marked as optional
     367 * "Set default region and resolution" removed and set automatically if info is available
     368 * "Create user mapset" removed (user can do it from the data catalog)
     369* Next page depends on how the wizard was started
     370 * Jump to EPSG page or georef file page if started by those buttons
     371 * Go to decide what way to go page (current second page)
     372* Page for deciding what way to go (current second page):
     373 * Only options not covered by the buttons in the startup screen or initial dialog from GUI
     374  * From WKT (is it useful, perhaps yes, but not only as a file but also as text)
     375  * XY
     376  * Projection from a list (or search from projection, add EPSG info to the list?)
     377  * From PROJ.4 string (isn't this the same as WKT once we have Proj v6?)
     378* EPSG page:
     379 * Remove path to "/usr/share/proj/epsg"
     380  * Advanced users can use env var
     381  * If broken on Windows, new installer/package needed anyway.
     382 * Search?
     383* Final page:
     384 * PROJ.4/WKT definition in scroll area
     385
    361386Phase :
    362387
     
    364389 * Challenge: Clicking a big button is simpler, but wizard by default uses radio buttons and a next button.
    365390* Better EPSG page in the location wizard
     391* Data catalog with "set level" function to not load data
     392* Data catalog with "filter by item type" function to load or not load workspaces
     393* Add in-GUI documentation and remove buttons, replace by context menu
     394 * Challenge: Search requires a widget (nested in context menu is strange)
     395* Show sample location to download in the data catalog
     396 * Challenge: Naming
     397* Button to create a new location
     398 * Next step
     399* Results in two buttons new location and show sample data to download
     400* Show data button per item in context menu
     401* Multiple buttons in the toolbar under the data catalog tree
     402 * Beginners can ignore
     403* Bigger buttons on the side for the important things
     404* CLI parameters for g.gui:
     405 * load all data as layers
     406 * prompt user to import more data
     407 * used after new location created
    366408
    367409Phase :
    368410
    369411* Collect recent mapsets, locations, databases
     412* Filter in data catalog showing only recent
     413* Order in data catalog by time (most recent on top)
    370414
    371415Phase :