149189 / 149189/Blog_App_using_Flask
Categories/Tags
- Vorherrschende Sprache
- HTML
- Sterne
- 0
- Forks
- 0
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
- 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.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
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.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- flask, html, python, sqlalchemy, sqlite
- Bereich
- backend, database, frontend
- Issue-Typ
- Feature
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 55/100