action #286
closedadd a needle editor
100%
Description
We need an easy way to match screenshots against the set of needles and adjust the needles - e.g. by adding areas of the screen with noise to ignore or to move the ROI.
Either an easy to deploy web app or a small Qt/opencv app to do it on your screen.
Updated by aplanas almost 12 years ago
- Target version set to T10. Create a development mode in openQA
Updated by aplanas almost 12 years ago
- Assignee set to cwh
- Estimated time set to 8.00 h
Updated by aplanas almost 12 years ago
- Category set to Development
- Due date set to 2013-04-05
Updated by cwh almost 12 years ago
- Due date changed from 2013-04-05 to 2013-04-24
- Start date changed from 2013-04-01 to 2013-04-22
Make sure os-autoinst's output fits to what the openQA web framework expects.
Postponed the task and created new tesl for fulfilling this prerequirement.
Updated by cwh almost 12 years ago
- Due date changed from 2013-04-24 to 2013-04-26
- Start date changed from 2013-04-22 to 2013-04-25
Updated by lnussel almost 12 years ago
- Assignee changed from cwh to lnussel
- % Done changed from 0 to 10
working on html5 canvas widget http://w3.suse.de/~lnussel/shapes/shapes.html
Updated by lnussel almost 12 years ago
- Assignee changed from lnussel to cwh
- % Done changed from 10 to 50
canvas editor done. now it needs to be integrated into cropimg
Updated by lnussel almost 12 years ago
- Due date changed from 2013-04-26 to 2013-05-08
Updated by ancorgs over 11 years ago
- % Done changed from 50 to 80
- Status changed from New to In Progress
It's already there, but the save button still doesn't work.
Updated by ancorgs over 11 years ago
The save button already works. But it still needs a lot of improvement:
- Best default values for name, areas and tags
- Visual aids to know which screenshot is selected
- Ask before overriding
Updated by ancorgs over 11 years ago
- % Done changed from 80 to 90
Now it shows the right defaults and the navigation should be much easier and more intuitive (this last change affects cropimg, viewimg and viewsrc).
It still lacks confirmation when overriding. Some "needle succesfully created/overrided" message. Adding newly created needles to the result (in a different file, not modifying results.json) would also be nice. At the current moment, after a new needle is created is not visible anymore.
Updated by ancorgs over 11 years ago
- % Done changed from 90 to 100
- Status changed from In Progress to Resolved
It already displays the message after needle creation success/failure.
In addition, now it's possible to add user defined tags.
Remaining changes (adding needles to the result, displaying the new needle, etc.) are not going to be implemented because the needle creation mechanism is about to change (from direct file manipulation to autoinst messaging).