-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Show callbacks #757
Show callbacks #757
Conversation
@Makashov Thanks for the PR. It looks good overall. But I have to review it carefully and I'm a bit busy right now. I will get to this ASAP. Sorry for the delay. |
Thank you for your response. |
Hi @nupejosh, I just added summary to {$request.query.callbackUrl}/data callback object and it looks like below. Rigth after responses there must be callbacks list. |
Thanks for the response @Makashov! I see it working perfectly for you there. Sorry for the openapi noob request man, but can you paste the yaml or json where you added the summary to the callback object? For some reason I can't get the |
This PR has been idle for a while. What's needed to move things along? I see these things need to be addressed:
Should I raise a new PR with these changes? |
There are lots of PRs idle for a while 😢. About this PR, I checked it quickly. I'm not quite sure about how it should be presented. This PR makes a horizontal line under the operation and adds callback there which I think may be confusing... We should investigate the options. Should we add callbacks to the left menu? Should they visually be a part of the operation or a separate item? You're welcome to experiment in a new PR. |
Hi @RomanHotsiy , How to help in order to progress in this feature? Thank you zucher |
any news @RomanHotsiy |
URL: <a href={info.contact.url}>{info.contact.url}</a> | ||
</InfoSpan> | ||
)) || | ||
(info.contact && info.contact.url && ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the reason for this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this is because of prettier update which improved formatting a bit
I have created a branch (pull #1102) off of this one in a fork in order to resolve merge conflicts, write tests and add some minor functional differences to the existing code in this pull request. @Makashov I have credited your work accordingly, if there is any issue you have with this please let me know, or if you'd like to pull my changes/additions into this branch in order to try to expedite the process of getting this feature merged, that works too. |
Closing in favour #1102. @Makashov sorry for the delay. I'm super busy last year and this is not so simple feature to just merge. It needs careful review. I hope I will review @Jonathan-Bailey-Bose PR faster. |
Show callbacks after content item. If callback has it's own callback it will be displayed recursively.
Trying to help with #411