-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Milestone
Description
Replace static Protocol terminology with API call.
CDISC Library contains the Protocol terminology used in the study design. Currently, the user must upload the Protocol Terminology from a spreadsheet.
Replace the logic with call to API:
https://library.cdisc.org/api/mdr/ct/packages
Extract most recent package:
"href": "/mdr/ct/packages/protocolct-2025-09-26",
Send request to the API:
https://library.cdisc.org/api/mdr/ct/packages/protocolct-2025-09-26
Cache the response for future queries.
Note 1: Remove the audit logic for Protocol terminology.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed