Commit Graph

138 Commits

Author SHA1 Message Date
averel10
bf9c8ff2d0 feat: added initial export of participant/annotation-data 2026-04-03 09:39:47 +02:00
averel10
a979ce45f1 fix: type issue 2026-04-03 09:19:46 +02:00
averel10
49cabe0ecc feat: optimized participants list with sorting and search 2026-04-03 08:42:13 +02:00
averel10
29ce71e831 feat: added admin participant detail page 2026-04-03 08:38:14 +02:00
averel10
6c8b06718e feat: added sample coverage chart 2026-04-03 08:21:51 +02:00
averel10
783be3399c fix: removed button margin, so they all have the same size 2026-04-03 08:02:09 +02:00
averel10
8e3ee07d9f feat: added simple statistics to backend to track progress on experiment 2026-04-03 07:55:56 +02:00
averel10
7c82befa3d fix: url for calibration audio is now prefixed with /public 2026-04-03 07:18:45 +02:00
averel10
44d3eeb6f7 feat: added dataset duplication function (with iteration filtering) 2026-04-02 09:25:35 +02:00
averel10
5d42882f96 fix: cascade experiment removal to experiment_calibration 2026-04-02 08:34:59 +02:00
averel10
01c95658f4 fix: scroll issues 2026-04-02 08:26:33 +02:00
averel10
bdbfe04e7e fix: spacing issues 2026-04-02 08:23:17 +02:00
averel10
7490b59731 feat: add onboarding and calibration features to experiments, including UI updates and database schema changes 2026-04-02 08:21:15 +02:00
averel10
4c40e6a24d feat: implement onboarding phase with form and info views, including onboarding status checks 2026-04-02 08:04:07 +02:00
averel10
0fb932ba5b feat: added db field for onboardingAnswers in participant 2026-04-02 07:14:03 +02:00
averel10
4922fdc770 removed colors on calibration window 2026-04-02 07:07:37 +02:00
averel10
6c33fe597c refactor: enhance dialect group shuffling by incorporating dialect identifier in seed 2026-03-27 13:47:46 +01:00
averel10
abe2a39b5e refactor: enhance dialect entry sorting with deterministic shuffling based on userId 2026-03-27 13:30:54 +01:00
averel10
5359685413 refactor: improve layout spacing and smooth scrolling in calibration views 2026-03-27 13:18:50 +01:00
averel10
afcbdc115d add clear experiment data functionality and button component 2026-03-27 08:42:36 +01:00
averel10
5d50926b96 implement calibration scoring and display features 2026-03-27 08:34:50 +01:00
averel10
9a54d91a4f participant-calibration flow implemented 2026-03-27 07:28:35 +01:00
averel10
5503a1812c optimized admin experiment page 2026-03-27 07:02:40 +01:00
averel10
5e3a96426a added calibration-entry-management options 2026-03-27 06:53:13 +01:00
averel10
8c3f009e1a added migration sql 2026-03-27 06:37:34 +01:00
averel10
b108484803 added calibration model 2026-03-27 06:32:55 +01:00
averel10
8ecf1f5ed2 different small fixes 2026-03-20 14:38:48 +01:00
averel10
20e251710a added sidemenu in annotation for quicknavigation, fixed some responsive issues 2026-03-20 14:11:19 +01:00
averel10
392e54d1e6 Refactor annotation views: replace QualityChoiceView with AnnotationPageView and implement SingleChoiceEntryView and SingleChoiceBinaryEntryView components 2026-03-20 10:51:13 +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
ea7c75c523 added download size 2026-03-20 08:43:12 +01:00
averel10
c3bede86fe added download list 2026-03-20 08:39:19 +01:00
averel10
e564ae1799 fixed download URL 2026-03-20 08:24:53 +01:00
averel10
9f4712d6a6 fixed type issues 2026-03-20 08:11:59 +01:00
averel10
0f3b88be91 feat: replace JSZip with archiver for ZIP file creation and streaming to disk
- Added archiver package to package.json
- Updated download-filtered-entries API to use archiver for creating ZIP files
- Streamlined ZIP file creation process and ensured proper error handling
- Improved logging for added audio files and ZIP file saving
2026-03-20 08:06:48 +01:00
averel10
815a509f4f added new zip download system 2026-03-20 07:55:36 +01:00
averel10
c9080f3b3c fixing:db 2026-03-20 07:55:15 +01:00
averel10
5015048cf7 feat: Add experiment table and update annotation schema to include experiment_id 2026-03-20 07:47:38 +01:00
averel10
df19890aee removed not null requirement for migration 2026-03-20 07:46:00 +01:00
averel10
993bb5337d fixing db migration 2026-03-20 07:45:24 +01:00
averel10
3aee6c10a8 feat: Add CSV download functionality for filtered dataset entries 2026-03-20 07:37:28 +01:00
averel10
7d58abd30f feat: Update experiment creation and update functions to handle optional annotationTool and trim inputs; add datasets management page 2026-03-20 07:33:32 +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
5464eae0e9 Merge pull request #1 from averel10/prototyp-2-fabio
feat: add audio clip annotation view for dialect rating
2026-03-13 16:04:06 +01:00
smaubio
0d7e6ed19f feat: add prototype-based annotation view with single-choice rating 2026-03-13 16:03:23 +01:00
smaubio
d645f87f8e remove conflicting db 2026-03-13 14:59:24 +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
3c3176b746 feat: update sorting functionality to use dynamic columns from dataset_entry 2026-03-13 14:41:18 +01:00