OpenSlides / OpenSlides/openslides-client
Adjust Healthcheck Route
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 35
- Forks
- 52
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 52
Description
Current behavior
The health status of client is currently available through the route "/health"
Wanted behavior
There should be a consistent health route pattern for every service. Other services use the pattern "/system//health". Client should adopt this pattern as well
- Specifically "/health"
- The returned value for the health route should be { "healthy": true, "service":"client" }
- The header type should be "application/json"
Contributor guide
No contributing guide indexed for this repository
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
Locate the current /health route in the client and compare it with the /system//health pattern used by other services. Resolve the issue's conflicting route wording, then verify the route, JSON response, and application/json content type against the checklist.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100