Skip to contents

A shiny module. Used to mark data as reviewed and add comments to data of a specific form/page in the database and in the internal application data.

This module is used to display whether the form that is actively being displayed in the application has any values that are newly entered or updated since the last review session. In addition, if a page contains new data, the user can mark all data in the form as being reviewed and can (optionally) add a comment to this review action. The data will be saved in a database. All review activity is stored with an audit-trail, with date/time stamps and with the reviewer's name.

Usage

mod_review_forms_ui(id)

Arguments

id

Character string, used to connect the module UI with the module Server.