Skip to content

Commit

Permalink
Merge pull request #2 from TeamAiSeki/feature/college
Browse files Browse the repository at this point in the history
Feature/college
  • Loading branch information
waretaflow committed May 4, 2020
2 parents 0b131c1 + 48e9920 commit da90ece
Show file tree
Hide file tree
Showing 7 changed files with 343 additions and 18 deletions.
22 changes: 20 additions & 2 deletions json/Aicode.json
@@ -1,6 +1,24 @@
{
"type": "flex",
"altText": "Flex Message",
"quickReply": {
"items": [
{
"type": "action",
"action": {
"type": "camera",
"label": "相手のAiコードを撮影"
}
},
{
"type": "action",
"action": {
"type": "cameraRoll",
"label": "カメラロールから選択"
}
}
]
},
"contents": {
"type": "bubble",
"body": {
Expand Down Expand Up @@ -44,9 +62,9 @@
},
{
"type": "text",
"text": "友達に相性を判定してもらいましょう♡",
"text": "相手のAiコードをトーク上に送信すればあなたとの相性を判定します♡(未実装)",
"margin": "xl",
"size": "xs",
"size": "sm",
"align": "center",
"color": "#AAAAAA",
"wrap": true
Expand Down
112 changes: 112 additions & 0 deletions json/Club.json
@@ -0,0 +1,112 @@
{
"type": "flex",
"altText": "最も印象的なクラブやサークル経験は?",
"quickReply": {
"items": [
{
"type": "action",
"action": {
"type": "postback",
"label": "体育会",
"displayText": "体育会",
"data": "action=club&club=physical"
}
},
{
"type": "action",
"action": {
"type": "postback",
"label": "アウトドア・ビジネス系",
"displayText": "アウトドア・ビジネス系",
"data": "action=club&club=outdoor"
}
},
{
"type": "action",
"action": {
"type": "postback",
"label": "理工系",
"displayText": "理工系",
"data": "action=club&club=science"
}
},
{
"type": "action",
"action": {
"type": "postback",
"label": "音楽芸術系",
"displayText": "音楽芸術系",
"data": "action=club&club=art"
}
},
{
"type": "action",
"action": {
"type": "postback",
"label": "教養社会系",
"displayText": "教養社会系",
"data": "action=club&club=education"
}
},
{
"type": "action",
"action": {
"type": "postback",
"label": "文化系同好会",
"displayText": "文化系同好会",
"data": "action=club&club=culture"
}
},
{
"type": "action",
"action": {
"type": "postback",
"label": "理工系",
"displayText": "理工系",
"data": "action=club&club=science"
}
},
{
"type": "action",
"action": {
"type": "postback",
"label": "その他",
"displayText": "その他",
"data": "action=club&club=other"
}
},
{
"type": "action",
"action": {
"type": "postback",
"label": "携わっていない",
"displayText": "携わっていない",
"data": "action=club&club=none"
}
}
]
},
"contents": {
"type": "bubble",
"hero": {
"type": "image",
"url": "https://aisekiimagebucket.s3-ap-northeast-1.amazonaws.com/20200426-0240_278b8dd32672a04863fe767b68cc3afe.jpg",
"size": "full",
"aspectRatio": "20:13",
"aspectMode": "cover"
},
"body": {
"type": "box",
"layout": "vertical",
"contents": [
{
"type": "text",
"text": "最も印象的なクラブやサークル経験は?",
"size": "md",
"weight": "regular",
"wrap": true
}
]
}
}
}
9 changes: 5 additions & 4 deletions json/Emotion.json
@@ -1,6 +1,6 @@
{
"type": "flex",
"altText": "悲しみや喜びを大事にする",
"altText": "嬉しいとニヤけたり、映画を見て感動したりする",
"quickReply": {
"items": [
{
Expand Down Expand Up @@ -56,9 +56,10 @@
"contents": [
{
"type": "text",
"text": "感情は大事にするタイプ?",
"size": "lg",
"weight": "regular"
"text": "嬉しいとニヤけたり、映画を見て感動したりする?",
"size": "md",
"weight": "regular",
"wrap": true
}
]
}
Expand Down
93 changes: 93 additions & 0 deletions json/Major.json
@@ -0,0 +1,93 @@
{
"type": "flex",
"altText": "大学での専攻は?",
"quickReply": {
"items": [
{
"type": "action",
"action": {
"type": "postback",
"label": "社会系",
"displayText": "社会系",
"data": "action=major&major=social"
}
},
{
"type": "action",
"action": {
"type": "postback",
"label": "人文系",
"displayText": "人文系",
"data": "action=major&major=culture"
}
},
{
"type": "action",
"action": {
"type": "postback",
"label": "理工系",
"displayText": "理工系",
"data": "action=major&major=science"
}
},
{
"type": "action",
"action": {
"type": "postback",
"label": "農・薬系",
"displayText": "農・薬系",
"data": "action=major&major=medicine"
}
},
{
"type": "action",
"action": {
"type": "postback",
"label": "医・看護系",
"displayText": "医・看護系",
"data": "action=major&major=doctor"
}
},
{
"type": "action",
"action": {
"type": "postback",
"label": "その他",
"displayText": "その他",
"data": "action=major&major=other"
}
},
{
"type": "action",
"action": {
"type": "postback",
"label": "専攻してない",
"displayText": "専攻してない",
"data": "action=major&major=none"
}
}
]
},
"contents": {
"type": "bubble",
"hero": {
"type": "image",
"url": "https://aisekiimagebucket.s3-ap-northeast-1.amazonaws.com/20200426-0240_278b8dd32672a04863fe767b68cc3afe.jpg",
"size": "full",
"aspectRatio": "20:13",
"aspectMode": "cover"
},
"body": {
"type": "box",
"layout": "vertical",
"contents": [
{
"type": "text",
"text": "大学での専攻は?",
"size": "lg",
"weight": "regular"
}
]
}
}
}
25 changes: 13 additions & 12 deletions json/Opinion.json
@@ -1,41 +1,41 @@
{
"type": "flex",
"altText": "意見を主張するタイプ",
"altText": "気づいたら聞き手になってる?話し手になってる",
"quickReply": {
"items": [
{
"type": "action",
"action": {
"type": "postback",
"label": "する",
"displayText": "する",
"label": "話し手",
"displayText": "話し手",
"data": "action=opinion&opinion=4"
}
},
{
"type": "action",
"action": {
"type": "postback",
"label": "ややする",
"displayText": "ややする",
"label": "やや話し手",
"displayText": "やや話し手",
"data": "action=opinion&opinion=3"
}
},
{
"type": "action",
"action": {
"type": "postback",
"label": "あまりしない",
"displayText": "あまりしない",
"label": "やや聞き手",
"displayText": "やや聞き手",
"data": "action=opinion&opinion=2"
}
},
{
"type": "action",
"action": {
"type": "postback",
"label": "しない",
"displayText": "しない",
"label": "聞き手",
"displayText": "聞き手",
"data": "action=opinion&opinion=1"
}
}
Expand All @@ -56,9 +56,10 @@
"contents": [
{
"type": "text",
"text": "意見を主張するタイプ?",
"size": "lg",
"weight": "regular"
"text": "気づいたら聞き手になってる?話し手になってる?",
"size": "md",
"weight": "regular",
"wrap": true
}
]
}
Expand Down

0 comments on commit da90ece

Please sign in to comment.