Review documentation and audit codebase features#117
Merged
JoshuaAFerguson merged 2 commits intoNov 19, 2025
Merged
Conversation
Update all major documentation to accurately reflect the current implementation status: - README.md: Change to v1.0.0-beta, clarify what works vs in progress - FEATURES.md: Add status legend, mark plugins as stubs, note test coverage - ROADMAP.md: Focus on actual next steps (testing, plugins, Docker, VNC) - Move TEST_COVERAGE_REPORT.md to tests/reports/ - Update website to reflect Kubernetes-only support and beta status Key changes: - Plugin system: Framework complete, 28 plugins are stubs with TODOs - Docker controller: 102-line skeleton, not functional - Test coverage: ~15-20% (not previously claimed "full coverage") - VNC migration: Not started (using LinuxServer.io images) Provides honest assessment of project state for contributors.
- Fix SessionCard mock to use correct session.status.phase structure - Add isActive and isIdle properties to session mock - Fix SecuritySettings to properly mock API class instance methods - Define explicit mock for api methods (setupMFA, verifyMFA, etc.) These fixes address mock structure issues. Additional work needed: - More tests need proper mock return values before each test - Some UI elements tests expect may not match component output - Test coverage still at ~15-20%, goal is 80%+
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.