feat: add Wave documentation, triage tooling, and release checklists …#881
Merged
edehvictor merged 2 commits intoJun 27, 2026
Merged
Conversation
|
@Maximum-Prosper is attempting to deploy a commit to the Edeh Victor's projects Team on Vercel. A member of the Team first needs to authorize it. |
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.
Description
Resolves multiple Wave documentation and tooling enhancements to improve contributor experience, maintainer workflows, and release readiness.
Closes #21
Changes Summary
Issue #435: Fix API base URL fallback behavior in preview environments
isApiConfigured()function to safely check API configuration statusgetApiBaseUrlOrNull()for graceful error handlingdocs/frontend-env-reference.mdwith comprehensive Preview environment setup section including:.env.examplewith clarified comments about preview requirementsFiles:
client/src/lib/api.ts,client/src/lib/api.test.ts,docs/frontend-env-reference.md,client/.env.exampleIssue #448: Create maintainer dashboard issue triage view
scripts/issue-triage.jswith automated GitHub API integration:scripts/maintainer_saved_searches.shwith:ghtooldocs/triage-process.md(200+ lines) with:Files:
scripts/issue-triage.js,scripts/maintainer_saved_searches.sh,docs/triage-process.mdIssue #444: Add UI snapshot checklist for visual contribution reviews
CONTRIBUTING.mdwith detailed UI snapshot requirements:docs/contributor-guide.md:.github/pull_request_template.mdwith:Files:
CONTRIBUTING.md,docs/contributor-guide.md,.github/pull_request_template.mdIssue #443: Add release readiness checklist for Wave submissions
docs/release-checklist.md:CONTRIBUTING.mdto prominently link Wave release readiness guidanceFiles:
docs/release-checklist.md,CONTRIBUTING.mdTesting & Verification
client/src/lib/api.test.tspass (15+ scenarios)scripts/issue-triage.jstested with GitHub API (requiresGITHUB_TOKEN)Related Documentation
All changes reference and align with:
Impact
No visual changes — Documentation and tooling updates only.