openedx / openedx/openedx-platform
[API] Home Page Data
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 8.2k
- Forks
- 4.4k
- Avg merge
- 6d 18h
- Merged PRs (30d)
- 42
Description
Functional Area: Home Page Data
Endpoints under this functional area:
| Module | API Version | Resource / Endpoint | HTTP Method | Description |
|---|---|---|---|---|
| Home | v1 | /contentstore/v1/home |
GET | Retrieves the full home page object including courses, libraries, organization permissions, user course creator status, and studio/platform metadata. Supports optional org query parameter to filter by organization. Useful for AI dashboards, external admin tools, or automated course/library analysis. |
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
Start by locating the implementation and API tests for GET /contentstore/v1/home; no files or tests are named in the issue. Compare the endpoint's current response with the listed home page data and optional org filtering, then define completion around returning the described home page object and validating those behaviors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100