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

203 create a member page #204

Closed
wants to merge 14 commits into from
Closed

203 create a member page #204

wants to merge 14 commits into from

Conversation

Cbibish
Copy link
Contributor

@Cbibish Cbibish commented Sep 1, 2023

No description provided.

@Cbibish Cbibish linked an issue Sep 1, 2023 that may be closed by this pull request
8 tasks
@what-the-diff
Copy link

what-the-diff bot commented Sep 27, 2023

PR Summary

  • Overview of New User Controller
    A new file called "UserController.php" was added in the application's Controllers. It can show a list of all users and also search for a specific user.

  • Deletion of Old User Page
    The old "userpage.blade.php" file was removed from the components folder. It's no longer needed with the creation of the new User Controller.

  • Introduction of New User Display Page
    A new file "members.blade.php" was introduced within the views folder. It presents a compiled list of all users along with a search form to easily find individual users.

  • Addition of Search Results Page
    A new page, "results.blade.php", was added. It's purposed to show the search outcome when looking for particulars users.

  • Updating Route Configuration
    The "web.php" routes file was modified to accommodate new routing paths, enabling the navigation to the new functionalities: showing all users and searching for a user.

@cbouvat cbouvat closed this Oct 13, 2023
@cbouvat cbouvat deleted the 203-create-a-member-page branch October 25, 2023 13:36
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.

Member (CRUD)
2 participants