Add automated GitHub issues generation system for 4-week project structure#1
Draft
Copilot wants to merge 4 commits into
Draft
Add automated GitHub issues generation system for 4-week project structure#1Copilot wants to merge 4 commits into
Copilot wants to merge 4 commits into
Conversation
Co-authored-by: Jmuniz27 <66708258+Jmuniz27@users.noreply.github.com>
Co-authored-by: Jmuniz27 <66708258+Jmuniz27@users.noreply.github.com>
Co-authored-by: Jmuniz27 <66708258+Jmuniz27@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Create weekly GitHub issues for FoodTrack EC project
Add automated GitHub issues generation system for 4-week project structure
Nov 5, 2025
This was referenced Nov 5, 2025
Collaborator
|
@copilot Que pasa si ya cree los issues pero me salio error 1 persona (fue por el usr name incorrecto) si vuelvo a ejcutar si duplican los issues de los demas? |
Author
Sí, si vuelves a ejecutar el script, se duplicarán los issues. El script actualmente no verifica si los issues ya existen antes de crearlos. Solución recomendada:
Alternativa (si quieres empezar de nuevo):
Los labels no se duplican (el script detecta si existen), pero los issues y milestones sí se crearían nuevamente. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Creates automation tooling to generate 16 structured GitHub issues across 4 weekly milestones for the FoodTrack-EC project, with 22 categorized labels and team assignments.
Core Components
issues_data.json- Complete issue specification: 16 issues with detailed objectives, deliverables, task breakdowns (~7h each), acceptance criteria, and dependency mappingscreate_issues.py- GitHub API automation script with label/milestone/issue creationsetup_issues.sh- Interactive setup wrapper with validation and promptsDocumentation
QUICKSTART.md- 3-step setup guideISSUES_SETUP.md- Complete reference with troubleshootingPROJECT_STRUCTURE.md- Architecture, timeline, and team role breakdownSETUP_CHECKLIST.md- 22-step verification workflowUsage
Three execution modes:
Issue Structure
4 milestones, 4 team members, 4 weeks:
Each issue includes objectives, deliverables checklist, macro tasks with time estimates, acceptance criteria, and dependency links.
Total: 112 hours structured work (16 × 7h), distributed as 28h per team member.
Notes
create_issues.py:67with actual GitHub usernames before runningreposcope token from https://github.com/settings/tokensOriginal prompt
Genera issues SEMANALES de GitHub para el proyecto "FoodTrack EC" (4 semanas de duración).
Formato de Issue Semanal:
Título: [SEMANA X] Nombre - Entregable Principal de la Semana
Labels: semana-X, rol
Assignee: Nombre
Milestone: Semana X
Due Date: Viernes de esa semana
Descripción:
🎯 Objetivo de la Semana
[Qué debe lograr esta persona al final de la semana]
📦 Entregables
🔧 Tareas Macro
✅ Criterios de Aceptación
🔗 Dependencias
⏱️ Tiempo Total: ~7 horas (1h/día)
EQUIPO Y ROLES
📅 SEMANA 1: FUNDAMENTOS & DATASETS
Fecha: [DD/MM] - [DD/MM]
Milestone: Semana 1 - Fundamentos
Review: Viernes [DD/MM] 19:00
Issue #1
Título: [SEMANA 1] Javier - Backend Django + Frontend Base
Labels: semana-1, backend, frontend
Objetivo: Sistema Django funcionando con API REST y React app conectada
Entregables:
Tareas Macro:
Setup Django + PostgreSQL (~1.5h)
Modelos y API (~2h)
Frontend React (~2h)
Integración y Tests (~1.5h)
Criterios de Aceptación:
python manage.py runservercorre sin erroresDependencias:
Issue #2
Título: [SEMANA 1] Mateo - Dataset Nutricional + RAG System
Labels: semana-1, data, rag
Objetivo: Base de datos nutricional ecuatoriana y sistema RAG funcional
Entregables:
Tareas Macro:
Research y Scraping (~2h)
Dataset Nutricional (~2h)
RAG System (~2.5h)
Testing y Docs (~0.5h)
Criterios de Aceptación:
Dependencias:
Issue #3
Título: [SEMANA 1] Diego - Computer Vision Dataset + GPT Integration
Labels: semana-1, ml, llm
Objetivo: Dataset de imágenes de comida ecuatoriana e integración básica con GPT-4
Entregables:
Tareas Macro:
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.