Replies: 2 comments
-
Hi @mdagit, Thank you so much for taking the time to provide such detailed feedback! We truly appreciate your trust in using the project and the effort you put into outlining the challenges you’ve faced. Your insights will help us improve, and we’ll carefully analyze each of your points to address them appropriately. We will create issues based on your feedback in the coming days. Kamil |
Beta Was this translation helpful? Give feedback.
-
Oh and another type inconsistency: GET /randomization_list returns an object with key 'arm' while POST /patient returns an object with key 'arm_name' -- while the input current_state to POST /patient expects 'arm' ! I'm programming in TypeScript (which has sort-of opt-in type safety), so having these needless variations makes the API awkward. Since R is not a type-safe language the code didn't have a strict upbringing :) |
Beta Was this translation helpful? Give feedback.
-
Hi -
I've been hacking together a frontend utility for a research study which uses the unbiased REST backend.
Just FYI some challenges I've had to confront:
All that said, the code quality seems high, and the docker-compose setup was totally seamless.
Beta Was this translation helpful? Give feedback.
All reactions