mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
実装を後回しにする部分にコメントを追加
This commit is contained in:
parent
bb5c38cbca
commit
2673fb6bce
|
@ -5,6 +5,8 @@ public enum ActionType {
|
|||
INSERT_PAGE("insert_page"),
|
||||
UPDATE_PAGE("update_page"),
|
||||
DELETE_PAGE("delete_page"),
|
||||
|
||||
// TODO-rca: 実装----------------------------------------
|
||||
UPDATE_PAGE_ORDER("update_page_order"),
|
||||
INSERT_PAGE_CONTENT("insert_page_content"),
|
||||
UPDATE_PAGE_CONTENT("update_page_content"),
|
||||
|
@ -14,6 +16,8 @@ public enum ActionType {
|
|||
DROP_BRANCH("drop_branch"),
|
||||
REBASE_BRANCH("rebase_branch"),
|
||||
|
||||
// -----------------------------------------------------
|
||||
|
||||
CREATE_DOCUMENT("create_document"),
|
||||
DROP_DOCUMENT("drop_document"),
|
||||
UPDATE_DOCUMENT_META("update_document_meta"),
|
||||
|
|
Loading…
Reference in New Issue
Block a user