-
-
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
permits - use restrictions #8241
Comments
Will this provide a flag on catalog items selected for transactions, particularly loans? That is where collections staff need to see usage restrictions. Harvard folks wrote a paper describing how they do this. Will post here. |
This should not be confounded with UI, except that scattering similar data across encumbrances, disposition, and permits will ensure that we cannot reliably find all of the like data and therefor cannot build good UI. If we can consolidate then this should be a big step towards being able to get those data in front of whoever needs to see them in whatever UI (and simplification in general), and if we can't then this should be killed as a further denormalization. |
While I see the appeal of
Here is my concern. We have a few typical types of results of permits/agreements/etc.
1, 2, and 3 are all different (they require us to put in different kinds of language into loan paperwork). And 4 is a nightmare. In the boolean solution, you would propose putting 2, 3, and 4 together, which results in almost the same amount of work as no boolean system because of the amount of follow up required to disambiguate 2 from 4. But grouping 1, 2, and 3 together means that it could be possible that terms are missed when putting together a loan. Part of this is coming out of the struggle @falco-rk and I were having to figure out why bother putting permits into Arctos if there is not an easy way to see the consequences of them when working with our part exports. |
This comment was marked as off-topic.
This comment was marked as off-topic.
@happiah-madson I think I'm working with second-hand information, if this isn't useful then we can kill it. If anyone needs something more in permits (my 'maybe related...' is there because I'm not sure I'm not lost) please file another issue. If anyone else needs to see whatever data in whatever UI, public or private, file an Issue for that. If anyone isn't sure what they need, open a discussion.
Sounds like a job for...
File an issue! I can't build things I don't know you need. |
AWG discussed:
(right??) |
AWG more discussion
|
Discussed with permit committee
@happiah-madson will file an issue regarding restrict usage encumbrances. After #8305 is addressed this is ready for dev. |
Help us understand your request (check below):
Describe what you're trying to do
@mkoo wants to
Simple solution: add a
use_restrictions BOOLEAN
flag to table permit, which will always be public so it can be summarized in flat and filtered_flat. Note that we ARE NOT proposing to make any details public, that's expected to remain between the user and the collection, only 'has some use restriction' would be exposed.Does that cover the identifiable use cases, or is there some need for more complexity? (The extreme in that direction might be permit_attributes, but I don't think I see anything like that need yet.)
My first thought was to add some value to https://arctos.database.museum/info/ctDocumentation.cfm?table=ctpermit_type, but after more discussion I think this is an addition to that, not one of those.
Related (possibly this issue will need expanded or accompanying will need filed, not sure how to shape that right now):
The text was updated successfully, but these errors were encountered: