149189 / 149189/Blog_App_using_Flask
Categories/Tags
- Langage dominant
- HTML
- Étoiles
- 0
- Forks
- 0
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
- 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.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
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.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- flask, html, python, sqlalchemy, sqlite
- Domaine
- backend, database, frontend
- Type d'issue
- Fonctionnalité
- Difficulté
- 3/5
- Temps estimé
- 1-2 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 55/100