-
Notifications
You must be signed in to change notification settings - Fork 0
Setup project structure #33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
Se ha agregado el diccionario de linux mint para gestion de paqutes
Manifestando en README.md la planificación del proyecto
Se ha reestructurado el proyecto con el nuevo formato de la arquitectura de software planteado
Se está aplicando nueva arquitectura de sofware y por ende se archivan los viejos esquemas del proyecto
Se ha creado la estructura base del proyecto conforme a la arquitectura de software
…sobre el proyecto Se ha creado una herramienta para crear la estructura de archivos necesarias para llevar el registro de las reuniones planteadas sobre el proyecto
Se ha añadido uv.lock al .gitignore
Se ha agregado la carpeta .borrame/ al .gitignore
Se a añadido el archivo .github/workflows/ci.yml con el workflows para github actions
Closed
10 tasks
Se ha agregado la rutina para crear un entorno virtual luego de instalar el paquete uv python
Se haran pruebas solo en versiones 3.12 y 3.13 de python
Se ha corrgido el ci de github y las dependencias en todo el proyecto
Temporalmente se ha quitado la inspección de formato de comentarios docstring tipo google ya que no hay código aún
Como inicio de proyecto se comenta temporalmente pre-commit y upload coverage del ci para github actions
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.
Description
Initial setup of the project structure and core dependencies.
Acceptance Criteria