-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sample attributes display and updating #54
Comments
This could reuse the white label work on the sample input table, i,e, disaply the samples in tabular format with columns for each attribute |
Sample attributes are to appear on separate rows so that they are more straightforward to edit. An example of how they should appear is below: Description:RNA extracted from leaves of Meliosma cuneifolia In contrast, for this example [dataset 100627] the sample attributes appear in the Admin pages as follows: description="RNA extracted from leaves of Meliosma cuneifolia",analyte_type="RNA",tissue_type="leaf [BTO:0000713]",alt_acc_SRA_project="ERP023948",alt_acc_BioSample="SAMEA104170192",specimen_voucher="Chase 33142",="frozen tissue",sample_source="M. Chase",sample_contact="L. Csiba" |
It looks good to me. I have no idea how much work that would be, but if it's a lot of work, then ChrisA's suggestion would be fine for me. It's not something we need to do that often. |
User story
Acceptance criteria
Additional information
IMPORTANT: Copy the way it's done in the file admin form
the current admin pages combine all sample attributes and values and units into a single text clump, this needs to be separated out like in the submission wizard. i.e. a separate row for each attribute, and separate fields for each of attribute_name, value and units
The text was updated successfully, but these errors were encountered: