M3: expected results missing on every cURL request
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2
- Forks
- 1
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 7
Description
Module 3 (PHP beginner, content/php/beginner/3.md) gives cURL commands for exercising the controller endpoints, but never shows what a successful response looks like.
A learner running the command has nothing to compare against, so they cannot tell a working endpoint from a broken one — which is exactly the moment they need certainty.
Scope
Add the expected result to every cURL request in the module.
Done when
Each cURL block is followed by the response a correct implementation returns.
Identified in a beta-testing pass, 2026-06-17.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open content/php/beginner/3.md and review every cURL command in Module 3. For each request, identify the successful response from the controller endpoints and place it directly after the command. Done means every cURL block is followed by the response a correct implementation returns.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 88/100