-
Notifications
You must be signed in to change notification settings - Fork 1
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
sign_view
and get_configuration
#166
Comments
To the first question, I think the output MMIF should include the param dict before it's validated by calling |
How about signing with the raw/original parameters but leave a warning when parameters were refined? I actually think I may have recently read this somewhere so this may not be my idea. |
I guess we all have some consensus that raw parameters are the ones that need to be recorded. Implementation-wise, a few problems I've been struggling with;
One way to resolve those issues is to use
The other way is to call |
#181 is following the non- Keeping this issue open for now, until clamsproject/mmif#208 is closed due to the following TODO item: clams-python/clams/app/__init__.py Lines 207 to 208 in 38fd45f
|
closing the issue as clamsproject/mmif#208 is recently closed. |
re-opening this issue since the TODO mentioned above hasn't really been fixed; clams-python/clams/app/__init__.py Lines 207 to 208 in ded8505
|
reopening issue as clamsproject/mmif#208 was re-opened and fixed by clamsproject/mmif#223. Here we need to add support for |
Because
A typical clams app based on the python SDK will implement
_annotate()
as something like this;And I don't like the idea that some views are signed with raw user input params, while other are signed with "refined" input params.
Done when
The issue will be resolved when
Additional context
No response
The text was updated successfully, but these errors were encountered: