Skip to content
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

Add the Subject subdivisions (MARC21 6XX $v $x $y $z) #2455

Closed
JoelleDosimont opened this issue Oct 13, 2021 · 0 comments · Fixed by #2808
Closed

Add the Subject subdivisions (MARC21 6XX $v $x $y $z) #2455

JoelleDosimont opened this issue Oct 13, 2021 · 0 comments · Fixed by #2808
Assignees
Labels
effort: 3pt 3 point of effort estimated for the implementation enhancement Improvement of an existing feature f: data About data model, importation, transformation, exportation of data, specific for bibliographic data p-High High priority (to be solved in the 2-3 next months)
Milestone

Comments

@JoelleDosimont
Copy link
Contributor

JoelleDosimont commented Oct 13, 2021

How it works

The subject subdivision (equivalent to the MARC21 fields 6XX $v $x $y $z) are not included in the JSON schema.

Improvement suggestion

1. Data model: add the Subject subdivisions (4 fields, optional and repeatable) as specified in the CONVERSION file.

- `genreForm_subdivision` = Form subdivision
    - description: Subject subdivision for a specific kind or genre of material (MARC 6XX$v)
    - placeholder: Example: Periodicals
- `topic_subdivision` = Concept subdivision
    - description:  Subject subdivision for a concept (MARC 6XX$x)
    - placeholder: Example: History
- `temporal_subdivision` = Time-span subdivision
    - description:  Subject subdivision for a period of time (MARC 6XX$y)
    - placeholder: Example: 500-1400
- `place_subdivision` = Place subdivision
    - description:  Subject subdivision for a place (MARC 6XX$z)
    - placeholder: Example: Mississippi

2. Display: those fields should be displayed, in order of appearance, in the pro and public interface, document detailed view, with - (space-hyphen-space) between the fields. Example:
image

3. Subject facet: all terms and subdivisions are distinct values within the facet.

* Example of one subject: Jérusalem (term) - Temple (topic subdivision) - Dans la Bible (topic subdivision)
* ...creates 3 values in the subject facet: Jérusalem / Temple / Dans la Bible

4. Index: those fields are indexed
* genreForm_subdivision as text with fr/de/it/en analyzer
* topic_subdivision as text with fr/de/it/en analyzer
* temporal_subdivision as text with fr/de/it/en analyzer
* place_subdivision as text

@JoelleDosimont JoelleDosimont added enhancement Improvement of an existing feature f: data About data model, importation, transformation, exportation of data, specific for bibliographic data triage p-High High priority (to be solved in the 2-3 next months) labels Oct 13, 2021
@iGormilhit iGormilhit removed the triage label Oct 13, 2021
@pronguen pronguen added this to the v1.8.0 milestone Nov 2, 2021
@pronguen pronguen added the effort: 3pt 3 point of effort estimated for the implementation label Feb 2, 2022
@pronguen pronguen modified the milestones: v1.8.0, v1.9.0 Feb 2, 2022
@vgranata vgranata self-assigned this Feb 3, 2022
@pronguen pronguen modified the milestones: v1.9.0, v1.10.0 Mar 2, 2022
@vgranata vgranata removed their assignment Mar 24, 2022
@rerowep rerowep closed this as completed Mar 28, 2022
@rerowep rerowep reopened this Mar 28, 2022
zannkukai added a commit to zannkukai/rero-ils that referenced this issue Apr 1, 2022
Adds possibility to have subject subdivisions for local subject.
Refactoring document subjects management and rendering.

Closes rero#2455.
Closes rero#2609.
Closes rero#1869.

Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
zannkukai added a commit to zannkukai/rero-ils that referenced this issue Apr 1, 2022
Adds possibility to have subject subdivisions for local subject.
Refactoring document subjects management and rendering.

Closes rero#2455.
Closes rero#2609.
Closes rero#1869.

Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
zannkukai added a commit to zannkukai/rero-ils that referenced this issue Apr 2, 2022
Adds possibility to have subject subdivisions for local subject.
Refactoring document subjects management and rendering.

Closes rero#2455.
Closes rero#2609.
Closes rero#1869.

Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
zannkukai added a commit to zannkukai/rero-ils that referenced this issue Apr 3, 2022
Adds possibility to have subject subdivisions for local subject.
Refactoring document subjects management and rendering.

Closes rero#2455.
Closes rero#2609.
Closes rero#1869.

Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
zannkukai added a commit to zannkukai/rero-ils that referenced this issue Apr 3, 2022
Adds possibility to have subject subdivisions for local subject.
Refactoring document subjects management and rendering.

Closes rero#2455.
Closes rero#2609.
Closes rero#1869.

Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
@zannkukai zannkukai self-assigned this Apr 19, 2022
zannkukai added a commit that referenced this issue Apr 21, 2022
Adds possibility to have subject subdivisions for local subject.
Refactoring document subjects management and rendering.

Closes #2455.
Closes #2609.
Closes #1869.

Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
zannkukai added a commit that referenced this issue Apr 21, 2022
Adds possibility to have subject subdivisions for local subject.
Refactoring document subjects management and rendering.

Closes #2455.
Closes #2609.
Closes #1869.

Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
zannkukai added a commit to zannkukai/rero-ils that referenced this issue Apr 28, 2022
Adds possibility to have subject subdivisions for local subject.
Refactoring document subjects management and rendering.

Closes rero#2455.
Closes rero#2609.
Closes rero#1869.

Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
zannkukai added a commit to zannkukai/rero-ils that referenced this issue Apr 28, 2022
Adds possibility to have subject subdivisions for local subject.
Refactoring document subjects management and rendering.

Closes rero#2455.
Closes rero#2609.
Closes rero#1869.

Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
zannkukai added a commit to zannkukai/rero-ils that referenced this issue Apr 28, 2022
Adds possibility to have subject subdivisions for local subject.
Refactoring document subjects management and rendering.

Closes rero#2455.
Closes rero#2609.
Closes rero#1869.

Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
zannkukai added a commit that referenced this issue May 4, 2022
Adds possibility to have subject subdivisions for local subject.
Refactoring document subjects management and rendering.

Closes #2455.
Closes #2609.
Closes #1869.

Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
zannkukai added a commit to zannkukai/rero-ils that referenced this issue May 4, 2022
Adds possibility to have subject subdivisions for local subject.
Refactoring document subjects management and rendering.

Closes rero#2455.
Closes rero#2609.
Closes rero#1869.

Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
zannkukai added a commit to zannkukai/rero-ils that referenced this issue May 5, 2022
Adds possibility to have subject subdivisions for local subject.
Refactoring document subjects management and rendering.

Closes rero#2455.
Closes rero#2609.
Closes rero#1869.

Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
zannkukai added a commit to zannkukai/rero-ils that referenced this issue May 5, 2022
Adds possibility to have subject subdivisions for local subject.
Refactoring document subjects management and rendering.

Closes rero#2455.
Closes rero#2609.
Closes rero#1869.

Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
zannkukai added a commit that referenced this issue May 5, 2022
Adds possibility to have subject subdivisions for local subject.
Refactoring document subjects management and rendering.

Closes #2455.
Closes #2609.
Closes #1869.

Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
zannkukai added a commit to zannkukai/rero-ils that referenced this issue May 6, 2022
Adds possibility to have subject subdivisions for local subject.
Refactoring document subjects management and rendering.

Closes rero#2455.
Closes rero#2609.
Closes rero#1869.

Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
zannkukai added a commit that referenced this issue May 9, 2022
Adds possibility to have subject subdivisions for local subject.
Refactoring document subjects management and rendering.

Closes #2455.
Closes #2609.
Closes #1869.

Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort: 3pt 3 point of effort estimated for the implementation enhancement Improvement of an existing feature f: data About data model, importation, transformation, exportation of data, specific for bibliographic data p-High High priority (to be solved in the 2-3 next months)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants