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

#8 - semester crud #40

Merged
merged 15 commits into from
Sep 26, 2023
Merged

#8 - semester crud #40

merged 15 commits into from
Sep 26, 2023

Conversation

kamilpiech97
Copy link
Member

@kamilpiech97 kamilpiech97 commented Sep 23, 2023

This should close #8.
Added CRUD for semesters.
Added a simple status switch to active for the semester.
Added some tests.

Index view(updated):
image

Create view:
image

Edit view:
image

@kamilpiech97 kamilpiech97 marked this pull request as ready for review September 24, 2023 20:30
Co-authored-by: Krzysztof Rewak <krzysztof.rewak@blumilk.pl>
krzysztofrewak
krzysztofrewak previously approved these changes Sep 25, 2023
# Conflicts:
#	app/Http/Middleware/HandleInertiaRequests.php
#	app/Models/User.php
#	routes/web.php
app/Models/Semester.php Outdated Show resolved Hide resolved
app/Enums/SemesterStatus.php Outdated Show resolved Hide resolved
resources/js/Pages/Dashboard/Semester/Index.vue Outdated Show resolved Hide resolved
kamilpiech97 and others added 2 commits September 26, 2023 07:19
Co-authored-by: Krzysztof Rewak <krzysztof.rewak@blumilk.pl>
@kamilpiech97 kamilpiech97 merged commit a07d485 into main Sep 26, 2023
@kamilpiech97 kamilpiech97 deleted the #8-semesters-management branch September 26, 2023 09:18
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.

Semesters management
2 participants