road86 / bahis-desk

Desktop application for BAHIS2
GNU General Public License v3.0
2 stars 1 forks source link

fix: stop local duplication and hide geolocation fields #64

Closed ChasNelson1990 closed 1 year ago

ChasNelson1990 commented 1 year ago

Description

Okay, so this is one of three PRs needed to (hopefully!) fix the data duplication issues.

So this one does three things:

  1. do Date sanatising to match road86/bahis-serve#17
  2. makes edit work to match road86/odk-form-renderer-v2-lib#1
  3. fixes the geolocation 'issue' by hiding the fields - they always autofilled correctly but the odk-form-renderer was... well.. not rendering....

closes https://github.com/road86/project-bahis/issues/110 closes https://github.com/road86/project-bahis/issues/145 closes https://github.com/road86/project-bahis/issues/186 closes https://github.com/road86/project-bahis/issues/143 relates road86/odk-form-renderer-v2-lib#1 relates road86/bahis-serve#17

Dependency Changes

I have locked the react dependencies and some others to those being used in odk-form-renderer-v2-lib only; this makes it possible to use yarn's link feature for local development.

Checklist