Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 57 additions & 0 deletions cohorts.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
[
{
"_id": { "$oid": "616c4b4c649eaa001dd50f81" },
"inProgress": false,
"cohortSlug": "ft-wd-paris-2023-07-03",
"cohortName": "FT WD PARIS 2023 07",
"program": "Web Dev",
"campus": "Paris",
"startDate": "2023-07-03T00:00:00.000Z",
"endDate": "2023-09-08T00:00:00.000Z",
"programManager": "Sally Daher",
"leadTeacher": "Florian Aube",
"totalHours": 360
},
{
"_id": { "$oid": "616c4b4c649eaa001dd50f82" },
"cohortSlug": "pt-ux-berlin-2023-02-06",
"cohortName": "PT UX BERLIN 2023 02",
"program": "UX/UI",
"format": "Part Time",
"campus": "Berlin",
"startDate": "2023-02-06T00:00:00.000Z",
"endDate": "2023-08-06T00:00:00.000Z",
"inProgress": false,
"programManager": "Alice Williams",
"leadTeacher": "Bob Johnson",
"totalHours": 360
},
{
"_id": { "$oid": "616c4b4c649eaa001dd50f83" },
"cohortSlug": "ft-da-miami-2023-03-06",
"cohortName": "FT DA MIAMI 2023 03",
"program": "Data Analytics",
"format": "Full Time",
"campus": "Miami",
"startDate": "2023-03-06T00:00:00.000Z",
"endDate": "2023-05-15T00:00:00.000Z",
"inProgress": true,
"programManager": "Charlie Brown",
"leadTeacher": "Eva Edwards",
"totalHours": 360
},
{
"_id": { "$oid": "616c4b4c649eaa001dd50f84" },
"cohortSlug": "pt-cy-paris-2023-04-03",
"cohortName": "PT CY PARIS 2023 04",
"program": "Cybersecurity",
"format": "Part Time",
"campus": "Paris",
"startDate": "2023-04-03T00:00:00.000Z",
"endDate": "2023-10-03T00:00:00.000Z",
"inProgress": false,
"programManager": "Eva Edwards",
"leadTeacher": "Frank Foster",
"totalHours": 360
}
]
1 change: 0 additions & 1 deletion server/.env.sample

This file was deleted.

Loading