Please enable JavaScript.
Coggle requires JavaScript to display documents.
IcyTape (Models (User (links (website : url string, email : email string,…
IcyTape
Models
User
:red_flag:
id
: string
:red_flag:
status
: null | "disabled" | "banned"
avatar
: Attachment
:red_flag:
googleId
: string
name
: string
:red_flag:
subscription
: null | "pro"
following
: Follow[]
followers
: Follow[]
posts
: Post[]
avatars
: Attachment[]
comments
: Comment[]
notifications
: Notification[]
likedPosts
: Like[]
:red_flag:
username
: string
:red_flag:
badge
: "featured" | "pro" | "...etc"
gamificationPoints
: number
bio
: string
location
: string
links
website
: url string
email
: email string
spotify
: string
soundcloud
: string
twitter
: string
instagram
: string
facebook
: string
youtube
: string
category
: Category
otherCategory
: string
notificationOn
: set<"commentLike" | "postLike" | "newFollower" | "postComment">
email
: string
savedTalents
: TalentSave[]
Post
:red_flag:
id
: string
:red_flag:
status
: null | "disabled" | "banned"
:red_flag:
type
: "portfolio" | "job"
title
: string
content
: string
likes
: Like[]
comments
: Comment[]
owner
: User
category
: Category
:red_flag:
likesCount
: number
commentsCount
: number
:red_flag:
viewsCount
: number
embedded
?
infoN
: string
info2
: string
info1
: string
thumbnail
: Attachment
createdAt
: date
Comment
:red_flag:
id
: string
:red_flag:
status
: null | "disabled" | "banned"
content
: string
owner
: User
post
: Post
:red_flag:
likesCount
: number
likes
: Like[]
Category
:red_flag:
id
: string
posts
: Post[]
name
: string
:red_flag:
type
: "post" | "user"
users
: User[]
Attachment
:red_flag:
id
: string
url
: "string"
owner
: User
avatar
? : User
post
? : Post
comment
? : Comment
Report
:red_flag:
id
: string
content
: string
owner
: User
user
? : User
post
? : Post
comment
? : Comment
Notification
:red_flag:
id
: string
owner
: User
user
? : User
post
? : Post
comment
? : Comment
:red_flag:
action
: "comment" | "like" | "follower" | "report"
:red_flag:
read
: boolean
content
: string
Follow
follower
: User
followed
: User
PostLike
user
: User
post
: Post
CommentLike
user
: User
comment
: Post
Plan
:red_flag:
id
: string
name
: string
price
: number
days
: number
description
: string
image
: Attachment
per
: string
subtitle
: string
title
: string
youSave
: string
Collection
name
: string
:red_flag:
id
: string
description
: string
posts
: Post[]
limit
user
: User
:red_flag:
request
: string
accessedAt
: date
Order
:red_flag:
id
: string
user
: User
plan
: Plan
:red_flag:
status
: "pending" | "done" | "declined"
temporaryBans
user
: User
until
: date
Admin
:red_flag:
id
: string
:red_flag:
username
: string
name
: string
TalentSave
user
: User
talent
: User