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

finish development of log table #311

Open
1 of 6 tasks
amyfou opened this issue Sep 13, 2024 · 0 comments
Open
1 of 6 tasks

finish development of log table #311

amyfou opened this issue Sep 13, 2024 · 0 comments
Assignees

Comments

@amyfou
Copy link
Collaborator

amyfou commented Sep 13, 2024

This will be a multipart process that we might want to divide into a number of smaller issues. For now, here's what I think it looks like:

  • familiarize yourself with the log query in frontend/src/queries/queries.js
  • find the frontend components that create the current log table: frontend/src/pages/Log.js, and LogTable.js, and LogSubtable.js.
  • analyze ^^ to identify the columns we want in a log table
  • create the columns in the table
  • populate the columns from the blob data returned by the query
  • add 'rollback' function to each row; as a button
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

2 participants