Skip to content
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

Address missing history issue #641

Merged
merged 1 commit into from
Dec 1, 2023
Merged

Conversation

kabalin
Copy link
Member

@kabalin kabalin commented Nov 29, 2023

  • When photo history is accessed, show upload time with notification that some changes history is missing (but do not add history record to db).
    image

  • When editing a photo with missing history, add first history record to db with upload time and notification that some history is missing.
    image

Doing this through migration is time consuming, so decided to do this on per access/edit basis.

Fixes #631

@kabalin
Copy link
Member Author

kabalin commented Nov 30, 2023

После обсуждения с @paul-k-pastvu принято решение изменить текст:
image

* When photo history is accessed, show upload time with notification
  that some history is missing.
* When editing a photo with missing history, add first history record
  with upload time and notification that some history is missing.

Fixes PastVu#631
@kabalin kabalin requested review from klimashkin and removed request for klimashkin December 1, 2023 10:36
@kabalin kabalin merged commit bbb2ecc into PastVu:master Dec 1, 2023
1 check passed
@kabalin kabalin deleted the missinghist branch December 1, 2023 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Lost history for some photos / Потеря истории для некоторых снимков
2 participants