Mission-DMX / Mission-DMX/Project-Editor

Dialog box CLI commands

Open
#277 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

good first issue
Dominant language
Python
Stars
10
Forks
1
Avg merge
27m
Merged PRs (30d)
1

Description

We need a message box cli command. Caution: This must check if it is executed on the GUI. If not, the displayed text should be printed to the context instead.

The following options should be present:

  • Title
  • Icon
  • Message text
  • Displayed buttons
  • storing of clicked button inside context valiable space

If the command is not run on the GUI, it should not pause and should set empty content to the clicked button if requested.
The dialog box should be in modal mode.

There must also be an input command displaying a QSpinBox or QLineEdit or QComboBox (which ever was specified) to query the user for input.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No file, test, command name, or GUI entry point is identified. Start by locating how CLI commands and GUI interactions are registered, then define the dialog and input command behavior for GUI and non-GUI contexts and add coverage for both paths.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
cli, desktop
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.