Skip to content

v0.2.8

Choose a tag to compare

@github-actions github-actions released this 14 Apr 09:42
· 25 commits to main since this release

v0.2.8 (2025-04-14)

Fix

  • fix(WeightedAssessmentSurvey): Update timestamps handling and enhance survey data structure
  • Changed the timestamps property in the Question interface to use string keys for better clarity.
  • Added submitted_utc_timestamp and submitted_local_timestamp_string fields to the SurveyData interface for tracking submission times.
  • Updated the handleSubmit and generateRandomAnswers functions to include timestamp management.
  • Removed the button for editing category types from the UI while retaining the modal functionality.
  • Ensured model changes are saved after submission in both the submit and random answer generation processes. (1d413a6)