[go: up one dir, main page]

Skip to content

Investigate: Support for events on PersonalSnippets

We want to get an idea of the amount of work needed to display activity related to PersonalSnippets in the user's profile (along with ProjectSnippets activity). As per Fran's suggestion, we could achieve that by:

Context

  • Currently, only comments on ProjectSnippets are shown as activity items in the user's profile.
  • The snippets related activity is scoped to the projects the user contributes to.
  • Comments on PersonalSnippets create events in the db but are not displayed as they don't belong to any project.
  • Other types of events would need to be created as currently only comments are tracked.
Edited by Amparo Luna