From 60b61a8004c31ffeaaf43f5eb1fbbea01567daaa Mon Sep 17 00:00:00 2001 From: monoid Date: Mon, 11 Jan 2021 20:48:21 +0900 Subject: [PATCH] rewrite plan --- plan.md | 63 ++++++++++++++++++++++++++------------------------------- 1 file changed, 29 insertions(+), 34 deletions(-) diff --git a/plan.md b/plan.md index 07af907..6c91847 100644 --- a/plan.md +++ b/plan.md @@ -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\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 \ No newline at end of file +- search +- client tag add and delete +- \ No newline at end of file