Skip to content

Commit 7fd1099

Browse files
authored
Diff (#28)
* Diff * Label
1 parent ce84a03 commit 7fd1099

53 files changed

Lines changed: 17 additions & 1597 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

config/computerScienceResource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
return [
44
'platforms' => ['book', 'podcast', 'youtube_channel', 'blog', 'website', 'organization', 'service', 'bootcamp', 'newsletter', 'workshop', 'course', 'forum', 'mobile_app', 'desktop_app', 'magazine'],
5-
'difficulties' => ['any', 'beginner', 'industry_simple', 'industry_standard', 'industry_professional', 'academic'],
5+
'difficulties' => ['general', 'introduction', 'practical', 'advanced', 'academic'],
66
'pricings' => ['free', 'paid', 'freemium', 'premium'],
77
'tags_regex' => '/^[a-z0-9-]+$/',
88
];

database/migrations/2025_01_24_171530_create_computer_science_resources_table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function up(): void
3030

3131
$table->set('platforms', ['book', 'podcast', 'youtube_channel', 'blog', 'website', 'organization', 'service', 'bootcamp', 'newsletter', 'workshop', 'course', 'forum', 'mobile_app', 'desktop_app', 'magazine'])
3232
->index();
33-
$table->enum('difficulty', ['any', 'beginner', 'industry_simple', 'industry_standard', 'industry_professional', 'academic'])
33+
$table->enum('difficulty', ['general', 'introduction', 'practical', 'advanced', 'academic'])
3434
->index();
3535
$table->enum('pricing', ['free', 'premium', 'paid', 'freemium'])
3636
->index();

docs/ROADMAP.md

Lines changed: 0 additions & 110 deletions
This file was deleted.

docs/ROUTES.md

Lines changed: 0 additions & 69 deletions
This file was deleted.

docs/routes-images/about-us.png

-108 KB
Binary file not shown.
-61.4 KB
Binary file not shown.
-114 KB
Binary file not shown.
-46.5 KB
Binary file not shown.
-41 KB
Binary file not shown.
-79.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)