Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 355 Bytes

Document Management System - Intermediate.md

File metadata and controls

10 lines (5 loc) · 355 Bytes

Scenario

Client wants to develop an Application to Manage all his Documents. One of the Client requirements is to store the file in a folder. Folder can have Files and Sub - Folder as well. Sub -Folder can contain a File and a Sub-Folder.

Folder ⇒ SubFolder ⇒ SubFolder ⇒ File

Problem

Design a System to handle the above problem scenario