Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ppl-fasilkom-ui
PPL KI Ganjil 2021 2022
Clicks - Ecosystem Business
clicks-frontend
Commits
a861bd15
Commit
a861bd15
authored
Oct 09, 2021
by
Ahmad Izzudin Alifyandra
Browse files
fix: add missing attributes for Ecosystem firestore schema
parent
8c0ccaf6
Pipeline
#86134
passed with stage
in 10 minutes and 23 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/types/firestore/ecosystemFollow.ts
0 → 100644
View file @
a861bd15
export
type
IEcosystemFollow
=
{
id
?:
string
;
userId
:
string
;
ecosystemId
:
string
;
};
src/types/firestore/ecosystems.ts
View file @
a861bd15
import
firebase
from
"
firebase/app
"
;
export
type
IEcosystem
=
{
id
?:
string
;
creatorId
:
string
;
name
:
string
;
description
:
string
;
categoryId
:
string
;
pic
:
string
;
rating
:
number
;
raters
:
number
;
timestamp
:
firebase
.
firestore
.
Timestamp
;
followerCount
:
number
;
visibility
:
"
private
"
|
"
protected
"
|
"
public
"
;
};
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment