Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat]操作説明・チュートリアルの作成(その2) #107

Open
uchida189 opened this issue Nov 7, 2024 · 0 comments
Open

[feat]操作説明・チュートリアルの作成(その2) #107

uchida189 opened this issue Nov 7, 2024 · 0 comments
Labels

Comments

@uchida189
Copy link
Contributor

開発目的

  • 全体MTに来ていない人にはSeeFTの操作方法が周知されていない部分がありそうなので、SeeFTの操作説明を追加したい
  • 操作が周知されていなかったもの
    • マニュアルボタンの存在
    • シフトをタップで詳細表示できること

考えられる開発内容

  • このissueでは2を行う。
  1. ボタンタップでGoogle Slideへのリンクを開くようにする(ミニマム)
  2. ボタンタップで操作説明のモーダルを開くようにする。
  3. 初回起動時に自動でチュートリアルとして実行されるようにする

2で作るモーダルのイメージ
Frame 424 (1)

考えられる開発時間

なんか良い感じにモーダルのコンポーネント作ろう。

interfaceは

interface TutorialProps {
    title: string,
    body: string,
    imageSrc: string
}

とかかな?

内容が編集しやすいようになってると最高。

備考

@uchida189 uchida189 changed the title [feat]操作説明スライドへのリンクボタンの作成(その2) [feat]操作説明・チュートリアルの作成(その2) Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant