Skip to content
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

#5 - students search #36

Merged
merged 10 commits into from
Sep 21, 2023
Merged

#5 - students search #36

merged 10 commits into from
Sep 21, 2023

Conversation

kamilpiech97
Copy link
Member

@kamilpiech97 kamilpiech97 commented Sep 19, 2023

This should close #5.
Added some tests for student CRUD feature.
Added search field on students index.
Should be opened after #31.

Search:
image

@kamilpiech97 kamilpiech97 marked this pull request as ready for review September 20, 2023 06:33
Copy link
Member

@krzysztofrewak krzysztofrewak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Something broke with CI database. @kamilpiech97, please recheck .env.ci and GHA.

{
$searchText = $request->query("search");
$students = Student::query()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a comment: I would replace it with #37 in future.

@kamilpiech97
Copy link
Member Author

Something broke with CI database. @kamilpiech97, please recheck .env.ci and GHA.

fixed

@kamilpiech97 kamilpiech97 merged commit ddbb902 into main Sep 21, 2023
3 checks passed
@kamilpiech97 kamilpiech97 deleted the #5-students-search branch September 21, 2023 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Students management
2 participants