Navigate to other entities easier with buttons in parametrizaton

Navigate to other entities easier with buttons in parametrizaton

As a user, I want to go from one entity to the other by clicking a button in the parametrization. This dramatically improves the user flow in the app.

For instance, if I have entity A and I am in entity B. I want a button in entity B that can do: ‘Go to entity A’ or ‘Make a new instance of entity A’. Ofcourse, we want to adjust the text on the buttons.

It would also be nice if that functionallity can be added to Steps, such that the last step in the parametrisation can bring you to a next entity.

Hi @marliesbuijs ,

Good one. Just thinking along: I think a good proposed solution could be to have a button that allows one to navigate to a link that you create yourself, but rather than being static (as one would create with for example a markdown text), it would then be created through logic dynamically.

What do you think of this?

@mslootweg A dynamic link would be the best solution!

Some other options when creating that button might be:

  • an option for the developer to let the user open the link in the current tab or in a new tab.
  • let the user save the current params before it is directed to the new page.
  • let de user make a new entity when clicking and directly go into that new entity.