diff --git a/document/Kintone自動化ツール画面設計.xlsx b/document/Kintone自動化ツール画面設計.xlsx new file mode 100644 index 0000000..927a91f Binary files /dev/null and b/document/Kintone自動化ツール画面設計.xlsx differ diff --git a/document/Kintone自動化ツール設計図2.drawio b/document/Kintone自動化ツール設計図2.drawio index 571906f..5dfb8fc 100644 --- a/document/Kintone自動化ツール設計図2.drawio +++ b/document/Kintone自動化ツール設計図2.drawio @@ -1,6 +1,6 @@ - + - + @@ -125,15 +125,10 @@ - + - - - - - @@ -152,10 +147,10 @@ - + - + @@ -170,6 +165,9 @@ + + + @@ -177,10 +175,10 @@ - + - + @@ -203,7 +201,7 @@ - + @@ -220,7 +218,7 @@ - + @@ -235,6 +233,9 @@ + + + @@ -322,34 +323,54 @@ - - + + - - - - - - - - - - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -391,7 +412,7 @@ - + @@ -439,7 +460,7 @@ - + @@ -505,122 +526,123 @@ - + - - + + - - + + + + - - + + + + - + + + + + + + + + + + + + + + + + + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - + + + + - - - - - - - - - - - - - - - - - - - - - - + @@ -808,7 +830,7 @@ - + diff --git a/frontend/src/components/ActionPanel.vue b/frontend/src/components/ActionPanel.vue new file mode 100644 index 0000000..3a85ec9 --- /dev/null +++ b/frontend/src/components/ActionPanel.vue @@ -0,0 +1,30 @@ + + + diff --git a/frontend/src/components/PropertyList.vue b/frontend/src/components/PropertyList.vue new file mode 100644 index 0000000..e69de29 diff --git a/frontend/src/models/kintone.ts b/frontend/src/models/kintone.ts new file mode 100644 index 0000000..af81d08 --- /dev/null +++ b/frontend/src/models/kintone.ts @@ -0,0 +1,8 @@ + + +export interface KintoneEvent{ + screen:string, + type:string, + name:string +} + diff --git a/frontend/src/pages/RuleEditor.vue b/frontend/src/pages/RuleEditor.vue index 2d515d0..756c01a 100644 --- a/frontend/src/pages/RuleEditor.vue +++ b/frontend/src/pages/RuleEditor.vue @@ -9,7 +9,7 @@
- +
- +