ajugo
bb44152d54
Fix assigning and consuming items [SCI-6686] ( #3985 )
2022-04-04 11:07:46 +02:00
artoscinote
401a32edd9
Implement failed snapshot pop-up on task screen [SCI-6612] ( #3950 )
...
* Implement failed snapshot pop-up on task screen [SCI-6612]
* Copy change [SCI-6612]
* Proper handling of snapshot transition error [SCI-6612]
* Move modal auto open logic to JS file [SCI-6612]
* Remove unnecessary .html_safe [SCI-6612]
2022-04-04 11:04:03 +02:00
aignatov-bio
b6e34266f9
Update repository card view for stock [SCI-6685] ( #3982 )
...
Co-authored-by: Anton <anton@scinote.net>
2022-04-01 13:59:44 +02:00
aignatov-bio
a32dd54a6e
Toolbar fixes [SCI-6670] ( #3973 )
...
Co-authored-by: Anton <anton@scinote.net>
2022-03-31 14:04:00 +02:00
artoscinote
229a27750f
Implement stock consumption via the API [SCI-6642] ( #3964 )
...
* Implement stock consumption via the API [SCI-6642]
* Remove unnecessary attribute from InventoryItemSerializer [SCI-6642]
* Amend permission check, add nested transaction support to consume_stock method [SCI-6642]
2022-03-30 14:33:26 +02:00
aignatov-bio
ca53c3058a
Stock modal bugs [SCI-6667] ( #3970 )
...
Co-authored-by: Anton <anton@scinote.net>
2022-03-30 14:03:07 +02:00
artoscinote
36fbfcab2f
Implement hide all repository reminders button [SCI-6505] ( #3940 )
2022-03-30 10:54:55 +02:00
aignatov-bio
103e20ee9a
Update front end validation for columns managment [SCI-6657] ( #3962 )
...
Co-authored-by: Anton <anton@scinote.net>
2022-03-28 21:31:49 +02:00
aignatov-bio
673f8c1a2a
Fix multiple stock bugs [SCI-6651] ( #3959 )
...
Co-authored-by: Anton <anton@scinote.net>
2022-03-28 12:43:09 +02:00
aignatov-bio
004aeda601
Add stock filters [SCI-6547] ( #3938 )
...
Co-authored-by: Anton <anton@scinote.net>
2022-03-23 10:05:07 +01:00
ajugo
7cba738a9b
Date remidner flyout [SCI-6503] ( #3937 )
...
* Implement date reminder flyout [SCI-6503]
* Show only days left for date reminder [SCI-6503]
* Pluralize day in reminders [SCI-6503]
* Create partials for different reminders [SCI-6503]
* Unify css for reminder [SCI-6503]
2022-03-22 13:33:58 +01:00
artoscinote
297cd02da7
Handle locked stock consumption state [SCI-6608] ( #3942 )
2022-03-18 15:02:15 +01:00
aignatov-bio
0cfedb2155
Add datetime reminders to columns modal [SCI-6556] ( #3934 )
...
Co-authored-by: Anton <anton@scinote.net>
2022-03-18 14:40:09 +01:00
aignatov-bio
fecaafecf9
Refactor repository toolbar [SCI-6545] ( #3943 )
...
Co-authored-by: Anton <anton@scinote.net>
2022-03-18 14:10:34 +01:00
ajugo
d1610fba53
Low stock flyout reminders [SCI-6502] ( #3932 )
...
* Display low stock flyout reminder [SCI-6502]
* Display low stock flyout reminder [SCI-6502]
* Adapt showing stock reminders for every bell icon click [SCI-6502]
* Correct hound error [SCI-6502]
* Fix event registration for fetching reminder data [SCI-6502]
* Fix event registration for fetching reminder data [SCI-6502]
* Fix hound [SCI-6502]
* Remove not needed line [SCI-6502]
* Add reminder template [SCI-6502]
* Add clearing messages [SCI-6502]
2022-03-15 10:24:35 +01:00
Anton
8b8e2c6d92
Merge branch 'develop' into features/stock-management
2022-03-14 11:56:38 +01:00
ajugo
959b86b40c
Task inventory activity for assigned item consumption [SCI-6453] ( #3830 )
...
* Add task inventory activity [SCI-6453]
2022-03-09 18:43:38 +01:00
aignatov-bio
10743921d4
Add reminders to stock modal [SCI-6557] ( #3917 )
...
Co-authored-by: Anton <anton@scinote.net>
2022-03-09 14:19:15 +01:00
artoscinote
f9a8358d72
Fix archived column hiding issue in snapshots, fix typos [SCI-6589] ( #3915 )
2022-03-03 13:52:56 +01:00
Alex Kriuchykhin
bd47893947
Add inventory archiving to the API [SCI-5584] ( #3885 )
2022-02-28 10:33:43 +01:00
Alex Kriuchykhin
dd5939e89d
Fix advanced filters for ID and Name columns [SCI-6496] ( #3865 )
2022-02-22 14:49:17 +01:00
aignatov-bio
10821edbba
Update datetime filters operators [SCI-6544] ( #3873 )
...
Co-authored-by: Anton <anton@scinote.net>
2022-02-18 11:16:53 +01:00
Alex Kriuchykhin
c39c767241
Update message for empty result for archived items [SCI-6532] ( #3867 )
2022-02-17 15:26:09 +01:00
aignatov-bio
6cee35dfa5
Small ux fixes [SCI-6539][SCI-6516] ( #3864 )
...
Co-authored-by: Anton <anton@scinote.net>
2022-02-16 12:56:54 +01:00
aignatov-bio
f2e4c579af
Multiple UX fixes for filters [SCI-6525] ( #3858 )
...
Co-authored-by: Anton <anton@scinote.net>
2022-02-15 15:03:25 +01:00
Alex Kriuchykhin
0ce6f43cbf
Fix inventory table custom error messages [SCI-6532] ( #3855 )
2022-02-15 14:37:26 +01:00
aignatov-bio
afce0e34c4
Fix css for saved filters dropdown [SCI-6516] ( #3843 )
...
Co-authored-by: Anton <anton@scinote.net>
2022-02-11 12:44:22 +01:00
artoscinote
bc5822de7b
Added error messges for missing search columns/values [SCI-6483] ( #3824 )
...
* Added error messges for missing search columns/values [SCI-6483]
2022-02-11 10:24:29 +01:00
aignatov-bio
e59b18e25d
Add default selection for filters [SCI-6484] ( #3826 )
...
Co-authored-by: Anton <anton@scinote.net>
2022-02-10 20:58:44 +01:00
aignatov-bio
8604319c1b
Add front-end validation for comments field [SCI-6464] ( #3829 )
...
Co-authored-by: Anton <anton@scinote.net>
2022-02-10 10:55:58 +01:00
artoscinote
f1e04cc604
Fix appearance of members pagination, copy fix [SCI-6265] ( #3792 )
2022-02-02 10:41:29 +01:00
artoscinote
cdbf1f5fa0
Implement stock management activities [SCI-6452] ( #3810 )
...
* Implement stock management activities [SCI-6452]
* PR code fixes [SCI-6452]
2022-02-02 10:33:02 +01:00
aignatov-bio
2c88843924
Task stock consumption modal[SCI-6444][SCI-6445] ( #3798 )
...
Add main logic for consumption on task [SCI-6444]
Co-authored-by: Anton <anton@scinote.net>
2022-01-28 11:10:56 +01:00
artoscinote
d779f352a7
Merge pull request #3796 from biosistemika/features/repository-filters
...
Features/repository filters
2022-01-26 10:36:30 +01:00
aignatov-bio
371d5f0636
Add current/new amount section to stock [SCI-6416] ( #3791 )
...
Co-authored-by: Anton <anton@scinote.net>
2022-01-26 10:28:43 +01:00
artoscinote
42a537390e
Group public users in experiments and tasks [SCI-6332] ( #3769 )
...
* Group public users in experiments and tasks [SCI-6332]
* Add list of users to the public users group elements [SCI-6404]
2022-01-25 12:41:36 +01:00
artoscinote
790451c96f
Various fixes for BMT search [SCI-6077] ( #3673 )
...
* Various fixes for BMT search [SCI-6077]
* Add vue linter support [SCI-6077]
2022-01-25 12:28:38 +01:00
Alex Kriuchykhin
d2b5db13e9
Add stock and consumption to assigned items section [SCI-6434] ( #3793 )
2022-01-25 12:12:55 +01:00
Martin Artnik
711005425f
Merge branch 'features/bmt-search' of github.com:biosistemika/scinote-web into features/repository-filters
2022-01-20 13:30:33 +01:00
Martin Artnik
abac837cd4
Merge branch 'develop' of github.com:biosistemika/scinote-web into features/repository-filters
2022-01-20 13:26:08 +01:00
artoscinote
95a36b6870
Implemented stock management modal [SCI-6417] ( #3788 )
...
* Implement inventory stock management modal [SCI-6417]
* Add generalized validation mechanic, some bugfixes [SCI-6417]
* Fix permission check and method name in RepositoryStockValue [SCI-6417]
2022-01-20 12:44:57 +01:00
aignatov-bio
05547da457
Add stock table renders [SCI-6412] ( #3787 )
...
Co-authored-by: Anton <anton@scinote.net>
2022-01-19 13:19:56 +01:00
aignatov-bio
01f1b5bd10
Add stock column type ( #3786 )
...
* Add stock column type
* Create new stock column [SCI-6410]
* Small fixed for stock column [SCI-6410]
* Add stock column validations [SCI-6410]
Co-authored-by: Anton <anton@scinote.net>
2022-01-18 13:17:05 +01:00
artoscinote
3f87d250ce
Implement saving repository filters [SCI-6230] ( #3748 )
...
* Implement saving repository filters [SCI-6230]
* Remove unnecessary logging [SCI-6230]
* Refactor filter saving [SCI-6230]
* Remove unnecessary files, linter fixes [SCI_6230]
2022-01-05 15:02:09 +01:00
aignatov-bio
3bef5e2caa
Update wording for repository columns [SCI-6233] ( #3752 )
...
Co-authored-by: Anton <anton@scinote.net>
2022-01-03 10:33:28 +01:00
Martin Artnik
ef0fec55df
Filter fixes [SCI-6391]
2021-12-27 11:36:39 +01:00
Martin Artnik
8651c87efd
Add missing translations for webhook form [SCI-6193]
2021-12-23 11:45:14 +01:00
Martin Artnik
c9e4a9bab7
Merge branch 'master' into features/bmt-search
2021-12-20 13:08:20 +01:00
Martin Artnik
55905310a6
Added filter parameter formatting [SCI-6229]
2021-12-16 14:40:36 +01:00
aignatov-bio
7bcf7a7943
Fix conflicts and update localizations [SCI-6227] ( #3733 )
...
Co-authored-by: Anton <anton@scinote.net>
2021-12-15 15:16:12 +01:00
aignatov-bio
ac8fdb95d6
Add filters for checklist and status [SCI-6225][SCI-6226] ( #3732 )
...
Co-authored-by: Anton <anton@scinote.net>
2021-12-15 12:31:32 +01:00
aignatov-bio
8ce321456e
Add time filter [SCI-6217] ( #3738 )
...
* Add time filter [SCI-6217]
* Add datetime filter for inventory [SCI-6220]
* Refactor components structure
Co-authored-by: Anton <anton@scinote.net>
2021-12-15 12:22:24 +01:00
artoscinote
e08857886a
Implement date type filter [SCI-6216] ( #3729 )
...
Co-authored-by: aignatov-bio <47317017+aignatov-bio@users.noreply.github.com>
2021-12-10 14:12:06 +01:00
aignatov-bio
c7af5b322b
Add drodown filter [SCI-6224] ( #3728 )
...
Co-authored-by: Anton <anton@scinote.net>
2021-12-07 20:49:48 +01:00
aignatov-bio
00f30b8d6c
Add assigned tasks filters [SCI-6221] ( #3726 )
...
* Add endpoint for repository tasks [SCI-6221]
* Add assigned tasks filter [SCI-6221]
Co-authored-by: Anton <anton@scinote.net>
2021-12-07 15:28:20 +01:00
aignatov-bio
e4606abf3e
Add basic structure for text filter [SCI-6213][SCI-6214] ( #3710 )
...
* Add basic structure for text filter [SCI-6213]
* Add actions for text filter [SCI-6213]
* Add mixins and i18n [SCI-6213]
* Add number filters [SCI-6214]
* Fix operator values
Co-authored-by: Anton <anton@scinote.net>
2021-12-03 14:50:27 +01:00
artoscinote
78ab094bf2
Implement public user grouping, deletion and updates to manually assigned [SCI-6228] ( #3701 )
...
* Implement public user grouping, deletion and updates to manually assigned [SCI-6228]
* PR fixes [SCI-6228]
* Permission check improvement [SCI-6228]
2021-12-01 16:23:24 +01:00
artoscinote
f1ede0f439
Add asset filter type [SCI-6215] ( #3711 )
2021-12-01 11:24:34 +01:00
aignatov-bio
850b164724
Update error handling for experiment move [SCI-6293] ( #3703 )
...
Co-authored-by: Anton <anton@scinote.net>
2021-12-01 11:24:01 +01:00
artoscinote
9937d1d913
Add print feature to protocols [SCI-6028] ( #3700 )
...
* Add print feature to protocols [SCI-6028]
* Close tab after closing print dialog [SCI-6028]
* CSS linter fixes [SCI-6028]
2021-12-01 11:16:45 +01:00
artoscinote
16b3ee3d94
Add non-cyclical validation to connections [SCI-6287] ( #3702 )
...
* Add non-cyclical validation to connections [SCI-6287]
* Prevent theoretical infinite loop possiblity [SCI-6287]
2021-12-01 11:14:01 +01:00
aignatov-bio
12fadb9c25
Add basic structure for repository filters [SCI-6211] ( #3698 )
...
* Add container for inventory filters [SCI-6211]
* Add basic structure for filters [SCI-6211]
* Add i18n and css for filters dropdown [SCI-6211]
* Fix markup
Co-authored-by: Anton <anton@scinote.net>
2021-11-25 20:34:22 +01:00
Anton
a44dd8c915
Merge branch 'features/bmt-search' into features/repository-filters
2021-11-22 14:24:28 +01:00
Alex Kriuchykhin
2104bc489a
Merge pull request #3678 from okriuchykhin/ok_SCI_6275
...
Fix permissions check for steps completion in the API [SCI-6275]
2021-11-18 14:11:03 +01:00
Oleksii Kriuchykhin
b35c283cc5
Fix permissions check for steps completion in the API [SCI-6275]
2021-11-17 21:25:31 +01:00
artoscinote
6b6a49428c
Add additional info to API project_user_assignments type error [SCI-6273] ( #3674 )
...
* Add additional info to API project_user_assignments type error [SCI-6273]
* Generalize user_assignments api controllers [SCI-6237]
2021-11-17 16:28:02 +01:00
aignatov-bio
2141589797
Fix typo in assign permission modal [SCI-6274] ( #3676 )
...
Co-authored-by: Anton <anton@scinote.net>
2021-11-17 14:52:24 +01:00
Anton
c00a7b7b8f
Update bmt filters default state [SCI-6090]
2021-11-16 15:14:00 +01:00
aignatov-bio
06788bfeb6
Update CSS for BMT filters [SCI-6084] ( #3652 )
...
* Update css for bmt filters [SCI-6084]
* Create shared component for dropdown [SCI-6084]
Co-authored-by: Anton <anton@scinote.net>
2021-11-16 14:46:08 +01:00
artoscinote
d08882e7f2
Style and copy fix [SCI-6272] ( #3670 )
2021-11-16 11:25:47 +01:00
artoscinote
22623c821d
Fixed creating public projects on API, added missing translations [SCI-6167] ( #3666 )
2021-11-15 15:36:38 +01:00
aignatov-bio
8f9ab4f6c3
Refactor permissions breadcrumbs for users [SCI-6260] ( #3665 )
...
* Refactor permissions breadcrumbs for users [SCI-6260]
* Change creator assignments to automatically [SCI-6260]
Co-authored-by: Anton <anton@scinote.net>
2021-11-15 15:02:22 +01:00
artoscinote
6e65433c8d
Add missing translation [SCI-6248] ( #3664 )
2021-11-15 13:25:49 +01:00
artoscinote
4ce0c53d36
Implemented reset role functionality [SCI-6261] ( #3662 )
...
* Implemented reset role functionality [SCI-6261]
* Linter fixes [SCI-6261]
2021-11-15 11:12:31 +01:00
artoscinote
a6c61c2b4e
Fixed permission issues when moving experiment [SCI-6257] ( #3655 )
...
* Fixed permission issues when moving experiment [SCI-6257]
* Copy fixes [SCI-6248]
* Use canaid helper instead of permission_granted [SCI-6257]
* Fixes [SCI-6257]
2021-11-12 12:59:49 +01:00
artoscinote
9f92cfab1a
Fixed access modal styling issues [SCI-6241] ( #3646 )
...
* Fixed access modal styling issues [SCI-6241]
* Refactor user access list to use flex [SCI-6241]
* Linter fixes [SCI-6241]
2021-11-10 11:40:41 +01:00
aignatov-bio
d3e178e5a2
Small CSS fixes for permissions [SCI-6207] ( #3638 )
...
Co-authored-by: Anton <anton@scinote.net>
2021-11-09 09:26:22 +01:00
Alex Kriuchykhin
0a8af99368
Merge pull request #3627 from okriuchykhin/ok_SCI_6184
...
Add support of Okta SSO provider [SCI-6184]
2021-11-08 15:01:16 +01:00
artoscinote
3e3e2cc24e
Revert "Implement experiment and task access removal" [SCI-6218] ( #3635 )
...
* Revert "Implement experiment and task access removal [SCI-6156] (#3614 )"
This reverts commit 2abefd78e6
.
* Rename assign to module activity to designate to my module [SCI-6218]
2021-11-05 15:44:14 +01:00
Oleksii Kriuchykhin
47b8347ce6
Add support of Okta SSO provider [SCI-6184]
2021-11-02 16:19:56 +01:00
Oleksii Kriuchykhin
a99599efea
Merge branch 'features/new_permissions' into develop
2021-10-29 15:16:30 +02:00
artoscinote
2abefd78e6
Implement experiment and task access removal [SCI-6156] ( #3614 )
2021-10-28 16:32:05 +02:00
artoscinote
98be1ae0ff
Added link to task access to task screen [SCI-6157] ( #3615 )
2021-10-28 10:45:34 +02:00
aignatov-bio
1a05c3a40c
Update canvas task cards [SCI-5021] ( #3608 )
...
Co-authored-by: Anton <anton@scinote.net>
2021-10-26 12:06:26 +02:00
aignatov-bio
aa4b765407
Update assign/unassign rows to task [SCI-6150] ( #3604 )
...
Co-authored-by: Anton <anton@scinote.net>
2021-10-26 11:41:08 +02:00
Zmago Devetak
4a4c344a3a
Task UX: Update assigning a Task to user(s) ( #3429 )
...
* add dynmic select for user assignment on task
* update the user assignment so it looks like tags picker
* fix code style
* Code style fixes [SCI-5871]
* Code style fixes [SCI-5871]
* Destroy and search action fixes [SCI-5871]
Co-authored-by: Martin Artnik <martin@scinote.net>
2021-10-14 11:49:27 +02:00
aignatov-bio
328f1cfe4d
Add blank tasks to canvas [SCI-6133] ( #3588 )
2021-10-13 10:08:39 +02:00
artoscinote
75d6a17cb7
Fix ProjectOverviewService and automatic project assignment [SCI_6117] ( #3572 )
2021-10-04 11:20:47 +02:00
Martin Artnik
49b9ee37cc
Merge branch 'develop' into features/bmt-search
2021-09-24 11:01:27 +02:00
Alex Kriuchykhin
809941d8d1
Merge pull request #3518 from okriuchykhin/ok_SCI_5848
...
Add error message in report in case of file preview generation failure [SCI-5848]
2021-09-14 11:08:03 +02:00
Martin Artnik
ade1385392
Merge branch 'develop' into features/bmt-search
2021-09-06 10:51:04 +02:00
Martin Artnik
7e6ca3be8a
Merge branch 'develop' into features/new_permissions
2021-09-06 10:33:32 +02:00
aignatov-bio
ccc2964aff
Add error message on empty BioEddie save [SCI-5993] ( #3526 )
2021-09-06 10:13:30 +02:00
Oleksii Kriuchykhin
b32477a933
Add error message in report in case of file preview generation failure [SCI-5848]
2021-08-30 14:18:31 +02:00
Martin Artnik
5f21e3296e
Added error message on search failure [SCI-5961]
2021-08-30 12:02:02 +02:00
aignatov-bio
90d4a5f7d1
Add save bmt filters front end [SCI-5962] ( #3505 )
2021-08-30 10:49:15 +02:00
Oleksii Kriuchykhin
d4ef2b1bd4
Add BMT inventory model [SCI-6009]
2021-08-30 10:49:15 +02:00
Martin Artnik
9a87bad740
Implement filters and JSON building [SCI-5956]
2021-08-30 10:49:15 +02:00
Oleksii Kriuchykhin
0b74f34de7
Add external IDs to repositories [SCI-5990]
2021-08-30 10:49:14 +02:00
aignatov-bio
958ee92db7
Add BMT filters interactions [SCI-5955] ( #3478 )
...
* Add BMT filters interactions [SCI-5955]
* Small fixes [SCI-5955]
2021-08-30 10:49:14 +02:00
Oleksii Kriuchykhin
d67f7691a1
Add configuration variable for webhooks, disable by default [SCI-6031]
2021-08-26 14:08:15 +02:00
aignatov-bio
dc192ddbfb
Fix webhook sidebar position and fix texting in invnetory [SCI-5950]
2021-08-19 14:23:53 +02:00
artoscinote
6f0a65f02f
Merge pull request #3484 from artoscinote/ma_SCI_5999
...
Rework molecule registration activities [SCI-5999]
2021-08-16 14:33:24 +02:00
Martin Artnik
5cc966e11e
Remove delete molecule activities [SCI-5999]
2021-08-16 13:58:54 +02:00
aignatov-bio
852d2cc03c
CSS fixes for webhooks and barcodes [SCI-5972][SCI-5988][SCI-5969][SCI-5970] ( #3486 )
...
* CSS fixes for webhooks and barcodes [SCI-5972][SCI-5988][SCI-5969][SCI-5970]
* Small fixes [SCI-5972]
2021-08-16 10:51:46 +02:00
Martin Artnik
56576960b0
Rework molecule registration activities [SCI-5999]
2021-08-13 15:15:45 +02:00
Martin Artnik
1d3e0db904
Optimize how printing jobs and statuses work [SCI-5984]
2021-08-12 16:57:25 +02:00
Martin Artnik
57d5e6c2a7
Merge branch 'develop' into features/barcodes
2021-08-03 13:36:36 +02:00
artoscinote
f839cb5256
Merge pull request #3464 from biosistemika/features/bioeddie-integration
...
Features/bioeddie integration
2021-08-03 13:32:53 +02:00
artoscinote
f24207588c
Merge pull request #3463 from biosistemika/features/webhooks
...
Features/webhooks
2021-08-03 13:32:12 +02:00
artoscinote
c41247a5fd
Merge pull request #3439 from artoscinote/ma_SCI_5879
...
Implement Save & Register molecule [SCI-5879]
2021-08-03 12:15:46 +02:00
Martin Artnik
a82af505eb
Merge branch 'develop' into features/webhooks
2021-08-02 16:22:52 +02:00
artoscinote
fe43017ba4
Merge pull request #3445 from artoscinote/ma_SCI_5898
...
Fixed UX issues in user invites modal [SCI-5898]
2021-08-02 15:58:16 +02:00
Martin Artnik
ae174b276a
Code review fixes and error handling improvements [SCI-5942]
2021-08-02 15:42:53 +02:00
Martin Artnik
123e415a4f
Print status backend + FE integration [SCI-5942]
2021-08-02 15:42:53 +02:00
aignatov-bio
43571b5692
Print labels changes [SCI-5943] ( #3461 )
2021-08-02 15:38:37 +02:00
Martin Artnik
0f417f9730
Merge branch 'develop' into features/barcodes
2021-07-29 13:32:17 +02:00
aignatov-bio
02408ae885
Add printing status modal [SCI-5910] ( #3454 )
2021-07-29 12:24:46 +02:00
Martin Artnik
67f4e81a3a
Merge branch 'develop' into features/new_permissions
2021-07-28 15:16:47 +02:00
aignatov-bio
a54f36a486
Add empty state for barcode printers [SCI-5935] ( #3455 )
2021-07-28 11:12:46 +02:00
artoscinote
46a9388d8d
Merge pull request #3451 from artoscinote/ma_SCI_5911
...
Implemented printer management [SCI-5911]
2021-07-27 13:19:13 +02:00
aignatov-bio
d373c174ee
Add print label button to repository toolbar ( #3453 )
2021-07-27 12:34:13 +02:00
Martin Artnik
b32b207f3d
Added FLUICS API client [SCI-5939]
2021-07-23 13:52:28 +02:00
aignatov-bio
be777a8919
Add barcodes to repository item card [SCI-5883][SCI-5884] ( #3447 )
...
* Add barcodes to repository item card [SCI-5883][SCI-5884]
* Fix markup [SCI-5883]
2021-07-21 21:32:42 +02:00
aignatov-bio
f2e5dc8b2f
Add printers to addon page [SCI-5904][SCI-5931] ( #3450 )
...
* Add printers to addon page [SCI-5904]
* Fix markup
2021-07-21 13:48:38 +02:00
Alex Kriuchykhin
dbc54278b2
Merge pull request #3211 from okriuchykhin/ok_SCI_5531
...
Add basic API client for BMT [SCI-5531]
2021-07-21 13:13:52 +02:00
Oleksii Kriuchykhin
36708b47cf
Fix code styling [SCI-5531]
2021-07-21 13:10:30 +02:00
artoscinote
888131a465
Merge branch 'features/bioeddie-integration' into ma_SCI_5879
2021-07-20 09:48:13 +02:00
aignatov-bio
53456988ba
Add bioEddie activities and user licenses [SCI-5845][SCI-5842] ( #3411 )
...
* Add bio eddie licens to users [SCI-5845]
* Add activities for BioEddie [SCI-5842]
2021-07-19 21:33:28 +02:00
Martin Artnik
9bf02a02b9
Copy fix [SCI-5547]
2021-07-19 13:01:55 +02:00
Martin Artnik
71aa418dc6
Fixed UX issues in user invites modal [SCI-5898]
2021-07-19 12:39:18 +02:00
Martin Artnik
96a5b97bdb
Implement Save & Register molecule [SCI-5879]
2021-07-15 12:37:04 +02:00
Martin Artnik
fb040bee07
Fix styling, functionality issues with invite users modal [SCI-5099]
2021-07-08 16:10:20 +02:00
Oleksii Kriuchykhin
d1208bad0b
Merge branch 'develop' into features/new_permissions
2021-07-07 13:44:36 +02:00
artoscinote
52946d18e0
Merge pull request #3416 from artoscinote/ma_SCI_5099
...
Rework the team invite modal functionality on members page [SCI-5099]
2021-07-05 12:41:04 +02:00
Martin Artnik
5f528fcdb5
Rework the team invite modal functionality on members page [SCI-5099]
2021-07-05 12:39:54 +02:00
Alex Kriuchykhin
786e072bd7
Merge pull request #3408 from artoscinote/ma_SCI_5822
...
Fix typos [SCI-5822]
2021-07-02 10:11:46 +02:00
Alex Kriuchykhin
f835f88e64
Merge pull request #3410 from okriuchykhin/ok_SCI_5097
...
Update Invite new user to team modal [SCI-5097]
2021-06-30 13:34:06 +02:00
Oleksii Kriuchykhin
ecec1ce194
Update Invite new user to team modal [SCI-5097]
2021-06-29 13:46:02 +02:00
Martin Artnik
e1d8b76b10
Fix typos [SCI-5822]
2021-06-29 10:45:41 +02:00
zmagoD
9c812e84bd
setup logic to group assign all team members and handle the unassignments logic
2021-06-27 13:22:19 +02:00
aignatov-bio
786e74e4de
Add BioEddie integration [SCI-5654][SCI-5657][SCI-5658][SCI-5670] ( #3391 )
...
* Add backend for bioeddie [SCI-5654]
* Add modal for bioeddie [SCI-5654]
* Add bio eddie editor to steps and results [SCI-5654]
* Fix markup and code styling
2021-06-23 19:48:44 +02:00
Martin Artnik
afc1b2d8b6
Added experiment code to PDF and DOCX [SCI-5830]
2021-06-18 14:14:02 +02:00
Martin Artnik
0866a2e251
Added experiment ID to card and table views [SCI-5828]
2021-06-18 14:12:59 +02:00
Oleksii Kriuchykhin
bb458abec6
Remove old reports code [SCI-5650]
2021-06-18 10:40:00 +02:00
aignatov-bio
7313b5fa16
Add archived and deleted repositories to reports [SCI-5781] ( #3387 )
...
* Add archived and deleted repositories to reports [SCI-5781]
* Small markup fix [SCI-5781]
2021-06-16 10:56:08 +02:00
aignatov-bio
afe2a19c88
Add webhooks management [SCI-5767] ( #3376 )
...
* Add webhooks managment [SCI-5767]
* Markup fixes [SCI-5676]
2021-06-09 12:53:11 +02:00
Martin Artnik
2c0b674370
Fix all typos in en.yml
2021-06-08 15:16:25 +02:00
Martin Artnik
6d98b7eb2b
Fix changing report project, fix typo [SCI-5787]
2021-06-08 15:07:00 +02:00
aignatov-bio
9559ed88aa
Add webhooks index page [SCI-5766] ( #3366 )
2021-06-03 14:00:43 +02:00
aignatov-bio
3c7592657c
Add activity filters [SCI-5765]
2021-05-31 13:39:10 +02:00
Oleksii Kriuchykhin
92821d7f1e
Fix dates formatting in report templates [SCI-5774]
2021-05-31 11:51:04 +02:00
zmagoD
67cf09e030
log activities on experiment and my_module assignment change
2021-05-22 13:59:27 +02:00
Oleksii Kriuchykhin
29c83ffbb1
Merge branch 'develop' into features/new-reports
2021-05-21 11:04:17 +02:00
Alex Kriuchykhin
a5ff0dc928
Merge pull request #3335 from okriuchykhin/ok_SCI_5724
...
Fix translations for report project selector [SCI-5724]
2021-05-20 14:58:29 +02:00
Oleksii Kriuchykhin
cb11bbdebd
Fix translations for report project selector [SCI-5724]
2021-05-19 23:24:39 +02:00
aignatov-bio
7e3a281086
Small fixes for report search [SCI-5551]
2021-05-18 17:00:30 +02:00
Alex Kriuchykhin
8e3e72654c
Merge pull request #3324 from aignatov-bio/ai-sci-5551-add-search-field-to-reports
...
Add search field to reports page [SCI-5551]
2021-05-17 11:50:03 +02:00
Miha Mencin
d952edd389
Merge pull request #3316 from okriuchykhin/ok_SCI_5702
...
Add generation error states to reports [SCI-5702]
2021-05-17 10:16:06 +02:00
zmagoD
c23c01c01c
remove user projects enpoints, fix the role name display
2021-05-16 12:03:16 +02:00
zmagoD
de4c28069a
fix experiment level styling issues and update the dropdown placeholerds
2021-05-16 11:04:04 +02:00
aignatov-bio
e953666762
Add search field to reports page [SCI-5551]
2021-05-13 21:41:26 +02:00
aignatov-bio
f465c491c2
Report wizard step 1 update wording [SCI-5716] ( #3314 )
2021-05-11 21:31:33 +02:00
aignatov-bio
3bd774f8db
Small fixes for report index page [SCI-5695] ( #3310 )
2021-05-11 21:30:58 +02:00
Oleksii Kriuchykhin
a175e83a16
Add generation error states to reports [SCI-5702]
2021-05-11 14:52:02 +02:00
zmagoD
5ee38966a0
Merge branch 'features/new_permissions' of https://github.com/biosistemika/scinote-web into new_perimssions-managing-project-ui
2021-05-11 08:36:39 +02:00
zmagoD
8f9c55d6e4
update locales
2021-05-11 08:30:39 +02:00
zmagoD
d145dd6d36
add my module assigments modals
2021-05-09 16:59:10 +02:00
zmagoD
ac91d9c2c4
add assign user permission to experiment level
2021-05-08 18:06:07 +02:00
zmagoD
c0eb38b564
Merge branch 'develop' of https://github.com/biosistemika/scinote-web into features/new_permissions
2021-05-08 10:33:43 +02:00
Alex Kriuchykhin
7bc6abd9bb
Merge pull request #3290 from okriuchykhin/ok_SCI_5614
...
Improve report saving performance and error handling [SCI-5614]
2021-05-07 11:51:57 +02:00
Alex Kriuchykhin
7a256838c1
Merge pull request #3292 from aignatov-bio/ai-sci-5638-add-missing-activities-for-new-reports
...
Add new activities to reports [SCI-5638]
2021-05-07 11:26:21 +02:00
aignatov-bio
bb5f985630
Add new activities to reports [SCI-5638]
2021-05-06 14:03:45 +02:00
Oleksii Kriuchykhin
c0ef2eef3c
Improve report saving performance and error handling [SCI-5614]
2021-05-06 10:53:40 +02:00
aignatov-bio
3fc4ab9892
Add warning modal on project and template change [SCI-5684]
2021-05-05 12:13:52 +02:00
Oleksii Kriuchykhin
e98ccd2860
Add confirmation modal for report regeneration action [SCI-5622]
2021-05-03 16:10:14 +02:00
aignatov-bio
705fb1e43d
Add report front-end validations and close wizard modals [SCI-5666] ( #3273 )
...
* Add report front-end validations and close wizard modals
* Add constant to report name validation [SCI-5666]
2021-05-03 15:24:27 +02:00
aignatov-bio
01dfd305ab
Add warning modal to report edit mode [SCI-5621] ( #3266 )
...
* Add warning modal to report edit mode [SCI-5621]
* Move report editing modal to partial [SCI-5621]
2021-05-03 15:17:23 +02:00
Oleksii Kriuchykhin
1b8265343e
Add full-page display to PDF Report of all pages of the attached Word and PDF files in the Results [SCI-5636]
2021-05-03 11:45:45 +02:00
zmagoD
f1ced42ae6
add filtering logic
2021-04-30 15:25:08 +02:00
zmagoD
11e5662c47
add fe logic for disable/enable fields
2021-04-30 13:26:06 +02:00
zmagoD
8a74546cdf
fix the logic for addin/editing new project members
2021-04-28 18:02:18 +02:00
aignatov-bio
7c75f170d0
Add repositories settings to report wizard [SCI-5648] ( #3269 )
...
* Add repositories settings to report wizard [SCI-5648]
* Move repositories from report settings to content [SCI-5648]
2021-04-28 09:54:00 +02:00
zmagoD
c136d953d0
create form object for role assigment, create helper object for project member, added new user_projects modal
2021-04-24 18:43:28 +02:00
zmagoD
04ef7a4478
add show and edit permissions modal
2021-04-18 17:19:16 +02:00
zmagoD
3333241c9a
add CTA for project members modal SCI-5645
2021-04-18 12:23:29 +02:00
Miha Mencin
f95e9402bd
Merge pull request #3258 from okriuchykhin/ok_SCI_5613
...
Fix save report PDF to Inventory [SCI-5613]
2021-04-15 09:30:04 +02:00
Alex Kriuchykhin
80827ce761
Merge pull request #3257 from biosistemika/SCI-5623-add-external-id-to-user
...
SCI-5623 add external id to user
2021-04-14 16:15:43 +02:00
Oleksii Kriuchykhin
fe8f006f6e
Fix save report PDF to Inventory [SCI-5613]
2021-04-14 16:06:59 +02:00
Oleksii Kriuchykhin
0a9a656313
Add flash message and notification for generated reports [SCI-5552]
2021-04-14 15:45:51 +02:00
aignatov-bio
bccd474cc6
Add edit mode for report [SCI-5620]
2021-04-14 11:51:03 +02:00
miha
e610683d5c
[SCI-5623] added external_id setting to user
2021-04-14 09:44:09 +02:00
aignatov-bio
14f8e97b5f
Add I18n for reports wizard second step [SCI-5572]
2021-04-08 12:04:34 +02:00
aignatov-bio
a1d6c30ef7
Add report wizard step 3 [SCI-5611]
2021-04-07 16:37:08 +02:00
Oleksii Kriuchykhin
a9ac8452f2
Add dynamic form elements in report wizard step 1 [SCI-5591]
2021-04-06 13:56:24 +02:00
aignatov-bio
82be23db81
Add project and template selector [SCI-5570]
2021-03-31 15:32:03 +02:00
Oleksii Kriuchykhin
943c01cada
Remove simple_token_authentication [SCI-5595]
2021-03-25 14:55:22 +01:00
aignatov-bio
0920d0a5cd
Add reports wizzard layout [SCI-5569]
2021-03-25 13:21:54 +01:00
Miha Mencin
4fa1f350e4
Merge pull request #3221 from aignatov-bio/ai-sci-5564-small-breadcrumbs-fixes
...
Small breadcrumbs fixes [SCI-5564]
2021-03-24 09:46:09 +01:00
Oleksii Kriuchykhin
d315b1327b
Implement missing missing user smart annotation notifications [SCI-5575]
2021-03-19 17:11:19 +01:00