VSN-2371 : Integrating feature of fetching folder metadata + details & rectifying mass fetching related to folder by passing connected user uuid to correctly determine favorite status.
Merge Request Description
Refactoring of API Call Signature
The folder details retrieval API call signature was refactored. This ensures that the method definitions are consistent and aligned with the updated logic for handling folder metadata.
Endpoint Refactoring
The endpoint responsible for retrieving folder details was refactored. This improves clarity in the API structure and ensures that the endpoint behavior is consistent with the new implementation.
Refactoring of Metadata API Call Implementation
The implementation of the folders metadata API call was refactored. This enhances maintainability and ensures that metadata retrieval is handled in a more efficient and reliable manner.
Refactoring of Folder Details Retrieval Implementation
The logic for retrieving folder details was refactored. This improves the robustness of the implementation and ensures accurate handling of folder-specific data.
Integration of Folder Details and Mass Fetching Logic
Integration logic was added for fetching folder details and handling mass folder retrieval. This includes passing the connected user UUID to correctly determine favorite status, ensuring that folder metadata and details are retrieved accurately in relation to the connected user.
Closes VSN-2371