Changes between Version 4 and Version 5 of GoogleSummerCode2019


Ignore:
Timestamp:
Feb 5, 2019, 8:18:47 PM (5 years ago)
Author:
vrautenbach
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • GoogleSummerCode2019

    v4 v5  
    44
    55''Expected outcome'': new features for overlaying queries and basic styling in the pgAdmin4 geometry viewer
    6 ''Skills required'': Python, JavaScript and JavaScript APIs such as, require.js, bootstrap and Leaflet''
     6
     7''Skills required'': Python, JavaScript and JavaScript APIs such as, require.js, bootstrap and Leaflet
     8
    79''Mentors'': Frikan Erwee and [https://www.up.ac.za/geography-geoinformatics-and-meteorology/article/2735602/victoria-rautenbach Victoria Rautenbach]
     10
    811''Difficulty'': Medium
     12
    913''Test for student'': Review all the strings in the pgAdmin4 geometry viewer JS code in the repo, and ensure they are properly wrapped in gettext calls. Some info strings are not localized at all, and a couple are built using constructs like str = gettext("There were ") + num + gettext(" geometries rendered") which won't work with some languages.
    1014