vote up 17 vote down star
6

Users sometimes come up with the most amusing, weird and wonderful requirements for programmers to design and implement.

Today I read a memo from my boss that we need the "ability to import any excel or access data, irrespective of size, easily and quickly."

From the same memo, we have a requirement to "know if anyone unauthorized accessed the system" - as if a hacker is going to leave his calling card wedged between an index and a foreign key somewhere.

I think my boss has been watching too much "Star Trek"... :)

What's the funniest user request you've ever had?

flag
5  
another interesting question closed... – Nicolas Dorier May 18 at 12:11
1  
I kind of like it. voted for reopening. War stories are always good for experience, in particular on how to handle them. – Stefano Borini Aug 2 at 13:38
Is there some way to actively muster up enough people to reopen the question? – Shaul Aug 2 at 13:43
See also stackoverflow.com/questions/171643 – Dour High Arch Aug 25 at 13:13

12 Answers

vote up 13 vote down

"We know the server goes down sometimes, but we want it to never go down"

link|flag
1  
Had a customer ask that the site be able to work even if the server went down. But only the admin screens needed this magic, as if that made it easier. – sgriffinusa Sep 11 at 6:06
3  
Offer redundant servers. Never going down is a reasonable request. – Andrew Oct 9 at 11:50
1  
It is a reasonable request, if the client is willing to pay for a system with no single point of failure and redundant everything. You need programmers and administrators with experience in such things, and that costs money. Generally, if you show a customer the difference in cost between 99% uptime and 99.99% uptime, they tend to decide that it's ok for the system to be down every now and then. – quillbreaker Oct 13 at 18:28
vote up 9 vote down

"can you make sure our sales increase by at least 131%? that would put us ahead of last year."

link|flag
3  
Oh sure no problem. And while I'm editing the code, I'll just round it up to an even 140%. Hows that? – Chris Pietschmann Aug 16 at 7:26
3  
How about I give you an input field and you type whatever percentage you want there? – hasen j Sep 11 at 20:39
vote up 21 vote down

My client demanded that on his website the current white is too normal. And I quote "I want the glossy white of Facebook and Google"

I wonder if this would work:

main.css

body {
    background-color: #ffffff !glossy;
}
link|flag
4  
you should have upsold them a new glossy monitor! – mcjabberz Aug 24 at 19:10
3  
Implement it, provide a side by side comparison of just the white areas, ask them which is which, then bill them. What the client is asking for is the perception in their mind that their website's white is as good as Google's. Prove that it is and collect your money. – Andrew Oct 9 at 11:58
vote up 3 vote down

"We need the button to be clickable after the checkbox to enable the button clicks is checked."

link|flag
vote up 16 vote down

"The calendars are really difficult to use, since there is a different number of days in each month. Could you please change them to have the same number of days?"

link|flag
3  
"Well, I've already used up my heavenly request this month for that new 10-speed, but I'll give it a go." – Eric Aug 16 at 7:16
2  
That day is coming, my friend. atalasoft.com/cs/blogs/… – plinth Aug 25 at 13:53
vote up 0 vote down

Client: "Are you sure you pushed the last copy edit live?"

Programmer: "Yes it is live and I tested it."

Client: "I just looked and it still shows the old copy text."

Programmer: "Did you try clearing your browser cache?"

Client: "What's that? How do I do that? Can't you just have the site do that for me?"

link|flag
15  
Client is correct. It's none of their business and they are certainly not at fault when programmer is using wrong cache headers. What's next? Should client tell all his website visitors to "clear their webbrowser cache" when he does next minor modification on his content? – lubos hasko Aug 16 at 8:00
Not really. You don't want the page to be cached for only a short period of time on a static page. The only time you want it's cache to be invalidated after 2 minutes is when it's updated; any other time it needs to last for a much longer time. – Chris Pietschmann Aug 16 at 15:30
1  
With a little bit of work, you can build a system that automatically adds version numbers to static files so that when you ship a release to a client, the URLs for changed files are different, so the browser fetches fresh copies. Release servers can then have far-future expire times set in their httpd.conf, while development servers have short timeouts and unversioned files. I use svn revision numbers: js/prototype.js becomes js/prototype_r487.js or whatever in the release build. The build process creates a file to tell the ASP code how unversioned file names map to versioned ones. – Warren Young Aug 25 at 3:26
That won't work for the base web page. – Dykam Aug 25 at 13:15
2  
So set the Cache-Control header for that one page to keep it out of the cache, or at least not let it linger there long. Bottom line: the client is indeed correct, this shouldn't happen. We have the technology to avoid these problems. – Warren Young Aug 25 at 21:24
vote up 2 vote down

"I just deleted a client data record. Can you restore it from the Recycle Bin?"

Some people don't understand that when a record is deleted, it's deleted. That's kinda what "deleted" means, especially when they didn't ask for us to build an "un-delete" feature.

link|flag
1  
Recover it from backup. You do have backups don't you? – Andrew Oct 9 at 11:52
vote up 4 vote down

One of our programs lets normal people manipulate a fairly complex video distribution system. It visually indicates what's going on on the back end using representative pictures of the video sources -- VCRs, DVD players, etc. These graphics are very detailed; the VCR has a little amber display on it, saying "12:00" in a 7-segment LED font. One user asked us to make it blink. Another asked us to make it show the current time.

bangs head on desk

link|flag
vote up 6 vote down

Client: "I really like my website and Google but I need them both when my laptop doesn't have an internet connection. Can you burn them to a cd so I can use them offline?"

Me: "I can make an offline version of your site but it would have limited functionality. I can't however make Google available offline. It is possible with hardware and a monthly contract to get internet anywhere for a monthly fee with a data card. You'd have to pay around $60/month for it through ATT or Sprint or something like that."

Client: "I'm starting to become disappointed with your capabilities."

link|flag
Wow. I would have had a really hard time holding back a contract-ending response to that… >.< – Ben Blank Oct 9 at 22:09
I drafted about 3 responses to that comment before I calmed down and sent an explanation. Sadly, as you may have guessed, they didn't understand and ended up going elsewhere with their minimal future business. It's probably best because the current iteration of the site is so completely client-jacked it's hardly recognizable. – jasonevers Oct 9 at 22:20
vote up 4 vote down

The following happened multiple times with the same person ...

Data Entry Operator (at remote site): Can you fix my terminal? It won't turn on.

ME: Last time you called with this problem it was unplugged, can you please check that?

Data Entry Operator: It's plugged in!

So I drive to the remote site and what do I find? An unplugged terminal, of course! I plugged it in, and it worked just fine.

link|flag
I hope you charged for the call-out! – Shaul Oct 11 at 13:32
1  
Ask them to reseat the connector. This will clean off the dust and what not... Yeah whatever. It really just lets them discover that it's not connected. – CrashCodes Oct 12 at 18:08
vote up 1 vote down

alt text

link|flag
vote up 2 vote down

My programming team wrote an intranet which interfaced with a legacy accounting system. Basically, we were writing a pretty ASP.NET front end to protect users from having to interface with the terminal system.

In any case, one of our testers noticed that our login code accepted any password, so long as the first 8 characters were correct. A tester created a user with the password "Password", but the application would validate "Password1", "PasswordMonkey", "PasswordFakeFakeFakehahahah". So, our tester logged this as a defect. Some investigation revealed that the legacy system stored passwords in fixed-width, 8 char field, and it just quietly truncates queries to 8 characters. A quick test indicated that this bug existed in the accounting system as well and simply went unnoticed for 20 years.

We were unable to modify the legacy application as it was maintained by a third-party vendor, so I wrote a quick if (password.Length > 8) { return false; } on our end -- after all, a password more than 8 chars can't possibly be correct. Bug fixed, QA signs off.

So, when our application goes into production, we get an "URGENT!! USER'S CAN'T LOG IN TO THEIR ACCOUNTS!!!"-type message from the president of one of our customers. It turns out that state law or company policy required all passwords to be at least 12 characters long, and none of the users were able to use our product after the fix.

We explained that the accounting system simply doesn't store anything beyond 8 characters, and that everything will be peachy if users just type the first 8 characters. "UNACCEPTABLE!" Ok, then we can put a maxlength on the textbox, limiting the input to just the valid range of characters. "IMBECILES! IT WORKED JUST FINE BEFORE, NOW FIX IT!" Our customer got into a shouting match with the president of my company, threatening the change vendors if we didn't fix application.

So, I "fixed" the application commenting out the sanity check and reintroduced the bug. Its not an unreasonable request to have authentication code in the ASP.NET front-end authenticate the same as the terminal backend, but its really disconcerting to purposefully re-bug an application.

link|flag
That IS funny - but I have to say my sympathies are with the customer on this one. Even though it is a bug from the programmer's perspective, the users expect consistent behavior, and if they want that "incorrect" behavior, then it's not really a bug. – Shaul Nov 8 at 9:03

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.