Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Determine instrumentation strategy for saved opportunities and saved searches #3506

Closed
1 task
mxk0 opened this issue Jan 13, 2025 · 2 comments
Closed
1 task

Comments

@mxk0
Copy link
Collaborator

mxk0 commented Jan 13, 2025

Summary

In order to report on the Search/Opp Listing v2 enhanced deliverable, we need reliable stats on the following:

  • At least 500 saved opportunities are created by at least 50 unique users
  • At least 250 searches are saved by at least 25 unique users

This ticket is to explore an document how we will do this reporting.

We can see how many e.g. opportunities are saved at any given time based on what's in the saved opps db table, but for the 500 metric we should be able to count opportunities that were saved and then unsaved.

Acceptance criteria

  • Discovery done, any decisions needed are made, any follow-up tickets are created
@doug-s-nava
Copy link
Collaborator

maybe partially a question of how "unsaves" will be implemented. If "unsaves" will be deleted from the DB then we'll have to think about this, but if there will be a column to track saved state instead, then we can just run a normal count

@mxk0 mxk0 removed the refinement label Jan 14, 2025
@mxk0
Copy link
Collaborator Author

mxk0 commented Jan 14, 2025

We can get this from API logs in CloudWatch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants