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

Select a coding system release when creating a new codelist/draft #1421

Open
Tracked by #1446
rebkwok opened this issue Nov 5, 2022 · 0 comments
Open
Tracked by #1446

Select a coding system release when creating a new codelist/draft #1421

rebkwok opened this issue Nov 5, 2022 · 0 comments

Comments

@rebkwok
Copy link
Contributor

rebkwok commented Nov 5, 2022

Coding systems are now associated with specific releases. Any time that a codelist or codelist version is created, the release needs to be specified.
(Note APIs already require this, see #1401, this issue is about the user-facing options)

  • Creating a codelist: opencodelists/views/user_create_codelist.py (/users//new-codelist)
  • Creating old style codelist (by uploading CSV): codelists/views/codelist_create.py (codelist//add)
  • Creating old style codelist version (by uploading CSV): codelists/views/version_upload.py (codelist///upload-version
  • Creating new version (from codelist version page): codelists/views/version_create.py
    - called from templates/codelists/version.html; currently adds the coding system release as a hidden input
    - this is currently just a button on the version page, will need either a new displayed form field, or a popup to select from the available releases (which should be the same one that the current codelist version uses - the current default - or later ones)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant