Enable users to edit data: your thoughts on optimization?

Hi all,

Let’s say I want my users to be able to create a listing like on AirBnB (not what I’m doing, but the logic is the same).

My organization is the following:

  • I have a “Room” data type
  • A “New room” page where the user enter all the room informations such as price, photos, and such
  • A “Room” page: which is basically the same as New room but with all the informations previously entered, using text blocks instead of inputs.
  • An “Edit page”, same model as “New room”, where the inputs’ initial content are populated with what have been entered previously on the “new room” page.

So far, so good. Everything works.

But I’m wondering if there’s a better way? I’m not entirely familiar with the “set state” and toggles but maybe this is the way to go?
Or maybe I should use Hide/Show actions in the workflow? Like “when EDIT is clicked”, hide the group with all the texts and show the group with the inputs?

Thanks and have a great day,

Seb

This topic was automatically closed after 70 days. New replies are no longer allowed.