-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #341 from qbicsoftware/development
* set duration to 3sec and change position (#333) * Introduce editor functionality to show a custom component within the spreadsheet only if user selects the cell. (#335) * WIP increase performance * Fix blinking issue for comboboxes * Add javadoc and fix header row * Fix Dialog loading * Fix rowcount accession and prefilling of cells for validation * Remove unnecessary duplicate unused checks since we already define the value during row addition * WIP fix dialog reload everything else works * Finally fixed! * Remove unused method * replaces red validation borders in spreadsheet by cell highlighting comparable to usual style * Update Javadocs * rename conversion methods * Fix SonarCloud Code Smell * unlock cells after validation * Fix copy past JD fail --------- Co-authored-by: wow-such-code <[email protected]> * Confirm experimental group deletion with the user when editing experimental variables (#334) * clean up code * add double-check confirmation dialog * address inspection warning * extract confirm dialog into new method * Fix typo Co-authored-by: Steffengreiner <[email protected]> * Fix switched JavaDocs Co-authored-by: steffengreiner <[email protected]> --------- Co-authored-by: Steffengreiner <[email protected]> * Inform User that row deletion is not possible if only one row remains in the spreadsheet. (#336) * Ensure user can't delete the last row * Inline method and ensure that the header row is never deleted * Fix typo in notification * Enables multiple experimental group addition (#328) * Save current work progress * Save work * Save work * Enable addition of multiple experimental groups * Reload experimental groups after registration * Enable experimental group edit * Save current work * Save the day * Finish styling * Clean up * More cleanup work * rename methods, extract methods Co-authored-by: steffengreiner <[email protected]> * Add all experimental groups or none Co-authored-by: steffengreiner <[email protected]> * rename method Co-authored-by: steffengreiner <[email protected]> * Exchange group input by existing component * address code review Co-authored-by: steffengreiner <[email protected]> * Add JavaDoc Co-authored-by: steffengreiner <[email protected]> * rename method Co-authored-by: steffengreiner <[email protected]> * address review * address review * remove duplicate css, group css selectors Co-authored-by: steffengreiner <[email protected]> * remove unused css Co-authored-by: steffengreiner <[email protected]> --------- Co-authored-by: Tobias Koch <[email protected]> Co-authored-by: steffengreiner <[email protected]> * Adds prefill option to sample batch registration (#338) * set experiment null on closing of dialog. reload after prefill to make prefill selection after back-button work * Fix reload of cells with prefilled information * Adapt JD * only remove prefill info if it is variable, correctly validate and remove validation errors * Extract reload into singular method * remove unused boolean flags * clear currently selected cell if experiment has changed * implement correct sorting for replicate labels --------- Co-authored-by: Steffengreiner <[email protected]> Co-authored-by: Tobias Koch <[email protected]> * Check if the cells contain valid values before validation (#337) * Check if the cells contain valid values before validation * add bracket missing due to merge --------- Co-authored-by: Tobias Koch <[email protected]> Co-authored-by: wow-such-code <[email protected]> * Batch registration is enqueued propely with jobrunnr (#340) * Fix missing replicate and specify job logging for add sample to batch job * Fix Job scheduling * Allow the user to edit experiment information via dialog (#339) * Provide edit functionality of an experiment * Provide JD and ensure that only valid values land in backend * Remove outdated dialog and propagate experiment creation correctly * Remove unused deletion methods * Remove unused css and update method name * address Code smell * address Code smell * Address code review part 1 * Fix faulty renaming of method * Extract methods from multiline lambda expression during experimentInformationDialog creation * Fix CSS * Propagate Experiment Information to components instead of reloading the page --------- Co-authored-by: Tobias Koch <[email protected]> Co-authored-by: wow-such-code <[email protected]> Co-authored-by: Sven F <[email protected]>
- Loading branch information
Showing
46 changed files
with
1,933 additions
and
1,308 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.