136 Commits

Author SHA1 Message Date
estifanos
5fb6927d1a fix: remove hardcoded page size from useServerTable in multiple pages for consistency 2026-08-05 07:30:10 +00:00
estifanos
30d46dfc6b fix(LicenseQueuePage): improve checkbox selection handling for better state management 2026-08-04 09:35:12 +00:00
Estifo77
3c96fab629 Merge branch 'dev' of https://github.com/Tria-plc/emaui into estif-branch-1 2026-08-04 09:10:01 +03:00
Mulu Mehari
35fb817b4b Adding Cors rule in the environment variable 2026-08-03 15:33:58 +03:00
estifanos
599dc4aa83 feat(i18n): add new translations for refresh, view, toggle columns, and no results
refactor(payment): remove payment API client and related tests, consolidating payment logic

refactor(payment): delete payment modal and associated constants, hooks, and types

fix(ui): enhance AdvancedTable with refresh button and column toggle functionality

fix(ui): implement pagination in useServerTable for better data handling
2026-08-03 09:22:02 +00:00
estifanos
52e2f4c009 Refactor LicenseQueuePage to use AdvancedTable for improved rendering and sorting functionality 2026-08-03 08:33:51 +00:00
Estifo77
cd1a891d07 fixes 2026-08-03 11:26:56 +03:00
Estifo77
5889ee2105 Merge branch 'dev' of https://github.com/Tria-plc/emaui into estif-branch-1 2026-08-03 09:26:04 +03:00
Mulu Mehari
c62ec59655 Initial End to End functionality 2026-08-02 22:44:08 +03:00
estifanos
af4ef8b3a7 feat: implement password requirements validation and UI component 2026-08-01 06:27:59 +00:00
estifanos
fca732e399 feat: add country selection translations and update country name retrieval 2026-07-31 07:31:17 +00:00
Muluhabt
5161e278ce Adding license generation functionality 2026-07-29 16:53:50 +03:00
Estifo77
a9638afa27 lay out fix 2026-07-29 11:45:47 +03:00
Estifo77
56bf81e4ad fixes 2026-07-29 11:28:55 +03:00
Estifo77
6ca48cbb9a merge fixes 2026-07-29 10:54:43 +03:00
Estifo77
85e84c24b8 Merge branch 'dev' of https://github.com/Tria-plc/emaui into estif-branch-1 2026-07-29 09:40:33 +03:00
fitse-yotor
e39f80941e feat: add Shipping Agent License Renewal and Waiver Application pages
- Implement ShippingAgentLicenseRenewalPage for submitting renewal documents with file uploads.
- Create WaiverApplicationPage for multi-step waiver application process, including document uploads and review.
- Add WaiverPage to display application status and details, including waiver letter download functionality.
- Introduce document handling components and validation for required fields in both applications.
2026-07-28 14:46:06 +03:00
fitse-yotor
c4af36005c feat: add vessel registration feature with dashboard and ownership transfer
- Implemented VesselRegistrationPage for managing vessel registrations.
- Added localization for vessel registration and ownership transfer in Amharic and English.
- Updated PortalLayout to include navigation for vessel registration and ownership transfer.
- Created VesselOwnerLayout to restrict access to vessel owner-specific routes.
- Integrated routing for vessel registration, application, and ownership transfer pages.
2026-07-28 12:58:03 +03:00
Estifo77
173d6eccb6 fixes 2026-07-28 10:26:55 +03:00
Estifo77
bd009245d3 Merge branch 'estif-branch-1' of https://github.com/Tria-plc/emaui into estif-branch-1 2026-07-27 11:53:06 +03:00
Estifo77
163e02e7af test 2026-07-27 11:52:56 +03:00
estifanos
b5d09d2aea advanced table fixes 2026-07-27 08:52:13 +00:00
Estifo77
4c412a9fba sending params on configation api call on professions 2026-07-25 11:20:18 +03:00
estifanos
86163fa7eb fixes 2026-07-25 06:16:12 +00:00
estifanos
7cfef9d09a feat: enhance professions management with server-side pagination and advanced table component 2026-07-24 11:54:10 +00:00
estifanos
2ce1381960 UI improvements 2026-07-24 09:31:25 +00:00
estifanos
ecb4649eb7 ui improvments 2026-07-24 09:25:38 +00:00
estifanos
9d202b0a12 vesselRegistration review page ui imporvement 2026-07-24 09:22:20 +00:00
estifanos
8f7c163b9e feat: integrate error handling across various components
- Added `useErrorHandler` hook to centralize error handling logic.
- Updated components in the backoffice and portal applications to utilize the new error handling mechanism, replacing direct notify calls with `handleError` for improved error messaging.
- Enhanced localization files to include generic error messages for better user feedback.
- Refactored error handling in forms and API interactions to ensure consistent user experience across the application.
2026-07-24 09:08:41 +00:00
estifanos
e482a4aca6 feat(vessel-registration): implement vessel registration feature with multi-step application process
- Added VesselRegistrationApplicationPage for submitting new vessel registrations.
- Created VesselRegistrationPage to list user's registrations and navigate to details.
- Implemented VesselRegistrationStatusPage to display registration status and download certificates.
- Integrated mock data for registrations and certificates.
- Updated navigation and routing to include vessel registration paths.
- Added translations for vessel registration in English and Amharic.
- Documented the vessel registration workflow and API integration notes.
2026-07-24 07:44:45 +00:00
estifanos
60ef3fc8b8 feat: implement vessel ownership transfer feature in portal and backoffice
- Added VesselTransferReviewPage for reviewing and managing vessel transfer requests in backoffice.
- Created VesselTransferApplicationPage for submitting new ownership transfer requests in portal.
- Introduced mock data for vessels and transfer requests in both portal and backoffice.
- Updated navigation and layout to include vessel transfer sections in both applications.
- Added internationalization support for vessel transfer labels in English and Amharic.
- Documented the implementation details and suggested API surface for future integration.
2026-07-23 12:56:16 +00:00
estifanos
875b56de8a refresh token fix 2026-07-23 11:46:26 +00:00
Estifo77
7e2186e758 feat: implement Telebirr payment API and types, enhance auth storage with token management 2026-07-23 14:32:30 +03:00
estifanos
a76549b018 feat: migrate authentication storage to use js-cookie for improved token management 2026-07-22 09:51:00 +00:00
Estifo77
e862d5cd8e Merge branch 'estif-branch-1' of https://github.com/Tria-plc/emaui into estif-branch-1 2026-07-22 12:38:40 +03:00
Estifo77
2c2464d12a test 2026-07-22 12:32:38 +03:00
estifanos
75220e2b9a feat: update authentication storage to use cookies and improve token retrieval 2026-07-22 09:31:10 +00:00
estifanos
abcb538e4f test push from claude 2026-07-21 12:44:17 +00:00
estifanos
c274690d04 test push from claude 2026-07-21 12:36:26 +00:00
Estifo77
5d70492bd2 test for claude 2026-07-21 15:15:28 +03:00
mengstabketemaw
7f76c862fb feat: implement i18n localization for exam components and detail page commit 2026-06-30 16:46:19 +03:00
mengstabketemaw
9fd59f52ed feat: add i18n support and localized labels to certification and profession features commit 2026-06-30 15:57:25 +03:00
Mengisteab
ef69448bbd ui: update ui look on exam manag 2026-06-30 09:09:02 +00:00
Mengisteab
ae78c54c51 fix: update the exam module 2026-06-30 07:52:47 +00:00
mengstabketemaw
faf1d95476 style: update UI component styles and structure commit 2026-06-29 16:04:03 +03:00
mengstabketemaw
c46747c98e feat: refactor department to organization and move certifications to configuration tab commit 2026-06-29 15:57:42 +03:00
mengstabketemaw
346c3585c1 feat: add logo to exam print view commit 2026-06-27 12:07:26 +03:00
mengstabketemaw
2b2ae71a8f feat: enhance exam result details and display comprehensive report information commit 2026-06-27 11:53:15 +03:00
mengstabketemaw
0b9322f016 feat(exam): implement dynamic question assignment modes and validation logic commit 2026-06-27 11:02:29 +03:00
mengstabketemaw
b78b43a5c1 feat: add description field to question entity commit 2026-06-27 10:20:41 +03:00