Skip to content

Releases: hpi-sam/dps.training_k

v0.5.0

28 Mar 09:52
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

What's Changed

  • added exercise configuration before training start in frontend
  • added static patient information display in frontend
  • added exercise scheduling in backend
  • fixed login logic

Full Changelog: v0.4.0...v0.5.0

v0.4.0

08 Mar 09:06
b4a051d
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

What's Changed

  • dockerized frontend
  • completed frontend MVP (added patient state visualization, start/end exercise logic, executing an example action on a patient, ...)
  • migrated frontend to TypeScript
  • added patient access in backend
  • fixed backend docker setup

Full Changelog: v0.3.0...v0.4.0

v0.3.0

19 Feb 13:04
18cc976
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

What's Changed

  • Refactored frontend from SocketIO to WebSockets
  • Removed backendProxy and backendDummy
  • Established frontend-backend communication
  • Added Patient access and create exercise screen in frontend
  • Added Docker deployment for backend

Full Changelog: v0.2.0...v0.3.0

v0.2.0

02 Feb 10:07
5cb9e7a
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Added backend which is yet to be connected with the frontend. Working towards MVP

What's Changed

  • Improved backendProxy with new default pass-through behaviour
  • Added Pinia for state managment
  • Added backend with working WebSocket-system
  • Added basic models in backend database

Full Changelog: v0.1.0...v0.2.0

v0.1.0

19 Jan 13:15
064e7fe
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial in-dev release of the K-dPS with first compilable website frontend.

What's Changed

Full Changelog: https://github.com/hpi-sam/dps.training_k/commits/v0.1.0