-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Request - private curatorial notations for records #8338
Comments
Strong preference for #3. |
I support option 3. |
I made ArctosDB/dev#118 for this, but I'm now questioning that.
Clarification: As currently implemented encumbrances slow everything down. ArctosDB/dev#118 will still have computational costs, but they should be much more manageable (and understandable) under such a system. I was also going to suggest we develop scalable policy before this is implemented. If this works like I think it should, Phase Two will involve record attributes, of which there are very many. The "full" implementation of this would simply double that - we'd have a public 'tail condition' and a private 'tail condition' (the existence of which suggests we're already long-overdue for more-developed policies regarding what is an appropriate attribute), which seems neither sustainable nor usable. Now I'm wondering if we can actually implement this entirely against record attributes, or if parts (and presumably other kinds) are necessary? The code isn't written and I'm guessing to some extent, but running 'private types' against one table is probably well under half the computational expense of two, but is also simpler to use and manage (restricted data go in one place, easy-peasey, nowhere to get lost) and possibly sufficient to cover the critical use cases. Would having even part-related things under one (or a very few) private record attribute(s) be sufficient, or is attaching that information to specific parts truly critical? Adding to AWG agenda for further clarification, "as simple as possible, as complex as necessary" seems particularly relevant here. |
At the risk of opening cans of worms, has there been discussion about both record level and part level curatorial remarks? I've just been speaking with @dandistel who is contemplating encumbering all remarks because some of them are more curatorial than public. |
So two (three[four]) things:
|
I think my comment about both is that when migrating, we had specimen (record) and DNA or sample (part) remarks that are things like "oh, we found this in a not so great place, salvaged it, and now it's over here" or "I assume the elution volume was 200 uL because I forgot to write it down in my lab notebook so here's hoping." Because these remarks were never public in our last database, they are written super colloquially and perhaps would have been written differently if they were public.
From my view, yes, this would do what is needed.
For us, it's probably just tone. It's editorial rather than factual information that migrated over in remarks.
Understood! |
I think this would work for us as well: cataloged_item.private_remark and specimen_part.private_remark |
Please confirm that you mean as a way to handle https://arctos.database.museum/info/ctDocumentation.cfm?table=ctencumbrance_action and an alternative to ArctosDB/dev#118. |
If I understand correctly, we would not be using encumbrances for this, but rather using public/private flags or specifically designated private remarks fields for part and record attributes. This is what I thought I was supporting - option 3 above. |
I do. But I do think the fields could be more general, ie: cataloged_item.private_remark and cataloged_item_part.private_remark or record.private_remark and record_part.private_remark |
I'm trying to find a sustainable replacement for encumbrances (possibly one which does some things have have been requested for years - like allowing data to be born encumbered - and maybe simplifies some complexity, behind which people clearly get lost from time to time). ArctosDB/dev#118 is a move, not an addition. Introducing some even-simpler always-restricted field would only be relevant here if it's a replacement for some existing encumbrance. (Bigger-picture, I'm struggling with the usual: Are things they way they are because users were trying to shoehorn various data into the structure as they understood it? - in which case a new always-private field or three might be just the ticket - or does the existing structure do precisely what needs to be done? - in which case ArctosDB/dev#118 is probably the correct first step towards a model we can afford.)
That's |
😆😆😆😆😆😆😆😆😆😆😆😆 whooooopseeeeeeeeeee (I agree that we are on the same page) |
This issue originated in #3536 and became stale-- after discussions, here's the refreshed summary:
Need: a means to allow curatorial staff to leave private (non-public) record level notes about condition or preservation need especially in the art collections.
Options considered included:
Main barrier/consideration is resource costs-- encumbrances are 'expensive' and slows exports down but they are essential. However if we can avoid unnecessary encumbrances then we all benefit.
Last time the AWG discussed this, we were favoring option 3 (if I'm not mistaken!)
The text was updated successfully, but these errors were encountered: