openedx / openedx/edx-notes-api
Filtering by course_id, user and usage_id does not work.
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 16
- Forks
- 63
- Avg merge
- 22h 48m
- Merged PRs (30d)
- 8
Description
Filtering by user is required.
Filtering by course_id and usage_id should be optional. Only when appropriate parameters exist in request.
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
No files or tests are named in the issue. Start by locating the request filtering entry point for user, course_id, and usage_id, then inspect how absent optional parameters are handled. Done means user filtering is required while course_id and usage_id are applied only when present.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend-api-design
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100