Mission-DMX / Mission-DMX/Project-Editor
Event Scheduler UI Widget
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 10
- Forks
- 1
- Avg merge
- 27m
- Merged PRs (30d)
- 1
Description
We need a UI widget that can schedule events by using a matrix of check boxes (just like a synthesiser sequencer)). On the Y axis, the user should be able to define actions, on the x axis time steps. The active column should be highlighted. When a column becomes active, all ticked actions should be send to fish. The active column advances after a defined time interval. The user should be able to set the current active column by clicking it.
An action should be one of the following:
- inserting an event
- updating the constant of a filter
- executing a command
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
No file, test, or entry point is named. Start by locating the existing UI and fish event-dispatch paths, then clarify how rows, time steps, intervals, and the three action types should be represented. Done means the widget can select an active column, advance it on an interval, and dispatch each checked action.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100