Skip to content

Feat/coord client#82

Draft
unkcpz wants to merge 31 commits intomainfrom
feat/coord-client
Draft

Feat/coord client#82
unkcpz wants to merge 31 commits intomainfrom
feat/coord-client

Conversation

@unkcpz
Copy link
Copy Markdown

@unkcpz unkcpz commented Mar 26, 2026

draft, simply for discussion with @ritwikshanker (UI and data flow) and @recap (on information requirement from tool registry)

The major goal of this PR is to bring the boundary on developers responsibility to fit the expertise on us. My goal is that by looking at same interface contract (the protobuf) shared by coordinator backend and the UI server. Ritwik can works on UI frontend by just understand what can be call and what need to call from server.ts. On the other hand Jason is works on the the backend behavior that coordinating different services and expose the function in grpcClient.ts to be called from server.rs.

  • a demo list file view page that support download files.
  • a demo view page, that list file metadata using datahugger-ng as backend file metadata fetcher.
  • move dispatcher call to the backend and under coordinator api.
  • use SSE for the dispather call instead of polling logic directly on the server implementation.
  • tool service and dispatcher logic all moved to coordinator, no mocking exist in matchmaker anymore. (4c9c8d3)
  • a full flow of launching a real galaxy tool with real data (depend on tool input slots in the first level of response json tool-registry#7 and add /rawmeta endpoint for galaxy workflow tool-registry#8)
  • The message type stay in the channel boundary, and have all logic type for grpc client and server.
  • textbox support for user provided public dataset (github).
  • should able to go back to the search results list.
  • where should the url not support error goes? It is caught in the coordinator server side. But should this exposed to user?
  • streaming the files to the frontend. The backend is already get streamed data from datahugger.
  • how to deal with zip?
  • how to caching?
  • need basic caching to avoid duplicate data fetching (in search, and at file fetching phase). usememo, hand write simple caching mechanism.
  • in the player part, instead of select slots for file, do select files for slots.

@unkcpz unkcpz marked this pull request as draft March 26, 2026 09:13
@unkcpz unkcpz force-pushed the feat/coord-client branch 14 times, most recently from d05c17c to b8de360 Compare April 2, 2026 09:53
@unkcpz unkcpz force-pushed the feat/coord-client branch from 0e8fce3 to 580b9e1 Compare April 14, 2026 10:46
@unkcpz unkcpz force-pushed the feat/coord-client branch 2 times, most recently from 7a99a17 to f487cb1 Compare April 21, 2026 14:01
@unkcpz unkcpz force-pushed the feat/coord-client branch from a346fb6 to e6dcd19 Compare April 24, 2026 08:19
@unkcpz unkcpz force-pushed the feat/coord-client branch from e6dcd19 to a390161 Compare April 24, 2026 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant