Schematise-Lex-Data-Analysis / lex-liberalis

A fork of Semantra for Indian court judgments
https://lex-liberalis.onrender.com/preview
Other
3 stars 1 forks source link

Create File/Folder Structure with Clickable Icons #2

Open Karthike2003 opened 1 month ago

Karthike2003 commented 1 month ago

Description
Design a folder interface with files represented as icons, allowing users to select specific files for searching.

Tasks

Expected Outcome
A visually organized, navigable folder structure where users can select files for searching.

sankalpsrv commented 1 month ago
  1. How do you propose I/we implement this?
  2. Will this be entirely on Svelte or any other frameworks are required?
  3. Any other details necessary for a roadmap you can provide would be great.
Karthike2003 commented 1 month ago
  1. Using Svelte with svelte-tree-view npm package to implement a collapsible folder structure efficiently.
  2. Svelte alone is enough; no extra frameworks are necessary for this feature.
  3. Roadmap: Set up the basic structure, implement core folder view, and add selection features