feat: enhance backend deployment, frontend file selection and synthesis task management #129
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces several improvements and fixes across the backend deployment, frontend file selection, and synthesis task management features. The most significant changes are the overhaul of the synthesis task management UI to use live backend data, enhancements to the dataset file transfer component for better integration, and the addition of a new synthesis file task details page.
Synthesis Task Management Improvements:
SynthesisTaskTabto fetch and display synthesis tasks from the backend API, replacing the previous mock data and local filtering/sorting logic. Added pagination, loading state, and improved the task table columns to show type, file count, and actions. Users can now view details or delete tasks directly from the table. [1] [2]SynthFileTask.tsxto show detailed synthesis file task progress, including chunk processing status, file paths, and task metadata, with live data from the backend.Dataset File Transfer Component Enhancements:
onDatasetSelectcallback prop toDatasetFileTransfer.tsx, allowing parent components to react to dataset selection changes. The callback is triggered both on dataset selection and when the dialog is closed. [1] [2]useCallbackforfetchFiles, ensuring dependencies are correctly handled and preventing unnecessary reloads.Bug Fixes and Miscellaneous:
AddDataDialog.tsxby changing fromObject.entries(selectedFilesMap)toObject.values(selectedFilesMap), ensuring only file objects are sent.etcdservice for improved reliability.runtime/datamate-python/**.