Hello - I am looking for a way to improve the user experience on my app. I have two tables, Table 1 = Programs, Table 2 = Sites. A user is able to create a new record to the Programs table using a submission datapage. From there they are directed to the Programs webpage. On the Programs webpage the user can edit the Program record using a form datapage and they can assign a Site (from the Sites Table) to that Program. This is done with a submission datapage that takes the Program ID and Site ID and stores them in a third table. If the Site they would like to assign to the Program does not exist, they can add a new Site to the Site Table and then assign the Site to the Program. See screenshot 1 of current set up when there is no Site to Program association (top) and (bottom) when there is a Site to Program association.
1. I want to prompt the user to create the program to site association if in the Program record Site or Patient Home does not equal Patient Home AND if there is currently NO active site associated to the Program. The prompt would happen if the user tries to exit the webpage without an active Site association (or is there a better prompt option?).
2. Are there any suggestions on the flow/user experience regarding the assignment of a current Site versus Adding a New Site and then making that association. Is there a way to add a new Site and also assign it at the same time?
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
wimtracking2
Hello - I am looking for a way to improve the user experience on my app. I have two tables, Table 1 = Programs, Table 2 = Sites. A user is able to create a new record to the Programs table using a submission datapage. From there they are directed to the Programs webpage. On the Programs webpage the user can edit the Program record using a form datapage and they can assign a Site (from the Sites Table) to that Program. This is done with a submission datapage that takes the Program ID and Site ID and stores them in a third table. If the Site they would like to assign to the Program does not exist, they can add a new Site to the Site Table and then assign the Site to the Program. See screenshot 1 of current set up when there is no Site to Program association (top) and (bottom) when there is a Site to Program association.
1. I want to prompt the user to create the program to site association if in the Program record Site or Patient Home does not equal Patient Home AND if there is currently NO active site associated to the Program. The prompt would happen if the user tries to exit the webpage without an active Site association (or is there a better prompt option?).
2. Are there any suggestions on the flow/user experience regarding the assignment of a current Site versus Adding a New Site and then making that association. Is there a way to add a new Site and also assign it at the same time?
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.