Implement Match State #2

Closed
opened 2019-01-23 19:46:33 +00:00 by clarity · 0 comments
Member

A match object will recieve a status representing the current state of a match.

states:
possible, verified, notified, collected, shipable, shipped

transitions:
on start: possible (a match is created as possible match)
possible -> verified (successfully reviewed (maybe by looking at an item or photo))
possible -> /dev/null (review unsuccessful (this is not the item you are looking for!))
verified -> notified (send mail to user, either to fetch item or send address)
notified -> collected (if item was picked up)
notified -> shipable (if item has to be sent)
shipable -> shipped (if item is shipped)

A Lost Request can have multiple possible matches with distinct items.

A match object will recieve a status representing the current state of a match. states: possible, verified, notified, collected, shipable, shipped transitions: on start: possible (a match is created as possible match) possible -> verified (successfully reviewed (maybe by looking at an item or photo)) possible -> /dev/null (review unsuccessful (this is not the item you are looking for!)) verified -> notified (send mail to user, either to fetch item or send address) notified -> collected (if item was picked up) notified -> shipable (if item has to be sent) shipable -> shipped (if item is shipped) A Lost Request can have multiple possible matches with distinct items.
j3d1 added the
Kind
Enhancement
label 2024-10-30 23:35:53 +00:00
j3d1 added the
Status
Need More Info
label 2024-10-30 23:56:25 +00:00
j3d1 added
Reviewed
Invalid
Status
Abandoned
and removed
Status
Need More Info
labels 2024-10-31 00:08:33 +00:00
j3d1 closed this issue 2024-10-31 00:08:36 +00:00
j3d1 added this to the Software project 2024-11-02 16:35:13 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: c3lf/c3lf-system-3#2
No description provided.