Skip to content

Backend Bugs Summary #169

@ErikaKK

Description

@ErikaKK

Basic Information

  • Token needs to include "user_role": "poster" or "bidder" ( or two user table for poster and bidder) not needed anymore

  • Add user list API

  • Create mock data of users, tasks, bids, etc for testing purpose

    • user data in db cannot be accessed from frontend

image

  • no avatar and full_name field in /users/ api

  • Status need to be chosen from this:

      - `/app/bids`: "COMPLETED", "ONGOING", "BIDDING", "EXPIRED"
      - `/app/tasks`: "BIDDING", "COMPLETED", "CANCELLED", "ONGOING", "PRICE UPDATE"
    
  • pk errors when sending post req (logical error)
    image
    image

  • Need to add function to compare the date between the deadline and today, then automatically change status of bidding tasks or bidding bids to "COMPLETED"

Other Information

[Are there any additional information that we should know about?]

Metadata

Metadata

Assignees

No one assigned

    Labels

    backendTask must have a back end issuebugSomething isn't workingpriority:high

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions