Undo operation on Face Operations

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Undo operation on Face Operations

kartikx
While researching which bugs to consider for my Face Workflow Improvements project a few months back, one that I came across was to allow Undo operation on Face Tagging (operations such as confirming/rejecting faces for example).
I was working on my status report right now, when I realized that I did implement a function to allow changing of tags, to implement Rejection of Face Suggestions. Undo operation could be made possible by calling a change of tag on the last altered face.
I thought to send this mail, to initiate discussion on this, as well as serve as information in case someone would like to fix this in the future ( a new contributor, or even me after the project is over).

Regards
Kartik
Reply | Threaded
Open this post in threaded view
|

Re: Undo operation on Face Operations

Gilles Caulier-4
Hi Kartik,

The "tags" undo / redo feature is a redundant request from end users
since a while. It's not only specific to face tags.

Look into bugzilla entries:

https://bugs.kde.org/show_bug.cgi?id=142753
https://bugs.kde.org/show_bug.cgi?id=330406

https://bugs.kde.org/show_bug.cgi?id=298160

So, to implement this feature for face management is a great idea, but
i vote for a more generic solution, if it can be done easily in the
same way that one proposed in your previous message.
Best

Gilles Caulier

Le mar. 9 juin 2020 à 18:38, Kartik Ramesh <[hidden email]> a écrit :
>
> While researching which bugs to consider for my Face Workflow Improvements project a few months back, one that I came across was to allow Undo operation on Face Tagging (operations such as confirming/rejecting faces for example).
> I was working on my status report right now, when I realized that I did implement a function to allow changing of tags, to implement Rejection of Face Suggestions. Undo operation could be made possible by calling a change of tag on the last altered face.
> I thought to send this mail, to initiate discussion on this, as well as serve as information in case someone would like to fix this in the future ( a new contributor, or even me after the project is over).
>
> Regards
> Kartik