Files
gremiumhub/CHANGELOG.md

871 B

Changelog

2025-11-23 - Pipeline

  • Gitea pipeline seems not to be stable enough yet. Jobs don't get assigned runners consistently. Especially the backend job.
  • Switch to local nektos act runner also led to issues
  • Finally switched to simple shell scripts for CI/CD

2025-11-02 - Form Element Management API

  • New input field with title and text needed to be added to application forms
  • Adding new form elements to existing application forms caused type conflicts: frontend needed to add CreateFormElementDto (without ID) to arrays of FormElementDto (with ID)
  • Implemented separate endpoint for adding form elements: POST /application-forms/{applicationFormId}/sections/{sectionId}/form-elements