149189 / 149189/Blog_App_using_Flask

Categories/Tags

オープン
#2 コメント 0 件 リアクション 0 件 担当者 1 名 @149189 が担当を希望しています GitHub で見る
enhancement good first issue
主要言語
HTML
スター
0
フォーク
0
PR マージ指標
30日以内にマージされた PR はありません

説明

- Allow posts to be categorized or tagged:
- Create a separate Category or Tag model.
- Associate posts with categories or tags using relationships.
- Add filtering by category or tag on the homepage.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

調査の方向性

Look at the existing Post model in models.py to understand the database schema. Create new Category or Tag models with appropriate relationships (many-to-many or foreign key). Update the post creation and editing forms and views to handle categories/tags. Modify the homepage view and template to add filtering by category or tag, likely by adding query parameters and database filters.

索引モデルが issue の本文から書いたものです。

評価

技術スタック
flask, html, python, sqlalchemy, sqlite
領域
backend, database, frontend
issue の種類
機能追加
難易度
3/5
見積もり時間
1〜2日
活発さ
停滞
明瞭さ
おおむね明確
初心者へのやさしさ
55/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。