Skip to content

feat: add core health endpoint and polls listing API#13

Merged
h0pers merged 2 commits into
masterfrom
feat/core-health-and-polls-api
Jun 29, 2026
Merged

feat: add core health endpoint and polls listing API#13
h0pers merged 2 commits into
masterfrom
feat/core-health-and-polls-api

Conversation

@h0pers

@h0pers h0pers commented Jun 29, 2026

Copy link
Copy Markdown
Owner

Summary

  • Move health check endpoint from polls app to a new core/api module for better separation of concerns
  • Refactor polls API from a health check view to a proper polls listing endpoint with PollSerializer
  • Add step names to pre-commit GitHub Actions workflow for better readability
  • Minor style and formatting fixes across docker-compose and CI files

Test plan

  • Verify GET /api/health/ returns {"status": "ok"}
  • Verify GET /api/polls/ returns serialized poll data
  • Confirm OpenAPI schema reflects updated endpoints and tags
  • Verify pre-commit CI workflow runs successfully

@h0pers
h0pers merged commit 86e765f into master Jun 29, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant