31 Commits

Author SHA1 Message Date
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
shb
3945f208b0 Merge branch 'development' into cursor-testing 2025-06-13 09:03:53 +08:00
shb
043916a418 Added DMS API reference
dms-api.md can be found in the root directory
2025-06-13 09:02:45 +08:00
shb
63942b275d Added delete folder functionality.
Folders can now be deleted using the API.
2025-06-12 15:51:14 +08:00
shb
9e9c6b44a0 Linked frontend logic with backend API
Create folder function now properly works to send data to the backend and is reflected in the database.

The frontend still displays hierarchy from dummy data.
2025-06-12 14:54:34 +08:00
shb
f709707463 Added patch functionality for renaming and moving folders
Added extra functions:
- Move folder into different directories.
- Rename folders functionality
2025-06-12 13:17:33 +08:00
shb
15c5919d8c Added API for creating folders.
Use POST request for creating folder. Folders are indexed in the database.
2025-06-12 10:51:51 +08:00
shb
822d5e3ca4 Figuring out REST functionality for Nuxt.js 2025-06-12 09:46:56 +08:00
shb
52a080e69a Initialized on Shariff system
Added overrides for Luxon to package.json. Luxon had conflicting dependencies when trying to perform `npm install`
2025-06-12 09:31:47 +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
d0a4736a2a Merge branch 'development' of https://git.sena.my/corrad-software/EDMS into development 2025-05-31 17:59:26 +08:00
Aiman Fakhrullah Mantasan
812b440290 Updated Documentation, Upload Dialogue and Explorer Design 2025-05-31 17:59:23 +08:00
MuhdAthir
27e7b748bc accept prisma scheme 2025-05-31 17:01:39 +08:00
MuhdAthir
3c5a2e5704 Merge branch 'development' of https://git.sena.my/corrad-software/EDMS into development 2025-05-31 16:59:08 +08:00
MuhdAthir
660988352f push bunch of backend and new scheme.prisma 2025-05-31 16:58:30 +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
8d51ae775a Released 1st Version User Guide and Technical Guide 2025-05-30 19:35:22 +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