Mission-DMX / Mission-DMX/Project-Editor
Debug Tab should show device enumeration
Open
Nobody has claimed this yet.
usability
- Dominant language
- Python
- Stars
- 10
- Forks
- 1
- Avg merge
- 27m
- Merged PRs (30d)
- 1
Description
We should add a table to the debug tab that displays discovered devices. In order to do so, one would need to send out the corresponding query message (MSGT_REQUEST_DISCOVERED_DEVICES) and react on the incoming reply.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the debug tab and the code that handles device communication. Trace the MSGT_REQUEST_DISCOVERED_DEVICES query and its incoming reply, then add a table showing the discovered devices. Done means the debug tab requests enumeration and displays the returned devices.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 64/100