Skip to content

feat(dashboards): Add GET endpoint for starred dashboards #93812

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

narsaynorath
Copy link
Member

This endpoint will be where I query for the starred data. It should return dashboards in order of how they are positioned.

In a follow up PR I will add code here such that if there are any None positions, I'll trigger a backfill and update them given the ordering of their name, which is the current ordering in the sidebar.

This endpoint will be where I query for the starred data. It should
return dashboards in order of how they are positioned.

In a follow up PR I will add code here such that if there are any `None`
positions, I'll trigger a backfill and update them given the ordering of
their name, which is the current ordering in the sidebar.
@narsaynorath narsaynorath requested a review from a team June 18, 2025 14:08
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Jun 18, 2025
@narsaynorath narsaynorath marked this pull request as ready for review June 18, 2025 14:45
@narsaynorath narsaynorath requested review from a team as code owners June 18, 2025 14:45
Copy link

codecov bot commented Jun 18, 2025

Codecov Report

Attention: Patch coverage is 96.15385% with 2 lines in your changes missing coverage. Please review.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
...y/api/endpoints/organization_dashboards_starred.py 89.47% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master   #93812      +/-   ##
==========================================
- Coverage   88.02%   88.02%   -0.01%     
==========================================
  Files       10331    10331              
  Lines      596415   596464      +49     
  Branches    23160    23160              
==========================================
+ Hits       524992   525032      +40     
- Misses      70967    70976       +9     
  Partials      456      456              

@narsaynorath narsaynorath marked this pull request as draft June 18, 2025 15:12
@narsaynorath narsaynorath marked this pull request as ready for review June 18, 2025 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant