19 Commits

Author SHA1 Message Date
shb
274b1cf693 Linked navigation pane to API
The navigation pane now matches the document structure from database, but breadcrumbs bar became broken, not yet fixed.

Added check to folder creation so that subfolders cannot be created in parent folders that don't exist.
2025-06-19 11:24:19 +08:00
shb
9333c7085a Merge branch 'development' into cursor-testing 2025-06-17 15:11:28 +08:00
shb
0ba58a1efb Testing path for uploading files
Test route and test file uploading functionality added and confirmed to run properly. Utilized direct-to-storage upload method to bypass sending file data to backend
2025-06-17 13:22:12 +08:00
shb
ffec2a43ee Added testing route to check server issues
Added test routes to pinpoint frontend to backend communication issues
2025-06-17 08:17:53 +08:00
shb
40cf8ebab5 Added file upload functionality
Backend works when trying to use Postman to request the API endpoint. File upload in the frontend also works since the data is parsed properly as multi-part form data. The issue is the frontend seems to cannot directly send request to backend and is outright rejected.
2025-06-16 14:29:33 +08:00
shb
6cb4396f20 Adding mapping function to match API data with current document structure
The current API endpoint data doesn't match the document structure in the frontend logic. So I introduced a mapping function but it has not been called into the code yet as this needs a major refactoring to do.
2025-06-13 11:29:45 +08:00
Aiman Fakhrullah Mantasan
b8373092f3 Removed Unecessary Pages 2025-06-06 12:50:24 +08:00
Aiman Fakhrullah Mantasan
e37bbaeb46 Refactor on the DMS, Improve design on upload and create new levels 2025-06-05 14:57:08 +08:00
Aiman Fakhrullah Mantasan
812b440290 Updated Documentation, Upload Dialogue and Explorer Design 2025-05-31 17:59:23 +08:00
Aiman Fakhrullah Mantasan
d4880c491e Added Admin Dashboard, Access Management 2025-05-31 16:23:01 +08:00
Aiman Fakhrullah Mantasan
8cff207c45 Added Access Management and Role Management 2025-05-31 14:58:52 +08:00
Aiman Fakhrullah Mantasan
b157b8b47d Added Settings, Updated Schema & Documentation 2025-05-31 12:12:00 +08:00
MuhdAthir
1c0afe2b8a Merge branch 'development' of https://git.sena.my/corrad-software/EDMS into development 2025-05-31 10:31:18 +08:00
MuhdAthir
3edf9b5750 Add ERD Page 2025-05-31 10:31:10 +08:00
Aiman Fakhrullah Mantasan
d1085b3453 Created Settings Page, Standardize Design, Updated Documentation 2025-05-30 21:08:11 +08:00
Aiman Fakhrullah Mantasan
1aac9905e3 Added File Preview, Hiearchy View, Access Type Display 2025-05-30 19:14:03 +08:00
Aiman Fakhrullah Mantasan
9b14213beb Improved design for UI Layout and Structuring Hiearchy 2025-05-30 17:45:37 +08:00
Aiman Fakhrullah Mantasan
b00a9f94c3 Added initial cabinet view for development 2025-05-30 16:16:59 +08:00
8e01631a4f Initial commit 2025-05-30 04:23:17 +00:00