Changes between Version 2 and Version 3 of Ticket #832


Ignore:
Timestamp:
Nov 21, 2020, 12:48:10 PM (5 years ago)
Author:
westram
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified Ticket #832 – Description

    v2 v3  
    1111   }}}
    1212   {{{#!td
    13 used for groups combining multiple\\taxonomic levels\\e.g. {{{Ordername_Familyname}}}
     13used for groups combining multiple ''taxonomic ranks''\\
     14like in {{{Ordername_Familyname}}}
    1415   }}}
    15    {{{#!td rowspan=3
     16   {{{#!td rowspan=4
    1617notify about meaning while (specifying or) writing group name to database
    1718   }}}
     
    3435   }}}
    3536   {{{#!td
    36 used by taxonomy() ACI-command.\\
    37 Display in tree may be confusing.
     37used by {{{taxonomy()}}} ACI-command.\\
     38Display in tree may be confusing when group names contain slashes.
    3839   }}}
    3940}}}
     
    4546used in "tax..." entries to separate groups
    4647   }}}
    47    {{{#!td
    48 abort with error
    49    }}}
    5048}}}
    5149
    5250
    5351Needed fixes:
    54  * predefined ACIs for generating tax entries shall translate "_" -> ';'
     52 * extend ACI command {{{taxonomy}}} to accept a 3rd parameter to specify the separator to use, e.g. {{{taxonomy(100,";")}}}
     53 * predefined ACIs for generating tax entries shall
     54   * use new taxonomy parameter to directly create ';'-separated tax-entries
     55   * translate {{{_}}} -> {{{;}}}
     56   * remove enumerated suffixes
    5557 * review parts of arb which auto-generate group names and make sure their defaults follow the above conventions:
    5658   * group name modifications performed by [http://help.arb-home.de/move_groups.html Move groups..] (see also predefined config "report2name")