Skip to content

Commit

Permalink
Add more hints to tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
glassjoseph committed Mar 11, 2022
1 parent 5d40db8 commit f03767a
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,18 +76,18 @@ SNACSchemaAlignmentDialog.getSNACModel = function() {
this.SNACConstellationModel = [
{ name: "Entity Type", required: true, tooltip: "The entity type (person, corporateBody, family)" },
{ name: "ID", required: false, tooltip: "SNAC ID" },
{ name: "Name Entry", required: false, tooltip: "Name Entry" },
{ name: "Name Entry", required: false, tooltip: "Name Entry" },
{ name: "Date", required: false, tooltip: "Date" },
{ name: "Date Type", required: false, tooltip: "Date Type" },
{ name: "Date Type", required: false, tooltip: "Date Type (Birth, Death)" },
{ name: "Subject", required: false, tooltip: "Subject" },
{ name: "Place", required: false, tooltip: "Place" },
{ name: "Place Role", required: false, tooltip: "Place Role" },
{ name: "Place Role", required: false, tooltip: "Place Role (Birth, Death, Residence, Citizenship)" },
{ name: "Occupation", required: false, tooltip: "Occupation" },
{ name: "Activity", required: false, tooltip: "Activity" },
{ name: "BiogHist", required: false, tooltip: "BiogHist" },
{ name: "External Related CPF", required: false, tooltip: "The URL to this entity in another identity authority such as wikiData or VIAF, aka 'SameAs Relation'" },
{ name: "Resource ID", required: false, tooltip: "The SNAC Resource ID for the connected resource" },
{ name: "Resource Role", required: false, tooltip: "The role of this Constellation with the Resource (creatorOf, etc)" },
{ name: "Resource Role", required: false, tooltip: "The role of this Constellation with the Resource (creatorOf, referencedIn, editorOf, contributorOf)" },
{ name: "Source Citation", required: false, tooltip: "Source citation" },
{ name: "Source Citation URL", required: false, tooltip: "The URL for this citation" },
{ name: "Source Citation Found Data", required: false, tooltip: "Data as found to be cited" },
Expand Down

0 comments on commit f03767a

Please sign in to comment.