-
Notifications
You must be signed in to change notification settings - Fork 3
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
Feat/code review and GitHub flow #16
Conversation
* feature login added 🍉 * Update README.md * fix:add faker to package.json * fix:add faker to package.json * fix:add faker to package.json * fix:add test user to seed * fix: add envrc to gitignore * fix: delete .envrc * fix src/migrations/20210503202812-create-user.js Co-authored-by: Sebastián Vicencio <[email protected]> * fix src/models/user.js Co-authored-by: Sebastián Vicencio <[email protected]> * fix src/routes/session.js Co-authored-by: Sebastián Vicencio <[email protected]> * fix src/views/layout.html.ejs Co-authored-by: Sebastián Vicencio <[email protected]> * fix src/views/session/new.html.ejs Co-authored-by: Sebastián Vicencio <[email protected]> * fix routes.js * Update src/routes.js Co-authored-by: Sebastián Vicencio <[email protected]> * fix session.js * fix session.js * fix:add faker to package.json Co-authored-by: Kelsey Franken <[email protected]> Co-authored-by: kelseyfranken <[email protected]> Co-authored-by: valeeeriquelme <[email protected]> Co-authored-by: Sebastián Vicencio <[email protected]>
…review Feat/GitHub flow and code review
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Te deje un comentario para que lo arregles
src/views/books/new.html.ejs
Outdated
@@ -26,6 +26,14 @@ | |||
<% }) %> | |||
</select> | |||
</div> | |||
<div> | |||
<label for="description">Descricionsd</label> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Diego escribiste mal la palabra descripción
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Si, lo arreglare ahora.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
What?
Se implemento una funcionalidad que permite mostrar una breve descripción del libro, junto con el número de páginas.
Why?
Dado que no era posible saber de qué se trataba el libro.
How?
Se creo una migración para modificar el recurso libro y se agrego el método en el router de libros.
Testing? (almost required)
No aplica
Screenshots (almost required in frontend)
No aplica
Anything Else? (optional)
No aplica