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

🎨日本酒の色入力を色見本から選べるようにする #678

Open
yonta opened this issue Dec 20, 2023 · 2 comments
Open

🎨日本酒の色入力を色見本から選べるようにする #678

yonta opened this issue Dec 20, 2023 · 2 comments
Assignees

Comments

@yonta
Copy link
Collaborator

yonta commented Dec 20, 2023

#46 から色のみを分岐

Why/ 背景

現在は、色の入力が文字列で自由にいれられる。
フォーマットが一意でなく比較が難しい

What/ 何をしたいか

数種類の色見本から選ぶ方式にする

How/ どうやって実現するか

入力

  • 色見本4種類+その他のラジオボタン式
  • その他の場合は文字列入力をできる

Screenshot_20231220-155554.png

表示

  • 色の文字列でなく、色見本を表示する
  • その他の場合は文字列内容も表示

Screenshot_20231220-155902~2.png

DBへの保存データ

2種類考えられる。
最初の手段が良さそう。

  1. 色の文字列にカラーコードを入れる
    • わかりやすい
    • 既存データの「やや黄色」などとは互換性なし
      • その他文字列として扱う
  2. 色に対応する文字列とする
    • 例えば、「無色」「やや黄色」「けっこう黄色」「黄色」「琥珀色」のように現在ざっくりよく使っている入力値を使う
      • 既存データも色見本になる
    • 過去の入力と色見本が合うか怪しい
@yonta
Copy link
Collaborator Author

yonta commented Dec 20, 2023

色を何色用意するか。
日本酒の色評価見本についてのデータがネットでさっぱり見つからない。
鑑評会ではどうしているんだ。

@yonta
Copy link
Collaborator Author

yonta commented Dec 20, 2023

@yonta yonta changed the title 日本酒の色入力を色見本から選べるようにする 🎨日本酒の色入力を色見本から選べるようにする Jan 16, 2024
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

No branches or pull requests

1 participant