Advice on

Hi everyone,

I’m trying to help a friend create a small website with the below functionality, but have no idea where to start. Could someone please assist in pointing me in the right direction to research?

The app needs to:

  1. Owner can set up many of exercises, images and steps
  2. Owner can then add a client
  3. Owner can then ‘tick’ to select 1 to many exercises
  4. Owner can then send these to the client to view and complete

The overall goal is to make it easier for the owner to share exercises quickly. Ideally this would have a login section for that client, but I can do that, I’m just unsure on where to start with the selection and sharing.

Thanks in advance!

Hey, Jason.

You could try to implement it by storing all the information (exercises, images, etc.) in the database collections and populate it using Checkboxes and Repeaters .

Then check out these articles that show how to create custom member profile pages that will display the information for each user depending on the owner’s choice. This way, each of your clients/members will be able to login and see all the exercises assigned to them.
https://support.wix.com/en/article/creating-custom-member-profile-pages
https://support.wix.com/en/article/corvid-tutorial-building-your-own-members-area

User’s progress/choices can be also stored in another database if needed.

I hope it makes sense.