4 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
384d571997 Merged AWS upload functionality
Uploading now works with AWS. Documentation can be found in dms-api.md at the root folder.
2025-06-18 12:00:36 +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
043916a418 Added DMS API reference
dms-api.md can be found in the root directory
2025-06-13 09:02:45 +08:00