Page MenuHomePhabricator

Logging for add/remove edit from event (V2)
Open, Needs TriagePublic

Description

Some questions that have come up logging:

  • Do we need to change from hard delete to soft delete of edit in order to do logging, or no?
  • Where do we display the log? Special:Log is local, so we probably cannot use it if we want global support (which we probably do). We may need to create our own log page for the extension, such as Special:CollaborativeLog.
  • Who can see this data? For example, is it just the organizers, admins, and the person who made the edit that was added/removed? Or everyone? I guess the question is if there is anything sensitive or protected that we would not want to show to a larger audience.
  • We should try to make these decisions once -- and then not change them.

My thoughts so far:

  • We ultimately want logging, but I think it could be okay if we don't include it at first so we can get feedback on how people would want it to be managed.
  • My instinct today is: Wait for later, so we can collect more user insights (maybe in second learning session in late October, followed by a survey?) and then do logging as a separate ticket for V2