Open zintarh opened 2 days ago
I would like to work on this issue
Mind if I try this one?
Hello I am Joseph I am a frontend developer and blockchain developer and I am also an active contributor here on only dust here is my profile https://app.onlydust.com/u/josephchimebuka. This is my first time to contribute to this repo ill appreciate the opportunity to contribute. this is a couple of frontend and blockchain projects i have built https://metacrypt.vercel.app/ https://mattedsgn.com/ May I try this one?
Member of Dojo Coding. I have contributed before to other projects like:
kakarot-rpc
kakarot-ssj
ef-tests
Raito
Starknet-Phone
Madara
stark-cairo-nodes
Can I work on this issue?
Check my OnlyDust profile, I've contributed to many projects: Profile
I can work on creating manufacturer account
Can I attempt this issue?
would love to address this issue
How I Plan To Solve This Issue
I’ll start by creating a rough paper sketch of how the overall UI of the form should be, creating input fields to collect data like company name, manufacturer name & means of company identification (e.g., an upload option or dropdown for document type).
After creating a rough sketch, my next step will be to start the coding process, upon going through your repo’s frontend i am aware that it is built using Next.js framework which am well conversant with, I will create a ManufacturerForm.tsx and build up the form structure and ensure all inputs are properly validated, checking for things like empty fields, correct formats, and file types.
Finally, once the form is ready and validated on the frontend, I’ll set up a POST request to send the data to an API endpoint, (I’m guessing that has been created prior to this task) where it will be processed and saved to the backend. I’ll ensure the data is sent securely and handle any responses or errors appropriately.
ETA: 48 hours.
I’d love to work on this task.
Can I try solving this issue?
Implement the business logic for manufacturer registration in the existing module. Integrate Prisma ORM, handle validation, and ensure proper error handling.
Tasks:
Service implementation:
Controller implementation:
/manufacturer/register
.CreateManufacturerDto
.