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

Edit or delete event (after it's been synced) #27

Open
lalomartins opened this issue May 19, 2020 · 0 comments
Open

Edit or delete event (after it's been synced) #27

lalomartins opened this issue May 19, 2020 · 0 comments
Labels
duplicate This issue or pull request already exists

Comments

@lalomartins
Copy link
Owner

Events in the event server sense are immutable, but events in the sense of things that happen in real life and we record in the app sometimes get recorded incorrectly and need to be corrected. For this, we'll use a separate event category weekly goals correction; the timestamp is the timestamp of the original event for easier filtering, and the data goes in additional; {uuid: 'original_event_uuid', values: 'new_values', timestamp: time_of_change}, or for deleting, instead of a values key, a cancel: true.

(What about changing the timestamp, especially when it crosses a day boundary? Maybe better to cancel and replace?)

@lalomartins lalomartins added the duplicate This issue or pull request already exists label Dec 10, 2021
@lalomartins lalomartins reopened this Dec 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

1 participant