-
Notifications
You must be signed in to change notification settings - Fork 4
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
black formatting + finished bidded-task api #168
black formatting + finished bidded-task api #168
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
got a bunch of complaints from |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you pls add an API to get all bids for one task based on the task_id (could be empty list)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pls check if there is conflict with your idea @yunho7687. I'm not that good with backend
We can just merge one of the branches and let Github/Git highlight the merge conflict, manually checking takes too much time |
Added route that returns a list of TASKS but with the bidded price added, can easily use with
TaskCard
I'm surprised that
black
was never ran on the backend code??http://localhost:8000/api/app/users/10/bidded-tasks
Related issue