Changes between Version 4 and Version 5 of GoogleSummerCode2019
- Timestamp:
- 02/05/19 20:18:47 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GoogleSummerCode2019
v4 v5 4 4 5 5 ''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 7 9 ''Mentors'': Frikan Erwee and [https://www.up.ac.za/geography-geoinformatics-and-meteorology/article/2735602/victoria-rautenbach Victoria Rautenbach] 10 8 11 ''Difficulty'': Medium 12 9 13 ''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. 10 14