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 new configuration setup forms #6201

Open
wants to merge 13 commits into
base: production
Choose a base branch
from
Open

Conversation

CarolineDenis
Copy link
Contributor

@CarolineDenis CarolineDenis commented Feb 5, 2025

Fixes #2931

Checklist

  • Self-review the PR after opening it to make sure the changes look good and
    self-explanatory (or properly documented)
  • Add relevant issue to release milestone
  • Add relevant documentation (Tester - Dev)

Testing instructions

TODO

@CarolineDenis CarolineDenis added this to the 7.11 milestone Feb 5, 2025
@CarolineDenis CarolineDenis changed the title Issue 2931 Add new configuration setup forms Feb 6, 2025
tables.Institution,
'form',
'edit',
['name', 'code', 'isAccessionsGlobal', 'isSingleGeographyTree', 'isSecurityOn', 'isServerBased']
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isSecurityOn and isServerBased should probably be set automatically and not input by the user.

IsAccessionsGlobal and IsSingleGeographyTree will affect application behavior and absolutely impact the later generation of disciplines (each discipline would not get the choice to create a geography tree)

tables.Collection,
'form',
'edit',
['collectionName', 'code', 'catalogNumFormatName']
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CatalogNumFormatName should let the user choose form a default list of formats

tables.SpecifyUser,
'form',
'edit',
['name', 'password', 'agents']
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Field captions are usually determined by the schema configuration, but in the case the user sees this upon a first run, the captions will just be verbatim the name (e.g. "IsAccessionsGlobal" rather than a user-assigned schema). How are we going to set the labels?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📋Back Log
Development

Successfully merging this pull request may close these issues.

Add a new setup page for creating new Institution, Division, Discipline, and Collections
2 participants