Skip to content

Field Books - Fails to upload multi users field book #500

@ghuotvez

Description

@ghuotvez

If a user has merged a couple of field books together as to make a central depo of some sort and would like to import the geopackage in the app, for further edition, not new data collection, the app fails and shows a default error message to the user.

This was intentionally implemented like so here

if (metadataTableRows != null && metadataTableRows.Count() == 1)

Still, we might want to revert this behavior to something a bit more flexible, especially for editing purposes. The original idea was to prevent multi user so there wouldn't be any confusion when taking new stations for record naming since we're using the officer code as a prefix. By default the new behavior could take the first record for any new records or we could show a drop down list in the field book editing page so user can switch from one users to the other. This was also an original planned behavior, ages ago, since we do have a field named "ISACTIVE" that was meant especially for this, being that whoever is editing the dataset can select a given user, the code will set it as active and they can take new records.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Version 3Issues for next major version under MAUIenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions