taipy icon indicating copy to clipboard operation
taipy copied to clipboard

Scenario selector - The end user should be able to filter scenarios

Open AlexandreSajus opened this issue 10 months ago • 3 comments

Here's an example: I am doing a what-if analysis on a neural network by changing the parameter alpha. When I create a new scenario, "alpha 2.00", it gets put at the top of the list instead of being ordered alphabetically. The end user should be able to filter scenarios in the scenario_selector.

core_issues_1_1

AlexandreSajus avatar Apr 02 '24 09:04 AlexandreSajus

Related tickets: https://github.com/Avaiga/taipy/issues/169 https://github.com/Avaiga/taipy/issues/1040 https://github.com/Avaiga/taipy/issues/392

jrobinAV avatar Apr 02 '24 15:04 jrobinAV

I believe my request is close to this issue. If it is not, please tell me so I can create another issue. My request would be to have better tools to navigate between scenarios. A sort and a filter could definitely help, but a search bar as well, or the possibility to oversee the tags directly from the selector.

Use case: I am using taipy for finding suspicious patterns in multiple datasets. Every day I have a team of users creating a few scenarios per dataset. I get between 20 to 80 scenarios a day. And I need to review them all within a few days. This is crucial to me to be able to rapidly find a scenario within a large number of scenarios. In my case, the scenario selector cannot be used anymore after a couple of days.

Workaround I had to do many things:

  • First I had to enforce a naming convention. My team as a high turn over rate, and some users are participating for free to the exerise only once. So it is cumbersome to ask them to apply such scenario naming rules.
  • I had to design a full page with tens of widgets ( inputs, text, selectors, etc. ) to have a proper way of searching scenarios. I am using some dates, labels, kpis, comments, and dataset names to search for my scenarios.
  • I am archiving some scenarios downloading the data not to lose the results. Then I created another page to access the archived datasets and results. This is not so important since I just need to use this page a couple of times a year.

Please tell me if I need to create a new issue for that.

bobbyshermi avatar Apr 25 '24 08:04 bobbyshermi

Specs

FredLL-Avaiga avatar May 22 '24 13:05 FredLL-Avaiga

Do you have any target date for a release?

bobbyshermi avatar May 27 '24 10:05 bobbyshermi

Do you have any target date for a release?

@bobbyshermi, Thank you for your interest and contribution to Taipy.

As you know, we are currently working on multiple issues to improve the scenario selector user experience. All the issues will be addressed in the next minor release, but we haven't communicated a specific date. We will do our best to make it for the next few months. That's all we can say.

Even if it is a non-stable nor definitive version, you can test what is already implemented in the develop branch of taipy. Feel free to give us your feedback and thoughts.

jrobinAV avatar May 27 '24 14:05 jrobinAV

@jrobinAV

All right, I 'll have a look to the develop version.

Thanks

bobbyshermi avatar Jun 12 '24 11:06 bobbyshermi

Just so you know, it is currently being tested, so there might still be issues

FlorianJacta avatar Jun 12 '24 13:06 FlorianJacta