OpenSlides / OpenSlides/openslides-client

Adjust Healthcheck Route

Open
#5,744 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement low
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.