Skip to content
This repository was archived by the owner on Mar 7, 2024. It is now read-only.

Commit 09aa331

Browse files
committed
Update the application page to process request from course page
1 parent d451cde commit 09aa331

File tree

12 files changed

+273
-80
lines changed

12 files changed

+273
-80
lines changed

src/data/courses/advanced/CompetitiveJava.js

Lines changed: 32 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@ export const competitiveJava = {
99
mentors: ['kunal', 'ekta'],
1010
schedule: [
1111
{
12-
courseId: "jcomp0121",
13-
dates: "10th Jan - 15th Apr",
14-
days: "Sat, Sun, Wed",
15-
timing: "06:00 PM - 08:00 PM (IST)",
16-
link: "",
17-
priceCut: "15,000 INR",
18-
price: "8,850 INR",
19-
active: false,
12+
courseId: 'jcomp0121',
13+
dates: '10th Jan - 15th Apr',
14+
days: 'Sat, Sun, Wed',
15+
timing: '06:00 PM - 08:00 PM (IST)',
16+
link: '',
17+
priceCut: '₹ 15,000',
18+
price: '₹ 8,850',
19+
active: false
2020
}
2121
],
2222
projects: [
2323
{
2424
title: 'Under Development',
2525
img: '/static/images/projects/p1.png'
26-
},
26+
}
2727
],
2828
topics: [
2929
{
@@ -53,12 +53,16 @@ export const competitiveJava = {
5353
'Fast Exponentiation using Bitmasking',
5454
'Generate Subsets using Bitmasking',
5555
'Decimal to Binary using Bitwise',
56+
<<<<<<< Updated upstream
5657
'Backtracking with Bitmasking',
5758
'Binary Search + Bitmaksing',
59+
=======
60+
>>>>>>> Stashed changes
5861
'Inclusion Exclusion Concept + Implementation'
5962
]
6063
},
6164
{
65+
<<<<<<< Updated upstream
6266
title: 'Number theory & Computational Theory',
6367
classes: 'Lectures 6-7',
6468
subtopics: [
@@ -235,14 +239,19 @@ export const competitiveJava = {
235239
'Game of chocolates',
236240
'Robot problems'
237241
]
242+
=======
243+
title: 'Under Development',
244+
classes: 'Classes 14-30',
245+
subtopics: []
246+
>>>>>>> Stashed changes
238247
}
239248
],
240249
slides: [
241250
{
242251
heading: '',
243252
subheading: '',
244253
image: '/static/swipes/comp.png'
245-
},
254+
}
246255
],
247256
tags: [
248257
'Dynamic Programming',
@@ -253,28 +262,32 @@ export const competitiveJava = {
253262
'Number Theory',
254263
'Segment Tree',
255264
'Fenwick Tree',
265+
<<<<<<< Updated upstream
256266
'Decompositions',
257267
'Tries'
258268
],
259269
overview: [
260270
"Under Development"
271+
=======
272+
'Decompositions'
273+
>>>>>>> Stashed changes
261274
],
275+
overview: ['Under Development'],
262276
faqs: [
263277
{
264-
title:
265-
'Will this help me with my career path?',
278+
title: 'Will this help me with my career path?',
266279
answer:
267280
'Yes. If you learn well, all that the course intends to teach, you’ll be able to impress quite a few interviewers across quite a few fine companies.'
268-
}, {
269-
title:
270-
'How your doubts will get resolved?',
281+
},
282+
{
283+
title: 'How your doubts will get resolved?',
271284
answer:
272285
'We have an army of TA’s who are available in different time slots to resolve all your doubts. You can also interact with faculty through Slack.'
273-
}, {
274-
title:
275-
'Is this course suitable for me?',
286+
},
287+
{
288+
title: 'Is this course suitable for me?',
276289
answer:
277290
'Definitely! If you want to shift to software developer career path, then this course is perfect for you!'
278-
},
291+
}
279292
]
280293
};

src/data/courses/advanced/MachineLearning.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ export const machineLearning = {
1414
days: "Sat, Sun, Wed, Thur",
1515
timing: "08:30 PM - 10:30 PM (IST)",
1616
link: "",
17-
priceCut: "22,000 INR",
18-
price: "6,850 INR",
17+
priceCut: "22,000",
18+
price: "6,850",
1919
active: true,
2020
},
2121
{
@@ -24,8 +24,8 @@ export const machineLearning = {
2424
days: "Sat, Sun, Wed",
2525
timing: "06:00 PM - 08:00 PM (IST)",
2626
link: "",
27-
priceCut: "15,000 INR",
28-
price: "8,850 INR",
27+
priceCut: "15,000",
28+
price: "8,850",
2929
active: false,
3030
}
3131
],

src/data/courses/advanced/WebDevelopment.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ export const webDevelopment = {
2525
days: "Sat, Sun, Wed",
2626
timing: "06:00 PM - 08:00 PM (IST)",
2727
link: "",
28-
priceCut: "15,000 INR",
29-
price: "8,850 INR",
28+
priceCut: "15,000",
29+
price: "8,850",
3030
active: false,
3131
}
3232
],

src/data/courses/foundation/AlgoJava.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ export const algoJava = {
1414
days: 'Sat, Sun, Tue, Thur',
1515
timing: '06:00 PM - 08:00 PM (IST)',
1616
link: '',
17-
priceCut: '15,000 INR',
18-
price: '4,850 INR',
17+
priceCut: '₹ 14,999',
18+
price: '4,850',
1919
active: true
2020
},
2121
{
@@ -24,8 +24,8 @@ export const algoJava = {
2424
days: 'Sat, Sun, Wed',
2525
timing: '06:00 PM - 08:00 PM (IST)',
2626
link: '',
27-
priceCut: '15,000 INR',
28-
price: '6,850 INR',
27+
priceCut: '₹ 14,999',
28+
price: '6,850',
2929
active: false
3030
}
3131
],

src/data/courses/foundation/AlgoPython.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const algoPython = {
1414
days: "Sat, Sun, Tue, Wed",
1515
timing: "06:00 PM - 08:00 PM (IST)",
1616
link: "",
17-
priceCut: "₹ 15,000",
17+
priceCut: "₹ 14,999",
1818
price: "₹ 4,850",
1919
active: true,
2020
},
@@ -24,8 +24,8 @@ export const algoPython = {
2424
days: "Sat, Sun, Wed",
2525
timing: "06:00 PM - 08:00 PM (IST)",
2626
link: "",
27-
priceCut: "15,000 INR",
28-
price: "6,850 INR",
27+
priceCut: "₹ 14,999",
28+
price: "6,850",
2929
active: false,
3030
}
3131
],

src/data/courses/foundation/DevPython.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ export const devPython = {
1414
days: "Sat, Sun, Wed",
1515
timing: "06:00 PM - 08:00 PM (IST)",
1616
link: "",
17-
priceCut: "15,000 INR",
18-
price: "6,850 INR",
17+
priceCut: "15,000",
18+
price: "6,850",
1919
active: false,
2020
}
2121
],

0 commit comments

Comments
 (0)