/
Creator Lookup design proposal
Creator Lookup design proposal
The current creator lookup has a number of technical and usability challenges that I'd like to try and move beyond. Technically, the autocomplete logic is overly complex and often doesn't actually provide useful results. Non-techncially:
- Users seem to have confusion about what is actually being matched to an existing tDAR Person / Institution vs. when something is being created.
- "Create new" doesn't really do anything.
- Users have no way of editing the creator (if we decide to give them rights)
- It also takes up a lot of space and often does not look right on narrower monitors.
current interface
Logic (Client Side):
- the combination of the firstname, lastname, email, and institution are sent to the server and matched. We then use whatever the user selects.
Logic (Server side):
- if the creator has an existing ID from the autocomplete, we used the existing creator from tDAR.
- Person:
- If the person has an email, we look that up, if it matches, we use that person.
- If not, we then lookup that person with firstname / lastname / institution. We choose the first Person that's returned (if more than one).
- Institution:
- We find the first institution with that name.
Proposed:
- a single field for creator searching that searches firstname/lastname/email.
- "Create new person" displays a form that shows a creator record like our current autocomplete. It either would tell tDAR to always create the creator, or something else.
- an explicit Edit button for "editors" that links off to the full creator-edit form so they can modify creators
- potentially show the tDAR ID for the creator somewhere in that section so it's clear what's being assigned.
- Rethink the autocomplete to try and provide more context. We track the # of references to a creator, we could display that, we could also show a random record or two associated with that person. (a la Jim's IMDB example).
, multiple selections available,
Related content
Public tDAR APIs
Public tDAR APIs
More like this
Person Search API
Person Search API
More like this
Institution Search API
Institution Search API
More like this
Options for Enhancing Collections
Options for Enhancing Collections
More like this
tDAR Document Metadata Mapping to MODS and DC
tDAR Document Metadata Mapping to MODS and DC
More like this
tDAR technical overview
tDAR technical overview
More like this