Skip to content

feat(story error handling): better story editing and play story error handling

Carl Gützkow requested to merge fix/editor-deletion-update into main

closes: #43 (closed)

What are the key features of this change

Added better error handling when editing a story and trying to play a story. When editing a story title, the user is now not notified before the text field is unfocused. When trying to play a story, the story will check if the story is playable. When removing a passage, the passage will not be deleted if there are any links to it. When starting a story, the user will be notified if there are any broken links in the story.

Checklist

  • Javadoc
  • Relevant tests have been created
  • Build tool test passed
  • Class version is updated where relevant

Merge request reports