-
Notifications
You must be signed in to change notification settings - Fork 46
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
Admin routes for custom_api tasks #266
Comments
hi @Marchand-Nicolas kindly assign this task to me. it would be nice if i can make it my first contribution to this repo |
Hi @NueloSE! |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedI am a Experience Cairo smart contract developer with experience working on projects such as Just Art Peace, Dojo, Kart, TBA, and Shinigami. Before transitioning to Cairo development, I was a backend developer specializing in Rust. My recent work with cairo starknet
My recent work with rust
How I plan on tackling this issueI have read the description This issue, am going to create two endpoints
ETH: 16HRS |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedI am a Full Stack developer with 6 years of experience in the industry, I am super excited to be able to contribute to Web 3 projects, this to continue paving my way as an Open Source Contributor. I am from Dojo Coding Community How I plan on tackling this issueI would like to contribute again to Starknet Quest with this issue, I have to do a little research, but I would like to be able to contribute to this issue in Cairo, since it would help me a lot to be able to raise my level in Starknet. |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedHello, i am Dprof-in-tech, an experienced Full Stack Blockchain Developer and I am excited to contribute my skills to the {project name} project in this ODHACK 8. With a strong background in Next.js, TypeScript, JavaScript, React, Node.js, Rust and Cairo, I've honed my technical skills across the blockchain development landscape. How I plan on tackling this issueTo solve this issue, i would :
Once this is done, I’ll run tests to confirm everything is working as expected. I’ll be sure to follow the guidelines as given and work to tender my solution as soon as possible. |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedI have experience in backend development, specifically in creating and managing API routes using frameworks like Node.js, Rust, and TypeScript. I’ve worked on similar task management systems, where I handled database integration and ensured routes were properly set up to handle custom data. My familiarity with task-based APIs and database schemas will help me effectively implement and extend the custom API task type as required. How I plan on tackling this issueI would begin by creating the necessary folder and routes for |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedI am a Software Engineer with experience in building a complete backend in Rust using RESTful API. I also have experience working with JavaScript and TypeScript. How I plan on tackling this issueFirst of all I will look at the code base and understand the structure, next I will look at other tasks type that are already present and implemented in the codebase to see the pattern used and know which kind of database that is used, this will guide me to know how I am going to structure my own code and implementation. Finally, I will add the Adding them as an option means they can either be present as value or None. |
The maintainer Marchand-Nicolas has assigned GideonBature to this issue via OnlyDust Platform. |
Thank you @Marcmehand-Nicolas... |
Done here #272 |
Description
Implement the necessary admin routes to create and edit a new
custom_api
task type.PROPOSED TODO
custom_api
folder insrc\endpoints\admin
containing acreate_custom_api
and anupdate_custom_api
route (such as insrc\endpoints\admin\balance
)api_url
(string) field andregex
(string) field as arguments in the body (among the other default fields such as the task name), and store it in the task document in the db (as we are doing for other task types, such as insrc\endpoints\admin\balance
.)api_url
(string) andregex
(string) optional fields to theQuestTaskDocument
type insrc\models.rs
if they are not already present.The text was updated successfully, but these errors were encountered: