Click here to Skip to main content
15,878,959 members

The Weird and The Wonderful

   

The Weird and The Wonderful forum is a place to post Coding Horrors, Worst Practices, and the occasional flash of brilliance.

We all come across code that simply boggles the mind. Lazy kludges, embarrassing mistakes, horrid workarounds and developers just not quite getting it. And then somedays we come across - or write - the truly sublime.

Post your Best, your worst, and your most interesting. But please - no programming questions . This forum is purely for amusement and discussions on code snippets. All actual programming questions will be removed.

 
GeneralRe: Don't you love it when people get their site organised? Pin
OriginalGriff20-Jun-17 23:58
mveOriginalGriff20-Jun-17 23:58 
GeneralRe: Don't you love it when people get their site organised? Pin
Daniel Pfeffer22-Jun-17 3:02
professionalDaniel Pfeffer22-Jun-17 3:02 
GeneralRe: Don't you love it when people get their site organised? Pin
Sander Rossel21-Jun-17 0:24
professionalSander Rossel21-Jun-17 0:24 
GeneralRe: Don't you love it when people get their site organised? Pin
OriginalGriff21-Jun-17 0:40
mveOriginalGriff21-Jun-17 0:40 
GeneralRe: Don't you love it when people get their site organised? Pin
Kornfeld Eliyahu Peter21-Jun-17 1:36
professionalKornfeld Eliyahu Peter21-Jun-17 1:36 
JokeRe: Don't you love it when people get their site organised? Pin
Richard Deeming22-Jun-17 1:40
mveRichard Deeming22-Jun-17 1:40 
GeneralRe: Don't you love it when people get their site organised? Pin
OriginalGriff22-Jun-17 2:22
mveOriginalGriff22-Jun-17 2:22 
GeneralRe: Don't you love it when people get their site organised? Pin
KC@CahabaGBA22-Jun-17 4:51
KC@CahabaGBA22-Jun-17 4:51 
The issue is the process flow... The tracking number is generated at the point the package is packed and the encoded shipping label is created.... That triggers the notification (in the name of prompt notification to the customer)... The problem is that the new tracking number is NOT technically in the system until the package is scanned at the receiving shipping depot.

The reason apparently is that that they don't want their system cluttered with labels that go unused. To avoid this glut they only actually begin tracking at the point that the package enters the depot. While this assures that they are actually tracking live packages, the lag time between label creation and scanning at the depot creates a frustrating customer service situation.

Solution 1: Add a columns to the database tracking the label information that indicates the date/time stamp of when the label was created and when the label was scanned coming into the depot. Pair with this a method of truncating labels that don't show after a period of time as well as notify the customer of the failure of the package to arrive at a depot for scanning. Pair with a process to collect complete shipping label data from a package that shows up after the label had been truncated by the prior step.

There would be other possible ways to deal with this as well. One might be to modify the tracking system that you input your new label to track so that if the label isn't found in the database it would allow you to input it just the same and perhaps notify you of it being removed from tracking if the package wasn't scanned at the depot within a prescribed amount of time.

Regardless, your point is well taken that this is but one example of good technology being used badly. Critical analysis of the process would reveal a much improved delivery of serice to the information consumer.
GeneralRe: Don't you love it when people get their site organised? Pin
Worried Brown Eyes22-Jun-17 5:25
Worried Brown Eyes22-Jun-17 5:25 
JokeRe: Don't you love it when people get their site organised? Pin
ZurdoDev22-Jun-17 5:42
professionalZurdoDev22-Jun-17 5:42 
GeneralRe: Don't you love it when people get their site organised? Pin
Worried Brown Eyes22-Jun-17 21:16
Worried Brown Eyes22-Jun-17 21:16 
GeneralRe: Don't you love it when people get their site organised? Pin
Gerry Schmitz22-Jun-17 6:59
mveGerry Schmitz22-Jun-17 6:59 
GeneralRe: Don't you love it when people get their site organised? Pin
KC@CahabaGBA27-Jun-17 4:01
KC@CahabaGBA27-Jun-17 4:01 
GeneralRe: Don't you love it when people get their site organised? Pin
Kirk 1038982122-Jun-17 9:12
Kirk 1038982122-Jun-17 9:12 
Generaltutorial problems from certified php technician from w3schools.com Pin
Member 1326608418-Jun-17 11:40
Member 1326608418-Jun-17 11:40 
GeneralRe: tutorial problems from certified php technician from w3schools.com Pin
Richard Deeming19-Jun-17 1:00
mveRichard Deeming19-Jun-17 1:00 
GeneralRe: tutorial problems from certified php technician from w3schools.com Pin
Member 137062412-Mar-18 20:41
Member 137062412-Mar-18 20:41 
GeneralThat's not nice! (disappearing files) Pin
kmoorevs7-Jun-17 3:00
kmoorevs7-Jun-17 3:00 
GeneralRe: That's not nice! (disappearing files) Pin
raddevus7-Jun-17 3:11
mvaraddevus7-Jun-17 3:11 
GeneralRe: That's not nice! (disappearing files) Pin
Duncan Edwards Jones7-Jun-17 3:13
professionalDuncan Edwards Jones7-Jun-17 3:13 
GeneralRe: That's not nice! (disappearing files) Pin
kmoorevs7-Jun-17 3:47
kmoorevs7-Jun-17 3:47 
GeneralRe: That's not nice! (disappearing files) Pin
ZurdoDev7-Jun-17 3:59
professionalZurdoDev7-Jun-17 3:59 
GeneralRe: That's not nice! (disappearing files) Pin
Nelek7-Jun-17 5:58
protectorNelek7-Jun-17 5:58 
GeneralRe: That's not nice! (disappearing files) Pin
PIEBALDconsult7-Jun-17 12:26
mvePIEBALDconsult7-Jun-17 12:26 
GeneralIf it fails, try again Pin
gjp13112-Jun-17 18:36
gjp13112-Jun-17 18:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.