Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelcanosantana committed Nov 27, 2023
1 parent 5e7b8d4 commit b7f66bd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@ There is a test user with some example data precharged:
This is the landing page. With a brief presentation of the web app. To navigate between pages use the top navbar.

![Register page](./wwwroot/Images/002.png)
You can register a profile clicking in "Crear Cuenta de Afiliado". (Keep in mind there is no data saving, reloading the browser deletes user info).
You can register a profile clicking in `Crear Cuenta de Afiliado`. (Keep in mind there is no data saving, reloading the browser deletes user info).

![Login page](./wwwroot/Images/003.png)
You can login too clicking in "Iniciar Sesión", it's recommended to use the fake profile in the top section of this readme.
You can login too clicking in `Iniciar Sesión`, it's recommended to use the fake profile in the top section of this readme.

![Dashboard](./wwwroot/Images/004.png)
When registering or loging succesfully, you will be redirected to the dashboard page, here you can manage the affiliate referral page appearance.

- Textos > Título: You can change the title of the invitation.
- Textos > Description: You can give a description about the referral advantages.
- Imágenes > Imagen Avatar (Not implemented): You can change the avatar image of the user in the invite.
- Imágenes > Fondo Tilleable: Use a tilleable pattern background to display in the message.
- Compartir > Link de afiliado: Share this link to share the referral invitation (Keep in mind it only works for the test profile as there is no data saving feature)
- Guardar > Guardar estilo: Saves the style.
- Guardar > Ver invitación: Previews the invitation (Use this button if you made changes and pressed "Guardar estilo" instead just copying the code.
- `Textos` > `Título`: You can change the title of the invitation.
- `Textos` > `Description`: You can give a description about the referral advantages.
- `Imágenes` > `Imagen Avatar` (Not implemented): You can change the avatar image of the user in the invite.
- `Imágenes` > `Fondo Tilleable`: Use a tilleable pattern background to display in the message.
- `Compartir` > `Link de afiliado`: Share this link to share the referral invitation (Keep in mind it only works for the test profile as there is no data saving feature)
- `Guardar` > `Guardar estilo`: Saves the style.
- `Guardar` > `Ver invitación`: Previews the invitation (Use this button if you made changes and pressed `Guardar estilo` instead just copying the code.

![Referral](./wwwroot/Images/005.png)
Default customer invitation.
Expand Down

0 comments on commit b7f66bd

Please sign in to comment.