Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. When you know it's a bad design

When you know it's a bad design

Scheduled Pinned Locked Moved The Lounge
helpcssdesignsysadminalgorithms
30 Posts 24 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K kmoorevs

    I have been trying for about two weeks now to convince my designer/colleague that her idea for a web-based data entry screen is stupid a horrible design and a waste of time to pursue. At yesterday's meeting, realizing that my pleas were falling on deaf ears, I just gave up. :sigh: The big 'demo' is tomorrow morning and I will be spending today bringing her monstrosity to life...as painful and embarrassing as it may be. :sigh: Her design calls for a data entry grid where the rows are vendors and the columns are days of a selected week, or M-F. There are currently 10 vendors, so for a full week this results in 50 cells. Now, for days of the week where the site can receive orders from a vendor, the cell will contain 2 controls, a text area to capture/recall an amount and a file upload control to allow for browsing/uploading a pre-scanned image. Realistically, this will result in around 25 active cells for a full week, so around 50 or so expected actions by the user for a session. :wtf: The major problem here as I see it is the potential for 25 or more consecutive/parallel uploads to cause headaches on the server...but what do I know? What I tried: I have offered alternatives to eliminate complexity, for instance having the user select/work with one vendor or date at a time. I am allowed to do this only after completing the brain-child of the designer. :( I'm not asking for help, just ranting...'I picked a terrible week to quit smoking!' :laugh: Next day edit: After discovering that dynamically created fileUpload controls do not save state on postback, the design/logic was changed so that the 'mass data entry' screen became a kind of worksheet providing access to a single data entry screen either in add or edit mode. It works well, and the customer is happy. :) Thanks to all who have read and especially those who took the time to comment! :thumbsup:

    "Go forth into the source" - Neal Morse

    M Offline
    M Offline
    Marc Clifton
    wrote on last edited by
    #15

    I don't know, that doesn't sound too bad. I'll be curious to read about people's reactions. :) Marc

    Latest Article - Create a Dockerized Python Fiddle Web App Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802

    1 Reply Last reply
    0
    • K kmoorevs

      I have been trying for about two weeks now to convince my designer/colleague that her idea for a web-based data entry screen is stupid a horrible design and a waste of time to pursue. At yesterday's meeting, realizing that my pleas were falling on deaf ears, I just gave up. :sigh: The big 'demo' is tomorrow morning and I will be spending today bringing her monstrosity to life...as painful and embarrassing as it may be. :sigh: Her design calls for a data entry grid where the rows are vendors and the columns are days of a selected week, or M-F. There are currently 10 vendors, so for a full week this results in 50 cells. Now, for days of the week where the site can receive orders from a vendor, the cell will contain 2 controls, a text area to capture/recall an amount and a file upload control to allow for browsing/uploading a pre-scanned image. Realistically, this will result in around 25 active cells for a full week, so around 50 or so expected actions by the user for a session. :wtf: The major problem here as I see it is the potential for 25 or more consecutive/parallel uploads to cause headaches on the server...but what do I know? What I tried: I have offered alternatives to eliminate complexity, for instance having the user select/work with one vendor or date at a time. I am allowed to do this only after completing the brain-child of the designer. :( I'm not asking for help, just ranting...'I picked a terrible week to quit smoking!' :laugh: Next day edit: After discovering that dynamically created fileUpload controls do not save state on postback, the design/logic was changed so that the 'mass data entry' screen became a kind of worksheet providing access to a single data entry screen either in add or edit mode. It works well, and the customer is happy. :) Thanks to all who have read and especially those who took the time to comment! :thumbsup:

      "Go forth into the source" - Neal Morse

      D Offline
      D Offline
      dlhale
      wrote on last edited by
      #16

      Sometime you just have to let stupidity fail, it just won't go away on its own. Exeperience is a synonym for failures followed by successes.

      1 Reply Last reply
      0
      • K kmoorevs

        I have been trying for about two weeks now to convince my designer/colleague that her idea for a web-based data entry screen is stupid a horrible design and a waste of time to pursue. At yesterday's meeting, realizing that my pleas were falling on deaf ears, I just gave up. :sigh: The big 'demo' is tomorrow morning and I will be spending today bringing her monstrosity to life...as painful and embarrassing as it may be. :sigh: Her design calls for a data entry grid where the rows are vendors and the columns are days of a selected week, or M-F. There are currently 10 vendors, so for a full week this results in 50 cells. Now, for days of the week where the site can receive orders from a vendor, the cell will contain 2 controls, a text area to capture/recall an amount and a file upload control to allow for browsing/uploading a pre-scanned image. Realistically, this will result in around 25 active cells for a full week, so around 50 or so expected actions by the user for a session. :wtf: The major problem here as I see it is the potential for 25 or more consecutive/parallel uploads to cause headaches on the server...but what do I know? What I tried: I have offered alternatives to eliminate complexity, for instance having the user select/work with one vendor or date at a time. I am allowed to do this only after completing the brain-child of the designer. :( I'm not asking for help, just ranting...'I picked a terrible week to quit smoking!' :laugh: Next day edit: After discovering that dynamically created fileUpload controls do not save state on postback, the design/logic was changed so that the 'mass data entry' screen became a kind of worksheet providing access to a single data entry screen either in add or edit mode. It works well, and the customer is happy. :) Thanks to all who have read and especially those who took the time to comment! :thumbsup:

        "Go forth into the source" - Neal Morse

        R Offline
        R Offline
        robinsky
        wrote on last edited by
        #17

        Within limitations I LIKE the design! Provided that as someone implementing it I am allowed to think of the design as a VIEW of the data. I wonder if the multiple uploads problem could be a red herring. When clicking on a grid, nobody works in more than one box at a time. So when wanting to work on an upload grid box, a pop-up screen can be used to capture the new data, url of the document / image, or use drag and drop. I would upload the file as soon as the grid box or row loses focus, or a button is clicked. real multiple uploads would be dependent on there being multiple data entry points, with an 'Upload'/'Save' button at the bottom of the grid - it would need scrolling down to as the grid gets bigger which is bad news for the user. So don't have one, or put the text 'Upload/Save' on it but what it actually does is refresh the grid from the database underneath. This implements things the way you know is right, and does what the user needs too. I would think of it as a 'management overview' screen that can summarize records already in the database with the ability to drill down into attachments, and the ability to launch the process of adding a new record (with a pop-up screen and/or drag and drop). It is just that one user (the designer) would like this to be their home/default screen. If you provide the other screens you want to design, and let each user choose which screen they find useful. If in real life nobody uses the grid overview work screen, what is the harm in leaving it there.

        1 Reply Last reply
        0
        • L Lost User

          Clearly not a designer then. Anyway, guess right now stuck with it. If they ask you to talk/demo [before putting them to sleep on the tech] make sure to clearly mention who the design came from. ... make it sound good: "all credit to X for the design, hope my code does it justice..." :|

          Sin tack the any key okay

          K Offline
          K Offline
          kalberts
          wrote on last edited by
          #18

          And then, some designers are like some architects: They have learned in school, or developed by their own desktops, the most artistic and most useless ideas for how a "modern" design should be. Either because they (like some architects) want to build monuments to display their genius, or they simply strive to be in the forefront of all the new fashions in the web design world. A designer by him|her self can do only half the job. The other half is done by the users, unskilled both in program development and design rule (and as ignorant of web design fashions as possible). Observe how users operate (a mock up of) the system/website. Listen to when they swear. Time how long it takes them to complete a given task, count how many times they make the wrong choices, how many times they have to correct/undo previous actions. Count how many times they have to move their hand between the mouse and the keyboard. For the accessibility part: Give the test users a set of glasses smeared with vaseline. Give them gloves for use with the keyboard and mouse. Turn down the color saturation to zero to make a grey scale image and reduce the light contrast so that all greys are packed from 0 to 10% brightness. (Or, if you can spare the time, have the color image converted to simulate that of a color blind - but for some reason, those conversions are dead slow, so the response time will be terrible.) Allow the users to use one hand only. Finally, there is the "five year old test": Let a five year old kid have access to the mouse and keyboard, and tell him that (s)he will get an ice cream cone for each time he manages to crash the system in a new way. (Most likely, you don't have to provide any other food for the kid that day - he will be stuffed with ice cream...) The designer makes the proposals. The users make the decisions. If the designer is watching and protesting, insisting that a modification to satisfy the users would break some essential design principle, you tell the designer that his/her job is done. Or, if the users are using the functions "in the wrong way", then you offer the designer to modify the design so that users by themselves, without being lead by the hand by a designer, find "the right way" to do it. Designers are great for ideas and for finding ways to lead the users to towards efficient and "right" work patterns. But they are not demigods.

          1 Reply Last reply
          0
          • K kmoorevs

            :thumbsup: Agreed, but it's not my opinion that matters. I've got the thing built, and it's ugly as hell. The multiple file uploads idea is proving to be impossible, so at least that's one less thing. :)

            "Go forth into the source" - Neal Morse

            W Offline
            W Offline
            Worried Brown Eyes
            wrote on last edited by
            #19

            But aren't you the Expert?[^]

            1 Reply Last reply
            0
            • K kmoorevs

              I have been trying for about two weeks now to convince my designer/colleague that her idea for a web-based data entry screen is stupid a horrible design and a waste of time to pursue. At yesterday's meeting, realizing that my pleas were falling on deaf ears, I just gave up. :sigh: The big 'demo' is tomorrow morning and I will be spending today bringing her monstrosity to life...as painful and embarrassing as it may be. :sigh: Her design calls for a data entry grid where the rows are vendors and the columns are days of a selected week, or M-F. There are currently 10 vendors, so for a full week this results in 50 cells. Now, for days of the week where the site can receive orders from a vendor, the cell will contain 2 controls, a text area to capture/recall an amount and a file upload control to allow for browsing/uploading a pre-scanned image. Realistically, this will result in around 25 active cells for a full week, so around 50 or so expected actions by the user for a session. :wtf: The major problem here as I see it is the potential for 25 or more consecutive/parallel uploads to cause headaches on the server...but what do I know? What I tried: I have offered alternatives to eliminate complexity, for instance having the user select/work with one vendor or date at a time. I am allowed to do this only after completing the brain-child of the designer. :( I'm not asking for help, just ranting...'I picked a terrible week to quit smoking!' :laugh: Next day edit: After discovering that dynamically created fileUpload controls do not save state on postback, the design/logic was changed so that the 'mass data entry' screen became a kind of worksheet providing access to a single data entry screen either in add or edit mode. It works well, and the customer is happy. :) Thanks to all who have read and especially those who took the time to comment! :thumbsup:

              "Go forth into the source" - Neal Morse

              R Offline
              R Offline
              Rage
              wrote on last edited by
              #20

              This is a very good design. Who do you think you are to criticize someone else's design ?

              Do not escape reality : improve reality !

              1 Reply Last reply
              0
              • K kmoorevs

                I have been trying for about two weeks now to convince my designer/colleague that her idea for a web-based data entry screen is stupid a horrible design and a waste of time to pursue. At yesterday's meeting, realizing that my pleas were falling on deaf ears, I just gave up. :sigh: The big 'demo' is tomorrow morning and I will be spending today bringing her monstrosity to life...as painful and embarrassing as it may be. :sigh: Her design calls for a data entry grid where the rows are vendors and the columns are days of a selected week, or M-F. There are currently 10 vendors, so for a full week this results in 50 cells. Now, for days of the week where the site can receive orders from a vendor, the cell will contain 2 controls, a text area to capture/recall an amount and a file upload control to allow for browsing/uploading a pre-scanned image. Realistically, this will result in around 25 active cells for a full week, so around 50 or so expected actions by the user for a session. :wtf: The major problem here as I see it is the potential for 25 or more consecutive/parallel uploads to cause headaches on the server...but what do I know? What I tried: I have offered alternatives to eliminate complexity, for instance having the user select/work with one vendor or date at a time. I am allowed to do this only after completing the brain-child of the designer. :( I'm not asking for help, just ranting...'I picked a terrible week to quit smoking!' :laugh: Next day edit: After discovering that dynamically created fileUpload controls do not save state on postback, the design/logic was changed so that the 'mass data entry' screen became a kind of worksheet providing access to a single data entry screen either in add or edit mode. It works well, and the customer is happy. :) Thanks to all who have read and especially those who took the time to comment! :thumbsup:

                "Go forth into the source" - Neal Morse

                B Offline
                B Offline
                BryanFazekas
                wrote on last edited by
                #21

                Hopefully you have all your objections to the design recorded in writing. Document everything, and when things blow up and people blame you ... you have proof you disagreed with the design and were shot down. Meeting minutes can be your friend ...

                1 Reply Last reply
                0
                • K kmoorevs

                  I have been trying for about two weeks now to convince my designer/colleague that her idea for a web-based data entry screen is stupid a horrible design and a waste of time to pursue. At yesterday's meeting, realizing that my pleas were falling on deaf ears, I just gave up. :sigh: The big 'demo' is tomorrow morning and I will be spending today bringing her monstrosity to life...as painful and embarrassing as it may be. :sigh: Her design calls for a data entry grid where the rows are vendors and the columns are days of a selected week, or M-F. There are currently 10 vendors, so for a full week this results in 50 cells. Now, for days of the week where the site can receive orders from a vendor, the cell will contain 2 controls, a text area to capture/recall an amount and a file upload control to allow for browsing/uploading a pre-scanned image. Realistically, this will result in around 25 active cells for a full week, so around 50 or so expected actions by the user for a session. :wtf: The major problem here as I see it is the potential for 25 or more consecutive/parallel uploads to cause headaches on the server...but what do I know? What I tried: I have offered alternatives to eliminate complexity, for instance having the user select/work with one vendor or date at a time. I am allowed to do this only after completing the brain-child of the designer. :( I'm not asking for help, just ranting...'I picked a terrible week to quit smoking!' :laugh: Next day edit: After discovering that dynamically created fileUpload controls do not save state on postback, the design/logic was changed so that the 'mass data entry' screen became a kind of worksheet providing access to a single data entry screen either in add or edit mode. It works well, and the customer is happy. :) Thanks to all who have read and especially those who took the time to comment! :thumbsup:

                  "Go forth into the source" - Neal Morse

                  C Offline
                  C Offline
                  crlmjohnson
                  wrote on last edited by
                  #22

                  I have experience this type of scenario before. do not let it worried you. some individual's get focus on what they think is a good thing. I say let some users test the software design, and get their feedback. That way if it is a bad design you will have the support of others to support your opinion.

                  1 Reply Last reply
                  0
                  • K kmoorevs

                    I have been trying for about two weeks now to convince my designer/colleague that her idea for a web-based data entry screen is stupid a horrible design and a waste of time to pursue. At yesterday's meeting, realizing that my pleas were falling on deaf ears, I just gave up. :sigh: The big 'demo' is tomorrow morning and I will be spending today bringing her monstrosity to life...as painful and embarrassing as it may be. :sigh: Her design calls for a data entry grid where the rows are vendors and the columns are days of a selected week, or M-F. There are currently 10 vendors, so for a full week this results in 50 cells. Now, for days of the week where the site can receive orders from a vendor, the cell will contain 2 controls, a text area to capture/recall an amount and a file upload control to allow for browsing/uploading a pre-scanned image. Realistically, this will result in around 25 active cells for a full week, so around 50 or so expected actions by the user for a session. :wtf: The major problem here as I see it is the potential for 25 or more consecutive/parallel uploads to cause headaches on the server...but what do I know? What I tried: I have offered alternatives to eliminate complexity, for instance having the user select/work with one vendor or date at a time. I am allowed to do this only after completing the brain-child of the designer. :( I'm not asking for help, just ranting...'I picked a terrible week to quit smoking!' :laugh: Next day edit: After discovering that dynamically created fileUpload controls do not save state on postback, the design/logic was changed so that the 'mass data entry' screen became a kind of worksheet providing access to a single data entry screen either in add or edit mode. It works well, and the customer is happy. :) Thanks to all who have read and especially those who took the time to comment! :thumbsup:

                    "Go forth into the source" - Neal Morse

                    K Offline
                    K Offline
                    KC CahabaGBA
                    wrote on last edited by
                    #23

                    This designer sounds more like a typical end user. I do a LOT of design work and good design is more than UI layout. It takes into account the usability of the resulting product including what it takes to create, deploy and maintain it. The goal being to strike a balance so as to derive the greatest bang for the buck all around. Rant endorsed!

                    1 Reply Last reply
                    0
                    • K kmoorevs

                      Lopatir wrote:

                      doesn't actually provide a design or some form if visualisation / mock up?

                      Oh yeah, my mock-up was a few columns and a few rows sketched on a legal pad. 'Looks good on paper.' :laugh: Edit: btw, good point on the multiple orders per day. This has already been pointed out largely ignored...I guess they'll have to get out their calculators! :laugh:

                      "Go forth into the source" - Neal Morse

                      Y Offline
                      Y Offline
                      Ygnaiih
                      wrote on last edited by
                      #24

                      My BA once sent me a design for a CRUD page scribbled on a pad and scanned. I asked her whose design this was and she said she didn't know. She had no business doing designs but the bosses love her.

                      Leadership equals wrecked ship. If you think you are leading my look behind you. You are alone. If you think I am leading you, You are lost.

                      1 Reply Last reply
                      0
                      • K kmoorevs

                        I have been trying for about two weeks now to convince my designer/colleague that her idea for a web-based data entry screen is stupid a horrible design and a waste of time to pursue. At yesterday's meeting, realizing that my pleas were falling on deaf ears, I just gave up. :sigh: The big 'demo' is tomorrow morning and I will be spending today bringing her monstrosity to life...as painful and embarrassing as it may be. :sigh: Her design calls for a data entry grid where the rows are vendors and the columns are days of a selected week, or M-F. There are currently 10 vendors, so for a full week this results in 50 cells. Now, for days of the week where the site can receive orders from a vendor, the cell will contain 2 controls, a text area to capture/recall an amount and a file upload control to allow for browsing/uploading a pre-scanned image. Realistically, this will result in around 25 active cells for a full week, so around 50 or so expected actions by the user for a session. :wtf: The major problem here as I see it is the potential for 25 or more consecutive/parallel uploads to cause headaches on the server...but what do I know? What I tried: I have offered alternatives to eliminate complexity, for instance having the user select/work with one vendor or date at a time. I am allowed to do this only after completing the brain-child of the designer. :( I'm not asking for help, just ranting...'I picked a terrible week to quit smoking!' :laugh: Next day edit: After discovering that dynamically created fileUpload controls do not save state on postback, the design/logic was changed so that the 'mass data entry' screen became a kind of worksheet providing access to a single data entry screen either in add or edit mode. It works well, and the customer is happy. :) Thanks to all who have read and especially those who took the time to comment! :thumbsup:

                        "Go forth into the source" - Neal Morse

                        S Offline
                        S Offline
                        Steve Naidamast
                        wrote on last edited by
                        #25

                        I worked on a similar module in an application for a consulting assignment for a county police department. I actually got the thing to work quite nicely; that is until the supervisor started adding changes to her requirements and made her own concept completely unwieldy. I didn't have to worry about fixing the module since the department cancelled the project, cancelling my contract along with it. I could have used similar grid design as your post describes but I realized the complexities of doing so and opted for a component-by-component based form since the requirements I received (initially) were quite static and would not be expected to expand.

                        Steve Naidamast Sr. Software Engineer Black Falcon Software, Inc. blackfalconsoftware@outlook.com

                        1 Reply Last reply
                        0
                        • K kmoorevs

                          I have been trying for about two weeks now to convince my designer/colleague that her idea for a web-based data entry screen is stupid a horrible design and a waste of time to pursue. At yesterday's meeting, realizing that my pleas were falling on deaf ears, I just gave up. :sigh: The big 'demo' is tomorrow morning and I will be spending today bringing her monstrosity to life...as painful and embarrassing as it may be. :sigh: Her design calls for a data entry grid where the rows are vendors and the columns are days of a selected week, or M-F. There are currently 10 vendors, so for a full week this results in 50 cells. Now, for days of the week where the site can receive orders from a vendor, the cell will contain 2 controls, a text area to capture/recall an amount and a file upload control to allow for browsing/uploading a pre-scanned image. Realistically, this will result in around 25 active cells for a full week, so around 50 or so expected actions by the user for a session. :wtf: The major problem here as I see it is the potential for 25 or more consecutive/parallel uploads to cause headaches on the server...but what do I know? What I tried: I have offered alternatives to eliminate complexity, for instance having the user select/work with one vendor or date at a time. I am allowed to do this only after completing the brain-child of the designer. :( I'm not asking for help, just ranting...'I picked a terrible week to quit smoking!' :laugh: Next day edit: After discovering that dynamically created fileUpload controls do not save state on postback, the design/logic was changed so that the 'mass data entry' screen became a kind of worksheet providing access to a single data entry screen either in add or edit mode. It works well, and the customer is happy. :) Thanks to all who have read and especially those who took the time to comment! :thumbsup:

                          "Go forth into the source" - Neal Morse

                          A Offline
                          A Offline
                          agolddog
                          wrote on last edited by
                          #26

                          I'm sure you went over this, but - There are more than five days in a week - What happens when the number of vendors grows? I'd be pretty likely to ask those questions in the demo, where (presumably) the boss-types are attending. I'd also be tempted to throw together the alternate idea and say, "So, here's another idea..." On the surface, it seems as if your idea of "Hey, let's pick a vendor from a list, then update their order info (possibly doing a query in-between to see existing orders so the edit can be an update or insert) feels right. Well, good luck with that. I hope it's not as painful as it sounds it's going to be.

                          1 Reply Last reply
                          0
                          • K kmoorevs

                            I have been trying for about two weeks now to convince my designer/colleague that her idea for a web-based data entry screen is stupid a horrible design and a waste of time to pursue. At yesterday's meeting, realizing that my pleas were falling on deaf ears, I just gave up. :sigh: The big 'demo' is tomorrow morning and I will be spending today bringing her monstrosity to life...as painful and embarrassing as it may be. :sigh: Her design calls for a data entry grid where the rows are vendors and the columns are days of a selected week, or M-F. There are currently 10 vendors, so for a full week this results in 50 cells. Now, for days of the week where the site can receive orders from a vendor, the cell will contain 2 controls, a text area to capture/recall an amount and a file upload control to allow for browsing/uploading a pre-scanned image. Realistically, this will result in around 25 active cells for a full week, so around 50 or so expected actions by the user for a session. :wtf: The major problem here as I see it is the potential for 25 or more consecutive/parallel uploads to cause headaches on the server...but what do I know? What I tried: I have offered alternatives to eliminate complexity, for instance having the user select/work with one vendor or date at a time. I am allowed to do this only after completing the brain-child of the designer. :( I'm not asking for help, just ranting...'I picked a terrible week to quit smoking!' :laugh: Next day edit: After discovering that dynamically created fileUpload controls do not save state on postback, the design/logic was changed so that the 'mass data entry' screen became a kind of worksheet providing access to a single data entry screen either in add or edit mode. It works well, and the customer is happy. :) Thanks to all who have read and especially those who took the time to comment! :thumbsup:

                            "Go forth into the source" - Neal Morse

                            K Offline
                            K Offline
                            Kirk 10389821
                            wrote on last edited by
                            #27

                            If you ever want someone to fail. Do what they asked! In this case, I would use a tiny font, have a couple pixels of border in the cells. Or I would do it nice and pretty with SCROLLBARS. Customers "Love" scrolling left/right up/down. AND I would have a one day view, where they see the summary, click on the day, and do the details. Come back to the summary, more like you are suggesting. Only work on the day view, that, of course, fits nicely, clearly has multiple orders per client, etc. At least a graphic of it. And I would HOLD BACK until the customer was just exasperated with her design, and I would whip out that graphic and say. Would this be better... It was another approach we were considering... Good luck!

                            1 Reply Last reply
                            0
                            • K kmoorevs

                              I have been trying for about two weeks now to convince my designer/colleague that her idea for a web-based data entry screen is stupid a horrible design and a waste of time to pursue. At yesterday's meeting, realizing that my pleas were falling on deaf ears, I just gave up. :sigh: The big 'demo' is tomorrow morning and I will be spending today bringing her monstrosity to life...as painful and embarrassing as it may be. :sigh: Her design calls for a data entry grid where the rows are vendors and the columns are days of a selected week, or M-F. There are currently 10 vendors, so for a full week this results in 50 cells. Now, for days of the week where the site can receive orders from a vendor, the cell will contain 2 controls, a text area to capture/recall an amount and a file upload control to allow for browsing/uploading a pre-scanned image. Realistically, this will result in around 25 active cells for a full week, so around 50 or so expected actions by the user for a session. :wtf: The major problem here as I see it is the potential for 25 or more consecutive/parallel uploads to cause headaches on the server...but what do I know? What I tried: I have offered alternatives to eliminate complexity, for instance having the user select/work with one vendor or date at a time. I am allowed to do this only after completing the brain-child of the designer. :( I'm not asking for help, just ranting...'I picked a terrible week to quit smoking!' :laugh: Next day edit: After discovering that dynamically created fileUpload controls do not save state on postback, the design/logic was changed so that the 'mass data entry' screen became a kind of worksheet providing access to a single data entry screen either in add or edit mode. It works well, and the customer is happy. :) Thanks to all who have read and especially those who took the time to comment! :thumbsup:

                              "Go forth into the source" - Neal Morse

                              T Offline
                              T Offline
                              thoiness
                              wrote on last edited by
                              #28

                              I know you're not asking for help, but intelligent queuing for this bad design is needed. Upload each individually as they come in (are selected), and provide a status bar. Save them to a temp directory, and when you're done, you can move them around using the postback script. Think GMail, etc... You won't get 25 "parallel" uploads to work efficiently... And designers driving business rules? I'm glad I work where I do... I drive myself.

                              1 Reply Last reply
                              0
                              • K kmoorevs

                                I have been trying for about two weeks now to convince my designer/colleague that her idea for a web-based data entry screen is stupid a horrible design and a waste of time to pursue. At yesterday's meeting, realizing that my pleas were falling on deaf ears, I just gave up. :sigh: The big 'demo' is tomorrow morning and I will be spending today bringing her monstrosity to life...as painful and embarrassing as it may be. :sigh: Her design calls for a data entry grid where the rows are vendors and the columns are days of a selected week, or M-F. There are currently 10 vendors, so for a full week this results in 50 cells. Now, for days of the week where the site can receive orders from a vendor, the cell will contain 2 controls, a text area to capture/recall an amount and a file upload control to allow for browsing/uploading a pre-scanned image. Realistically, this will result in around 25 active cells for a full week, so around 50 or so expected actions by the user for a session. :wtf: The major problem here as I see it is the potential for 25 or more consecutive/parallel uploads to cause headaches on the server...but what do I know? What I tried: I have offered alternatives to eliminate complexity, for instance having the user select/work with one vendor or date at a time. I am allowed to do this only after completing the brain-child of the designer. :( I'm not asking for help, just ranting...'I picked a terrible week to quit smoking!' :laugh: Next day edit: After discovering that dynamically created fileUpload controls do not save state on postback, the design/logic was changed so that the 'mass data entry' screen became a kind of worksheet providing access to a single data entry screen either in add or edit mode. It works well, and the customer is happy. :) Thanks to all who have read and especially those who took the time to comment! :thumbsup:

                                "Go forth into the source" - Neal Morse

                                T Offline
                                T Offline
                                Terry Slack
                                wrote on last edited by
                                #29

                                Funny, the "Visual" Designer, can't grasp your concept. So build it, and let it come crashing down and let the higher ups deal with her. Whatever happened to getting a design on a napkin and running with it :) And it's never a bad week to quit smoking. The fact that her design already makes you nauseous you might as well go throw the withdrawal now. You'll be glad down the road....about the design and just building it and quiting smoking...Maybe if you have a future craving you can think about that design and shudder..

                                1 Reply Last reply
                                0
                                • K kmoorevs

                                  I have been trying for about two weeks now to convince my designer/colleague that her idea for a web-based data entry screen is stupid a horrible design and a waste of time to pursue. At yesterday's meeting, realizing that my pleas were falling on deaf ears, I just gave up. :sigh: The big 'demo' is tomorrow morning and I will be spending today bringing her monstrosity to life...as painful and embarrassing as it may be. :sigh: Her design calls for a data entry grid where the rows are vendors and the columns are days of a selected week, or M-F. There are currently 10 vendors, so for a full week this results in 50 cells. Now, for days of the week where the site can receive orders from a vendor, the cell will contain 2 controls, a text area to capture/recall an amount and a file upload control to allow for browsing/uploading a pre-scanned image. Realistically, this will result in around 25 active cells for a full week, so around 50 or so expected actions by the user for a session. :wtf: The major problem here as I see it is the potential for 25 or more consecutive/parallel uploads to cause headaches on the server...but what do I know? What I tried: I have offered alternatives to eliminate complexity, for instance having the user select/work with one vendor or date at a time. I am allowed to do this only after completing the brain-child of the designer. :( I'm not asking for help, just ranting...'I picked a terrible week to quit smoking!' :laugh: Next day edit: After discovering that dynamically created fileUpload controls do not save state on postback, the design/logic was changed so that the 'mass data entry' screen became a kind of worksheet providing access to a single data entry screen either in add or edit mode. It works well, and the customer is happy. :) Thanks to all who have read and especially those who took the time to comment! :thumbsup:

                                  "Go forth into the source" - Neal Morse

                                  M Offline
                                  M Offline
                                  Mark_Wallace
                                  wrote on last edited by
                                  #30

                                  If you want to really kill it, just say: "You can do all that in Excel".

                                  I wanna be a eunuchs developer! Pass me a bread knife!

                                  1 Reply Last reply
                                  0
                                  Reply
                                  • Reply as topic
                                  Log in to reply
                                  • Oldest to Newest
                                  • Newest to Oldest
                                  • Most Votes


                                  • Login

                                  • Don't have an account? Register

                                  • Login or register to search.
                                  • First post
                                    Last post
                                  0
                                  • Categories
                                  • Recent
                                  • Tags
                                  • Popular
                                  • World
                                  • Users
                                  • Groups