Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
L lebara-onboarding-frontend
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Jira
    • Jira
  • Merge requests 4
    • Merge requests 4
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • MobbScan-Integration
  • Lebara-Video
  • lebara-onboarding-frontend
  • Merge requests
  • !55

Merged
Created Jul 16, 2020 by César Suárez@csuarez👽Owner3 of 3 tasks completed3/3 tasks

[LEBV-290] Handle FINISHED events while waiting for an agent

  • Overview 0
  • Commits 1
  • Changes 1

🎯 Summary

If a FINISHED event is received when a user is waiting for an agent, they will be redirected to the rejection page.

🧪 How to test

Preparation #1

Go to src/app/verification-step/waiting-queue/waiting-queue.component.ts:49 and change this line:

if (status.code === 'FINISHED') {

to

if (status.code !== 'FINISHED') {

Preparation #2

  1. Set apiURL config in src/environments/environment.ts to https://lebara-video-agent-api.yourtestingenv.com.
  2. Use the following agent instance: https://lebara-video-agent-front.yourtestingenv.com/login
  3. Run the customer part using the following command instead the usual one: npm run start-ssl
  4. Enter with a mobile device to your local instance using the internal IP. Don't forget enter the IP using https:// instead of http://.
  5. If you receive security warnings, dismiss them.

Actual test

Make an activation process and after some seconds in the waiting que you will be redirected to the rejection page.

🧠 Considerations

Special considerations

🧐 Checklist

  • Changes work in Google Chrome
  • Changes work in Safari
  • UI is responsive
Edited Jul 16, 2020 by César Suárez
Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Source branch: LEBV-290-handle-rejections-in-waiting-queue