ionian/plan.md

40 lines
417 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+
2021-01-11 23:37:29 +09:00
- manga
- (?P<page>\d+)
- video
2021-01-11 20:48:21 +09:00
- diff
- itemNum
- diff
- count
- commit
- user
- login
2021-01-11 23:37:29 +09:00
- logout
- refresh
2021-01-11 20:48:21 +09:00
### client routing
- doc
- \d+
- reader
- login
- profile
- search ? querystring...;
2021-01-11 23:37:29 +09:00
- setting
- difference
- profile
2021-01-11 20:48:21 +09:00
## 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
-