Skip to content
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

Serrano #11

Merged
merged 7 commits into from
May 2, 2021
Merged

Serrano #11

merged 7 commits into from
May 2, 2021

Conversation

camiloserr
Copy link
Contributor

@camiloserr camiloserr commented Apr 28, 2021

Added illustration for right pane.
Created service to read cause from json file
Select is using objects read from file
Money slider updates when user selects a cause
People slider updates when user selects a community
Closes #3
Closes #5

@camiloserr camiloserr requested review from ayurojasn and mateoflorido and removed request for ayurojasn and mateoflorido April 29, 2021 18:38
Copy link
Member

@ayurojasn ayurojasn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Cambiarle el tamaño a la ilustración de la parte derecha (un poco más grande).
  • Agregarle COP al final de la cantidad de dinero en la parte derecha.
  • Achiquitar Community Service by ACM Javeriana del header, igual con el logo y agregarle margen izq y der para que se alineen con la línea de división del footer.
  • Arreglar footer para que no tape el contenido cuando la pantalla es más pequeña.

@ayurojasn ayurojasn requested a review from mateoflorido April 30, 2021 17:33
Copy link
Member

@mateoflorido mateoflorido left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Creo que con los nuevos cambios está perfecto para insertar en la rama de desarrollo.

Comment on lines +27 to +28
<mat-option (click)="changeCurrency('COP')" >COP</mat-option>
<mat-option (click)="changeCurrency('USD')" >USD</mat-option>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Podríamos utilizar el Currency Service en un futuro para insertar las diferentes monedas.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

De acuerdo, si eso llega a pasar solo tocaria pedir todos los cambios de moneda de dolares a X en onInit y agregar los cambios de moneda en el método changeCurrency en main.components.ts

@camiloserr camiloserr merged commit 6933bc4 into dev May 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants