diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f0c20a1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,77 @@ +# Built application files +*.apk +*.ap_ +*.aab + +# Files for the ART/Dalvik VM +*.dex + +# Java class files +*.class + +# Generated files +bin/ +gen/ +out/ + +# Gradle files +.gradle/ +build/ + +# Local configuration file (sdk path, etc) +local.properties + +# Proguard folder generated by Eclipse +proguard/ + +# Log Files +*.log + +# Android Studio Navigation editor temp files +.navigation/ + +# Android Studio captures folder +captures/ + +# IntelliJ +*.iml +.idea/workspace.xml +.idea/tasks.xml +.idea/gradle.xml +.idea/assetWizardSettings.xml +.idea/dictionaries +.idea/libraries +.idea/caches + +# Keystore files +# Uncomment the following lines if you do not want to check your keystore files in. +#*.jks +#*.keystore + +# External native build folder generated in Android Studio 2.2 and later +.externalNativeBuild + +# Google Services (e.g. APIs or Firebase) +# google-services.json + +# Freeline +freeline.py +freeline/ +freeline_project_description.json + +# fastlane +fastlane/report.xml +fastlane/Preview.html +fastlane/screenshots +fastlane/test_output +fastlane/readme.md + +# Version control +vcs.xml + +# lint +lint/intermediates/ +lint/generated/ +lint/outputs/ +lint/tmp/ +# lint/reports/ diff --git a/PageTransition/Cosmos.pie b/PageTransition/Cosmos.pie new file mode 100644 index 0000000..2209213 --- /dev/null +++ b/PageTransition/Cosmos.pie Binary files differ diff --git a/PageTransition/PageTransition.md b/PageTransition/PageTransition.md new file mode 100644 index 0000000..839f247 --- /dev/null +++ b/PageTransition/PageTransition.md @@ -0,0 +1,57 @@ +[起動画面] +-- +表示要素 +- 特になし + +初めて起動した場合 +===>ログイン画面 +2回目以降起動した場合 +===> アプリ画面 + +[ログイン画面] +-- +表示要素 +- サインアップ画面 +- ソーシャルログインボタン + +サインアップボタンを押す +===>サインアップ画面 +ソーシャルログインボタンを押す +===> ソーシャルログイン画面 +[サインアップ画面] +-- +表示要素 +- 新規登録 + +行動要素1 +===> グループ一覧画面 + +[ソーシャルログイン画面] +-- +表示要素 +- 新規登録 + +行動要素1 +===>グループ一覧画面 +[グループ一覧画面] +-- +表示要素 +- ヘルプボタン +- グループの追加ボタン(+) +- グループ名のリスト + +グループの追加ボタン +===>グループ追加画面 +グループ名をタップ +===>??? + +[グループ追加画面] +-- +表示要素 +- グループ作成ボタン +- グループに入るボタン(QR) + +グループの作成ボタン +===>グループ作成画面 +グループの入るボタン +===>グループ作成画面 diff --git a/README.md b/README.md index 6b9553c..dc3aa65 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,2 @@ Cosmos =============== - -共有GPSリマインダー \ No newline at end of file diff --git a/proposal.md b/proposal.md new file mode 100644 index 0000000..909fe44 --- /dev/null +++ b/proposal.md @@ -0,0 +1,36 @@ +Cosmos +=============== +共有GPSリマインダー + +# 開発の目的 +買い忘れ・重複買いを防ぐ +買い物の機会損失を減らす +義務ではなく要求 +リクエスト + +# 主な機能 +- グループ作成 +- リクエスト登録機能 + - 場所(ジャンルor特定の場所) + - map機能 + - 商品(行動) + - 登録者 + - 期限 +- リクエスト確認機能 + - 並び替え機能 +- 地図確認機能 +- リマインド機能 +- リクエスト達成一覧機能 +- リクエスト達成/保留報告機能 +- 削除機能 +- 設定 + - リマインドon,off切り替え + +# 仕様 + + +# 開発の体制 +# 開発スケジュール +# パーキングロッド +- スマートスピーカーと連携 +- 依頼者に達成通知を送るかどうか?を依頼者が依頼登録時に設定(基本オフ)