forked from ondras/my-mind
-
Notifications
You must be signed in to change notification settings - Fork 1
/
versionInfo
66 lines (53 loc) · 2.41 KB
/
versionInfo
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
NOTE: v0.4.x will work out of the box. v0.5.x and earlier need some tuning to personalized authentication
v0.4
Store data in a local database > Integrate web app with RethinkDB
Realtime collaboration capabilities > Changes are pushed to clients
Multiline
v0.4.1
Got rid of some unused functions
Consume data from changefeed
Remember open nodes > Save state
ToBeDevelopped: Restore state
v0.4.2
IU > default to open collapsed
Click behavior > I changed smtg, can't remember what I changed
Double-click behavior > triggers edit mode
Node size > A maximum width is enforced for nodes
Drag behavior > Drag over node doesn't select it anymore
Bug > Dragging of multi-lines node is inaccurate
Bug > Node > Multi-lines > not well align with the line
Bug > Node > Multi-lines > sub-nodes are not attached
v0.5
User identification
https://github.com/rethinkdb/horizon-docs/blob/master/authentication.md
Add auth provider: https://www.google.com/search?q=site:auth0.com/docs/connections/social/
Collab page: redirect it not auth to a pag where the user will choose the authentication provider
Fix bugs: Github will soon not support this method anymore. Explore the workaround (https://developer.github.com/changes/2020-02-10-deprecating-auth-through-query-param/)
Doc
http://web.archive.org/web/20171119002424/http://horizon.io/docs/auth
http://web.archive.org/web/20171116120650/http://horizon.io/docs/cli/
https://oauth.net/articles/authentication
Save folding state
Implemented permissions
v0.5.1
Clean a bit code (remove loading of history, which brought no value), load previous folding state
v0.5.2
Fix Bugs:
- Node > Multi-lines > sub-nodes are not attached
- Node > Line doesn't break on long chain of characters, if you know what I meannnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
Improvements:
- UI sync
- right arrow on folded node opens it
- click to fold/unfold node (not limited to spacebar anymore)
========
Notes
========
v0.4.x will work out of the box. v0.5.x and earlier need some tuning to personalized authentication
=========
BACKLOG
=========
rethinkdb --no-http-admin
https://rethinkdb.com/docs/backup/
https://github.com/rethinkdb/horizon-docs/blob/master/permissions.md
Fix Bugs: ctl z; fix tab; update Help menu; update menu served by visual left arrow
Improvements: right arrow on folded nodes doesn't select child node; fold all nodes; fold all subnodes; subscribe to smn's view (see selected node)