-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR adds the new UI panel to our console. It has two major functionalities: 1. Show the report about Quesma's readiness to deploy on the PROD. This is for our PO and clients 2. Allow to examine which panel doesn't work and why. Both functionalities rely on A/B testing results stored in the `ab_testing_logs` table. 1. The first screen is the report. <img width="1155" alt="Screenshot 2024-10-31 at 15 59 24" src="https://github.com/user-attachments/assets/dbe6f6c9-35e0-48d2-a726-d45d858b09ff"> 2. We got some help either. <img width="1151" alt="Screenshot 2024-10-31 at 15 59 59" src="https://github.com/user-attachments/assets/b3388887-cf05-483e-860c-aef16a0fbf42"> 3. You can change sorting here: <img width="1142" alt="Screenshot 2024-10-31 at 15 59 51" src="https://github.com/user-attachments/assets/8352b102-c928-40d6-ab86-a0fe025ceced"> 4. You'll see a list of differences on the panel if you click the 'Details' button. <img width="1139" alt="Screenshot 2024-10-31 at 16 00 13" src="https://github.com/user-attachments/assets/44d88e5d-fc8f-4461-b4a7-c846d19fb9d8"> 5. Click on the 'Requests' button and get a list of requests matching the difference: <img width="855" alt="Screenshot 2024-10-31 at 16 00 33" src="https://github.com/user-attachments/assets/8832429c-ea70-4797-9ab8-e6bce9dcac20"> 6. Click on the Request ID and you'll get the request details: <img width="1235" alt="Screenshot 2024-10-31 at 16 00 41" src="https://github.com/user-attachments/assets/1366bdad-0fba-4c38-957d-0fb02ac0ea39"> 7. Both results: <img width="1249" alt="Screenshot 2024-10-31 at 16 00 53" src="https://github.com/user-attachments/assets/5dc115ea-31ef-409d-9cd4-7c59e25979f7"> 8. And the list of differences: <img width="1223" alt="Screenshot 2024-10-31 at 16 01 01" src="https://github.com/user-attachments/assets/5c82be2f-4a9c-486d-9a45-116c0d2fe753">
- Loading branch information
Showing
11 changed files
with
1,155 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.