smart-data-lake / sdl-visualization

Visualization for SDLB config
GNU General Public License v3.0
4 stars 1 forks source link

Workflow page #42

Closed Entouanes closed 1 year ago

Entouanes commented 1 year ago

Summary

Between April 19, 2023, and May 2, 2023, there is a serie of commits related to improving the history graph and search functionality in the workflow page. Progress was made with the history graph and a search field was implemented for runs. A better chart with Recharts was also added, and adjustments were made to the chart's layout and tooltip label. Clickable navigation was added to the chart, and pagination was implemented for the table. Additionally, a go-back arrow was added to the page head, and a workflow search by name was added. A conversion script from statefiles to json-server format was also written, and a database was generated from the statefiles. Filter menu style was fixed and graphics were added. A new table with MUI-X datagrid was implemented, and adjustments were made to the datagrid. Furthermore, the table in runs was changed and duration parsing was fixed with an external library, moment. Finally, small progress was saved on May 2, 2023.

Changes