docs: add full query parameter matrix#3346
Conversation
|
@REHAN-503 is attempting to deploy a commit to the jhasourav07's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
👋 Hey @REHAN-503, welcome to CommitPulse! 🎉 Thanks for opening your first pull request — this is a big deal and we appreciate the effort! While you wait for a review, please double-check:
A maintainer will review your PR shortly. Hang tight! 🚀 |
|
Please pull the latest changes and resolve the conflicts so we can review it! git fetch origin
git rebase origin/main
# resolve any conflicts, then:
git push --force-with-leaseOnce resolved, the |
1 similar comment
|
Please pull the latest changes and resolve the conflicts so we can review it! git fetch origin
git rebase origin/main
# resolve any conflicts, then:
git push --force-with-leaseOnce resolved, the |
df9e0fd to
e293995
Compare
…alidation & Schema Constraints Stability (Variation 10) The StudentProfile model exposes the IEducation, IExperience, and IStudentProfile interfaces alongside its mongoose schema, but there was no compiler-level test that pinned those declarations down. Add isolated expectTypeOf assertions for the public surface and pair them with runtime validateSync checks so a future refactor that changes a field type, drops a required validator, or relaxes the graduationYear constraint gets caught at PR time.
Creates 33 test cases covering massive data sets and extreme high bounds for the BackgroundRefresh service. Tests include high-volume isStale processing (100k calls), extreme temporal boundary handling, concurrent trigger floods with 10k-50k unique usernames, memory stability under 50k active job tracking, dedup verification with casing and whitespace variations, and performance bounds for all major execution paths.
…lization & Calendar Data Boundary Alignment
…vice Layer Mocking & Local Cache Stubs
git push origin test-compare-mock-integrations
…ion & Schema Constraints Stability
e293995 to
4a09003
Compare
Description
This PR improves the README by consolidating query parameter documentation into a single, easy-to-scan reference table.
Changes Made
Fixes #239
Pillar
Visual Preview
N/A – Documentation-only change.
Checklist before requesting a review:
CONTRIBUTING.mdfile.localhost:3000/api/streak?user=YOUR_USERNAME).npm run formatandnpm run lintlocally and resolved all errors (CI will fail otherwise).README.md.