Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
36
commits
Refactor Department tab: move UI to ui components\n\n- Added ui/components/DepartmentManagementUI.java (programmatic UI)\n- Added ui/components/DepartmentUIController.java (business logic)\n- Simplified controller/DepartmentTabController.java to delegate to UI\n\nThis follows the established pattern: controllers hold no UI code; UI lives under ui/components.
eec5c84View on GitHubSeparate UI from Controllers - Create dedicated UI component classes
c2dc084View on GitHubRefactor Main.java to follow Single Responsibility Principle
69efa1fView on GitHubfeat: Complete hospital management system with expanded database and MongoDB integration
52102d3View on GitHubFix README.md - convert corrupted text to English documentation
69e1620View on GitHubReplace ListView with TableView - display patient, doctor, and appointment data in rows and columns
ec87febView on GitHubFix patient add error - change gender to single character (M/F/O) and add gender dropdown
d179eb0View on GitHub