Skip to content

1.0.1 | June 8, 2022

Compare
Choose a tag to compare
@AdityaSetyadi AdityaSetyadi released this 08 Jun 04:44
· 124 commits to main since this release

FormGear | Ver. 1.0.1

June 8, 2022

Added

  • Add templateDataKey on response, principal, remark to identify what template is belonging to.
     "templateDataKey": "family-characteristics-2022",
  • Add metadata such as gearVersion, templateVersion, validationVersion response, principal, remark to identify what version is used to create these files.
     "gearVersion": "1.0.1",
     "templateVersion": "1.0.0",
     "validationVersion": "1.0.0"
  • Add metadata such as createdBy, createdAt, updatedBy, updatedAt on response, principal, remark to identify time and user identity that creates these files.
     "createdBy": "adty",
     "updatedBy": "adty",
     "createdAt": "2022-06-08 07:00:19",
     "updatedAt": "2022-06-08 10:07:04",
  • Add ListBlank Modal to provide the list of blank component during data collection.
  • Add ListRemark Modal to provide the list of component with remark during data collection.

Changed

  • Clickable summary to open ListBlank and ListRemark
  • Update nested button label to 'view' on formMode > 1