ionian/plan.md

52 lines
557 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
2023-06-01 14:18:53 +09:00
2021-01-11 20:48:21 +09:00
- content
- \d+
2021-02-22 16:41:08 +09:00
- comic
2021-01-11 23:37:29 +09:00
- (?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
2023-06-01 14:18:53 +09:00
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
2021-02-22 16:41:08 +09:00
- ~~comic~~
2021-01-25 21:42:54 +09:00
- video
- html
- ~~hash~~
2021-01-11 20:48:21 +09:00
- search
- client tag add and delete
2022-07-19 23:41:50 +09:00
- ~~pagination~~
add URL Render page 바꾸기
add modified_time
2023-06-01 14:18:53 +09:00
add support robots.txt
2022-07-19 23:41:50 +09:00
2023-06-01 14:18:53 +09:00
add vite ssr