Worklog for task "Add image and photo upload and recognition features"

1 июл. 2026 г., 02:04:21

The function itself is implemented. But now we need to do something complex — the complete information lifecycle. When a user uploads a photo, they can do a lot with it, but one of the functions is to ask AI to explain it. As a result, the photo gets a description as a property of the File record itself. Next, the user has a choice — whether to make this photo public. If they do, the photo must go through moderation, and after that it can no longer be edited; it can only be unpublished. The reluctance to allow editing after this is not related to a political decision, but is purely technical — in this case, it would be necessary to change the information lifecycle: first the user proposes changes, then they must go through the moderation stage again, and only after that apply to the photo itself. Right now, this is unnecessary overhead without a real need.

After the photo is published, it is not only available as a source of public information, including being placed on a map, but also as a source of information for an AI agent, which can tell other users where interesting things are based on their requests.

30.06.2026