What's needed
A status on the appreciation row: received / pending / post.
Why
Today there are two options, received and pending. The frontend tells them apart by checking for a delivery date: entry.dateDelivery ? "received" : "pending". "Send per post" also has a date, but it is not received. So it saves as pending. There's nowhere to store which one it actually is.
Related
fe 640
fe 924
What's needed
A
statuson the appreciation row:received/pending/post.Why
Today there are two options, received and pending. The frontend tells them apart by checking for a delivery date:
entry.dateDelivery ? "received" : "pending". "Send per post" also has a date, but it is not received. So it saves as pending. There's nowhere to store which one it actually is.Related
fe 640
fe 924