|
| 1 | +# Summary of the Pull Request |
| 2 | + |
| 3 | +## References and Relevant Issues |
| 4 | + |
| 5 | +## Detailed Description of the Pull Request / Additional comments |
| 6 | + |
| 7 | +Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. |
| 8 | + |
| 9 | +Fixes # (issue) |
| 10 | + |
| 11 | +## Type of change |
| 12 | + |
| 13 | +Please delete options that are not relevant. |
| 14 | + |
| 15 | +- [ ] Bug fix (non-breaking change which fixes an issue) |
| 16 | +- [ ] New feature (non-breaking change which adds functionality) |
| 17 | +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) |
| 18 | +- [ ] This change requires a documentation update |
| 19 | + |
| 20 | +## Performance Impact |
| 21 | + |
| 22 | +Please describe any relevant performance impact of this change. This can be positive or negative impact. How did you characterize/test the performance impact? |
| 23 | + |
| 24 | +## How Has This Been Tested? |
| 25 | + |
| 26 | +Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration |
| 27 | + |
| 28 | +- [ ] Test A |
| 29 | +- [ ] Test B |
| 30 | + |
| 31 | +<!--**Hardware Configuration**: |
| 32 | +- [ ] Dev Board |
| 33 | +- [ ] Test rack |
| 34 | +- [ ] DVT Boards |
| 35 | +- [ ] Production Boards |
| 36 | +--> |
| 37 | + |
| 38 | +**Software Configuration**: |
| 39 | +- [ ] Operating System: |
| 40 | +- [ ] Software version: |
| 41 | +- [ ] Branch: |
| 42 | +- [ ] Toolchain version: |
| 43 | +- [ ] SDK version: |
| 44 | + |
| 45 | +## Validation Steps Performed |
| 46 | + |
| 47 | +## Frontend Location and Stack |
| 48 | + |
| 49 | +Frontend-related code is located in `/frontend/` at the repository root. It contains the Web interface and dashboard implemented with React, TypeScript, TailwindCSS and Socket.IO client for real-time features. |
| 50 | + |
| 51 | +## PR Checklist |
| 52 | + |
| 53 | +- [ ] My code follows the style guidelines of this project |
| 54 | +- [ ] I have performed a self-review of my own code |
| 55 | +- [ ] I have commented my code, particularly in hard-to-understand areas |
| 56 | +- [ ] I have made corresponding changes to the documentation |
| 57 | +- [ ] My changes generate no new warnings |
| 58 | +- [ ] I have added tests that prove my fix is effective or that my feature works |
| 59 | +- [ ] New and existing unit tests pass locally with my changes |
| 60 | +- [ ] Any dependent changes have been merged and published in downstream modules |
| 61 | +- [ ] I have checked my code and corrected any misspellings |
| 62 | +- [ ] Closes #xxx |
| 63 | +- [ ] Tests added/passed |
| 64 | +- [ ] Documentation updated |
| 65 | + - If checked, please file a pull request on [our docs repo](https://github.com/SoftwareDevLabs) and link it here: #xxx |
| 66 | +- [ ] Schema updated (if necessary) |
0 commit comments