Skip to content

Commit

Permalink
Merge pull request #380 from opengisch/QF-3121-NFC-text-tag-scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
suricactus authored Oct 26, 2023
2 parents 9485de2 + 3fef951 commit d82c3a0
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions documentation/how-to/digitize.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,13 @@ Once the codes have been successfully scanned, users can validate their choice b

!![](../assets/images/digitizing-with-qr-code-4-it-worked.png)

In addition, the Code Reader offers the capability to read NFC text tags.

!![](../assets/images/code-reader-nfc-text-tag.png)

!!! note
Both the QR code camera and the NFC text tag detector are enabled by default when you open the Code Reader. You have the flexibility to disable either of these features to ensure that your device's battery is not used unnecessarily by using hardware that you may not need at the moment.

#### Remember attribute values

For quick collection of rather homogeneus datasets, it is crucial to not
Expand Down
17 changes: 14 additions & 3 deletions documentation/how-to/search.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,19 @@ The value entered in the search bar will be used to find features with
matching attribute values. A minimum of three characters is required to
start the search.

!![image](../assets/images/search-bar.png)
!![](../assets/images/search-bar.png)

### Search with code scanner

Additionally, you have the option to employ the code scan functionality for this purpose.

When click on the "Scan code" will trigger QField's code reader, initiating the scanning process to decode the code.

!![image](../assets/images/search-bar-code-reader-1-scanning.png)
!![](../assets/images/search-bar-code-reader-1-scanning.png)

Once you are content with the scanned information, you can simply click on the checkmark (✔️) OK button to initiate a search for that specific string(In this example, the code corresponds to a user identifier that is associated with various features in a project dataset).

!![image](../assets/images/search-bar-code-reader-2-results.png)
!![](../assets/images/search-bar-code-reader-2-results.png)

For distinct outcomes, is recommend encoding your feature UUIDs. This will allow us to promptly locate the relevant items.

Expand All @@ -41,6 +43,15 @@ actions :
feature will be highlighted in yellow).
2. Tap on the *attributes button* to open its attributes.

### Search with NFC

In addition, the Code Reader offers the capability to read NFC text tags.

!![](../assets/images/code-reader-nfc-text-tag.png)

!!! note
While both the QR code camera and the NFC text tag detector are enabled by default when you open the Code Reader. You have the flexibility to disable either of these features to ensure that your device's battery is not used unnecessarily to activate hardware that you may not need at the moment.

### Go to coordinate

It is possible to go to a given coordinates through the search bar by entering
Expand Down

0 comments on commit d82c3a0

Please sign in to comment.