Create activity for users #953
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
activity
user_id=123;trip_id=456
Open question: Do I only want to have a (single) user_id? What if user A updates user B -> don't I want to show this in both user A and user B?
What about event/trips/boat damages/reservations/...? Don't they all deserve a activity/history?
-> I think I want tags. Instead of the
user_id
a fieldrelevant_for
where different things can add strings (e.g.user_id=123;
). Then I don't have to touch the db for every new table.