product? product manager

  Programmers think about problems from the program and do more development, so they naturally know where there is a problem, where the design is unreasonable, and where there are logical loopholes in the design

There are very few qualified products

  Here are some questions about product and design:

 1 The logic does not work. This is the biggest bug. The logic is full of loopholes and conflicts are everywhere. This is not a design, but a logic bug.

The logic of this is different, and there is discussion, this is the most painful point

 2 Common functional confusion

    For example, after the modal box pops up, there will usually be an OK and Cancel button, but when a page opens a window, it should be save/publish, and close.

    But someone came to a "cancel button", where does the cancellation come from? Click Cancel Where are you going? Go back or clear the form? I think, this common sense design has been confused by the designer, I can only ahem

3 Design does not consider the user

    The function is always trying to be more complicated, all kinds of pop-up boxes, layer-by-layer pop-up boxes, this is painful, is it good for users?

4 Functional locations are placed in disorder

    A page has to be omnipotent. Is this module also nested in the addition and modification of other modules? Can't have clear responsibilities? Maybe the function can be done like this, but the designer is crazy and likes to design this way. Although the sloppy design can be made, the user is unhappy and the development is unhappy.

5 Form validation, pop-up box?

  Designers only think about themselves. Some pages have dozens of input boxes and pop-up boxes. Which one is wrong for users to search for more than a dozen input boxes? The user may have been looking for a long time and was tired of hitting someone. Why not a red box reminder, or a text reminder behind the input box?

----------------------------------------

I think about design from a procedural point of view, at least I have to do this

1 The location of important operation buttons is obvious, and you can know how to operate at a glance. If the operation is complicated, please provide a text description

2 Buttons should make sense

3 The logic between pages should be smooth and there should be no logic errors

4 Pages should be concise and powerful

5 beauty is behind

 

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326524221&siteId=291194637
Recommended