Skip to main content

Screens Diagram

· One min read

A new page was added - screens diagram. It describes how the application screens show based on stored settings or response received from API.

The introduced idea of customForms is quite powerful:

  • If the API response includes json with some additional, ad-hoc form data, it is displayed to collect the additional information.
  • If the API response includes json with some persistent form data, it is stored and required always after a code is scanned.

This enables the workflows:

  • to collect additional information if a specific code is scanned
  • to collect additional information based on the information user submitted, if needed
  • to persist any custom form, so it is displayed and data sent together with the scanned code

This functionality is in design phase and scheduled to be released in the build number #4

The minimum functionality app is already published as android beta applicaiton.