Nailed It app clone

I am new to building apps and this is my very first project. I am using Adalo’s Nailed it clone and there is one piece of the puzzle missing that I am trying to figure out as I can’t find any documentation on this clone anywhere.

The App is two sided. Users can either create an account as a customer or as a nail tech. The nail tech side of the app lets nail techs create services, a storefront (of sorts) and approve bookings.

The customer side of the app allows users to create a basic profile and create appointments.

I can’t figure out how customers would be able to find a specific salon they are looking for to book services with.The App allows customers to search by services, but not by salons.

I think there is some additional functionality I need to build here but I am not sure.

Hi @Flipmatica

You need to make some changes to it. for the database, you need to add salons and add relationship to services. (one salon, many services)

the properties under salons could be business name, logo, address, cover photo etc.
-then add screen with a list of salons. so that customers will be able to view and search those salons.
-then action link to their services. (now each salons will have its own services).

also, you need to have a relationship for salons to user which will be the salon owner (one user, many salons). so you need to have a screen where salon owners can add, update their salons and its services.

add also a relationship from salons to booking (if theres any). one salons, many booking.

hope this helps
Good luck!

1 Like

Thank you so much for this!!! You are the best! :handshake:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.