Ajapaik / ajapaik-web

Crowdsourcing of data for historic imagery (geotagging, face tagging, rephotography)
https://ajapaik.ee
GNU General Public License v3.0
27 stars 19 forks source link

Make person (album) editable #105

Open puik opened 2 years ago

puik commented 2 years ago

We need have a view for editing person information that's available for all contributors. The view should also display person photo(s).

Data model:

Shall we have another table for external IDs url-patterns?

Probably also needed is option of locking person editing.

Logging all the edits (something wiki-like?).

puik commented 2 years ago

NB! Names should not be machine translated but we need to have the option of capturing different forms of the name (royal persons, for instance) and in different alphabets (cyrillic is most important for us)

MaertHaekkinen commented 2 years ago

I suggest that we reuse the album editor in curator. There is something that needs fixing there anyway.

That is subalbum selection, which can time out. This is because it does not use autofill based on query. It fetches all 15k albums.

MaertHaekkinen commented 2 years ago

The subalbum selection issue is now fixed. The component unfortunately isn't reusable yet. I avoided dropping any more hours into this one for now. As there are more pressing matters to work on for now.