Create/connect workspace #44
OmerGronich
started this conversation in
High Level Design
Replies: 2 comments 10 replies
-
Couple of notes:
|
Beta Was this translation helpful? Give feedback.
4 replies
-
Do we want also "removals"? remove workspace, folder etc...? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Create/Connect Workspace
Overview and Goals
Functional Requirements
File explorer:
Workspace creation:
[ng new](https://angular.io/cli/new)
command[ng new](https://angular.io/cli/new)
commandAPI’s
Architecture and Design
place to save the current file system absolute path - save to localStorage
if no path saved → start from root
on every path change we send the new path to the server that returns the folders list or if we have already the file system data we just show the new list of folders.
Data Model
User Interface Design:
reference:
Research
Beta Was this translation helpful? Give feedback.
All reactions