VSN-2351 : Preparing documents interface & default stores related to tenders docs & folders + integrating files & tender folders retrieval.
Merge Request Description
Feature: Tender Documents View
Introduces a new view dedicated to tender documents, enabling users to visualize and interact with tender-related files in a structured interface.
Refactor: Removing Unnecessary Event
Eliminates redundant event handling related to the display of requests, simplifying the codebase and improving maintainability.
Feature: Defining Endpoints
Establishes initial endpoints for tender folders, laying the groundwork for API interactions and data retrieval.
Feature: Tenders Folders Store
Defines a dedicated store to manage actions related to tender folders, ensuring state consistency and streamlined folder operations.
Refactor: Updating Folders Panel Title
Adjusts the title of the folders panel to improve clarity and user experience in the interface.
Feature: Fetching Root Folders of Tenders
Implements functionality to retrieve root folders associated with tenders, enabling hierarchical navigation and data access.
Feature: Defining Docs Endpoints and Store
Creates endpoints and a corresponding store for document management, ensuring proper integration of document-related operations.
Feature: Integrating Root Files Retrieval
Adds support for retrieving root-level files, enhancing the system’s ability to manage and display foundational document structures.
Refactor: Commenting Storage Quota
Temporarily disables or comments out storage quota logic, likely for testing or refinement purposes.
Refactor: Commenting Storage Witness
Comments out storage witness functionality, reducing complexity while maintaining flexibility for future adjustments.
Refactor: Environment Context Path
Updates the gateway context path to align with remote configurations, ensuring proper environment setup and integration.
Closes VSN-2351