Skip to content

Session only form

Bence Kovács requested to merge feature/session_only_form into testing

issue #84 (closed)

The Api will give an observationlist_mode variable in the get_project_list response's form_header. It can be true, false or force.

  • If its value is 'true', then the list creation button is visible, and it is optional to use or not.

  • If it is 'false', then no list creation button will be rendered, and the user wont be able to start a list creation.

  • If its value is 'force', then that form is usable only in list creation mode. Implemented a SessionOnlyBlocker component which is a placeholder rendered in CreateMeasurementScreen, and it allows the MeasurementForm to render only when there is a session or the user creates null rekord.

fixed a small bug #94 (closed) hide ZoomScale when screen rotated #28 (closed), #89

Edited by Bence Kovács

Merge request reports