rewrite plan

This commit is contained in:
monoid 2021-01-11 20:48:21 +09:00
parent 051382fe18
commit 60b61a8004
1 changed files with 29 additions and 34 deletions

63
plan.md
View File

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