SV-38 #comment gamestatus endpoint finished with tests#21
Merged
Conversation
csralvall
approved these changes
Oct 31, 2020
csralvall
left a comment
Owner
There was a problem hiding this comment.
New functions added to crud.py must be tested. @joaquinfeltes @Matidp
maievsm
pushed a commit
that referenced
this pull request
Nov 1, 2020
Co-authored-by: csralvall <46329881+csralvall@users.noreply.github.com>
rortiz04
added a commit
that referenced
this pull request
Nov 2, 2020
* initial commit on branch development * Basic directory hierarchy * initial navigation for our app * SV-26 #time 2h #comment Absolutely not tested #done * Added navigation bar * gitigonre * Hot Fix: Changed app name in package-lock.json * SV-51 #time 10m #comment setting database, nothing to test. #done * SV-20 #time 1h #comment Creando Clase User #done SV-20 #time 2m #comment added Matches attribute for User class * SV-22 #time 30m #comment Register endpoint tested and reviewed. #done SV-22 #time 3h #comment register endpoint completed, not tested yet SV-22 #time 1m #comment Format changes * SV-23 #time 2h #comment Login endpoint tested and reviewed. #done" (#2) * Feature/sv 50 clase player (#3) * Creada clase Player * SV-50 #time 2m #comment added database mapping and filename changed * SV-50 #time 1m #comment eliminated main.py for merge issues * SV-51 #time 10m #comment setting database, nothing to test. #done * SV-20 #time 1h #comment Creando Clase User #done SV-20 #time 2m #comment added Matches attribute for User class * SV-22 #time 30m #comment Register endpoint tested and reviewed. #done SV-22 #time 3h #comment register endpoint completed, not tested yet SV-22 #time 1m #comment Format changes * SV-23 #time 2h #comment Login endpoint tested and reviewed. #done" (#2) * SV-50 #time 10m #comment Creada clase Player Co-authored-by: Cesar Alvarez Vallero <csralvarezvallero12@gmail.com> Co-authored-by: csralvall <46329881+csralvall@users.noreply.github.com> * Feature/sv 21 registro bd (#4) * SV-21 #time 20m #comment added function to add users to the database * SV-21 #time 5m #comment adding init files for packaging and imports * SV-21 #time 10m #comment adding delete_data function, to clear the data in a table for tests * SV-21 #time 30m #comment adding tests for the create user function * SV-21 #time 5m #comment adding requierements.txt for pony installation, new files in gitignore * SV-21 #time 2m #comment import file name changed * SV-21 #time 2m #comment import file name changed in test * SV-21 #time 2m #comment main.py deleted for merge conflicts * SV-51 #time 10m #comment setting database, nothing to test. #done * SV-20 #time 1h #comment Creando Clase User #done SV-20 #time 2m #comment added Matches attribute for User class * SV-22 #time 30m #comment Register endpoint tested and reviewed. #done SV-22 #time 3h #comment register endpoint completed, not tested yet SV-22 #time 1m #comment Format changes * SV-23 #time 2h #comment Login endpoint tested and reviewed. #done" (#2) * Feature/sv 50 clase player (#3) * Creada clase Player * SV-50 #time 2m #comment added database mapping and filename changed * SV-50 #time 1m #comment eliminated main.py for merge issues * SV-51 #time 10m #comment setting database, nothing to test. #done * SV-20 #time 1h #comment Creando Clase User #done SV-20 #time 2m #comment added Matches attribute for User class * SV-22 #time 30m #comment Register endpoint tested and reviewed. #done SV-22 #time 3h #comment register endpoint completed, not tested yet SV-22 #time 1m #comment Format changes * SV-23 #time 2h #comment Login endpoint tested and reviewed. #done" (#2) * SV-50 #time 10m #comment Creada clase Player Co-authored-by: Cesar Alvarez Vallero <csralvarezvallero12@gmail.com> Co-authored-by: csralvall <46329881+csralvall@users.noreply.github.com> Co-authored-by: Matidp <matiasdepascuale@gmail.com> Co-authored-by: Cesar Alvarez Vallero <csralvarezvallero12@gmail.com> Co-authored-by: csralvall <46329881+csralvall@users.noreply.github.com> Co-authored-by: Matidp <61301073+Matidp@users.noreply.github.com> * Feature/sv 24 clase matchy board (#5) * Clases Board y Match creadas * SV-24 #time 3m #comment added Creator attribute in Match * SV-24 #time 2m #comment added LastMinister attribute and deleted main.py for merge issues * SV-51 #time 10m #comment setting database, nothing to test. #done * SV-20 #time 1h #comment Creando Clase User #done SV-20 #time 2m #comment added Matches attribute for User class * SV-22 #time 30m #comment Register endpoint tested and reviewed. #done SV-22 #time 3h #comment register endpoint completed, not tested yet SV-22 #time 1m #comment Format changes * SV-23 #time 2h #comment Login endpoint tested and reviewed. #done" (#2) * Feature/sv 50 clase player (#3) * Creada clase Player * SV-50 #time 2m #comment added database mapping and filename changed * SV-50 #time 1m #comment eliminated main.py for merge issues * SV-51 #time 10m #comment setting database, nothing to test. #done * SV-20 #time 1h #comment Creando Clase User #done SV-20 #time 2m #comment added Matches attribute for User class * SV-22 #time 30m #comment Register endpoint tested and reviewed. #done SV-22 #time 3h #comment register endpoint completed, not tested yet SV-22 #time 1m #comment Format changes * SV-23 #time 2h #comment Login endpoint tested and reviewed. #done" (#2) * SV-50 #time 10m #comment Creada clase Player Co-authored-by: Cesar Alvarez Vallero <csralvarezvallero12@gmail.com> Co-authored-by: csralvall <46329881+csralvall@users.noreply.github.com> * Feature/sv 21 registro bd (#4) * SV-21 #time 20m #comment added function to add users to the database * SV-21 #time 5m #comment adding init files for packaging and imports * SV-21 #time 10m #comment adding delete_data function, to clear the data in a table for tests * SV-21 #time 30m #comment adding tests for the create user function * SV-21 #time 5m #comment adding requierements.txt for pony installation, new files in gitignore * SV-21 #time 2m #comment import file name changed * SV-21 #time 2m #comment import file name changed in test * SV-21 #time 2m #comment main.py deleted for merge conflicts * SV-51 #time 10m #comment setting database, nothing to test. #done * SV-20 #time 1h #comment Creando Clase User #done SV-20 #time 2m #comment added Matches attribute for User class * SV-22 #time 30m #comment Register endpoint tested and reviewed. #done SV-22 #time 3h #comment register endpoint completed, not tested yet SV-22 #time 1m #comment Format changes * SV-23 #time 2h #comment Login endpoint tested and reviewed. #done" (#2) * Feature/sv 50 clase player (#3) * Creada clase Player * SV-50 #time 2m #comment added database mapping and filename changed * SV-50 #time 1m #comment eliminated main.py for merge issues * SV-51 #time 10m #comment setting database, nothing to test. #done * SV-20 #time 1h #comment Creando Clase User #done SV-20 #time 2m #comment added Matches attribute for User class * SV-22 #time 30m #comment Register endpoint tested and reviewed. #done SV-22 #time 3h #comment register endpoint completed, not tested yet SV-22 #time 1m #comment Format changes * SV-23 #time 2h #comment Login endpoint tested and reviewed. #done" (#2) * SV-50 #time 10m #comment Creada clase Player Co-authored-by: Cesar Alvarez Vallero <csralvarezvallero12@gmail.com> Co-authored-by: csralvall <46329881+csralvall@users.noreply.github.com> Co-authored-by: Matidp <matiasdepascuale@gmail.com> Co-authored-by: Cesar Alvarez Vallero <csralvarezvallero12@gmail.com> Co-authored-by: csralvall <46329881+csralvall@users.noreply.github.com> Co-authored-by: Matidp <61301073+Matidp@users.noreply.github.com> * SV-24 #time 5m #comment Clases Board y Match creadas Co-authored-by: Cesar Alvarez Vallero <csralvarezvallero12@gmail.com> Co-authored-by: csralvall <46329881+csralvall@users.noreply.github.com> Co-authored-by: joaquinfeltes <51490191+joaquinfeltes@users.noreply.github.com> * Feature/sv 34 consulta usuarios bd (#6) * Creado metodo para buscar usuarios por username y password * SV-34 Metodos agregados * SV-34 #time 30m #comment Agregada bateria de test * SV-34 #time 10m #comment changed check_mail and check_username. added get_user * SV-34 #time 5m #comment deleted main.py for merge issues and solved problems in check_email and check_username * SV-51 #time 10m #comment setting database, nothing to test. #done * SV-20 #time 1h #comment Creando Clase User #done SV-20 #time 2m #comment added Matches attribute for User class * SV-22 #time 30m #comment Register endpoint tested and reviewed. #done SV-22 #time 3h #comment register endpoint completed, not tested yet SV-22 #time 1m #comment Format changes * SV-23 #time 2h #comment Login endpoint tested and reviewed. #done" (#2) * Feature/sv 50 clase player (#3) * Creada clase Player * SV-50 #time 2m #comment added database mapping and filename changed * SV-50 #time 1m #comment eliminated main.py for merge issues * SV-51 #time 10m #comment setting database, nothing to test. #done * SV-20 #time 1h #comment Creando Clase User #done SV-20 #time 2m #comment added Matches attribute for User class * SV-22 #time 30m #comment Register endpoint tested and reviewed. #done SV-22 #time 3h #comment register endpoint completed, not tested yet SV-22 #time 1m #comment Format changes * SV-23 #time 2h #comment Login endpoint tested and reviewed. #done" (#2) * SV-50 #time 10m #comment Creada clase Player Co-authored-by: Cesar Alvarez Vallero <csralvarezvallero12@gmail.com> Co-authored-by: csralvall <46329881+csralvall@users.noreply.github.com> * Feature/sv 21 registro bd (#4) * SV-21 #time 20m #comment added function to add users to the database * SV-21 #time 5m #comment adding init files for packaging and imports * SV-21 #time 10m #comment adding delete_data function, to clear the data in a table for tests * SV-21 #time 30m #comment adding tests for the create user function * SV-21 #time 5m #comment adding requierements.txt for pony installation, new files in gitignore * SV-21 #time 2m #comment import file name changed * SV-21 #time 2m #comment import file name changed in test * SV-21 #time 2m #comment main.py deleted for merge conflicts * SV-51 #time 10m #comment setting database, nothing to test. #done * SV-20 #time 1h #comment Creando Clase User #done SV-20 #time 2m #comment added Matches attribute for User class * SV-22 #time 30m #comment Register endpoint tested and reviewed. #done SV-22 #time 3h #comment register endpoint completed, not tested yet SV-22 #time 1m #comment Format changes * SV-23 #time 2h #comment Login endpoint tested and reviewed. #done" (#2) * Feature/sv 50 clase player (#3) * Creada clase Player * SV-50 #time 2m #comment added database mapping and filename changed * SV-50 #time 1m #comment eliminated main.py for merge issues * SV-51 #time 10m #comment setting database, nothing to test. #done * SV-20 #time 1h #comment Creando Clase User #done SV-20 #time 2m #comment added Matches attribute for User class * SV-22 #time 30m #comment Register endpoint tested and reviewed. #done SV-22 #time 3h #comment register endpoint completed, not tested yet SV-22 #time 1m #comment Format changes * SV-23 #time 2h #comment Login endpoint tested and reviewed. #done" (#2) * SV-50 #time 10m #comment Creada clase Player Co-authored-by: Cesar Alvarez Vallero <csralvarezvallero12@gmail.com> Co-authored-by: csralvall <46329881+csralvall@users.noreply.github.com> Co-authored-by: Matidp <matiasdepascuale@gmail.com> Co-authored-by: Cesar Alvarez Vallero <csralvarezvallero12@gmail.com> Co-authored-by: csralvall <46329881+csralvall@users.noreply.github.com> Co-authored-by: Matidp <61301073+Matidp@users.noreply.github.com> * Feature/sv 24 clase matchy board (#5) * Clases Board y Match creadas * SV-24 #time 3m #comment added Creator attribute in Match * SV-24 #time 2m #comment added LastMinister attribute and deleted main.py for merge issues * SV-51 #time 10m #comment setting database, nothing to test. #done * SV-20 #time 1h #comment Creando Clase User #done SV-20 #time 2m #comment added Matches attribute for User class * SV-22 #time 30m #comment Register endpoint tested and reviewed. #done SV-22 #time 3h #comment register endpoint completed, not tested yet SV-22 #time 1m #comment Format changes * SV-23 #time 2h #comment Login endpoint tested and reviewed. #done" (#2) * Feature/sv 50 clase player (#3) * Creada clase Player * SV-50 #time 2m #comment added database mapping and filename changed * SV-50 #time 1m #comment eliminated main.py for merge issues * SV-51 #time 10m #comment setting database, nothing to test. #done * SV-20 #time 1h #comment Creando Clase User #done SV-20 #time 2m #comment added Matches attribute for User class * SV-22 #time 30m #comment Register endpoint tested and reviewed. #done SV-22 #time 3h #comment register endpoint completed, not tested yet SV-22 #time 1m #comment Format changes * SV-23 #time 2h #comment Login endpoint tested and reviewed. #done" (#2) * SV-50 #time 10m #comment Creada clase Player Co-authored-by: Cesar Alvarez Vallero <csralvarezvallero12@gmail.com> Co-authored-by: csralvall <46329881+csralvall@users.noreply.github.com> * Feature/sv 21 registro bd (#4) * SV-21 #time 20m #comment added function to add users to the database * SV-21 #time 5m #comment adding init files for packaging and imports * SV-21 #time 10m #comment adding delete_data function, to clear the data in a table for tests * SV-21 #time 30m #comment adding tests for the create user function * SV-21 #time 5m #comment adding requierements.txt for pony installation, new files in gitignore * SV-21 #time 2m #comment import file name changed * SV-21 #time 2m #comment import file name changed in test * SV-21 #time 2m #comment main.py deleted for merge conflicts * SV-51 #time 10m #comment setting database, nothing to test. #done * SV-20 #time 1h #comment Creando Clase User #done SV-20 #time 2m #comment added Matches attribute for User class * SV-22 #time 30m #comment Register endpoint tested and reviewed. #done SV-22 #time 3h #comment register endpoint completed, not tested yet SV-22 #time 1m #comment Format changes * SV-23 #time 2h #comment Login endpoint tested and reviewed. #done" (#2) * Feature/sv 50 clase player (#3) * Creada clase Player * SV-50 #time 2m #comment added database mapping and filename changed * SV-50 #time 1m #comment eliminated main.py for merge issues * SV-51 #time 10m #comment setting database, nothing to test. #done * SV-20 #time 1h #comment Creando Clase User #done SV-20 #time 2m #comment added Matches attribute for User class * SV-22 #time 30m #comment Register endpoint tested and reviewed. #done SV-22 #time 3h #comment register endpoint completed, not tested yet SV-22 #time 1m #comment Format changes * SV-23 #time 2h #comment Login endpoint tested and reviewed. #done" (#2) * SV-50 #time 10m #comment Creada clase Player Co-authored-by: Cesar Alvarez Vallero <csralvarezvallero12@gmail.com> Co-authored-by: csralvall <46329881+csralvall@users.noreply.github.com> Co-authored-by: Matidp <matiasdepascuale@gmail.com> Co-authored-by: Cesar Alvarez Vallero <csralvarezvallero12@gmail.com> Co-authored-by: csralvall <46329881+csralvall@users.noreply.github.com> Co-authored-by: Matidp <61301073+Matidp@users.noreply.github.com> * SV-24 #time 5m #comment Clases Board y Match creadas Co-authored-by: Cesar Alvarez Vallero <csralvarezvallero12@gmail.com> Co-authored-by: csralvall <46329881+csralvall@users.noreply.github.com> Co-authored-by: joaquinfeltes <51490191+joaquinfeltes@users.noreply.github.com> * SV-34 #comment Metodos agregados. * Delete testSV-34.py dupicated test file deleted Co-authored-by: Cesar Alvarez Vallero <csralvarezvallero12@gmail.com> Co-authored-by: csralvall <46329881+csralvall@users.noreply.github.com> Co-authored-by: joaquinfeltes <51490191+joaquinfeltes@users.noreply.github.com> * Feature/sv 12 sign up react (#7) * SV-12 #comment Added SignUp actions and reducers * SV-12 #comment Added SignUp component, doesn't call our API * SV-12 #message Removed unnecessary signUp in redux * SV-12 #message Added fetch to API and refactored module * SV-12 #message Catching errors in fetch * SV-12 #message Added enzyme and enzyme-adapter dependencies * SV-12 #Review #message Added SignUp unit tests * SV-51 #time 10m #comment setting database, nothing to test. #done * SV-20 #time 1h #comment Creando Clase User #done SV-20 #time 2m #comment added Matches attribute for User class * SV-22 #time 30m #comment Register endpoint tested and reviewed. #done SV-22 #time 3h #comment register endpoint completed, not tested yet SV-22 #time 1m #comment Format changes * SV-23 #time 2h #comment Login endpoint tested and reviewed. #done" (#2) * Feature/sv 50 clase player (#3) * Creada clase Player * SV-50 #time 2m #comment added database mapping and filename changed * SV-50 #time 1m #comment eliminated main.py for merge issues * SV-51 #time 10m #comment setting database, nothing to test. #done * SV-20 #time 1h #comment Creando Clase User #done SV-20 #time 2m #comment added Matches attribute for User class * SV-22 #time 30m #comment Register endpoint tested and reviewed. #done SV-22 #time 3h #comment register endpoint completed, not tested yet SV-22 #time 1m #comment Format changes * SV-23 #time 2h #comment Login endpoint tested and reviewed. #done" (#2) * SV-50 #time 10m #comment Creada clase Player Co-authored-by: Cesar Alvarez Vallero <csralvarezvallero12@gmail.com> Co-authored-by: csralvall <46329881+csralvall@users.noreply.github.com> * Feature/sv 21 registro bd (#4) * SV-21 #time 20m #comment added function to add users to the database * SV-21 #time 5m #comment adding init files for packaging and imports * SV-21 #time 10m #comment adding delete_data function, to clear the data in a table for tests * SV-21 #time 30m #comment adding tests for the create user function * SV-21 #time 5m #comment adding requierements.txt for pony installation, new files in gitignore * SV-21 #time 2m #comment import file name changed * SV-21 #time 2m #comment import file name changed in test * SV-21 #time 2m #comment main.py deleted for merge conflicts * SV-51 #time 10m #comment setting database, nothing to test. #done * SV-20 #time 1h #comment Creando Clase User #done SV-20 #time 2m #comment added Matches attribute for User class * SV-22 #time 30m #comment Register endpoint tested and reviewed. #done SV-22 #time 3h #comment register endpoint completed, not tested yet SV-22 #time 1m #comment Format changes * SV-23 #time 2h #comment Login endpoint tested and reviewed. #done" (#2) * Feature/sv 50 clase player (#3) * Creada clase Player * SV-50 #time 2m #comment added database mapping and filename changed * SV-50 #time 1m #comment eliminated main.py for merge issues * SV-51 #time 10m #comment setting database, nothing to test. #done * SV-20 #time 1h #comment Creando Clase User #done SV-20 #time 2m #comment added Matches attribute for User class * SV-22 #time 30m #comment Register endpoint tested and reviewed. #done SV-22 #time 3h #comment register endpoint completed, not tested yet SV-22 #time 1m #comment Format changes * SV-23 #time 2h #comment Login endpoint tested and reviewed. #done" (#2) * SV-50 #time 10m #comment Creada clase Player Co-authored-by: Cesar Alvarez Vallero <csralvarezvallero12@gmail.com> Co-authored-by: csralvall <46329881+csralvall@users.noreply.github.com> Co-authored-by: Matidp <matiasdepascuale@gmail.com> Co-authored-by: Cesar Alvarez Vallero <csralvarezvallero12@gmail.com> Co-authored-by: csralvall <46329881+csralvall@users.noreply.github.com> Co-authored-by: Matidp <61301073+Matidp@users.noreply.github.com> * Feature/sv 24 clase matchy board (#5) * Clases Board y Match creadas * SV-24 #time 3m #comment added Creator attribute in Match * SV-24 #time 2m #comment added LastMinister attribute and deleted main.py for merge issues * SV-51 #time 10m #comment setting database, nothing to test. #done * SV-20 #time 1h #comment Creando Clase User #done SV-20 #time 2m #comment added Matches attribute for User class * SV-22 #time 30m #comment Register endpoint tested and reviewed. #done SV-22 #time 3h #comment register endpoint completed, not tested yet SV-22 #time 1m #comment Format changes * SV-23 #time 2h #comment Login endpoint tested and reviewed. #done" (#2) * Feature/sv 50 clase player (#3) * Creada clase Player * SV-50 #time 2m #comment added database mapping and filename changed * SV-50 #time 1m #comment eliminated main.py for merge issues * SV-51 #time 10m #comment setting database, nothing to test. #done * SV-20 #time 1h #comment Creando Clase User #done SV-20 #time 2m #comment added Matches attribute for User class * SV-22 #time 30m #comment Register endpoint tested and reviewed. #done SV-22 #time 3h #comment register endpoint completed, not tested yet SV-22 #time 1m #comment Format changes * SV-23 #time 2h #comment Login endpoint tested and reviewed. #done" (#2) * SV-50 #time 10m #comment Creada clase Player Co-authored-by: Cesar Alvarez Vallero <csralvarezvallero12@gmail.com> Co-authored-by: csralvall <46329881+csralvall@users.noreply.github.com> * Feature/sv 21 registro bd (#4) * SV-21 #time 20m #comment added function to add users to the database * SV-21 #time 5m #comment adding init files for packaging and imports * SV-21 #time 10m #comment adding delete_data function, to clear the data in a table for tests * SV-21 #time 30m #comment adding tests for the create user function * SV-21 #time 5m #comment adding requierements.txt for pony installation, new files in gitignore * SV-21 #time 2m #comment import file name changed * SV-21 #time 2m #comment import file name changed in test * SV-21 #time 2m #comment main.py deleted for merge conflicts * SV-51 #time 10m #comment setting database, nothing to test. #done * SV-20 #time 1h #comment Creando Clase User #done SV-20 #time 2m #comment added Matches attribute for User class * SV-22 #time 30m #comment Register endpoint tested and reviewed. #done SV-22 #time 3h #comment register endpoint completed, not tested yet SV-22 #time 1m #comment Format changes * SV-23 #time 2h #comment Login endpoint tested and reviewed. #done" (#2) * Feature/sv 50 clase player (#3) * Creada clase Player * SV-50 #time 2m #comment added database mapping and filename changed * SV-50 #time 1m #comment eliminated main.py for merge issues * SV-51 #time 10m #comment setting database, nothing to test. #done * SV-20 #time 1h #comment Creando Clase User #done SV-20 #time 2m #comment added Matches attribute for User class * SV-22 #time 30m #comment Register endpoint tested and reviewed. #done SV-22 #time 3h #comment register endpoint completed, not tested yet SV-22 #time 1m #comment Format changes * SV-23 #time 2h #comment Login endpoint tested and reviewed. #done" (#2) * SV-50 #time 10m #comment Creada clase Player Co-authored-by: Cesar Alvarez Vallero <csralvarezvallero12@gmail.com> Co-authored-by: csralvall <46329881+csralvall@users.noreply.github.com> Co-authored-by: Matidp <matiasdepascuale@gmail.com> Co-authored-by: Cesar Alvarez Vallero <csralvarezvallero12@gmail.com> Co-authored-by: csralvall <46329881+csralvall@users.noreply.github.com> Co-authored-by: Matidp <61301073+Matidp@users.noreply.github.com> * SV-24 #time 5m #comment Clases Board y Match creadas Co-authored-by: Cesar Alvarez Vallero <csralvarezvallero12@gmail.com> Co-authored-by: csralvall <46329881+csralvall@users.noreply.github.com> Co-authored-by: joaquinfeltes <51490191+joaquinfeltes@users.noreply.github.com> * Feature/sv 34 consulta usuarios bd (#6) * Creado metodo para buscar usuarios por username y password * SV-34 Metodos agregados * SV-34 #time 30m #comment Agregada bateria de test * SV-34 #time 10m #comment changed check_mail and check_username. added get_user * SV-34 #time 5m #comment deleted main.py for merge issues and solved problems in check_email and check_username * SV-51 #time 10m #comment setting database, nothing to test. #done * SV-20 #time 1h #comment Creando Clase User #done SV-20 #time 2m #comment added Matches attribute for User class * SV-22 #time 30m #comment Register endpoint tested and reviewed. #done SV-22 #time 3h #comment register endpoint completed, not tested yet SV-22 #time 1m #comment Format changes * SV-23 #time 2h #comment Login endpoint tested and reviewed. #done" (#2) * Feature/sv 50 clase player (#3) * Creada clase Player * SV-50 #time 2m #comment added database mapping and filename changed * SV-50 #time 1m #comment eliminated main.py for merge issues * SV-51 #time 10m #comment setting database, nothing to test. #done * SV-20 #time 1h #comment Creando Clase User #done SV-20 #time 2m #comment added Matches attribute for User class * SV-22 #time 30m #comment Register endpoint tested and reviewed. #done SV-22 #time 3h #comment register endpoint completed, not tested yet SV-22 #time 1m #comment Format changes * SV-23 #time 2h #comment Login endpoint tested and reviewed. #done" (#2) * SV-50 #time 10m #comment Creada clase Player Co-authored-by: Cesar Alvarez Vallero <csralvarezvallero12@gmail.com> Co-authored-by: csralvall <46329881+csralvall@users.noreply.github.com> * Feature/sv 21 registro bd (#4) * SV-21 #time 20m #comment added function to add users to the database * SV-21 #time 5m #comment adding init files for packaging and imports * SV-21 #time 10m #comment adding delete_data function, to clear the data in a table for tests * SV-21 #time 30m #comment adding tests for the create user function * SV-21 #time 5m #comment adding requierements.txt for pony installation, new files in gitignore * SV-21 #time 2m #comment import file name changed * SV-21 #time 2m #comment import file name changed in test * SV-21 #time 2m #comment main.py deleted for merge conflicts * SV-51 #time 10m #comment setting database, nothing to test. #done * SV-20 #time 1h #comment Creando Clase User #done SV-20 #time 2m #comment added Matches attribute for User class * SV-22 #time 30m #comment Register endpoint tested and reviewed. #done SV-22 #time 3h #comment register endpoint completed, not tested yet SV-22 #time 1m #comment Format changes * SV-23 #time 2h #comment Login endpoint tested and reviewed. #done" (#2) * Feature/sv 50 clase player (#3) * Creada clase Player * SV-50 #time 2m #comment added database mapping and filename changed * SV-50 #time 1m #comment eliminated main.py for merge issues * SV-51 #time 10m #comment setting database, nothing to test. #done * SV-20 #time 1h #comment Creando Clase User #done SV-20 #time 2m #comment added Matches attribute for User class * SV-22 #time 30m #comment Register endpoint tested and reviewed. #done SV-22 #time 3h #comment register endpoint completed, not tested yet SV-22 #time 1m #comment Format changes * SV-23 #time 2h #comment Login endpoint tested and reviewed. #done" (#2) * SV-50 #time 10m #comment Creada clase Player Co-authored-by: Cesar Alvarez Vallero <csralvarezvallero12@gmail.com> Co-authored-by: csralvall <46329881+csralvall@users.noreply.github.com> Co-authored-by: Matidp <matiasdepascuale@gmail.com> Co-authored-by: Cesar Alvarez Vallero <csralvarezvallero12@gmail.com> Co-authored-by: csralvall <46329881+csralvall@users.noreply.github.com> Co-authored-by: Matidp <61301073+Matidp@users.noreply.github.com> * Feature/sv 24 clase matchy board (#5) * Clases Board y Match creadas * SV-24 #time 3m #comment added Creator attribute in Match * SV-24 #time 2m #comment added LastMinister attribute and deleted main.py for merge issues * SV-51 #time 10m #comment setting database, nothing to test. #done * SV-20 #time 1h #comment Creando Clase User #done SV-20 #time 2m #comment added Matches attribute for User class * SV-22 #time 30m #comment Register endpoint tested and reviewed. #done SV-22 #time 3h #comment register endpoint completed, not tested yet SV-22 #time 1m #comment Format changes * SV-23 #time 2h #comment Login endpoint tested and reviewed. #done" (#2) * Feature/sv 50 clase player (#3) * Creada clase Player * SV-50 #time 2m #comment added database mapping and filename changed * SV-50 #time 1m #comment eliminated main.py for merge issues * SV-51 #time 10m #comment setting database, nothing to test. #done * SV-20 #time 1h #comment Creando Clase User #done SV-20 #time 2m #comment added Matches attribute for User class * SV-22 #time 30m #comment Register endpoint tested and reviewed. #done SV-22 #time 3h #comment register endpoint completed, not tested yet SV-22 #time 1m #comment Format changes * SV-23 #time 2h #comment Login endpoint tested and reviewed. #done" (#2) * SV-50 #time 10m #comment Creada clase Player Co-authored-by: Cesar Alvarez Vallero <csralvarezvallero12@gmail.com> Co-authored-by: csralvall <46329881+csralvall@users.noreply.github.com> * Feature/sv 21 registro bd (#4) * SV-21 #time 20m #comment added function to add users to the database * SV-21 #time 5m #comment adding init files for packaging and imports * SV-21 #time 10m #comment adding delete_data function, to clear the data in a table for tests * SV-21 #time 30m #comment adding tests for the create user function * SV-21 #time 5m #comment adding requierements.txt for pony installation, new files in gitignore * SV-21 #time 2m #comment import file name changed * SV-21 #time 2m #comment import file name changed in test * SV-21 #time 2m #comment main.py deleted for merge conflicts * SV-51 #time 10m #comment setting database, nothing to test. #done * SV-20 #time 1h #comment Creando Clase User #done SV-20 #time 2m #comment added Matches attribute for User class * SV-22 #time 30m #comment Register endpoint tested and reviewed. #done SV-22 #time 3h #comment register endpoint completed, not tested yet SV-22 #time 1m #comment Format changes * SV-23 #time 2h #comment Login endpoint tested and reviewed. #done" (#2) * Feature/sv 50 clase player (#3) * Creada clase Player * SV-50 #time 2m #comment added database mapping and filename changed * SV-50 #time 1m #comment eliminated main.py for merge issues * SV-51 #time 10m #comment setting database, nothing to test. #done * SV-20 #time 1h #comment Creando Clase User #done SV-20 #time 2m #comment added Matches attribute for User class * SV-22 #time 30m #comment Register endpoint tested and reviewed. #done SV-22 #time 3h #comment register endpoint completed, not tested yet SV-22 #time 1m #comment Format changes * SV-23 #time 2h #comment Login endpoint tested and reviewed. #done" (#2) * SV-50 #time 10m #comment Creada clase Player Co-authored-by: Cesar Alvarez Vallero <csralvarezvallero12@gmail.com> Co-authored-by: csralvall <46329881+csralvall@users.noreply.github.com> Co-authored-by: Matidp <matiasdepascuale@gmail.com> Co-authored-by: Cesar Alvarez Vallero <csralvarezvallero12@gmail.com> Co-authored-by: csralvall <46329881+csralvall@users.noreply.github.com> Co-authored-by: Matidp <61301073+Matidp@users.noreply.github.com> * SV-24 #time 5m #comment Clases Board y Match creadas Co-authored-by: Cesar Alvarez Vallero <csralvarezvallero12@gmail.com> Co-authored-by: csralvall <46329881+csralvall@users.noreply.github.com> Co-authored-by: joaquinfeltes <51490191+joaquinfeltes@users.noreply.github.com> * SV-34 #comment Metodos agregados. * Delete testSV-34.py dupicated test file deleted Co-authored-by: Cesar Alvarez Vallero <csralvarezvallero12@gmail.com> Co-authored-by: csralvall <46329881+csralvall@users.noreply.github.com> Co-authored-by: joaquinfeltes <51490191+joaquinfeltes@users.noreply.github.com> Co-authored-by: Matidp <matiasdepascuale@gmail.com> Co-authored-by: Cesar Alvarez Vallero <csralvarezvallero12@gmail.com> Co-authored-by: csralvall <46329881+csralvall@users.noreply.github.com> Co-authored-by: Matidp <61301073+Matidp@users.noreply.github.com> Co-authored-by: joaquinfeltes <51490191+joaquinfeltes@users.noreply.github.com> * Hot Fix: Register User Endpoint returns a 201 when successful (#8) * Hotfix/file organization (#9) * users endpoints moved to properly folder * crud and database moved to db * corrected typos and reordered tests * created routers to keep api clear * introduced modifications to work with api/routers * moved files to proper directories * updated import to new directory structure * new names given to test classes * Corrected return * Feature/sv 14 login interface (#10) SV-14 #comment Login Interface finished #done * Feature/sv 25 save match bd (#11) * Feature/sv 25 hotfix (#13) * Feature/sv 31 endpoint de creacion de partida (#14) * Feature/sv 15 create match (#16) * Feature/sv 25 add player (#17) * add_user_in_match function does better checks * test corrected for new match, more test for add user in match * new thigns in gitignore * there is space function added for join match endpoint * tests for new function added * Hotfix/match redux (#18) * Feature/sv 35 endpoint unirse partida (#19) * Feature/sv 16 join match react (#20) * SV-38 #comment gamestatus endpoint finished with tests (#21) Co-authored-by: csralvall <46329881+csralvall@users.noreply.github.com> * Feature/sv 42 voting endpoint (#22) * SV-48 #time 3h #comment Added tests to board logic, ready to review #done (#23) * Feature/sv 47 deck logic reviewed and tested #done (#24) * Feature/sv 17 vote interface (#25) * Feature/sv 18 match status react (#26) * Tests/ingame (#28) * Formatting and cleaned warnings (#29) * Hot fix/name corrections (#30) * Updated README on install instructions for Front-End (#31) * Updated README on install instructions for Back-End (#32) Co-authored-by: Cesar Alvarez Vallero <csralvarezvallero12@gmail.com> Co-authored-by: Manuel Sosa <manuel_sosa_martinez@hotmail.com> Co-authored-by: Matidp <matiasdepascuale@gmail.com> Co-authored-by: csralvall <46329881+csralvall@users.noreply.github.com> Co-authored-by: Matidp <61301073+Matidp@users.noreply.github.com> Co-authored-by: joaquinfeltes <51490191+joaquinfeltes@users.noreply.github.com> Co-authored-by: Manuel Sosa <54127298+ManuelSosaMartinez@users.noreply.github.com> Co-authored-by: rortiz04 <50550642+rortiz04@users.noreply.github.com>
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.
No description provided.