-
Notifications
You must be signed in to change notification settings - Fork 4
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
Free text comments about PSUs and individual scores in Plant trial scoring template #608
Comments
This "comments" value will be associated with the Plant Scoring Unit represented by the given CSV row. Is this what you mean? In another place somewhere in GitHub you have mentioned "comments" for Trait Scores... |
One option is to let the user extend the submitted CSV in two ways:
However, in your example case this would produce 4 additional Is the screenshot above the "regular" way how they (i.e. the plant trial people) solve the comments issue? If so, perhaps we should somehow accommodate it... |
I haven't seen this before in other sheets. But I think their solution is quite good, once people understand how it is done. |
The problem with this solution is a "sociotechnical" one. If the content of the final Commens column be parsed and interpreted so pieces of the comment are saved with particular scores, not just the PSU, then it introduces a kind of grammar for users. This has the following drawbacks:
From your experience with current plant trials - are such comments numerous? If there are like 5 comments for the entire trial, maybe we should add a specialized widget/form in Step 5 for this? It would ask the user to pick a specific PSU, then a specific Trait (and, perhaps, a tech repl number), and it will allow him/her to type in a comment for this particular trait score. Of course, if for a single trial there are many more comments, this will not result in a good user experience. |
I like the widget idea a lot. I think it might be the easiest way. However: The amount of comments is quite high there. And in this example instance I thought it would be best to make a "trait" such as the image trait, called "plot observations of note" -In this case: What I am worried about is that people confuse this trait with a comment column. And that they also use it for something other than commenting on GB EL YB, which has a key that is however not described in that particular trait. This would mean that people would have to create a "plot observations of note_ 2" trait and define the observations differently. ... What are your thoughts on the above? |
@Nuanda Would it be possible to
->The user could also click on a certain Plant scoring unit name -> would be parsed to PSU.comments, and add comments like " this replicate looked very sad in comparison, measurements may be unreflective of the line's characteristics" or "sparse and small" -> other headers could not be manipulated, but we even could let the user add comments to the individual ( or all) plant_accessions, if we wanted As this may still be quite complicated: But what do you think? I think it would be easiest for the user, as this is very similar to commenting on an excel spreadsheet. |
I'll be honest this might be quite a bit of work. I.e. it will cost a lot of developer time. Sure, it looks natural for users (though remember pagination and vertical scrolling and things like that... they will add to the UI complexity). Drawback is that people would need to retype, or copy one-by-one all comments (which they already have in their excel files) - they might be nonplussed about that. They might think "I have already did that in my Excel spreadsheet, now I need to do that with this 'web spreadsheet' again...". While when they are forced to split their comments into score-related ones and psu-related ones, they might simple copy-over entire excel columns and quickly remove irrelevant parts. But aren't those GB, YB comments more about PSUs (plant samples) than about a particular score? |
okay, I understand. Pleas make sure this idea is then removed from the extension quote if @wjurkowski hasn't already done so. Yes, in the case above GV YB are related to the PSU. The document above is just an example that sometimes there are a lot of comments present. However, in the above file there even are two different types of comments , where one is a string, but one is actually part of a scoring scale, with certain keys (e.g. GB= Green Bud) on a scale from GB< GB-EL < YB < (more are possible) < to Flowering ( FL) or beyond. This is why I thought of the _plot observations of note_ trait variable similar to the image in the comment further above. In case we can actually separate such scorings from proper "comments" ( and people need to understand that somehow - I sense a sociotechnical problem here, too) we can go back to the widget idea, which I want to comment on in the context of your most recent comment |
Could we first discuss rationale behind the need to add comments to spreadsheet? |
@teatree1212 You are right wrt the widget solution having the same "once again" problem. I think I still like the additional CSV column(s) idea best. |
After a discussion with @wjurkowski today we have decided to go with the solution based on additional, optional columns in the uploaded CSV document. |
See also #732 |
A after feedback: a "comments" column should be added to the plant_trial_scoring_template. It should allow for free text and would always appear as the final header in the template.
The text was updated successfully, but these errors were encountered: