whiteducksoftware / whiteducksoftware/flock

[1.0] Make unsupported tracing settings explicitly read-only

Open Beginner friendly
#436 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
Python
Stars
120
Forks
14
Avg merge
19h 32m
Merged PRs (30d)
8

Description

The tracing settings UI shows fixed values and confirms saving without a persistence request, which gives operators a false success signal.

Scope

  • Render unsupported settings as read-only and explain the effective configuration source.
  • Remove the simulated save success and any control that implies persistence not provided by the backend.
  • Keep existing trace navigation and accessible labeling/focus behavior.

Acceptance criteria

  • The UI cannot report a successful configuration write without a confirmed backend operation.
  • Read-only state and any unknown/effective-value limitation are visible.
  • A focused UI check covers keyboard interaction and the absence of false save confirmation.

Boundaries

Implementing a new settings persistence API is outside this fix.

References

Contributor guide

Open the contributing guide

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

Start with src/flock/frontend/src/components/settings/TracingSettings.tsx and inspect how fixed tracing values, controls, and save feedback are rendered. Check the existing trace navigation and accessible labeling/focus behavior, then add a focused UI check for keyboard interaction and the absence of false save confirmation. Done means unsupported settings are visibly read-only and no unconfirmed configuration write is reported as successful.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
frontend, observability
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Active
Clarity
Clearly specified
Newbie friendliness
78/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.