feat(ui): a basic read-only UI for wfx#366
Open
michaeladler wants to merge 2 commits intosiemens:mainfrom
Open
feat(ui): a basic read-only UI for wfx#366michaeladler wants to merge 2 commits intosiemens:mainfrom
michaeladler wants to merge 2 commits intosiemens:mainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #366 +/- ##
==========================================
+ Coverage 81.13% 81.41% +0.28%
==========================================
Files 93 96 +3
Lines 3912 3971 +59
==========================================
+ Hits 3174 3233 +59
Misses 488 488
Partials 250 250 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
42389f5 to
b930d9a
Compare
ddd3bd3 to
5a2652c
Compare
5a2652c to
bd227ea
Compare
af061ad to
24ae941
Compare
a017be9 to
9ea0a06
Compare
8da2374 to
348273c
Compare
348273c to
a25ced6
Compare
a028049 to
5e00834
Compare
- Implements a read-only frontend accessible via the browser - Enables exploration of the entire wfx state in the browser - Subscribes to job updates using server-sent events Signed-off-by: Michael Adler <michael.adler@siemens.com>
2277786 to
95df5a0
Compare
Signed-off-by: Michael Adler <michael.adler@siemens.com>
95df5a0 to
f653678
Compare
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.
Description
This is the initial version of a Web UI for wfx, following up on some of the feedback given at this year's Beyond IoT conference.
Features:
Note: Each CI build job (Linux, Windows) uploads a ZIP artifact containing wfx with the embedded UI. This artifact allows you to test the UI locally without building it yourself.
Issues Addressed
List and link all the issues addressed by this PR.
Change Type
Please select the relevant options:
Checklist