nofusscomputing / nofusscomputing/centurion_ui
Content Fetchers
Open
@jon-nfc is already working on this.
Since Aug 14, 2026.
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 0
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 20
Description
Summary
Implement a modularized http fetcher
Description
To be able to fetch data for the pages to render, http queries will need to be made. The fetcher should be created in such a way that it can easily be extended to obtain a different data type.
Business Value / Objectives
- Limit repeated code
- Single object for fetching data
Success Criteria
- Django backend
- Markdown backend
- Common spec backend
- Can fetch svg
- can fetch json
- can fetch md and parse front matter
- Supports CORS
- Supports AbortSignal
- Sets User Agent for all requests
Scope
Just that required to bring feature.
Dependencies
No response
Risks & Mitigations
No response
Stakeholders / Roles
No response
Milestones / Timeline
No response
Linked Features / Stories (Task List)
- Base http fetcher
- Django http fetcher
- svg http fetcher
Additional Notes / References
No response
Links
-
CORS
Links
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.
Assessment
This issue has not been assessed yet.