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

Form for testing #14

Merged
merged 39 commits into from
Sep 29, 2024
Merged
Show file tree
Hide file tree
Changes from 38 commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
5b3272b
Feat: Added the start registration-form
joywin2003 Sep 20, 2024
8f9c83e
Feat: Add confirmation dialog component
joywin2003 Sep 20, 2024
30493f3
Changed the form to an accordian and added additional styling
joywin2003 Sep 20, 2024
a49b314
Refactor registration form styling and layout for the accordian and d…
joywin2003 Sep 20, 2024
98fff37
Refactor: Added borders when the user open the accordion
joywin2003 Sep 20, 2024
d20d454
Refactor: Rearranged the fields and prevent add registration when the…
joywin2003 Sep 20, 2024
49a8ed6
Feat: Added sonner toasts
joywin2003 Sep 20, 2024
267ebf4
Refactor: Update registration form to disable certain fields based on…
joywin2003 Sep 21, 2024
074e3ed
Refactor: Added type to registration and fixed the details entry
joywin2003 Sep 21, 2024
347e915
Refactor: Update registration form to add verification button
joywin2003 Sep 24, 2024
43551a0
Feat: register only single user form
joywin2003 Sep 24, 2024
6efd172
Feat: Added upload thing to upload images
joywin2003 Sep 25, 2024
b183c23
added auth() to get user from session
joywin2003 Sep 25, 2024
8958976
Refactor: Update auth function to get user from session
joywin2003 Sep 25, 2024
8917b3f
fix: remove auth() function in utils which was causing the "url undef…
joywin2003 Sep 25, 2024
22091a2
Added ssr plugin for Improving SSR for upload thing
joywin2003 Sep 25, 2024
9534192
Add styles for upload thing in registration form
joywin2003 Sep 25, 2024
78e24ac
added custom uploadthing function using hook
joywin2003 Sep 25, 2024
325def3
added loading and completed animation
joywin2003 Sep 25, 2024
8fc8786
Feat: uploading collegeid and photo when i click on register
joywin2003 Sep 25, 2024
31fe434
Refactor: Improve registration form and upload functionality
joywin2003 Sep 25, 2024
3f84fac
Refactor: Add @hookform/resolvers and react-hook-form package for imp…
joywin2003 Sep 25, 2024
646462c
Refactor: code optimisation, using copilot
joywin2003 Sep 25, 2024
638245e
Feat: Add payment component to registration page
joywin2003 Sep 25, 2024
19d9811
Refactor: made getprice to return initial, discount and final price
joywin2003 Sep 25, 2024
bd2f063
Refactor: formatted the few files on roles and register
joywin2003 Sep 25, 2024
29645a2
Feat: added logic of price and coupan in payments component
joywin2003 Sep 26, 2024
fc5b4ad
refactor: reduced number of states in payment
joywin2003 Sep 26, 2024
f6c3caf
added error handling and toast in payment c
joywin2003 Sep 26, 2024
0175570
Merge branch 'new' into form
joywin2003 Sep 26, 2024
359411d
style: rearrenged the payment and register components in order and im…
joywin2003 Sep 26, 2024
2c8f975
Refactor schema.prisma to add referral info and changes for form feilds
joywin2003 Sep 26, 2024
016d8a9
Feat: added transation of refferal used and adding form to database
joywin2003 Sep 26, 2024
ed6d5d1
refactor: adding validations for usn and college id in zod
joywin2003 Sep 26, 2024
8ed605a
Feat: added zod validation for register form
joywin2003 Sep 26, 2024
84e3b88
refactor: added additional validation from zod
joywin2003 Sep 26, 2024
c736203
style: format all files using Prettier
joywin2003 Sep 26, 2024
88fcdbc
fix: removed the linting issue
joywin2003 Sep 26, 2024
8ba8eb0
Refactor: requested changes from vyshnav
joywin2003 Sep 26, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
"lib": "@/lib",
"hooks": "@/hooks"
}
}
}
Loading
Loading