Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • castellum castellum
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 5
    • Issues 5
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Castellum
  • castellumcastellum
  • Merge requests
  • !2288

Closed
Created Mar 22, 2022 by Bengfort@bengfortOwner
  • Report abuse
Report abuse

Rename "domain" to "coding list"

  • Overview 3
  • Commits 4
  • Pipelines 9
  • Changes 58

Even though we ourselves have gotten used to it, the term "pseudonym domain" has often caused confusion outside of the castellum team. Only recently we realized that this is basically a synonym for "coding list". So it seems appropriate to change our wording.

This is quite a big change, including some breaking API changes:

  • CASTELLUM_STUDY_DOMAIN_BITS and CASTELLUM_SESSION_DOMAIN_BITS have been renamed to CASTELLUM_STUDY_PSEUDONYM_BITS / CASTELLUM_SESSION_PSEUDONYM_BITS
  • /domains/ in API URLs was replaced by /coding-lists/ (e.g. /execution/api/studies/5/coding-lists/6f7e93b8-4ddd-4438-9140-4628043e83fc/)
  • The response object for /execution/api/studies/5/coding-lists/ has the format {"coding_lists": […]} instead of {"domains": […]}
Edited Mar 22, 2022 by Bengfort
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: domain-coding-list