talk@lists.collectionspace.org

WE HAVE SUNSET THIS LISTSERV - Join us at collectionspace@lyrasislists.org

View all threads

taxon termName missing?

RL
Ray Lee
Tue, Nov 27, 2012 9:17 PM

Hi Everyone,
I noticed that on the form for Taxon records (in the lifesci tenant), the
termName field doesn't appear, as it does on all the other authority items.
Is this on purpose, or a bug?

Thanks,
Ray

Hi Everyone, I noticed that on the form for Taxon records (in the lifesci tenant), the termName field doesn't appear, as it does on all the other authority items. Is this on purpose, or a bug? Thanks, Ray
AR
Aron Roberts
Tue, Nov 27, 2012 9:54 PM

On Tue, Nov 27, 2012 at 1:17 PM, Ray Lee rhlee@berkeley.edu wrote:

I noticed that on the form for Taxon records (in the lifesci tenant), the

termName field doesn't appear, as it does on all the other authority items.
Is this on purpose, or a bug?

Possibly a bug.  From the App layer config for this field, it looks like
I wondered about that as well, but never followed up other than to insert
comments in the configuration file and in an associated JIRA:

https://github.com/collectionspace/application/blob/master/tomcat-main/src/main/resources/defaults/base-authority-taxon-termList.xml

--

<!-- FIXME: Per comments on CSPACE-5669: termName does not appear in -->
        <!-- the UI's Taxon record editor template, nor is it enabled

in Advanced Search. -->
<!-- We might ask for functional clarification around whether this should -->
<!-- continue to be so. - ADR 2012-10-24 -->
<field id="termName">
<selector>taxonAuthority-termName</selector>
</field>

And in this comment in the relevant issue:

http://issues.collectionspace.org/browse/CSPACE-5669?focusedCommentId=32939&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-32939

It appears that Alex, Rick and I all worked on the Taxon term group's UI
HTML template at various times; perhaps we just collectively forgot to add
this field?

https://github.com/collectionspace/ui/blame/master/src/main/webapp/tenants/lifesci/html/components/PreferredTemplate-taxon.html

Aron

On Tue, Nov 27, 2012 at 1:17 PM, Ray Lee rhlee@berkeley.edu wrote:

Hi Everyone,
I noticed that on the form for Taxon records (in the lifesci tenant), the
termName field doesn't appear, as it does on all the other authority items.
Is this on purpose, or a bug?

Thanks,
Ray


Talk mailing list
Talk@lists.collectionspace.org

http://lists.collectionspace.org/mailman/listinfo/talk_lists.collectionspace.org

On Tue, Nov 27, 2012 at 1:17 PM, Ray Lee <rhlee@berkeley.edu> wrote: > I noticed that on the form for Taxon records (in the lifesci tenant), the termName field doesn't appear, as it does on all the other authority items. Is this on purpose, or a bug? Possibly a bug. From the App layer config for this field, it looks like I wondered about that as well, but never followed up other than to insert comments in the configuration file and in an associated JIRA: https://github.com/collectionspace/application/blob/master/tomcat-main/src/main/resources/defaults/base-authority-taxon-termList.xml -- <!-- FIXME: Per comments on CSPACE-5669: termName does not appear in --> <!-- the UI's Taxon record editor template, nor is it enabled in Advanced Search. --> <!-- We might ask for functional clarification around whether this should --> <!-- continue to be so. - ADR 2012-10-24 --> <field id="termName"> <selector>taxonAuthority-termName</selector> </field> -- And in this comment in the relevant issue: http://issues.collectionspace.org/browse/CSPACE-5669?focusedCommentId=32939&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-32939 It appears that Alex, Rick and I all worked on the Taxon term group's UI HTML template at various times; perhaps we just collectively forgot to add this field? https://github.com/collectionspace/ui/blame/master/src/main/webapp/tenants/lifesci/html/components/PreferredTemplate-taxon.html Aron On Tue, Nov 27, 2012 at 1:17 PM, Ray Lee <rhlee@berkeley.edu> wrote: > Hi Everyone, > I noticed that on the form for Taxon records (in the lifesci tenant), the > termName field doesn't appear, as it does on all the other authority items. > Is this on purpose, or a bug? > > Thanks, > Ray > > _______________________________________________ > Talk mailing list > Talk@lists.collectionspace.org > > http://lists.collectionspace.org/mailman/listinfo/talk_lists.collectionspace.org > >
CH
Chris Hoffman
Tue, Nov 27, 2012 10:11 PM

Hi Ray, I'm pretty sure that's on purpose.  When Jan and I worked with Patrick on the shared terminfo fields, we knew there were a few examples where a field wasn't needed on a specific authority record, and more examples where additional fields were needed.
Chris

On Nov 27, 2012, at 1:17 PM, Ray Lee wrote:

Hi Everyone,
I noticed that on the form for Taxon records (in the lifesci tenant), the termName field doesn't appear, as it does on all the other authority items. Is this on purpose, or a bug?

Thanks,
Ray


Talk mailing list
Talk@lists.collectionspace.org
http://lists.collectionspace.org/mailman/listinfo/talk_lists.collectionspace.org

Hi Ray, I'm pretty sure that's on purpose. When Jan and I worked with Patrick on the shared terminfo fields, we knew there were a few examples where a field wasn't needed on a specific authority record, and more examples where additional fields were needed. Chris On Nov 27, 2012, at 1:17 PM, Ray Lee wrote: > Hi Everyone, > I noticed that on the form for Taxon records (in the lifesci tenant), the termName field doesn't appear, as it does on all the other authority items. Is this on purpose, or a bug? > > Thanks, > Ray > _______________________________________________ > Talk mailing list > Talk@lists.collectionspace.org > http://lists.collectionspace.org/mailman/listinfo/talk_lists.collectionspace.org
AR
Aron Roberts
Tue, Nov 27, 2012 10:20 PM

On Tue, Nov 27, 2012 at 2:11 PM, Chris Hoffman chris_h@berkeley.edu wrote:

Hi Ray, I'm pretty sure that's on purpose.  When Jan and I worked with
Patrick on the shared terminfo fields, we knew there were a few examples
where a field wasn't needed on a specific authority record, and more
examples where additional fields were needed.

Interesting. Thanks, Chris.

At least from this wiki schema page, it does look as though Term Name
might be appropriate for scientific taxonomy terms:

http://wiki.collectionspace.org/display/collectionspace/Scientific+Taxonomy+Authority+schema

Also, it's interesting that in the UI HTML templates for term information
groups, the Term Name field, while present on every authority term record,
is - depending on the particular authority - displayed either:

  • Directly to the right of the Display Name field, with the field label
    "Name" (Place and Storage Location)
  • Somewhere else in the term name group, often in a row below the Display
    Name, with the field label "Term" (Concept, Organization, Person).

Does anyone know if there some rationale for these differences?  The five
schemas on the wiki, for each of these authority term records, all
uniformly call this field "Term Name".

Aron

Chris

On Nov 27, 2012, at 1:17 PM, Ray Lee wrote:

Hi Everyone,
I noticed that on the form for Taxon records (in the lifesci tenant),

the termName field doesn't appear, as it does on all the other authority
items. Is this on purpose, or a bug?

Thanks,
Ray


Talk mailing list
Talk@lists.collectionspace.org

On Tue, Nov 27, 2012 at 2:11 PM, Chris Hoffman <chris_h@berkeley.edu> wrote: > Hi Ray, I'm pretty sure that's on purpose. When Jan and I worked with > Patrick on the shared terminfo fields, we knew there were a few examples > where a field wasn't needed on a specific authority record, and more > examples where additional fields were needed. > Interesting. Thanks, Chris. At least from this wiki schema page, it does look as though Term Name might be appropriate for scientific taxonomy terms: http://wiki.collectionspace.org/display/collectionspace/Scientific+Taxonomy+Authority+schema Also, it's interesting that in the UI HTML templates for term information groups, the Term Name field, while present on every authority term record, is - depending on the particular authority - displayed either: * Directly to the right of the Display Name field, with the field label "Name" (Place and Storage Location) * Somewhere else in the term name group, often in a row below the Display Name, with the field label "Term" (Concept, Organization, Person). Does anyone know if there some rationale for these differences? The five schemas on the wiki, for each of these authority term records, all uniformly call this field "Term Name". Aron > Chris > > > On Nov 27, 2012, at 1:17 PM, Ray Lee wrote: > > > Hi Everyone, > > I noticed that on the form for Taxon records (in the lifesci tenant), > the termName field doesn't appear, as it does on all the other authority > items. Is this on purpose, or a bug? > > > > Thanks, > > Ray > > _______________________________________________ > > Talk mailing list > > Talk@lists.collectionspace.org > > > http://lists.collectionspace.org/mailman/listinfo/talk_lists.collectionspace.org > > > _______________________________________________ > Talk mailing list > Talk@lists.collectionspace.org > > http://lists.collectionspace.org/mailman/listinfo/talk_lists.collectionspace.org >
RJ
Rick Jaffe
Tue, Nov 27, 2012 10:37 PM

Aron wrote:

...it's interesting that in the UI HTML templates for term information

groups, the Term Name field, while present on every authority term record,
is - depending on the particular authority - displayed either:

  • Directly to the right of the Display Name field, with the field label
    "Name" (Place and Storage Location)
  • Somewhere else in the term name group, often in a row below the
    Display Name, with the field label "Term" (Concept, Organization,
    Person).Does anyone know if there some rationale for these differences?
    The five schemas on the wiki, for each of these authority term records, all
    uniformly call this field "Term Name".

My guess is that we were just inconsistent. I don't remember any
particulars about the decision-making.

Rick

On Tue, Nov 27, 2012 at 2:20 PM, Aron Roberts aronroberts@gmail.com wrote:

On Tue, Nov 27, 2012 at 2:11 PM, Chris Hoffman chris_h@berkeley.eduwrote:

Hi Ray, I'm pretty sure that's on purpose.  When Jan and I worked with
Patrick on the shared terminfo fields, we knew there were a few examples
where a field wasn't needed on a specific authority record, and more
examples where additional fields were needed.

Interesting. Thanks, Chris.

At least from this wiki schema page, it does look as though Term Name
might be appropriate for scientific taxonomy terms:

http://wiki.collectionspace.org/display/collectionspace/Scientific+Taxonomy+Authority+schema

Also, it's interesting that in the UI HTML templates for term
information groups, the Term Name field, while present on every authority
term record, is - depending on the particular authority - displayed either:

  • Directly to the right of the Display Name field, with the field label
    "Name" (Place and Storage Location)
  • Somewhere else in the term name group, often in a row below the
    Display Name, with the field label "Term" (Concept, Organization, Person).

Does anyone know if there some rationale for these differences?  The
five schemas on the wiki, for each of these authority term records, all
uniformly call this field "Term Name".

Aron

Chris

On Nov 27, 2012, at 1:17 PM, Ray Lee wrote:

Hi Everyone,
I noticed that on the form for Taxon records (in the lifesci tenant),

the termName field doesn't appear, as it does on all the other authority
items. Is this on purpose, or a bug?

Thanks,
Ray


Talk mailing list
Talk@lists.collectionspace.org

Aron wrote: ...it's interesting that in the UI HTML templates for term information > groups, the Term Name field, while present on every authority term record, > is - depending on the particular authority - displayed either: > > * Directly to the right of the Display Name field, with the field label > "Name" (Place and Storage Location) > * Somewhere else in the term name group, often in a row below the > Display Name, with the field label "Term" (Concept, Organization, > Person).Does anyone know if there some rationale for these differences? > The five schemas on the wiki, for each of these authority term records, all > uniformly call this field "Term Name". > My guess is that we were just inconsistent. I don't remember any particulars about the decision-making. Rick On Tue, Nov 27, 2012 at 2:20 PM, Aron Roberts <aronroberts@gmail.com> wrote: > On Tue, Nov 27, 2012 at 2:11 PM, Chris Hoffman <chris_h@berkeley.edu>wrote: > >> Hi Ray, I'm pretty sure that's on purpose. When Jan and I worked with >> Patrick on the shared terminfo fields, we knew there were a few examples >> where a field wasn't needed on a specific authority record, and more >> examples where additional fields were needed. >> > > Interesting. Thanks, Chris. > > At least from this wiki schema page, it does look as though Term Name > might be appropriate for scientific taxonomy terms: > > > http://wiki.collectionspace.org/display/collectionspace/Scientific+Taxonomy+Authority+schema > > Also, it's interesting that in the UI HTML templates for term > information groups, the Term Name field, while present on every authority > term record, is - depending on the particular authority - displayed either: > > * Directly to the right of the Display Name field, with the field label > "Name" (Place and Storage Location) > * Somewhere else in the term name group, often in a row below the > Display Name, with the field label "Term" (Concept, Organization, Person). > > Does anyone know if there some rationale for these differences? The > five schemas on the wiki, for each of these authority term records, all > uniformly call this field "Term Name". > > Aron > > > > >> Chris >> >> >> On Nov 27, 2012, at 1:17 PM, Ray Lee wrote: >> >> > Hi Everyone, >> > I noticed that on the form for Taxon records (in the lifesci tenant), >> the termName field doesn't appear, as it does on all the other authority >> items. Is this on purpose, or a bug? >> > >> > Thanks, >> > Ray >> > _______________________________________________ >> > Talk mailing list >> > Talk@lists.collectionspace.org >> > >> http://lists.collectionspace.org/mailman/listinfo/talk_lists.collectionspace.org >> >> >> _______________________________________________ >> Talk mailing list >> Talk@lists.collectionspace.org >> >> http://lists.collectionspace.org/mailman/listinfo/talk_lists.collectionspace.org >> > > > _______________________________________________ > Talk mailing list > Talk@lists.collectionspace.org > > http://lists.collectionspace.org/mailman/listinfo/talk_lists.collectionspace.org > >