rewrite plan

This commit is contained in:
monoid 2021-01-11 20:48:21 +09:00
parent 051382fe18
commit 60b61a8004

61
plan.md
View File

@ -1,39 +1,34 @@
# Routing # Plan
//server only
content:{
":num":{
["image",
"video",
"ehtml",
"rpgvx"...]:{
":page",
"thumbnail",
}
}
}
diff:{
itemNum
diff
count
commit
}
user:{
login
}
//clientside ## Routing
doc:{ ### server routing
":num":{ - content
"reader" - \d+
} - image
}; - (?P<page>\d+)
login; - diff
profile; - itemNum
search?querystring...; - diff
# TODO - count
- commit
- user
- login
### client routing
- doc
- \d+
- reader
- login
- profile
- search ? querystring...;
## TODO
- server push - server push
- permission - ~~permission~~
- diff - diff
- hash - hash
- search - search
- client tag add and delete
-