EMAIL_LINK_CLICKED status for posted show #91

Open
opened 2025-05-25 10:31:10 +00:00 by ken_fallon · 0 comments
Owner

Occasionally a show is posted but the status is not updated correctly.

This is due to the host clicking the key url again after posting.

Update code to check that the show has not been posted.

a.b.c.d      //upload.php?key=someverylongkey  useragent
a.b.c.d     Starting upload_confirm.php     /upload_confirm.php     useragent
... A few moments later
a.b.c.d     Updating the db to SHOW_SUBMITTED       /upload_confirm.php     useragent
a.b.c.d     Sending email   /upload_confirm.php     useragent
a.b.c.d     Finished upload_confirm.php     /upload_confirm.php     useragent
... A few moments later
a.b.c.d      //upload.php?key=someverylongkey  useragent
Occasionally a show is posted but the status is not updated correctly. This is due to the host clicking the key url again after posting. Update code to check that the show has not been posted. ``` a.b.c.d //upload.php?key=someverylongkey useragent a.b.c.d Starting upload_confirm.php /upload_confirm.php useragent ... A few moments later a.b.c.d Updating the db to SHOW_SUBMITTED /upload_confirm.php useragent a.b.c.d Sending email /upload_confirm.php useragent a.b.c.d Finished upload_confirm.php /upload_confirm.php useragent ... A few moments later a.b.c.d //upload.php?key=someverylongkey useragent ```
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: HPR/hpr_hub#91
No description provided.