-
Notifications
You must be signed in to change notification settings - Fork 0
Admin CRUD Assignment #4
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I noticed this work was done in the api-calls
app. This work should have been a part of the created crud-app
work as indicated in the specs: "You'll continue to do work inside of the crud-app".
Also, re: validation: "Use Laravel validation only. Do not use HTML or JavaScript validation. (However, In the real-world you'll use both frontend and backend validation techniques)."
So, remove HTML field requirements and leverage the server-side validation and error reporting that Laravel provides.
Re-record video to demonstrate these changes. Thanks!
I am having some confusion. With the CRUD: List and Show Assignment, I am quite sure that I did use the wizard to generate a new Laravel app. However, I am unable to find the file on my computer. As it's been some time since I worked on this, I don't remember exactly what was done. However, I attempted to create a new app and then move all of the files over. All of the files from API-calls were moved into the new project, and there was nothing to migrate. When I attempt to clear the cache or use PHP artisan serve, this is the error that I get. After about an hour of troubleshooting, I am unsure how to proceed. I tried to redownload and verify the composer, but it says the installer is corrupt. I can fix the HTML field requirements issue. Should I just proceed using API calls w/point deduction? thank you. |
Thanks for the report. We'll be doing more CRUD things in subsequent assignment(s) so the intention was to have that in its own app. I can help you with this if you want to set up an appointment. Hopefully its assuring necessary files are in place and renaming things. Another thought is to push your Let me know what works for you. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How are things going? Do you need help?
No, I don't. I've decided to drop the program. I don't have the time to dedicate to it any longer. I've started working a lot more hours, have three kids, and am back working in digital marketing. Will be continuing to learn/code in free time. Thanks for your help. Yours and Nick's classes were some of the most enjoyable at SCC. |
I respect that. Life is busy, for sure. |
Admin CRUD Assignment
Submission
Laravel.-.Brave.2024-05-06.13-49-02.mp4
Please let me know if I missed anything or if any changes are needed. Thanks!