Vadim Laletin
Vadim Laletin
@ir4y do you mean widgets that we used in BaseQRF components? I already removed customWidgets property from sdc-qrf.
It was covered for local drafts, but not for server drafts in #518
But it's still an issue for assembled questionnaires! meta.versionId won't help in this case. I think we should start using Questionnaire.version (e.g. 0.1) property and save QR.questionnaire according to the...
The issue is only with client method like get() that return either ResourceType or dict if no ResourceType specified. For uniformity all methods shall return valid typed model. We can...
@pavlushkin please take a look, it's related to refactoring you're making for conditional operations
Will be fixed in 2.0.0 using `client.delete('Patient', 'id')` or `client.delete('Patient/id')`
Also added helpers for BaseReference to use `reference.delete()` and `reference.patch(**kwargs)` as it was requested in the issue
@ir4y the root of the issue is attr access via dot. Personally, I don't like this approach, dict must have dict behavior. But it's too late to get rid of...
Similar issues caused by attr access: #59
@ir4y Maybe it's outdated, please double check on master branch with deleting all node modules and close if it's not relevant