Skip to content

Latest commit

 

History

History
60 lines (51 loc) · 3.5 KB

File metadata and controls

60 lines (51 loc) · 3.5 KB

Major:

  • Added extended update, installation and start scripts
  • Updated Server Mode
  • Refactored and Updated CLI
  • Added comprehensive CLI with hdp and hdp-server commands via pyproject.toml
  • Enabled Production Mode
  • Added Test Datasets, Excel/CSV Templates and CLI/Scripting Guides
  • Added Tutorials
  • Added enhanced pattern detectors to File Bundling Logic
  • Enhanced Validators during File Scanning
  • Added support for multiple modality templates
  • Added Hybrid File Processing Mode
  • Fixed the problem of the component installation modal getting stuck
  • Fixed bugs in Metadata Forwarding of Complex / Nested Fields
  • Updated Archival Logic to avoid filename collisions
  • Added refresh of HDP components after downloading HDP components
  • Added autosave mechanism for Pipeline Constructor and Added warnings if unsaved
  • Updated HDPC Schema to v0.1.1

Major:

  • Added Hierarchical File Bundling
    • This puts associated files into the same, not in separate records
    • It archives associated files within subdirectories in order to maintain the correct directory structure
  • Added File Bundle Modal to Uploads View

Minor:

  • Fixed error during tab switching in Uploads view
  • Fixed automatic tab switching after successful step process
  • Updated installation instructions in README
  • Fixed z-value of File Validation Status Modal

Major:

  • Implemented 3D Model Modality Template, including complex validation mechanisms and file overviews during project creation
  • Updated system to assign source and associated files to record entities

Major:

  • Implemented HDP Component Retrieval & Registration System
  • Added basic HDP Components to newly created Zenodo Community Heritage Data Processor Components
  • Added Server Application / Container for API Handling in ./containers/hdp-components-api
  • Added API endpoints: Pipeline Component Retrieval (https://api.modavis.org/hdp/v1/available-components [GET]) and Registration (https://api.modavis.org/hdp/v1/update-available-components [POST])
  • Updated HDP Components Schema to Version 0.1.0-alpha.2
  • Updated UI to correctly render the new HDP Components Schema Version 0.1.0-alpha.2
  • Initiated ./server_app/utils/component_utils.py with the intention to collect tools for upcoming component development, evaluation and synchronization purposes.
  • Essential fix for component environment generation, dependency installation and correct environment calling — including bundled application handling

Minor:

  • Fixed missing directories bug that prevented startup
  • Fixed Progress Bar in Component Installation Modal
  • Added detection of name–structure mismatches of Pipeline Components
  • Initial release of the first alpha version.