feat: redesign open-source page with on-site contribution roadmap - #27
Merged
Merged
Conversation
- Replace external GitHub issues links with interactive on-site roadmap - Add 5 categories: Features, Improvements, Accessibility, Documentation, DevOps - Include 22 contribution ideas with difficulty levels and skill tags - Each item generates a pre-filled GitHub issue when clicked - Add quick stats banner showing tech stack - Simplify "How to Contribute" to 4-step visual guide - Keep "Propose a Feature" link for custom ideas https://claude.ai/code/session_0117KrZqL8YvmTkrsFCQSFqV
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Pradyumna369
pushed a commit
to Pradyumna369/cursor-boston
that referenced
this pull request
Apr 12, 2026
…pha/claude/opensource-roadmap-3hTYk feat: redesign open-source page with on-site contribution roadmap
2 tasks
rogerSuperBuilderAlpha
added a commit
that referenced
this pull request
May 18, 2026
…) (#1026) Drives lib/submissions.ts (107 LOC, previously 0% covered) to 100% across statements / branches / functions / lines. 12 tests cover both submitTalkProposal and submitEventRequest with firebase/firestore mocked and a swappable @/lib/firebase mock: - throws "Firebase is not configured" when db is null - happy path: writes to the right collection, returns doc id - userId defaults to null when not provided - POSTs to the correct /api/notify-admin/* with the new doc id - swallows fetch failures (submission is already saved) - propagates Firestore write errors Refs #54 (OpenSSF Silver test_statement_coverage80). Signed-off-by: Ludwitt <ludwitt@ludwitt.com>
This was referenced May 18, 2026
rogerSuperBuilderAlpha
added a commit
that referenced
this pull request
May 19, 2026
) (#1149) Adds 13 jest tests for the root POST/GET handlers on top of the existing 2, lifting app/api/cursor/idea-runs/route.ts from 69.69% / 31.34% to 92.92% / 71.64% (statements/branches). POST paths covered: - Unauthenticated → 401 - Admin db missing → 500 not_configured - Non-JSON body → 400 invalid_body - Schema validation failure → 400 invalid_body - launchPrIdeaRun throw (non-connection) → 500 launch_failed, error doc persisted GET paths covered: - Unauthenticated → 401 - Admin db missing → 500 - Firestore query throw → 500 list_failed - ?refresh=false short-circuits refreshNonTerminalRuns - MissingCursorConnectionError during refresh is swallowed, returns 200 - Per-run getCursorRunSnapshot error is logged but list still returns 200 - timestampMillis() exercises Date, string, toMillis, and null branches - needsWorkflowRefresh()=true triggers refresh on terminal status with workflowStage='planning' + missing buildPlan Branch coverage +40pp on this file. Part of the OpenSSF Best Practices Gold coverage push toward 90% / 80%. Signed-off-by: Ludwitt <ludwitt@ludwitt.com>
3 tasks
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.
https://claude.ai/code/session_0117KrZqL8YvmTkrsFCQSFqV
Description
Please include a summary of the changes and the related issue. Include relevant motivation and context.
Fixes # (issue)
Type of Change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.
Checklist
Screenshots (if applicable)
Add screenshots to help explain your changes.
Additional Notes
Add any other information about the PR here.