-
Notifications
You must be signed in to change notification settings - Fork 14
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
improved workflow for renaming and synonyms #444
Comments
A more simple example would be changing the species name when a species is renamed. A couple of years ago we had a species collected by the team formally named so using that example the workflow went like this:
This could be one step. |
let me understand your Paraserianthus / Falcataria example better.
it doesn't sound an easy thing to do, and I would like to get it as straight as possible. your other example is according to me quite a different case, and asks for a different solution, I'm going to split it otherwise we're back to talking of two issues in the same conversation. |
I don't think they are separate issues. for my Paraserianthus / Falcataria example, If all you had is the "create copy of original as a synonym" option at genus and species level you'd make it a lot easier. It was only one entry for my Paraserianthus / Falcataria example but there have been others with more species. so my "create copy of original as a synonym" feature would just
|
I'll add that at genus level the taxonomic data would be (family, epithet, author) The "create copy of original as a synonym" feature would only appear when changes had been made to these fields. |
FYI: in ghini-1.0, starting I can't remember which patch, you can refer to the all epithet fields ( this as explanation to the edit to your comment
I think I now understand why you consider this shuffling in the database (this issue, and issue #445) as the same thing. please check what I suggest at #445 (comment) |
re: #445 (comment) essentially.
is the long way around. you don't need to copy all notes, "change all accessions...", etc. if you just rename the species x and recreate a species with the original name and use that as a synonym. i.e.
|
I don't mind describing "the long way", if that is a better representation of the logic behind your wish. so please don't ask me to decipher a new description if you're stating the same I'm saying, but in your own words, and suggesting a technical implementation. I mean: if you reach a technical description, you can also go all the way and implement it. |
@RoDuth , check #456, and the different point of view taken there. not helping you do what you describe as a solution to the problem, but address the original problem differently: so that you alter what you see, without altering so much in the database. and very easy to reverse if needed. I will describe this for an autonym …
this all is achievable with flags and synonymies, no need for all the handling we described here. |
Expected behaviour
You should be able to change the name of a taxon and record the current name as a synonym without leaving the editor or losing any of the attached data (accessions, pictures, notes, etc.)
Actual behaviour
example:
We had to change Paraserianthus toona to Falcataria toona. The only way I can see is to do this and keeping the original name as a synonym is this convoluted process:
gen='Paraserianthus'
, open it and rename it FalcatariaOpinions and suggestions
This is just an example of a possible solution:
When you edit any of the taxonomic fields for a family, genus, species and click ok you have a pop up that gives you the option to "create copy of original as a synonym" or "edit original only". (Similar to the way that you currently get a "Are you sure you want to lose your changes?" if you click cancel.) If you select "create copy of original as a synonym" a new entry is created with the old name and it is added as a synonym for the new taxon just saved.
In the above example you could even go further and at step 1 above ask "create copy of original as a synonym" then if this is selected ask a second question: "create synonyms for all members" of the taxon (i.e. ghini could "create copy of original as a synonym" for all species of the genus Falcataria). (The species level synonyms are needed for many reasons including to show up in results if you have
search_return_synonyms
set to true.) This would change the above 5 step process to 1 step for a simple genus name change.The text was updated successfully, but these errors were encountered: