Skip to content
Merged

Diff #28

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
2 changes: 1 addition & 1 deletion config/computerScienceResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

return [
'platforms' => ['book', 'podcast', 'youtube_channel', 'blog', 'website', 'organization', 'service', 'bootcamp', 'newsletter', 'workshop', 'course', 'forum', 'mobile_app', 'desktop_app', 'magazine'],
'difficulties' => ['any', 'beginner', 'industry_simple', 'industry_standard', 'industry_professional', 'academic'],
'difficulties' => ['general', 'introduction', 'practical', 'advanced', 'academic'],
'pricings' => ['free', 'paid', 'freemium', 'premium'],
'tags_regex' => '/^[a-z0-9-]+$/',
];
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function up(): void

$table->set('platforms', ['book', 'podcast', 'youtube_channel', 'blog', 'website', 'organization', 'service', 'bootcamp', 'newsletter', 'workshop', 'course', 'forum', 'mobile_app', 'desktop_app', 'magazine'])
->index();
$table->enum('difficulty', ['any', 'beginner', 'industry_simple', 'industry_standard', 'industry_professional', 'academic'])
$table->enum('difficulty', ['general', 'introduction', 'practical', 'advanced', 'academic'])
->index();
$table->enum('pricing', ['free', 'premium', 'paid', 'freemium'])
->index();
Expand Down
110 changes: 0 additions & 110 deletions docs/ROADMAP.md

This file was deleted.

69 changes: 0 additions & 69 deletions docs/ROUTES.md

This file was deleted.

Binary file removed docs/routes-images/about-us.png
Binary file not shown.
Binary file removed docs/routes-images/comments-sorting.png
Binary file not shown.
Binary file removed docs/routes-images/create-resource.png
Binary file not shown.
Binary file removed docs/routes-images/create-review.png
Binary file not shown.
Binary file removed docs/routes-images/edits-create.png
Binary file not shown.
Binary file removed docs/routes-images/edits-show-diff.png
Binary file not shown.
Binary file removed docs/routes-images/edits-show.png
Binary file not shown.
Binary file removed docs/routes-images/resource-comments.png
Binary file not shown.
Binary file removed docs/routes-images/resource-proposed-edits.png
Binary file not shown.
Binary file removed docs/routes-images/resource-reviews.png
Binary file not shown.
Binary file removed docs/routes-images/resources-filter-bar.png
Binary file not shown.
Binary file removed docs/routes-images/resources.png
Binary file not shown.
Binary file removed docs/routes-images/tag-search.png
Binary file not shown.
Binary file removed docs/routes-images/votes-downvote.png
Binary file not shown.
Binary file removed docs/routes-images/votes-upvote.png
Binary file not shown.
45 changes: 0 additions & 45 deletions lang/vendor/backup/ar/notifications.php

This file was deleted.

45 changes: 0 additions & 45 deletions lang/vendor/backup/bg/notifications.php

This file was deleted.

Loading