Greenstand / treetracker-api

GNU Affero General Public License v3.0
5 stars 32 forks source link

Add grower image upload endpoint #111

Closed nmcharlton closed 1 year ago

nmcharlton commented 2 years ago

Admin Panel users need to be able to upload better images of their growers for display on the Admin Panel and the Web Map. See Greenstand/treetracker-admin-client#192.

krisblarq commented 2 years ago

I would like to work on this issue!

Kpoke commented 2 years ago

Awesome @krisblarq, let me know if you have any questions concerning the implementation. I would assign this task to you and also add you to the microservices channel on slack

gustta03 commented 1 year ago

is this endpoint done?

krisblarq commented 1 year ago

No it’s not, a ran into a bit of a road block. Implemented the endpoint, but when I test, I get an error “application only accepts app/json”. Still trying to figure it out.

On Thu, 3 Nov 2022 at 01:23, Gustavo Alves Silva @.***> wrote:

is this endpoint done?

— Reply to this email directly, view it on GitHub https://github.com/Greenstand/treetracker-api/issues/111#issuecomment-1301517423, or unsubscribe https://github.com/notifications/unsubscribe-auth/AM6HAS2TW36MY2GNWIM5SV3WGMAZTANCNFSM6AAAAAAQUTJ3EY . You are receiving this because you were assigned.Message ID: @.***>

Kpoke commented 1 year ago

You could do something like this in the app.js file, where you bypass the check for that specific endpoint, that should fix the issue image

github-actions[bot] commented 1 year ago

:tada: This issue has been resolved in version 1.31.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: