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

Simpler subjects names for imports #1299

Merged
merged 3 commits into from
Oct 6, 2020
Merged

Commits on Oct 6, 2020

  1. Configuration menu
    Copy the full SHA
    46d006f View commit details
    Browse the repository at this point in the history
  2. Make sure InstitutionSubjects can be identifier by subject+description

    * Make the Subject label unique
    * Make the InstitutionSubject [institution, subject, description] unique: it means that in an Institution, the same subject can only be selected several times if the description is different (and present.)
    
    refs #1253
    n-b committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    f8ca38e View commit details
    Browse the repository at this point in the history
  3. Simplify the subject column name used in CSV exports and imports

    On export, use just the subject as much as possible, and add the description if needed.
    On import, allow different possible combinations, as long as it’s unambiguous.
    
    refs #1253
    n-b committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    56b7266 View commit details
    Browse the repository at this point in the history