Azordev / dasher-user

ONLINE ACCESS SYSTEM FOR CUSTOMER AND CONSUMER MONITORING.
https://dev--azordev-dasher-user.netlify.app/
Apache License 2.0
2 stars 4 forks source link

feat/#144 Added dinamic header and verification status in check input: #164

Closed denisosuna closed 2 years ago

denisosuna commented 2 years ago

Description

Added dynamic header in the delivery page that change depending on the status also was an additional verification status in the check input so it is redirected depending of the status received or if the order is status rated it shows a message

fixes #144

Type of change

Please delete options that are not relevant.

How to test it

If applicable, describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.

  1. Go to 'check'
  2. type the code
  3. depending on the status you should be redirected, in the delivery page the header should be shown depending on the status

Checklist:

netlify[bot] commented 2 years ago

✔️ Deploy Preview for azordev-dasher-user ready!

🔨 Explore the source changes: e5a13cf4ab1769880867f3866dbf5da88d1ba214

🔍 Inspect the deploy log: https://app.netlify.com/sites/azordev-dasher-user/deploys/619d770cf9a8e900077f657a

😎 Browse the preview: https://deploy-preview-164--azordev-dasher-user.netlify.app

e-azocar commented 2 years ago

Chat/index.jsx

In the line 19 just change this { LatestMessages = [] } for { LatestMessages = {chats: []} }