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

Execution Result History #24

Closed
5 tasks done
miurla opened this issue May 10, 2023 · 0 comments
Closed
5 tasks done

Execution Result History #24

miurla opened this issue May 10, 2023 · 0 comments

Comments

@miurla
Copy link
Owner

miurla commented May 10, 2023

Save the execution results and display the history in a list.
ref: #9

UI

  • Sidebar
    • Button (New)
    • List

Functions

  • Add data with the new button
  • Add data with the start button
  • Save data when execution is finished
  • Display history
  • Delete data

Data

  • id: string
  • title: string
  • date: Date()
  • params
    • mode id: string
    • iterations: number
    • first_task: string
    • objective: string
  • messages: Message[]

Save destination

  • LocalStorage
@miurla miurla added the WIP label May 10, 2023
@miurla miurla mentioned this issue May 12, 2023
5 tasks
@miurla miurla closed this as completed May 12, 2023
@miurla miurla removed the WIP label May 12, 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

1 participant