surrealist / dev-dynamo

0 stars 11 forks source link

Get available next ticket status #7

Open surrealist opened 1 year ago

surrealist commented 1 year ago
GET /api/v1/tickets/{ticket_id}/next-status

Response 200

[
   { "Doing": "Developer Starts" }
]
JoJoushi commented 1 year ago

จองครับ

surrealist commented 1 year ago

ขอแก้ response ให้เหมาะสมกับ c# ครับ

[
   { 
      "Action": "Developer Starts",
      "NextStatus": "Doing"
   }
]

เพื่อความเข้าใจเพิ่มเติม Action กับ Status โดยเฉพาะเวลาแสดงใน UI จะเป็นแบบนี้

Screenshot by Dropbox Capture