Please enable JavaScript.
Coggle requires JavaScript to display documents.
MyPetBnb Model, HostApp, HostOfferServices, HostImageGallery,…
MyPetBnb Model
PetHostModel
user_id (appwrite user id)
id
first_name
last_name
email
mobile_number
bio
exprience
address
account_status
rating
profile_image
is_verified
number_of_pet_hosted
hosting_capacity
languages
availability_status
is_superhost
total_review
total_earnings
bookings
certifications
service_offers
gallery_images
reviews
hostPetPreferenceModel
id
host_id
pet_type (Dog, Cat, All)
pet_size_accepted (small, medium, large)
age_range (Puppy, Adult, Senior)
special_needs_pet_accepted
medical_needs_pet_accepted
servicesModel
id
service_name
price_basis
service_price
host_id
service_description (optional)
host_certification
id
host_id
certification_name
certification_description
certification_link
is_visiable
hostGalleryImagesModel
id
image
image_name
is_visiable
host_id
UserModel
id
appwrite_user_id
HostApp
Urls
/search
/get single host details
/update single host details
/HostProfile/Account based on ID
HostOfferServices
Urls
/get-all-hosts-service-based on host id
/get One service based on service ID
update service based on ID
/delete service based on ID
/delete all service based on host ID
HostImageGallery
Urls
/get-all-gallery-images based on host ID
/get one image based on ID
/delete one image based on ID
/delete all images based on host ID
HostCertifications
Urls
/get all host