icpc / gallery

source code of the official ICPC photo gallery on news.icpc.global/gallery
MIT License
4 stars 1 forks source link

Allow tagging suggestions #9

Open lperovskaya opened 1 year ago

lperovskaya commented 1 year ago

Do you see Bill Poucher on a picture, but he's not properly tagged? We want you to tag that person!

Is there a way for us to make a "suggest change" button that will send suggested coordinates and person somewhere for a confirmation?

Or if it's complicated, can we build a local application / website version that will show a custom gallery version with ability to suggest changes and give a list of suggested changes as a file? We can then set up a tagging station onsite and ask people to tag their friends

azat-ismagilov commented 1 year ago

I have one possible solution: create button with mailto and coordinates in title and body. This will work like this:

Submit changes

lperovskaya commented 1 year ago

This is actually brilliant! Can you calculate coordinates on click or something? As in: Click "edit" Click on a face in the photo Select person from a list or type a new person Submit it into email

azat-ismagilov commented 1 year ago

This is actually brilliant! Can you calculate coordinates on click or something? As in: Click "edit" Click on a face in the photo Select person from a list or type a new person Submit it into email

I will investigate this possibility and write to the ticket. Most likely it can be done with little effort.

lperovskaya commented 1 year ago

Works great for now, minor possible improvements: [] in email put each URL/string of tags on a separate line for easier copy-paste [] editing mode of photo information panel is quite high -- it often covers the tagging overlay and i have to scale the page to type a name. Need to design that interface part in a more compact manner, or maybe move it out of the photo area altogether, TBD [] if editing information panel has no university tagged the width of university tag is too small for comfort [] it's easy to forget to press Enter after typing a name, have no idea how to fix it