blu3-bird/Shopping-on-tuesday

🐕Add Documentation and Docstrings to Route Files

Aberta

#102 aberto em 18 de jan. de 2026

 (0 comentário) (0 reação) (0 responsável)CSS (16 forks)auto 404
documentationhelp wanted🐭good first issue🦕Documentation🫎enhancement

Métricas do repositório

Stars
 (5 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

📚 Issue: Add Documentation and Docstrings to Route Files

Labels: documentation refactor good first issue

📌 Description

The route files currently lack clear documentation, making them harder to understand and maintain.

📂 Affected Files

  • app/admin/routes.py
  • app/main/routes.py
  • app/models.py

🎯 Objectives

  • Add meaningful docstrings to route functions
  • Explain the purpose of major routes and helpers
  • Improve readability without changing existing functionality

🎯 Purpose

Enhances code clarity, improves maintainability, and makes onboarding easier for new contributors.

Guia do colaborador