Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
π Complete Topic-Only Flashcard Architecture Migration & 100% Working Workflow #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
π Complete Topic-Only Flashcard Architecture Migration & 100% Working Workflow #3
Changes from all commits
42764af78962cb618ea3b2cdab90ed50a02680a003abdf0ad1636e6ae272bc7a4fa7c6b68ec7639790e5168d1c5ba611a5360e4f13861dc3299a6fd2fd1aa62cfa03907e76a94afdedaf47e3361879759e1310667a50c2de9c95594a250df1768e74a4a3d7484f71d8ef266040c42139b7b1c6d31a69ce53c176f9792fc71fbaeb7c2c32a6248500d9adf4be1ba20274c78c2d0d7267e8f543915ff0bb48223afdab63b1a17ae8844742e58c65dde47c2523e6577bde49e112fe24993a729501056d65f6ef634139933f7db0fbc2d346882f8179f932fceff5fa617d272f7a98b2caa311907ef9b0e3e78561019d2fad9106d9cfbbFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Check warning on line 1064 in app/Http/Controllers/FlashcardController.php
maintainability Issue
Raw output
Check warning on line 1067 in app/Http/Controllers/FlashcardController.php
security Issue
Raw output
Check failure on line 1079 in app/Http/Controllers/FlashcardController.php
security Issue
Raw output
Check warning on line 1079 in app/Http/Controllers/FlashcardController.php
style Issue
Raw output
Create a dedicated Blade partial for rendering errors. The controller should return a response rendering this view with the error data. For example: `return response()->view('partials.form-error', ['errors' => $cardErrors], 422);`Check warning on line 1087 in app/Http/Controllers/FlashcardController.php
performance Issue
Raw output
Check failure on line 1102 in app/Http/Controllers/FlashcardController.php
architecture Issue
Raw output
To improve maintainability and adhere to architectural best practices, create a dedicated Blade partial for rendering errors. The controller should then return a response that renders this view with the error data. For example: `return response()->view('partials.form-error', ['errors' => $cardErrors], 422);`Check warning on line 671 in app/Http/Controllers/PlanningController.php
documentation Issue
Raw output
Check warning on line 686 in app/Http/Controllers/PlanningController.php
documentation Issue
Raw output
Check warning on line 151 in app/Http/Controllers/TopicController.php
documentation Issue
Raw output
Check notice on line 154 in app/Http/Controllers/TopicController.php
style Issue
Raw output
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.