-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import/exports/sync user data (dat/git/...) #83
Comments
@ookangzheng |
Link Collection:
|
I think there are some ideas
Scenario
Useful lib |
@ookangzheng fantastic. Just from those "bullet points" I am not sure I entirely understand what and how you want to build it, but I'm happy to see progress. I can tell you my "dream scenario" for now given that we need to support browsers like "google chrome" urgently:
questions:
|
Some quick note here
|
cool :-) I just mentioned on gitter, that a first goal to work towards probably should be a collaboration between you and @alincode to solve the #56 make skilltree/curriculum module issue. I just mentioned it in the gitter chat here: |
@ookangzheng
answer
|
Could you publish an empty repository with a github page, which we could start adding code to on your github account and link it here? :-) It can be an empty git repository - I can then use it to |
@todo
filesystem.html
to use withplay-bookmarks
message format
{ from, path, type, body }
from = [<string> key1, <number> id1]
key1
is the address or path of the senderid1
is unique message identifier for all the messages that sender sendspath = [<string> key2, <number> id2]
key2
is the address or path of the receipient (e.g."foo/bar/baz"
)id2
is like a reference to an earlier message if there was onetype = <string>
(e.g."get"
,"set"
,"list"
, ....)body = <any>
Use Cases:
For example:
For example:
Data:
Idea:
Maybe we could try to use git or dat in mainstream browsers like (firefox/chrome/...) to enable users to store their
Data
and sove the twoUse Cases
listed above.about iframes
localStorage
has a data limit. If we store a lot we will need to switch later toindexeddb
:-)localStorage
data is stored in the browser on the laptop ofuser 1
localStorage
data is stored in the browser on the laptop ofuser 2
The text was updated successfully, but these errors were encountered: