-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstratergy.yaml
92 lines (89 loc) · 2.42 KB
/
stratergy.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# These are the things need to learn and implement in the application
# Later move from third party to our own server
Learn and do:
{
auto-post: auto post the requirement when shared in the group,
file-upload: uploadthing & AWS S3 Storage,
file-cache: Stratergy/Mechanism,
cdn-integration: cloudflare,
mail-integration: gmail-api & gmail-app,
db-indexing: prisma-db index for query based on tags,
}
pending:
{
1: upload pdf file to the server,
2: profile page,
3: onboarding page,
4: email notification,
}
features: {
# Need to build the profile page for the users,
# Make type as fixed so we can remove the Hiring and Open to work from job posting
Profile:
{
Vendor:
{
type: Vendor,
name: Keerthana Dharani,
dob: 01/2003,
domain: [python, java, c, DSA, c++, sql],
language: [telugu, tamil, english],
address:
{
street: Andalur Gate,
city: Rasipuram,
state: Tamil Nadu,
country: India,
},
},
Trainer:
{
notification: boolean,
type: Trainer,
name: Dharani,
dob: 05/1998,
domain: [python, java, c, DSA, c++, sql],
language: [tamil, telugu, english],
address:
{
street: RamNagar,
city: Erode,
state: Tamil Nadu,
country: India,
},
resume: pdf-file,
},
},
# so we can able to send the notification to the specific users for the specific jobs
Notifications:
{
email-notification:
{
gmail-api:
{
api-id: application-id,
api-secret: application-secret,
api-callback: application-callback,
app-password: app-password,
},
},
push-notification: { firebase-api: [] },
},
Location based job: {},
Domain based job: {},
Legal support: {},
Report trainer/company: {},
}
premium:
{
1: Project Management,
2: Test Platform,
3: Question Bank,
4: Courses,
5: LMS,
6: Internships,
7: Projects,
8: Workshops,
9: Extended Legal Support,
}
enterprise: { 1: Lab, 2: Startup, 3: Third party hiring }