/mypage
{
”user_uid” : uuid,
”display_name” : string,
”point” : number,
”profile_img” : string,
”introduction” : string
}
/mypage
{
”display_name” : string,
”profile_img” : string,
”introduction” : string
}
/mypage
{
”id” : string,
”user_uid” : string,
”content” : string,
”start_date” : string,
”end_date” : string,
”location” : string,
”recruit_number” : number,
”is_recruiting” : boolean
}
/mypage
{
”id” : uuid,
”user_uid” : string,
”title” : string,
”content” : string,
”img_url” : string,
”created_at” : string,
”action_id” : string,
”acton_type” : string
}
/mypage
{
”id” : uuid,
”user_uid” : string,
”title” : string,
”content” : string,
”start_date” : string,
”end_date” : string,
”location” : string,
”recruit_number” : number,
”created_at” : string,
”is_recruiting” : boolean
}
/mypage
{
”is_recruiting” : boolean
}
곽인해
/add
{
”img_url”: string,
”action_id”: uuid,
}
곽인해
/edit/[id]
{
”id”:uuid,
”user_uid”:uuid,
}
김현주
{
id: email(유저아이디)
password: 비밀번호
}
massage: “로그인 성공”
islogin: true
massage: “로그아웃 완료”
islogin: false
김현주
{
id: email(유저아이디)
password:비밀번호
display_name: nickname(닉네임)
introduction: 자기소개를 아직 작성하지 않았어요
profile_img: null
point: 0
}
message:”회원가입 완료”
조성준
let { data: group_green_actions, error } = await supabase .from('group_green_actions') .select('*')
{data, error}
곽인해
/add
{
”user_uid”: uuid,
”title”: string,
”content”: string,
”action_id”: uuid,
”action_type”: string,
”img_url”: string,
}
곽인해
/community
{
”user_uid”: uuid,
”title”: string,
”content”: string,
”action_id”: uuid,
”action_type”: string,
”img_url”: string,
}
곽인해
/detail/[id]
{
”user_uid”: uuid,
”title”: string,
”content”: string,
”action_id”: uuid,
”action_type”: string,
”img_url”: string,
}
커뮤니티 댓글
/detail/[id]
{
”post_id”: uuid,
”content”: string,
”user_uid”: uuid,
}
커뮤니티 댓글
/detail/[id]
{
”post_id”: uuid,
”content”: string,
”user_uid”: uuid,
}
커뮤니티 댓글
/detail/[id]
{
”post_id”: uuid,
”content”: string,
”user_uid”: uuid,
}
/groupAction
{
"id" : "string"
"img_ulr:"string"
"title" : "string"
"content" : "string"
"hosted_by" : "string"
}
조성준
{
"id" : "string"
"action_id:"string"
"user_uid" : "string"
}
조성준
{
"id" : "string"
"post_id:"string"
"user_uid" : "string"
}
/
{
”id” : uuid,
”user_uid” : string,
”title” : string,
”content” : string,
”start_date” : string,
”end_date” : string,
”location” : string,
”recruit_number” : number,
”created_at” : string,
”is_recruiting” : boolean
}
/
{
”id” : uuid,
”user_uid” : string,
”title” : string,
”content” : string,
”img_url” : string,
”created_at” : string,
”action_id” : string,
”acton_type” : string
}
김경연
/goods
{
”id” : uuid,
”img_url” : string,
”product_name” : string,
”product_info” : string,
”point” : number
}
김경연
/individualAction/detail/[id]
{
”id” : uuid,
”user_uid” : uuid,
”title” : string,
”content” : string,
”start_date” : string,
”end_date” : string,
”location” : string,
”recruit_number” : number,
”created_at” : string,
”kakao_link” : string,
”is_recruiting” : boolean
}
곽인해
/edit/[id]
{
”start_date”: string,
”end_date”: string,
”title”: string,
”content”: string,
”location”: string,
”recruit_number”: number,
”kakao_link”: string,
}
김경연
/individualAction/detail/[id]
{
”id” : uuid
}
곽인해
/add
{
”start_date”: string,
”end_date”: string,
”title”: string,
”content”: string,
”location”: string,
”recruit_number”: number,
”kakao_link”: string,
}