VSLCatena / mensa

Enrollment of members for diner
0 stars 1 forks source link

Logging #82

Open SubSide opened 2 years ago

SubSide commented 2 years ago

As an admin I want to be able to see who did what to the system.

Non exhaustive list:

Add onto this when new log things are possible. Find a nice way to link logs to certain mensas and faqs (maybe an uuid generated for every faq and mensa or something?)

Kipjr commented 2 years ago

we might need https://github.com/topclaudy/compoships for Logs & Categories for option 2 #97

Kipjr commented 2 years ago

see #96 and #97 for possible solutions. I would prefer Option 1.

Kipjr commented 2 years ago

idea for table-structure:

id = uuid
user_id = $user->id if user otherwise SYSTEM
content = json containing whatever data we want to store
Kipjr commented 2 years ago

It seems my current option does the above requirements