- Added ModelCard component to display model cards with details and actions.
- Introduced UnitSelect component for filtering models based on unit, system, and type.
- Created a data structure for model items to manage model attributes.
- Developed a multi-step form (Step1 to Step5) for model configuration, including parameters, data management, and model training.
- Integrated API calls for fetching model data and saving model configurations.
- Enhanced UI with Ant Design components for better user experience.
- Implemented charting capabilities for visualizing model data.
- Added trash management interface for model deletion.
- Updated ModelItem interface to include createTime property.
- Refactored index.vue to improve code readability and structure.
- Enhanced Step1.vue to handle form submission and validation.
- Simplified Step2.vue and Step3.vue for better data handling and user experience.
- Removed Step5.vue as it was redundant.
- Introduced new API models and methods for better data management.
- Updated form schemas for steps to reflect new requirements and improve validation logic.
- Improved styling and layout for better user interface consistency.
e25bb08282
into master 1 month agoe25bb08282
.