ionian/plan.md

34 lines
343 B
Markdown
Raw Normal View History

2021-01-11 20:48:21 +09:00
# Plan
2021-01-09 20:26:53 +09:00
2021-01-11 20:48:21 +09:00
## Routing
2021-01-09 20:26:53 +09:00
2021-01-11 20:48:21 +09:00
### 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
2021-01-10 19:05:21 +09:00
- server push
2021-01-11 20:48:21 +09:00
- ~~permission~~
2021-01-10 19:05:21 +09:00
- diff
- hash
2021-01-11 20:48:21 +09:00
- search
- client tag add and delete
-