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: 採点UIを設定オブジェクトから動的に生成するように変更 #95

Merged
merged 27 commits into from
Jul 15, 2024

Conversation

tufusa
Copy link
Member

@tufusa tufusa commented Jul 11, 2024

close #88

  • 採点UIが設定から生成されるように変更
  • コンフィグ内でlabeltypepremiseを書けるように変更
    • label: 表示用の文字列
    • type: ルールの種別 singleまたはcountable 詳細はコメント参照
    • premise: 以前までpremiseオブジェクトとして書いていたもの
  • コンフィグのnameが重複しているとコンパイルエラーが発生するように変更
    • このコンフィグからnameがキーになるオブジェクトを導出するため、重複してはならない
  • 型定義にコメントを追加

tufusa added 22 commits July 9, 2024 16:16
`0`がFalsyなので`time = 0`の時にゴールしていないと判定されていた
@tufusa tufusa added frontend Related to kcmsx/kcmsf 改善 labels Jul 11, 2024
@tufusa
Copy link
Member Author

tufusa commented Jul 12, 2024

#98 待ち done

Copy link

cloudflare-workers-and-pages bot commented Jul 12, 2024

Deploying kcmsx with  Cloudflare Pages  Cloudflare Pages

Latest commit: e6832b1
Status: ✅  Deploy successful!
Preview URL: https://afd2b073.kcmsx.pages.dev
Branch Preview URL: https://feat-88-dynamic-match-button.kcmsx.pages.dev

View logs

@tufusa tufusa enabled auto-merge (squash) July 15, 2024 08:49
@tufusa tufusa merged commit ecd2f7a into main Jul 15, 2024
3 checks passed
@laminne laminne deleted the feat/88-dynamic-match-button branch July 15, 2024 08:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend Related to kcmsx/kcmsf 改善
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

feat: 試合ページのボタンを動的に配置する
3 participants