149189 / 149189/Blog_App_using_Flask
Categories/Tags
- 主要言語
- 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