You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
As a volunteer, I should be able to submit my proof of work.
Describe the solution you'd like
Create an api [post] /api/tasks/proof/(task-id)/ to upload proof.
Only authenticated users can access this API.
The API take the image of screenshot for the task. The rest variables should be initialised by default values, for example:
i. points : 0
ii. review_by_ai : 'pending'
iii. review_by_human: 'pending'
Make swagger docs for the same
Add tests for the same
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
As a volunteer, I should be able to submit my proof of work.
Describe the solution you'd like
[post] /api/tasks/proof/(task-id)/
to upload proof.i. points : 0
ii. review_by_ai : 'pending'
iii. review_by_human: 'pending'
The text was updated successfully, but these errors were encountered: