-
Notifications
You must be signed in to change notification settings - Fork 5
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
Convert Swagger tag metadata (freeform blurbs) into parameter annotations #665
Comments
Some of the tag metadata was copied — at least, partially — from this how-to guide (https://github.com/microbiomedata/NMDC_documentation/blob/main/docs/howto_guides/api_gui.md) via commit 1a9ff23. |
The |
Moving to next sprint @eecavanna |
I'll defer this until after the Berkeley Schema Roll Out (unless the Runtime code freeze allows for this type of change via an exception process—TBD). CC: @aclum |
I got an email, in my LBL inbox, that claimed to be a comment on this issue from a user named "levente". It consisted of a suggestion to click on a bit.ly link. I was tagged as spam by Gmail Did any of you get that. Does it concern you? |
Hi @turbomam, If the username was
When I see spam comments like that, I (a) refrain from engaging with them and (b) report them to GitHub using the action menu on the comment. At this point, it's not something I'm worried about (any more than spam on other public forums). |
These are some web pages (related to this task) I want to preserve links to before I reboot my laptop: |
@eecavanna can this be moved out of the sprint and backlog labeled? |
If there is a board for the "sprint after next," I'd like for this to be moved to there instead of to a backlog. Otherwise, backlog is OK with me. The task is partially done, just got lowered in priority in favor of other tasks. |
Moved to sprint 48. Thanks Eric. |
I volunteered to attempt to transfer the endpoint documentation currently implemented as freeform blurbs for "sections" (i.e. tags) in Swagger UI; into endpoint parameter-specific annotations.
Today, the freeform blurbs are stored in a list variable named
tags_metadata
in the filenmdc_runtime/api/main.py
:nmdc-runtime/nmdc_runtime/api/main.py
Lines 71 to 292 in ac6cf8a
An example of "parameter-specific annotations" is shown in this issue: #651
The text was updated successfully, but these errors were encountered: