You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do the equivalent of calling the metrics subcommand with an input of a set of search fields (SearchParams) and returning SearchResults
Parse the resulting dataframe (e.g. as JSON). There is JsonWriter in polars that could be called in rust_backend to provide the result as a JSON string and then a frontend method can be added to rust_worker.ts
Display the parsed search results within the web app. For example this could be in a panel for displaying tables.
Both 2) and 3) are also tasks in #9 -- the logic to do this should probably be shared.
The text was updated successfully, but these errors were encountered:
The svelte component will be able to:
metrics
subcommand with an input of a set of search fields (SearchParams
) and returningSearchResults
rust_backend
to provide the result as a JSON string and then a frontend method can be added torust_worker.ts
Both 2) and 3) are also tasks in #9 -- the logic to do this should probably be shared.
The text was updated successfully, but these errors were encountered: