Skip to content

Status of Asset Changed in the System #203

Open
@huyhoang-doit

Description

@huyhoang-doit

Trạng thái thay đổi của Tài sản trong hệ thống:

  • Người dùng tạo yêu cầu đấu giá cho tài sản: ( Tài sản cần định giá )
    state = APPROVING, is_holding = NULL
    received_date = NULL, delivery_date = NULL
  • Sau khi định giá, người dùng chấp nhận định giá đưa ra: (Tài sản đã định giá)
    state = ACTIVE, is_holding = false
    received_date = NULL, delivery_date = NULL
  • Sau khi tiếp nhận tài sản của người dùng gửi đến quầy: (Tài sản đã đủ điều kiện đấu giá)
    state = ACTIVE, is_holding = true
    received_date = NOT NULL, delivery_date = NULL
  • Sau khi tạo phiên đấu giá cho tài sản:
    state = AUCTION, is_holding = true
    received_date = NOT NULL, delivery_date = NULL
  • Sau khi bàn giao tài sản cho người thắng: (Tài sản bàn giao)
    state = HANDED_OVER, is holding = false
    received_date = NOT NULL, delivery_date = NOT NULL
  • Trường hợp hủy kết quả phiên, phiên đấu thất bại:
    state = ACTIVE, is_holding = true
    received_date = NOT NULL, delivery_date = NULL

Metadata

Metadata

Labels

documentationImprovements or additions to documentation

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions