Skip to content

Error handling to Inventor's Assistant

Compare
Choose a tag to compare
@Catrovitch Catrovitch released this 16 Aug 15:23
· 117 commits to master since this release

Error handling has been implemented into the Inventor's Assistant.

  • User can not submit while user input fields are empty
  • After submitting a user cannot change the input in the input field. This is also visually indicated by greying out the input field.
  • If a call to the backend fails there is handling of the Errors
  • A general Timeout of 15 sec is used for UserInputValidation
  • When an error occurs it is communicated to the User
  • The user can try again if an error occurs