[go: up one dir, main page]

Skip to content

List Events Related to Snippets in User Profile Activity Feed

Problem to solve

Creating a snippet and possibly editing one should create an activity event on your profile showing as a blue square and line of text like other activity

What does success look like, and how can we measure that?

Creating a snippet adds an activity event in the same way a push or comment does.

Links / references


Testing Activity

@fjsanpedro:

  • Test that the events are created when they are supposed to.
  • Test also that the snippets event appear in the user activity feed.

@vij:

  • Test each new event is tracked
  • Test each new event is displayed

Security Testing Activity

@vij:

  • Ensure snippet visibility impacts event visibility (possibly already covered by existing implementation/tests)

MR Breakdown

@fjsanpedro:

@vij:

  • I think this would be slightly more work than the original issue requirements, now that Snippets are backed by repositories because we'd also need to consider repo actions as potential events to track.

  • We could create one MR per event we wish to track (e.g. create, delete, update, push). Weighted 3+ because further investigation would be needed to fully understand the work involved

  • Personal snippet events may require significantly more work after investigation into how the existing event implementation can be modified to support snippets without a project ID

Edited by Darva Satcher