PANTHER User Interface - #119
Open
umer901 wants to merge 8 commits into
Open
Conversation
-Created feature where clicking a node brings you to the config builder to make changes -Fixed refresh diagram button, so that changes made to yaml will be visible upon refresh -More information about tests in UI -8 Test cases for the topology section
Contributor
There was a problem hiding this comment.
Sorry @umer901, your pull request is larger than the review limit of 150000 diff characters
Not up to standards ⛔🔴 Issues
|
| Category | Results |
|---|---|
| UnusedCode | 2 minor |
| Documentation | 1 minor |
| ErrorProne | 4 high |
| CodeStyle | 56 minor |
| Complexity | 10 medium |
| Performance | 13 medium |
🟢 Metrics 142 complexity
Metric Results Complexity 142
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
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 PR introduces a browser-based graphical interface for PANTHER as developed for my master's thesis. The interface extends the existing framework without modifying its core experiment workflow, providing a visual layer for experiment configuration, execution, monitoring, and result inspection.
The implementation remains compatible with PANTHER's existing plugin architecture, YAML configuration model, and experiment execution pipeline.
Features
Configuration Management
Experiment Execution
Topology Visualization
Plugin Discovery
Results Exploration
Architecture
The implementation introduces a service-oriented web layer consisting of:
No changes are required to the existing CLI or experiment execution pipeline.
Testing
The implementation includes:
Testing covers: