yoldas

Results 34 comments of yoldas

There are two approaches to pagination: 1. Do the paging on the server and render the page (We are doing this) 2. Send all data to client and let the...

It should not allow requesting additional sequencing when the study data release strategy is open and data release timing is standard, without an accession number. It is not triggering validations...

The deployment projects sets `disable_accession_check: true` for training environment. This flag is set to `true` for all environments except production. I have set this configuration to `false` for training and...

There are three possible error messages added in `check_data_release_and_accession_for_submission` method of `AccessionBehaviour`. The first one is for empty data release strategy and timing. If any of them is empty, `"#{study.name}:...

The tests above clearly show that the page banner now displays error messages to inform the user of issues when requesting additional sequencing after the bug-fix.

Adding some notes: From Cardinal Knowledge Transfer document slide 4, Compound samples - data model: - A compound sample has many component samples. - A component (=normal) sample can be...