Commit Graph

27 Commits

Author SHA1 Message Date
averel10
5e3a96426a added calibration-entry-management options 2026-03-27 06:53:13 +01:00
averel10
b108484803 added calibration model 2026-03-27 06:32:55 +01:00
averel10
f26a0a7906 Refactor annotation tools and implement quality choice annotation feature
- Updated the annotation label from "bewertet" to "annotiert" in the HomePage component.
- Removed the SingleChoiceView component and replaced it with a new QualityChoiceEntryView component for handling quality choice annotations.
- Introduced QualityChoiceView component to manage the flow of quality choice annotations, including navigation and progress tracking.
- Updated EditableExperimentHeader to default to 'quality-choice' annotation tool.
- Added unique index for annotations in the database schema to prevent duplicate entries.
- Enhanced WaveformPlayer to support audio playback state management.
2026-03-20 10:01:20 +01:00
averel10
815a509f4f added new zip download system 2026-03-20 07:55:36 +01:00
averel10
df19890aee removed not null requirement for migration 2026-03-20 07:46:00 +01:00
averel10
3aee6c10a8 feat: Add CSV download functionality for filtered dataset entries 2026-03-20 07:37:28 +01:00
averel10
dd5d99ec24 feat: Add admin experiment management pages and components
- Implemented ExperimentPage for viewing and editing individual experiments.
- Created ExperimentsAdminPage for managing all experiments with a list and a modal for creating new experiments.
- Developed AnnotatePage for annotating experiments with different views based on annotation tools.
- Added CreateExperimentModal for creating new experiments with dataset selection.
- Introduced DeleteExperimentButton for confirming and executing experiment deletions.
- Built EditableExperimentHeader for editing experiment details.
- Created ExperimentsList component to display a list of experiments with links to their details.
2026-03-20 07:26:02 +01:00
averel10
4b35e2392e added experiment-table: refactored all frontend pages and services 2026-03-20 06:51:49 +01:00
smaubio
0d7e6ed19f feat: add prototype-based annotation view with single-choice rating 2026-03-13 16:03:23 +01:00
smaubio
97b8422bbd Merge branch 'main' into prototyp-2-fabio 2026-03-13 14:58:02 +01:00
smaubio
a823e968a2 feat: add audio clip annotation view for dialect rating 2026-03-13 14:49:46 +01:00
averel10
4c9b4734e7 feat: add new fields to dataset_entry and update related components for processing and display 2026-03-13 14:01:25 +01:00
averel10
5bde78e126 fix: update audio file naming in ZIP export to remove 'wavs_' prefix 2026-03-13 12:11:48 +01:00
averel10
412d0f1cd0 feat: add duration field to dataset entries and update related components for display and processing 2026-03-13 11:11:16 +01:00
averel10
03118c468a feat: implement download functionality for filtered dataset entries as ZIP 2026-03-13 10:53:55 +01:00
averel10
1aeb9a7c7d feat: add utterance field to dataset entries and update related components for filtering and display 2026-03-13 10:32:46 +01:00
averel10
6432375a4f feat: add description field to dataset and update related components for dataset creation and editing 2026-03-13 10:17:17 +01:00
averel10
59cacb832d feat: add onUpdate trigger for updatedAt field in dataset and dataset_entry tables 2026-03-13 09:10:48 +01:00
averel10
4e5a206796 feat: update dataset and dataset_entry tables to use unixepoch for timestamps and add new dataset_entry migration 2026-03-13 09:07:37 +01:00
averel10
0fa257e53c reworked upload system to be more robust 2026-03-13 08:56:54 +01:00
averel10
c552b44292 feat: configure Traefik with Docker for reverse proxy and HTTPS support 2026-03-13 08:46:15 +01:00
averel10
edb0dc78cb added initial db as migration 2026-03-13 07:18:55 +01:00
averel10
445a429be7 added admin system 2026-03-08 10:27:23 +01:00
averel10
25843b04f5 fixed auth bug 2026-03-08 09:56:54 +01:00
averel10
194396940e removed utterance system atm 2026-03-08 09:47:12 +01:00
averel10
c08dc46305 added backend-mgmt for dataset/dataset_entry and utterances, this includes upload and also displaying of the dataset on the admin pages 2026-03-05 11:31:06 +01:00
averel10
cc1c904167 created simple auth system using betterauth 2026-02-27 14:36:27 +01:00