# # ChangeLog for frontend # # Generated by Trac 1.6.1.dev0 # 09/15/26 20:01:46 Fri, 29 May 2026 20:52:04 GMT MBK [b63d7b5] * backend/src/main/java/medora/controller/BillingController.java (modified) * frontend/src/pages/billing/BillingList.js (modified) * frontend/src/services/api.js (modified) Add pending requests functionality and filters for billing admins Fri, 29 May 2026 18:18:54 GMT MBK [6c00695] * backend/src/main/java/medora/controller/LabController.java (modified) * backend/src/main/java/medora/service/LabService.java (modified) * frontend/src/pages/lab-tests/LabTestList.js (modified) * frontend/src/services/labService.js (modified) Add endpoint for lab technitians to view submitted tests and ... Mon, 25 May 2026 15:02:59 GMT MBK [f18b11b] * frontend/src/pages/medical-records/MedicalRecordList.js (modified) Add direct link from patient to their medical record Mon, 25 May 2026 11:43:53 GMT MBK [a64c772] * backend/src/main/java/medora/controller/AppointmentController.java (modified) * frontend/src/pages/appointments/AppointmentList.js (modified) * frontend/src/pages/billing/BillingDetail.js (modified) * frontend/src/pages/billing/BillingList.js (modified) Fix doctor authorization and prevent canceling other doctors ... Sun, 24 May 2026 18:39:01 GMT MBK [84249b1] * frontend/src/components/ProtectedRoute.js (added) * frontend/src/pages/Dashboard.js (added) * frontend/src/pages/Login.js (added) * frontend/src/pages/ProtectedRoute.js (added) Add authentication and role-based route protection and add Dashboard page Sun, 24 May 2026 16:46:10 GMT MBK [f05de05] * frontend/src/App.js (modified) * frontend/src/pages/billing/BillingDetail.js (added) * frontend/src/pages/billing/BillingList.js (added) * frontend/src/pages/lab-tests/LabResultForm.js (added) * frontend/src/pages/lab-tests/LabTestList.js (added) * frontend/src/pages/procedures/ProcedureList.js (added) * frontend/src/pages/procedures/ProcedureResultForm.js (added) * frontend/src/services/billingService.js (added) * frontend/src/services/labService.js (added) * frontend/src/services/medicalItemsService.js (added) * frontend/src/services/procedureService.js (added) Add pages and routing for lab tests, procedures and billing with api ... Sun, 24 May 2026 14:22:16 GMT MBK [d30d820] * frontend/src/App.css (deleted) * frontend/src/App.js (modified) * frontend/src/pages/medical-records/MedicalRecordDetail.js (added) * frontend/src/pages/medical-records/MedicalRecordList.js (added) * frontend/src/pages/medical-reports/MedicalReportList.js (added) * frontend/src/pages/referrals/ReferralList.js (added) * frontend/src/services/api.js (added) * frontend/src/services/medicalRecordService.js (added) * frontend/src/services/medicalReportService.js (added) * frontend/src/services/referralService.js (added) Add pages and routing for medical recors, medical reports and ... Sun, 24 May 2026 13:30:51 GMT MBK [20468d3] * frontend/src/App.js (modified) * frontend/src/pages/appointments/AppointmentForm.js (added) * frontend/src/pages/appointments/AppointmentList.js (added) * frontend/src/pages/departments/DepartmentDetail.js (added) * frontend/src/pages/departments/DepartmentList.js (added) * frontend/src/pages/departments/DoctorsByDepartment.js (added) * frontend/src/pages/doctors/DoctorDetail.js (added) * frontend/src/pages/doctors/DoctorForm.js (added) * frontend/src/pages/doctors/DoctorList.js (added) * frontend/src/services/appointmentService.js (added) * frontend/src/services/departmentService.js (added) * frontend/src/services/doctorService.js (added) * frontend/src/services/patientService.js (added) Add pages and routing for patients, doctors, departments and ... Sun, 24 May 2026 10:05:46 GMT MBK [cb0881d] * frontend/.gitignore (added) * frontend/README.md (added) * frontend/package-lock.json (added) * frontend/package.json (added) * frontend/public/index.html (added) * frontend/public/logo.png (added) * frontend/src/App.css (added) * frontend/src/App.js (added) * frontend/src/components/ErrorAlert.js (added) * frontend/src/components/Loading.js (added) * frontend/src/components/Navbar.js (added) * frontend/src/components/SuccessAlert.js (added) * frontend/src/index.css (added) * frontend/src/index.js (added) * frontend/src/styles/design-system.css (added) Set up React frontend and add design styles