feat(dashboard): show pending tool submissions in My Tools view#92
Open
LucasHahne wants to merge 1 commit into
Open
feat(dashboard): show pending tool submissions in My Tools view#92LucasHahne wants to merge 1 commit into
LucasHahne wants to merge 1 commit into
Conversation
Developers had no visibility into submitted tools still in the review pipeline. Surface tool_intakes on the dashboard with review status, reviewer notes, and a resubmit link for submissions that need changes. Co-authored-by: Cursor <cursoragent@cursor.com>
|
@LucasHahne is attempting to deploy a commit to the Power Platform Tool Box Team on Vercel. A member of the Team first needs to authorize it. |
OOlashyn
self-requested a review
July 14, 2026 12:22
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Developers who submit tools through the intake workflow had no way to track submission status after leaving the submit page. This PR surfaces in-review tool submissions directly on the dashboard My Tools view so developers can see where their submissions stand without waiting for publication.
/api/dashboard): Fetches the authenticated user'stool_intakesrecords still in the review pipeline (pending_review,needs_changes,approved,rejected) and returns them aspendingSubmissions.needs_changes.I tried using a preview dashboard to at least see how it would look like:

For now the Resubmit button just takes the developer back to the submit a tool page. Could potentially be adjusted in the next update.
As I just submitted a tool myself, I was missing that feature and tried implementing it.
Awaiting your feedback.