Lebv 389 change date format
🎯 Summary
- Now
🧪 How to test
Launch the Lebara-Video environment
- Run redis and the database
Execute docker-compose --file docker-compose-only-dbs.yml up -d on the command line in the lebara-video-custemer-api folder.
- Start the customer-api (branch feature/LEBV-391_change-date-format)
Execute ./gradlew :lebara-video-customer-api:bootRun --args='--lebara.efs.path=insert_your_folder' on the command line in the lebara-video-custemer-api/ folder.
- Start the agent-api
Execute ./gradlew :lebara-video-agent-api:bootRun --args='--lebara.efs.path=insert_your_folder' on the command line in the lebara-video-agent-api/ folder.
- Run the customer (on branch LEBV-389_change-date-format) and agent (develop) front end.
Launch the onboarding-frontend
- Run in a terminal the branch 'LEBV-389_change-date-format' in the lebara-onboarding-frontend project.
- Run the project.
- Open in one tab
http://localhost:4200/?msisdn=015166804082&iccid=1847. - In the scan step you should see the date with the following format: dd.MM.yyyy
🧠 Considerations
🧐 Checklist
- Changes work in Google Chrome
- Changes work in Safari
- UI is responsive
