diff --git a/actions.yaml b/actions.yaml new file mode 100644 index 0000000..aaf076e --- /dev/null +++ b/actions.yaml @@ -0,0 +1,22 @@ +- description: ランドマーク一覧画面 + class: LandmarkList + value: LandmarkList + actions: + - description: いいねを付けたランドマークのみを表示するスイッチ + class: FavoritesOnlySwitch + value: FavoritesOnlySwitch + parameters: + - variable: favoritesOnly + value: favorites_only + type: boolean +- description: ランドマーク詳細画面 + class: LandmarkDetail + value: LandmarkDetail + actions: + - description: いいねを付ける + class: FavoriteOn + value: FavoriteOn + coversion: true + - description: いいねを解除する + class: FavoriteOff + value: FavoriteOff diff --git a/screens.yaml b/screens.yaml new file mode 100644 index 0000000..e6abfd0 --- /dev/null +++ b/screens.yaml @@ -0,0 +1,7 @@ +- description: ランドマーク一覧画面 + class: LandmarkList + value: LandmarkList + conversion: true +- description: ランドマーク詳細画面 + class: LandmarkDetail + value: LandmarkDetail