Merged
Conversation
# Conflicts: # app/Providers/Filament/AdminPanelProvider.php # composer.json # composer.lock
# Conflicts: # app/Filament/Resources/ActivityResource.php # app/Models/Activity.php # config/app.php # database/factories/ActivityFactory.php # database/migrations/2024_04_09_091339_create_activities_table.php
# Conflicts: # app/Filament/Resources/ActivityResource.php # app/Filament/Resources/UserResource.php
Co-authored-by: Ewelina Skrzypacz <56546832+EwelinaSkrzypacz@users.noreply.github.com>
Member
There was a problem hiding this comment.
- When case study has no template, on index we should add dash, becaouse now it looks empty
- When I edit case study - for example title field I have to refresh index to see changes - is it okay for us?
Flow:
You have a list of case studies with the title "best title ever" -> I edit this case study and give the title "Case study 1" ->click "Save" -> then "Cancel" to go back to the case study list page -> I still see "best title ever" -> when I refresh the page, only then do I see "Case study 1"
Member
Author
1, 2 fixed |
EwelinaSkrzypacz
approved these changes
Apr 25, 2024
KarolZygadlo
approved these changes
Apr 25, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.



Should close #225.
Added case study model and CRUD views in admin panel. Some of case study fields are translatable via laravel-translatable.
Preview:
