Kevin De Pelseneer

Results 29 issues of Kevin De Pelseneer

Add link to the repository where JSON definitions of the Templates can be found.

documentation

Add `Experiment Sample Template` as an alias to `templates` in the documentation.

documentation

A User cannot create templates unless he administers at least 1 project. Any user should be able to create a template, regardless if the user is administrating anything.

bug

This tests fails often randomly: ``` DynamicTableHelperTest#test_Should_return_the_dynamic_table_columns_and_rows [/home/runner/work/seek/seek/test/unit/helpers/dynamic_table_helper_test.rb:51] Minitest::Assertion: Expected: false Actual: true ``` The issue is probably the usage of the [ISA tag fixtures](https://github.com/seek4science/seek/blob/c462ddbd39a2ece4610ff84aae57abba4b02b2f5/test/fixtures/isa_tags.yml#L1). It would be best to...

bug

Users are able to create sample attributes with a invalid PID. E.g.: 'Source:bacterial culture'. But when the user tries to add a sample to the Sample type, the `short_pid` function...

bug

- Makes sure users cannot create new templates from scratch. Closes #1757 - Template behavior is now different from Sample type behavior. Some limitations of the Sample Type are not...

- Optional `registered sample (list)` sample attributes don't return a 404 when the attribute has no value. Fixes #1893 - Replace drop-down with `objectsInput` in dynamic table. Fixes #1894

bug

- Doesn't return a '404' anymore when making a mistake at creation time. - Clean up the views: - All logic has been transferred to the controllers. - Remove JS...

bug

When an ISA JSON compliant sample type has a registered sample attribute, a simple dropdown is added to the dynamic table: ![image](https://github.com/seek4science/seek/assets/82407142/93117b84-f5fa-4aa9-b628-68cf1ea6cd3a) There are two problems: 1. If the attribute...

bug

1. Make a sample type with a registered sample attribute or registered sample list attribute but make none of the mandatory. ![image](https://github.com/seek4science/seek/assets/82407142/61e58bc6-4c3a-4f06-a757-ee8554978955) 2. Create a sample in that sample type...

bug