-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnote.js
More file actions
46 lines (45 loc) · 1.15 KB
/
note.js
File metadata and controls
46 lines (45 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
/**
* need a backend files system managment
*
* make a file that
* |- has function that returns tem-storage space to store files
* |- has a function that clears the temporary files
*
* In files page
* |- show a loading and text if no files found
*
*
* In server and connection pages
* |- update logic for
* |- connection Url and user in session storage
* |- There must be only an user or a connectionUrl in the session storage
* |- After all is finished try to add a QR code
*
* In Connection pages
* |- Try to save previously connected device in local storage
* |- show in UI the previous connections
*
* In server pages
* |- Add a security like password
* |- Show pinged devices
*
* Settings page ****
* |- Add the page
* |- Set user info option like user-name, password etc.
*
* ------------------- Finally WEB_RTC ---------------------
*
*
*
*
*
*
*
*
*
*
* * In Upload page *** done
* |- while uploading show a button to cancel the upload
* |- Prevents the user from navigating while file being uploaded
* |- Once the file is uploaded the file info-div will be removed
*/