149189 / 149189/Blog_App_using_Flask
Categories/Tags
- Lenguaje dominante
- HTML
- Estrellas
- 0
- Forks
- 0
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
- 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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Línea de trabajo
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.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- flask, html, python, sqlalchemy, sqlite
- Área
- backend, database, frontend
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 55/100