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: Add problem page #16

Merged
merged 18 commits into from
Jan 22, 2024
Merged

feat: Add problem page #16

merged 18 commits into from
Jan 22, 2024

Conversation

Tatehito
Copy link
Collaborator

@Tatehito Tatehito commented Jan 16, 2024

Close #15

  • ライブラリ追加(react-syntax-highlighter)
  • 科目一覧画面に問題画面へのリンク追加
  • 問題画面追加
    • タートルグラフィックス表示
      • キャラクターの初期値などはプログラムから盤面を作る処理ができてから実装する
    • プログラム表示
    • 各種ボタン表示
    • 問題文表示
  • Character.ts、TurtleGraphics.tsxのリファクタリング
    • TurtleGraphicsCell.tsの追加

Self Check

  • I've confirmed All checks have passed on PR page. (You may leave this box unchecked due to long workflows.)
    • PR title follows Angular's commit message format.
      • PR title doesn't have WIP:.
    • All tests are passed.
      • Test command (e.g., yarn test) is passed.
      • Lint command (e.g., yarn lint) is passed.
  • I've reviewed my changes on PR's diff view.

@Tatehito Tatehito self-assigned this Jan 16, 2024
@Tatehito Tatehito changed the title WIP: Add problem page feat: Add problem page Jan 18, 2024
@Tatehito Tatehito requested a review from ykit00 January 18, 2024 06:16
Copy link
Collaborator

@ykit00 ykit00 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@Tatehito Tatehito merged commit c04f5a1 into main Jan 22, 2024
8 of 11 checks passed
@Tatehito Tatehito deleted the feature/add-problem-page branch January 22, 2024 04:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ユーザーは問題を選択して作業を開始できる
2 participants