Dashboard Mode - File organization best practices
Goal
How to organize Figma files to keep design projects clear, easy to find, and collaborate smoothly.
Jump into concepts and practice - no test required
How to organize Figma files to keep design projects clear, easy to find, and collaborate smoothly.
| Folder / File Name | Description |
|---|---|
| Project XYZ | Main project folder |
| ├── 01_Research | Contains user research and inspiration files |
| ├── 02_Wireframes | Basic layout sketches and wireframes |
| ├── 03_Designs | Final UI designs and prototypes |
| ├── 04_Assets | Icons, images, and reusable components |
| ├── 05_Notes | Meeting notes and feedback |
| README.md | File explaining folder structure and naming conventions |
+----------------------+--------------------+ | KPI: Files per Folder | Bar Chart: File | | | Types Distribution | +----------------------+--------------------+ | Table: Naming Conventions | +-----------------------------------------------------+
Filter by folder prefix (e.g., '01_', '02_') updates the KPI card and bar chart to show only files in that folder. Selecting a file type in the bar chart filters the table and KPI card to show only matching files.
Add a filter for folder prefix '03_'. Which components update and what do they show?
Data_Assets, Designs, Data_Assets_Backup, which folder best follows the best practice of separating content types?Data_Assets holds data files, Designs holds design files, so they are separated by type.Data_Assets_Backup is a backup folder, separate but related to Data_Assets, which is acceptable.Data_Assets and Designs are correctly separated. -> Option AData_Assets and Designs are correctly separated. [OK]DesignsFinal, designs_v2, and Designs Copy. What is the best way to fix this?Designs_v1 helps organize versions and clarity.Designs_v1, Designs_v2, Designs_v3. -> Option CDesigns_v1, Designs_v2, Designs_v3. [OK]Data, Designs, and Assets keeps files clear and accessible.Data, Designs, and Assets, use consistent version naming, and document folder purpose. -> Option BData, Designs, and Assets, use consistent version naming, and document folder purpose. [OK]