Hello Bubblers !
I am writing to you guys because I am really stuck right now in my app development…
The user is able to create a project and create tests sheets in this same project.
Then he creates the phases that is must go through during the project. In each phase he can select the tests that should be performed. He can select the same test in different phases.
So what i would like to do is to let the user set the test order within the input in the RP.
I used a custom state to get a list of the input’s value and store them in the DB.
The example of the 1st line : Software validation should be done in 3rd and Hardware validation in 1st.
But then i would like to reorganize in a good visual way these info, but i cant figure out the way to link the number “3” to Software validation and “1” to Hardware Validation.

