-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bye bye 'New person..' #336
Conversation
p.s. The idea is basically to finish some discussions about join clustering and performance. 😅 |
Good idea. And this is also the kind of view you want to integrate into images app? |
Hi @escoand
Yes. Hope to have something like this. However, there is no api for it yet. 😉 |
OK, in the first layer you have added the "person abstraction" and show only distinct names, right? Thats effectively the often requested merge of multiple clusters with really less overhead and does not change the background work. Simple but nice solution. But I don't understand why you show only one cluster on the second layer. Wouldn't make it more sense to show already here all clusters but allow to rename them? But I would think the separation and rename button should be only small as this is in most cases just an onetime action. |
HI @escoand
They are also all clusters of one person. Count the pictures in the second and third pictures. 😉
You are right, also still need to rename all the clusters of the same person in the second view. Soon... 😬 The third view is still necessary to fix grouping errors since the most common mistake is sometimes not using the last names, and 'join' two persons with the same name.. 😅 |
shouldn't it be |
Yes... The public url depends on the RewriteBase configuration, but the api itself must include the |
@dassio in last commit add an method to get this. I will merge this patch tomorrow. Wait and reuse all this code. 😄 |
I'm very excited about this feature. When will this be available for update. Or is there the possibility to manual update to version 0.6.4? |
@matiasdelellis if you can give me a hint how to test I can give it a try on my instance. |
Hi @DerOetzi |
Ok..
This time I am not going to change the infrastructure beyond this (Just allow null names.).
So, the main changes will be in the controllers, and the fronted. Then the persons will be all the clusters with the same name... And clusters, just that.
TODO:
For the future we can continue with #262 and the comparisons would be between those who have names and those who do not.