senobi-social / Favolo

Favolo app
0 stars 0 forks source link

タグ機能の実装 #4

Closed senobi-social closed 3 years ago

senobi-social commented 4 years ago
senobi-social commented 4 years ago

タグ機能はテーブル設計のバリエーションが豊富 今回は一番メジャーとされるTOXI法を用いる

senobi-social commented 4 years ago

タグマスタテーブル

tag_id タグのID UUID
name タグの名前 text
option 公式か非公式か boolean

※公式…タグページが用意されているメジャーなテーマ

senobi-social commented 4 years ago

中間テーブル

tag_id タグのID UUID
page_id ページID UUID

※favolo_pagesテーブルと結びついている

senobi-social commented 3 years ago

<実装箇所>

・settings_tags関数(タグのSQL処理)

・SettingsTagsForm(フォーム表示)

・tags.html(タグの設定ページテンプレート)

<現時点での問題点>

・タグの複数選択ができない

・タグ情報の受け渡しができていない

senobi-social commented 3 years ago

タグの複数選択については現時点では見送ります。 1ページ1タグとして活用していきます

senobi-social commented 3 years ago

・タグ情報の受け渡し ・タグ情報のUIの改善

以上が終了しました。 本件は一旦closeします。