creacion vista reseña de curso y ruta #29
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.
Se implementó la ruta ./cursos/ofg/NRC . Esta vista muestra la misma info del curso en la tabla de OFGs, pero añade la posibilidad de comentar y valorar el curso [si se está logeado].
La idea es que esta ruta haga la petecion a la API asi que agregué un json con info del curso para simular el proceso.
Ahora los comentarios no sé cómo se van a manejar.
Estuve teniendo unos errores de webpack cache , como que no lograba guardar en memoria alguna cosas y quedaba todo mal configurado, lo reinicié y anduvo bien, pero igual lo comento .