-
Notifications
You must be signed in to change notification settings - Fork 0
Capture Area Definition
2000eBe edited this page Apr 27, 2023
·
5 revisions
With this use case the user can set up multiple area on his source to capture the data. Which is similar to a CRUD system but regarding the capture areas.
The flow how to define the capture area is quite simple explained.
- You click on the button “Add Capture Area”
- Then a new resizeable overlay appears in the upper left corner of your source.
- You can move it by click and hold inside the overlay.
- Resizing is possible too by click and holding the little squares in the corners of the overlay.
Feature: Use Case Capture Area Definition
As a user
I want to add a new capture area to my source so its optimal positioned for the recording.
Scenario: I want to add a capture area
Given I have no capture area defined
When I click on "add new capture area"
Then a new resizable overlay appears on my source
Scenario: I want to add a second capture area
Given I have a capture area
When I click on "Add new Capture Area"
Then the second overlay appears on my source
Scenario: I want to resize a capture area
Given I have a capture area
When I drag the little squares in the corners of the overlay
Then the capture area should resize
Scenario: I want to delete a capture area
Given I have a capture area
When I click on "Delete" in the capture area definition
Then the overlay and the definition on the left should disappear
This was the first draft of creating the capture area definition area.
This was our first design iteration. Here we don't have a separate recording view. It's located right under the area definition.
We finally settled on a design which is perfect for the MVP. In the preview, you can see a resizeable and draggable rectangle which represents the part where you will capture your defined regex.
(n/a)
(n/a)
(n/a)
(n/a)