-
Notifications
You must be signed in to change notification settings - Fork 54
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
New upload image route #360
Comments
Could I take on this issue? |
Is it okay if I tackle this? |
Can I take care of this issue? |
1 similar comment
Can I take care of this issue? |
Would love to tackle this! |
Could I take on this issue? |
Can I take this from here? |
I'd love to work on this! |
Would love to contribute here , given my experience as a JavaScript and Typescript developer working in the Web3 space for over a year. |
Let me try this one! |
Could I be assigned to this? |
Can I jump on this task? |
May I pick this up? |
May I be assigned to this? |
May I handle this issue? |
Can I attempt this issue? |
Is it okay if I tackle this? |
Could I try solving this? |
I’d like to help with this. |
Can I attempt this issue? |
Can I take this issue? |
Can I be assigned to this? |
My backgroundI'm a software engineer and passionate about solving problems, I've been contributing to open source software for a few months and it's an experience that has taught me a lot and I really like to contribute to other projects. I am a member of the Dojo Coding community⛩️. I will dedicate all my effort to complete this issue in the best way. |
Could I take on this issue? |
I’d like to work on this. |
gm serI’d like to work on this issue. I have experience with Rust, Axum, and similiar, and I can implement the upload_image admin route to handle .webp image uploads efficiently. Please assign me this task! |
Thank you for assigning me this issue, I have already sent my pr, it is a pleasure to contribute to this great project. 🫡 |
Description 📹
Create a new
src/endpoints/admin/upload_image
admin route that allows uploading an image to a./images
folder. The route should accept two parameters: an image and an image name. The image should be saved as./images/image_name.webp
.Proposed Actions 🛠️
Here’s a checklist of actions to follow for resolving this issue:
Fork the repository and create a new branch using the issue number:
src/endpoints/admin/
namedupload_image.rs
.upload_image
admin route:Run Tests and Commit Changes:
Ensure the route works as expected and passes the following tests:
image_name.webp
in the./images
folder..webp
files are accepted../images
is created if it doesn’t exist.Use
HTTPie
to test the endpoint by sending a request with a.webp
image.Commit your changes with a clear message:
git commit -m "Fix: Added upload_image admin route for image uploads"
Required 📋
To keep our workflow smooth, please make sure you follow these guidelines:
Close #[issue_id]
.Thank you for your contribution 🙏
The text was updated successfully, but these errors were encountered: