Open evgongora opened 2 days ago
Hey @evgongora can I work on this issue
Can i please be assigned to this issue @evgongora
Hi @evgongora, can I work on this as my first issue in the project? I’m a full-stack developer with a solid understanding of TypeScript, Next.js, and TailwindCSS.
I plan to organize all the types by creating a \types
folder in apps/web/src,
centralizing and modularizing the types based on their context. I will then export and update their usage throughout the web
folder.
Looking forward to your approval!
Hello @evgongora! My name is Kevin Latino, and I'm a frontend developer and active open-source contributor. I'm a member of Dojo Coding, a thriving Web3 community in Costa Rica. I have experience with React, Next.js, and TypeScript, also I have experience in data fetching and API integrations and I recently won the LATAM Hackathon hosted by Base. I've also contributed to projects in ecosystems like Starknet and Stellar.
For this issue, I will centralize the order-related types and enums in a shared types file to eliminate duplication. I will create a shared file that includes the status enums, delivery method enums, order interfaces, and form value types. I’ll update all components to use the shared types, ensuring type safety across the application.
The ETA for this is less than 2 days. I can have a pull request ready by then, i'm a fullstack engineer with over 4 years of experience.
My Background and How It Can Be Leveraged Hello, my name is Derian Rodríguez. I am a passionate software engineer with over one year of experience. I am part of the Dojo Coding Community and have been actively contributing to open-source projects through OnlyDust. I have experience in frontend development using JavaScript/TypeScript, React, and Next.js. I would love to contribute and support the development of this project.
How I Plan on Tackling This Issue I will create a shared file for types and enums. I will modify the MyOrders and MySales pages to import enums and types from the new file. I will verify that all components dependent on the updated types work correctly.
Hi @evgongora, can I work on this as my first issue in the project? I’m a full-stack developer with a solid understanding of TypeScript, Next.js, and TailwindCSS. I plan to organize all the types by creating a
\types
folder inapps/web/src,
centralizing and modularizing the types based on their context. I will then export and update their usage throughout theweb
folder. Looking forward to your approval!
Can I try solving this issue?
please assign this issue to me, I am ready to put in the work
Hey! I'm Hannah, a full stack dev with several years experience in web3! I have a strong focus on clean code and would happily take this task, centralizing type definitions, reducing duplication and making sure it still works correctly.
Would love to tackle this!
My name is Gideon Bature, a Software Engineer with experience building Starknet based smart contracts, using Cairo. If assigned this issue, I will send my first PR within 72 hrs.
Thank you!
Would love to tackle this!
My name is Gideon Bature, a Software Engineer with experience using TypeScript. If assigned this issue, I will send my first PR within 72 hrs.
Thank you!
May I handle this issue? I am an experienced frontend developer with 3 years of experience.
This is my first time contributing to this ecosystem and I would love to be given the opportunity. I am a blockchain developer, and my experience includes html, css, react, javaScript, typescript, c#, solidity & Cairo.
To solve this issue I’ll take the following steps: 1. I’ll create a file (orderTypes.ts) containing the SalesStatusEnum, DeliveryMethodEnum, SalesStatus, DeliveryMethod, Order interface, and form value types (FormValues). 2. Then I’ll update the my-orders.ts and my-sales.ts files to import the shared types and enums from orderTypes.ts rather than redefining them locally. 3. I’ll use TypeScript's type inference to ensure proper typing across the application
Please assign me I’m ready to work.
Thank you, I'll start work on it!
Description:
Order-related types and enums are duplicated across files. We need to centralize these in a shared types file.
Code References:
my-orders
my-sales
Acceptance Criteria: