-
Notifications
You must be signed in to change notification settings - Fork 6
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
belindas-closet-nextjs_13_553_form-page #554
Conversation
This draft PR is for creating a basic form page to capture student information, but right now, the app/form-page/page.tsx file is still empty. It has one failing check related to build-and-test, while the other checks, like Socket Security and CodeQL scans, have passed, which at least shows there are no security issues or dependency changes. There's still work to be done here to actually add the form fields as outlined in the user story. Automated checks are useful here to make sure we’re not introducing any vulnerabilities, even if the code is minimal at this stage. Here is an useful resource for Form design best practices |
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.
LGTM! I'm seeing the same changes as you are @nhapham03.
Didn't come across any concerning issues, and package.json is fine too. Nice Work!
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.
This is great! Thanks for your work on this!
Resolves #553
I created a simple form page to hold students data.