TODAM-tw / todam-ticket-system

The frontend with gradio and combined with the API endpoints for the ticket system.
Apache License 2.0
0 stars 0 forks source link

[Enhancement] Refactoring Dashboard Components for Better Management #34

Open 1chooo opened 1 month ago

1chooo commented 1 month ago

The current dashboard screen constructs all components in the views/dashboard.py file and within the build_playground() function. We need to move these components to the views/components/ directory. This change will allow us to manage screen elements solely for display purposes.

https://github.com/TODAM-tw/todam-ticket-system/blob/b747ef3caf09491aec610740f52e06c6a3e752f1/app/views/dashboard.py#L12-L143