Commit graph

2530 commits

Author SHA1 Message Date
Martin Artnik
0c85a50f6f
Fix issues with my_module list service pagination [SCI-11923] (#8518) 2025-05-30 17:08:17 +02:00
Martin Artnik
edeb24e6e4
Merge pull request #8510 from aignatov-bio/ai-sci-11917-fix-redirect-for-locations
Fix redirect for storage locations in activities [SCI-11917]
2025-05-26 12:55:10 +02:00
aignatov-bio
513acfd125
Merge pull request #8456 from aignatov-bio/ai-sci-11835-update-sorting-for-projects-table
Add new sorting for projects table [SCI-11835]
2025-05-26 12:11:56 +02:00
Anton
e092e31d88 Fix redirect for storage locations in activities [SCI-11917] 2025-05-26 11:39:20 +02:00
Anton
a380ac1bcf Add new sorting for projects table [SCI-11835] 2025-05-26 11:29:45 +02:00
Martin Artnik
9bb7d0294c Merge branch 'features/api-improvements' into develop 2025-05-26 11:15:27 +02:00
Martin Artnik
70e3db1d68 Merge branch 'develop' into features/project-management 2025-05-09 11:02:56 +02:00
Martin Artnik
ad5b43cf5e
RepositoryTemplate migration and dependant fix [SCI-11708] (#8461) 2025-05-05 10:42:24 +02:00
Martin Artnik
77e3b46752
Merge pull request #8419 from okriuchykhin/ok_SCI_11757
Improve handling of file versions deletion [SCI-11757]
2025-04-30 09:58:26 +02:00
Martin Artnik
7bf5f4381e Add favorite join and update serializers [SCI-11853] 2025-04-28 14:00:55 +02:00
Martin Artnik
0fdbc52ee0 Implement favorite actions for PET [SCI-11853] 2025-04-28 13:09:22 +02:00
Martin Artnik
4e5f9c738d Merge branch 'features/repository-templates' into develop 2025-04-25 14:20:37 +02:00
Martin Artnik
a45a9e9aca Fix form_field_value validation and specs 2025-04-24 14:44:53 +02:00
Andrej
65b6485c41 Add project description field to search [SCI-11831] 2025-04-24 13:28:29 +02:00
Anton
e07cbb6492 Fix number block double submission [SCI-11864] 2025-04-23 12:46:22 +02:00
Andrej
0b789d21bd Add experiment due date notfication [SCI-11826] 2025-04-23 11:25:33 +02:00
Anton
0610fb347b Fix forms items NA [SCI-11844] 2025-04-18 11:05:57 +02:00
aignatov-bio
3e2a71b00e
Merge pull request #8436 from aignatov-bio/ai-sci-11795-projects-add-editable-columns-to-table
Add editable columns to projects table [SCI-11795]
2025-04-17 13:49:11 +02:00
Anton
a1cba39572 Add new columns to project table [SCI-11795] 2025-04-17 13:22:18 +02:00
Andrej
31bd7004cf Add new columns to experiments table [SCI-11799] 2025-04-16 16:40:22 +02:00
Anton
8a524076f1 Add editable columns to projects table [SCI-11795] 2025-04-16 13:19:57 +02:00
Andrej
2b36ef1d90 Improve status assigning and add status getter [SCI-11797] 2025-04-16 10:40:50 +02:00
Andrej
38c379d065 Add status to project and experiment [SCI-11797] 2025-04-16 10:30:06 +02:00
Martin Artnik
9fc3f27765 Fix after_save loop in FromRepositoryRowsFieldValue [SCI-11818] 2025-04-15 14:20:14 +02:00
Martin Artnik
4db268ec2c Disable preview for form repository row snapshot assets [SCI-11788] 2025-04-15 13:05:52 +02:00
Anton
343961ea4c Merge branch 'features/project-management' of https://github.com/scinote-eln/scinote-web into features/project-management 2025-04-14 16:10:35 +02:00
Andrej
5ef4df5ad6 Add metadata to MyModules and expose it in API [11773] 2025-04-14 15:32:04 +02:00
Andrej
cd1439ccc6 Add metadata to experiments and expose it in API [SCI-11772] 2025-04-14 14:27:15 +02:00
Martin Artnik
cb47ba233d
Merge pull request #8409 from artoscinote/ma_SCI_11788
Expand form repository row snapshots to cover relational values [SCI-11788]
2025-04-14 13:35:17 +02:00
Oleksii Kriuchykhin
891bbd20a8 Improve handling of file versions deletion [SCI-11757] 2025-04-14 13:17:59 +02:00
Martin Artnik
8e949bd68f
Merge pull request #8402 from artoscinote/ma_SCI_11771
Add metadata column to projects and expose it in API [SCI-11771]
2025-04-14 12:45:29 +02:00
Martin Artnik
d09cac3629 Expand form repository row snapshots to cover relational values [SCI-11788] 2025-04-14 12:15:21 +02:00
Andrej
fde255b132 Fix date format for form response in reports [SCI-11811] 2025-04-14 10:50:39 +02:00
aignatov-bio
69307f50c0
Add new columns for projects and experiments [SCI-11793] (#8415) 2025-04-11 12:59:04 +02:00
Martin Artnik
65b94afafa Implement metadata model concern [SCI-11774] 2025-04-09 11:38:38 +02:00
Anton
5b27e102a9 Add validation for form field N/A [SCI-11763] 2025-04-08 11:10:45 +02:00
Andrej
063fdad81e Add steps from protocol templates to task [SCI-11754] 2025-04-08 10:00:51 +02:00
Alex Kriuchykhin
085cd8dea6
Add size limits for file text extraction and preview generation, remove unused data column from asset_text_data [SCI-11717] (#8369) 2025-04-07 14:27:55 +02:00
Martin Artnik
1e6c19a4fb Add cell value filtering to inventory items API [SCI-11768] 2025-04-07 11:59:53 +02:00
Andrej
17837c0f8e Add test for repository template [SCI-11708] 2025-04-03 09:21:11 +02:00
Andrej
4753bef936 Add repository templates [SCI-11708] 2025-04-02 19:55:24 +02:00
Martin Artnik
c01392682b Implement repository row field value snapshot view in sidebar [SCI-11736] 2025-04-01 13:15:12 +02:00
andrej-scinote
2e5ed1bcb2
Merge pull request #8375 from andrej-scinote/aj_SCI_11735
Add form item to export form and print protocol [SCI-11735][SCI-11688]
2025-03-31 09:42:52 +02:00
Andrej
1c8edec966 Add parent relationship for FormResponse [SCI-11707] 2025-03-31 08:38:14 +02:00
Andrej
3c26503f53 Add form item to export form and print protocol [SCI-11735][SCI-11688] 2025-03-31 08:10:50 +02:00
Anton
ecf513db6d Add item field to shared tasks [SCI-11689] 2025-03-28 14:12:36 +01:00
Martin Artnik
1340612ebf
Merge pull request #8370 from aignatov-bio/ai-sci-11685-add-item-field-to-form-builder
Add item field to form builder [SCI-11685]
2025-03-28 10:13:00 +01:00
Anton
2afd249e8c Add item field to form builder [SCI-11685] 2025-03-28 10:11:04 +01:00
Martin Artnik
c974747f40 Fix searching special characters in files [SCI-11737] 2025-03-27 16:02:42 +01:00
Martin Artnik
da942edb75
Merge pull request #8365 from scinote-eln/features/forms-v2
Features/forms v2
2025-03-27 11:06:22 +01:00