<div dir="ltr"><div>Hello all,</div><div><br></div><div>I was working on the next issue in my Project which is to modify sorting of views so that all Unconfirmed Faces for any tag appear collectively (either before or after) the set of Confirmed Faces. This enhances visibility for the user, and allows easy confirm/reject operations.</div><div><br></div><div>Sorting implementations for views are present in ItemSortSettings, so I did a little modifications, and I've been able to sort the view as shown <a href="https://imgur.com/a/xODQfgj">here</a>.</div><div><br></div><div>However there's an issue with this, we're not sorting Faces but instead ItemInfos. Since every view (be it Albums view or People view) works on the same model, this new sorting order will enforce changes on the other views as well. I don't think it's possible for face A to appear before face B but image A (which contains face A) appears after image B (please correct me if wrong).</div><div><br></div><div>One way to fix this would be to implement a new Sorting role just for this purpose. I also have some more fixes in mind but I would like to hear other thoughts on this.</div><div><br></div><div>Kartik<br></div><div><br></div></div>