requestty icon indicating copy to clipboard operation
requestty copied to clipboard

Implemented OrderSelect

Open NovaliX-Dev opened this issue 3 years ago • 0 comments

Here is a first beta of the order_select question (Discussed in [#13]), but i'ts not complete.

I still have to :

  • [ ] implement the automatic test module, since I tested it manually

I intentionally not implemented many functions in the builder (choice, choice_with_default, separator, default_spearator, choice_with_default) for the following reasons :

  • Since the user will mix the order of the options in the list, separators aren't necessary,
  • "Choice" and "choice with default" don't seem necessary anymore to me, because the programmer can compose the list and set the order of the options before building the question.

Let me know if you want changes in the code.

Only tested on Windows 11.

NovaliX-Dev avatar Aug 13 '22 22:08 NovaliX-Dev