Skip to content

refactor(webapp): rename startup feature flags to startup feature toggles [WPB-23826]#20585

Merged
screendriver merged 1 commit intodevfrom
feature-flags
Mar 6, 2026
Merged

refactor(webapp): rename startup feature flags to startup feature toggles [WPB-23826]#20585
screendriver merged 1 commit intodevfrom
feature-flags

Conversation

@screendriver
Copy link
Member

@screendriver screendriver commented Mar 6, 2026

EpicWPB-23826 [Web] Optimize websocket implementation

Pull Request

Summary

This change standardizes the startup surface on "feature toggles" terminology and keeps startup toggle behavior explicit and predictable at application boot. The expected outcome is clearer naming across the startup flow, easier reasoning about toggle state, and less ambiguity when discussing or extending startup-controlled behavior.


Security Checklist (required)

  • External inputs are validated & sanitized on client and/or server where applicable.
  • API responses are validated; unexpected shapes are handled safely (fallbacks or errors).
  • No unsafe HTML is rendered; if unavoidable, sanitization is applied and documented where it happens.
  • Injection risks (XSS/SQL/command) are prevented via safe APIs and/or escaping.

Accessibility (required)

Standards Acknowledgement (required)


Screenshots or demo (if the user interface changed)

Notes for reviewers

  • Trade-offs:
  • Follow-ups (linked issues):
  • Linked PRs (e.g. web-packages):

@sonarqubecloud
Copy link

sonarqubecloud bot commented Mar 6, 2026

@github-actions
Copy link
Contributor

github-actions bot commented Mar 6, 2026

🔗 Download Full Report Artifact

🧪 Playwright Test Summary

  • Passed: 11
  • Failed: 0
  • Skipped: 3
  • 🔁 Flaky: 0
  • 📊 Total: 14
  • Total Runtime: 84.1s (~ 1 min 24 sec)

@screendriver screendriver added this pull request to the merge queue Mar 6, 2026
Merged via the queue into dev with commit 474539c Mar 6, 2026
52 checks passed
@screendriver screendriver deleted the feature-flags branch March 6, 2026 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants