Skip to content

1.0.0

Choose a tag to compare

@KFilippopolitis KFilippopolitis released this 04 Mar 11:45
· 8 commits to master since this release
Immutable release. Only release title and notes can be modified.
9e0fb69

Overview

This is the initial public release of MIP Platform UI (fl-platform), the Angular 21 frontend for the Medical Informatics Platform.

The release establishes the core product baseline for composing, executing, and reviewing experiments through the MIP backend.

Key capabilities

Experiment Studio

  • Data model and dataset selection
  • Variable and covariate assignment
  • QueryBuilder-based filter configuration
  • Algorithm setup, execution, and result inspection
  • Transient previews (histogram, describe)

Experiments Dashboard

  • Experiment listing, search, and pagination
  • Personal/shared views and shareable links
  • Detail view and side-by-side comparison
  • Rename, edit, and delete operations

Results and reporting

  • Visualization rendering with ECharts and D3
  • Algorithm result mapping for consistent UI output
  • PDF export for experiment and statistics reports

Security and access

  • Keycloak OAuth2 authentication flow
  • Route protection with session-based access checks
  • Terms/NDA acceptance gating prior to full platform access

Deployment readiness

  • Dockerized build and nginx serving
  • Runtime environment injection for backend routing and version metadata

Backend integration

The UI is designed to work with backend services exposed under /services, including:

  • /activeUser
  • /data-models
  • /algorithms
  • /experiments