gracecluvohio commented on PR #4331: URL: https://github.com/apache/texera/pull/4331#issuecomment-4190833140
As I work on this, I notice a lot of shared services (such as `WorkflowComputingUnitManagingService`, `ComputingUnitStatusService`) and shared types (`DashboardWorkflowComputingUnit`, `WorkflowComputingUnitType`) are currently under the `frontend/src/app/workspace` directory. However, as they are used by both the workflow computing unit component (in the `frontend/src/app/workspace` folder) and the dashboard computing unit component (in the `frontend/src/app/dashboard` folder), it would probably be better to move them to the `frontend/src/app/common` folder, which stores many shared utilities and services. I'll work on this later in a separate PR though, so that there aren't too many files in this PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
