rewrite plan
This commit is contained in:
parent
051382fe18
commit
60b61a8004
61
plan.md
61
plan.md
@ -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
|
||||||
|
-
|
Loading…
Reference in New Issue
Block a user