docs: study Android clients and public API feasibility - #116
Draft
hotzenplotz5 wants to merge 12 commits into
Draft
docs: study Android clients and public API feasibility#116hotzenplotz5 wants to merge 12 commits into
hotzenplotz5 wants to merge 12 commits into
Conversation
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.
Summary
This documentation and documentation-validation change establishes the current repository truth, a phased feasibility/target-architecture study for Android Mobile, Android TV, browser/PWA, desktop and third-party clients, and the proposed durable client-platform decision in ADR-0051.
The branch starts from current
origin/mainatcb77ff66e11dca7db2eafa36525762dcde35102d(merged PR #115), after the repository-truth refresh from PR #114.What changed
ADR-0051: Client Platform and Native Android Architecture;CURRENT.md, the strict roadmap and documentation indices for merged PR feat(frontend): add configurable photorealistic VDR remote #115.Main architecture conclusions
/api/...routes andVdrSuiteClientApiwrappers are transition contracts, not automatically/api/v1.Validation
The VDR-local checkout
/home/yavdr/vdr-suiteis not mounted in the execution environment, so no local Git commands, builds or real-system VDR acceptance tests were run. Repository reads and writes were performed through the connected GitHub repository.