Please enable JavaScript.
Coggle requires JavaScript to display documents.
Services, Pages, posts, posts_mapping, users, subscription - Coggle Diagram
Services
Backend
Payment Gateway
API Server
Frontend
Payment Gateway
API Server
Pages
profile
profile_view
profile_update
subcription_hostory
home
list_public_posts
list_sub_public_posts
posts
list_post
view_post
others
subscription
posts
entity
id :key:
title
description
is_public
is_deleted
is_active
is_deleted_at
posts_mapping
entity
id :key:
parent_post :star:
child_post :star:
is_deleted
is_deleted_at
users
entity
id :key:
name
number
email
gender
dob
subscription
entity
id :key:
user_data :star:
purchased_on
expires_at
status
razorpay_data
razorpay_id
message