Closed shariboodts closed 9 months ago
ManuscriptListView
head_id
, which is filter_collection
:
basic_list
, which shows hidden
(head_id) just anywhere (line 269, 'show the different filters in the list')hidden
head_id line in ManuscriptListView
HC/Manu overlap
is selectedManuscript comparison
, Historical collection
, PD Authority file
PD Manuscript
, PD Sermon
collection_hcptc
hcptc
, which is a non-existing fieldadapt_search()
, looking for overlap
and making use of get_overlap_ptc()
manu_colloverlaps
the model CollOverlap
is used.
get_overlap()
correctly calculates this, taking the HC as a starting pointget_overlap()
actually called?
CollOverlap
is filled completely correctly.fields['overlap']
in method adapt_search()
in the Manuscript list view. That did not include the list of collections with which a comparison is made, nor the user's profile.The wish of the user was:
The user should be able to specify: 95% of the manuscript content vis-à-vis the HC OR 95% of the HC content vis-à-vis the manuscripts.
Well, there is one slider, and it has just one function in relation to the HC/Manu overlap when a HC is selected. And that one function is just one of the two above: the percentage of the manuscript content w.r.t. the HC. E.g: 70% of the HC's authority files occur in each of the manuscripts in the output. For Wolfenbuttel that would yield just 3 results (manu 1779, 7788 and 7217)
"hide_button": True
in table filters
and process this in basic_list.html
range
input items in filter_click()
Based on example: https://passim.rich.ru.nl/manuscript/list?usersearch=9818 (Manuscripts > Collection/Dataset… > Historical Collection > Wolfenbüttel (irisdenis))
Part one of the issue:
Part two of the issue:
NOTE: If this requires too much work, then we choose just one option > percentage will then only apply to the source item (HC, specific manuscript, PD (AF)).
So (overview):
o Manuscript comparison keep o Historical Collection keep (same as HC/Manu overlap? We need clarification!) o PD: Manuscript discard o PD: Sermon manifestation discard o PD: Authority file keep o HC/Manu overlap can be discarded (is this one indeed redundant?)
Part three of the issue:
The possibility to select manuscripts to compare should be simplified. o Collection/Dataset... as field should be renamed: Comparative search o Manuscript comparison > “Select multiple manuscript identifiers...” only allows to search for manuscript identifiers (i.e. shelfmarks), without cities or libraries. Users should be able to get a drop-down list of manuscripts (city-library-identifier) when entering only the city (“Orléans”) or library (“badia”), in addition to a simple search by entering an identifier/shelfmark. It should work like the option to add manuscripts in a DCT (Source > Manuscript > “Select manuscript...”).
Change description: ‘Value: (move slider)’ should become “Percentage of overlap (move slider)". Number should be visible while sliding so you can make an accurate choice (now, empirically you see the percentage only when you stop moving the slider)