NewGraphEnvironment / dff-2022

Building digital field forms and processing data collected using R, postgresql, QGIS and other tools
Creative Commons Zero v1.0 Universal
0 stars 3 forks source link

make form for fish cards - `form_fish_sample` #12

Open NewGraphEnvironment opened 1 year ago

NewGraphEnvironment commented 1 year ago

Could build the csv by selecting columns from the individual_fish_data page of the excel spreadsheet imported to r with fpr::fpr_import_hab_con and pulled out using purrr::pluck . This probably needs to be a 1:n relation as there are many fish per site

Mateo9569 commented 1 year ago

https://merginmaps.com/docs/layer/one-to-n-relations/

Mateo9569 commented 10 months ago

NOTE: See section in docs above for instructions on how to configure project setup for 1:N relations. Add relation to your project and make sure to reference both layers.

NewGraphEnvironment commented 10 months ago

This will be dealt with in new projects when we update bcfishpass_mobile.qgs to include 1:N relationship for fish form. Closing in favour of https://github.com/NewGraphEnvironment/dff-2022/issues/131

NewGraphEnvironment commented 10 months ago

need to clarify if we get reused value after entry or default value for tag number. suspect we can just reuse last value and not have a default value

image
NewGraphEnvironment commented 10 months ago

seperating fish form from site card for now