Feature/Add to core APIs to support multi surface UIs#131
Open
bentumbler wants to merge 11 commits into
Open
Conversation
b3441df to
3e26703
Compare
jsnyder81
reviewed
Jun 8, 2026
| │ wlanpi-ui (evolved from fpms2) │ | ||
| │ • touch_menu.v1.json, capabilities.*.json │ | ||
| │ • UiSession store (nav, view, revision, complications) │ | ||
| │ • Job orchestrator (freshnessSec, dedup, fan-out) │ |
Contributor
There was a problem hiding this comment.
Should job orchestration be part of UI? Seems like this may either need to be part of core, or it's own standalone thing. It feels slightly strange to have things being orchestrated by a user interface components.
Contributor
Author
There was a problem hiding this comment.
Valid point.
I see the scope of core to be the event driven APIs only.
The intention here is that any websockets and streaming and any state management related to that be above core. It can be a UI management layer rather than the UI itself but ideally decoupled from core
Delivers mode-gated hotspot APIs, blinker/bluetooth pair, legacy wlan delegation, PCI bus detection fix, and UI integration docs so wlanpi-ui can bind remaining fpms2 capabilities without capture work.
Enrich Swagger with tag metadata, deprecated route responses, auth schemas, exported openapi.json, and progressive workflow documentation for apps and MCP tools.
Add deprecated tag grouping, typed config status and NetworkInfo schemas, fix auth token and scan error semantics, and document app alignment.
Member
|
Lot's of changes and LOC added. Need to take a closer look at what is going on and being proposed. Sorry for the delay. |
jsnyder81
added a commit
to jsnyder81/wlanpi-core
that referenced
this pull request
Jul 5, 2026
Add changelog entry for the PR WLAN-Pi#131 packaging test build (P0 REST endpoints, OpenAPI improvements, expanded test suite) and bump __version__.py to 2.1.11. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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
Type of change
Proposed change
Testing
AI assistance
Checklist
devfor features/fixes,mainfor hotfixes)Breaking changes