Skip to content
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

rest: endpoint to fetch a single workflow #304

Closed
mvidalgarcia opened this issue Oct 21, 2020 · 1 comment
Closed

rest: endpoint to fetch a single workflow #304

mvidalgarcia opened this issue Oct 21, 2020 · 1 comment

Comments

@mvidalgarcia
Copy link
Member

mvidalgarcia commented Oct 21, 2020

This is needed to trigger updates in the UI without fetching all the workflows.

We can also take the opportunity to aggregate additional data that now is being fetched in separate requests from the workflow details page:

  • /api/logs
  • /api/workspace
  • /api/specification

To take into account: reanahub/reana-ui#142 (comment)

@mvidalgarcia
Copy link
Member Author

This was partially covered as part of reanahub/reana-ui#229.

Integrating the logs, workspace, and specification in a single endpoint could be considered but for the time being it's better to keep these calls separated to handle the requests asynchronously, as this information is displayed on different tabs on the UI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant