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

Pagination for console out #341

Open
4 tasks
CheatCod opened this issue Aug 24, 2023 · 2 comments
Open
4 tasks

Pagination for console out #341

CheatCod opened this issue Aug 24, 2023 · 2 comments
Assignees

Comments

@CheatCod
Copy link
Member

CheatCod commented Aug 24, 2023

Description

-[ ] Build a mock end point that sends test data that complies with the interface described

  • rework the frontend console code to work with this API
  • Create a new table to map console output messages from UUID to a vec of events
  • Build rust handler to query the table:
struct Query {
    instance_uuid : String,
    start_snowflake_id : i64,
    count : i64,
}
  • Remove the old ring buffer from backend
@CheatCod
Copy link
Member Author

Note: needs to investigate if frontend can know the snowflake ID of the last message on the current page

@CheatCod
Copy link
Member Author

for backend: ask Peter (me)
for frontend: ask Kevin Huang (ynng)

@CheatCod CheatCod assigned seliayeu and jhuang38 and unassigned hanmindev Oct 29, 2023
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

No branches or pull requests

4 participants