Skip to main content

Questions tagged [user-interface]

Questions regarding software interaction with its human users.

2 votes
2 answers
244 views

Handling parents events from child component, in a props down events up approach

This question is language/framework agnostic. EDIT: The comments and answers have highlighted how different languages approach events differently, which made me realize this question isn't really ...
Michael Haddad's user avatar
3 votes
2 answers
289 views

When to prefer print over logging?

Generally print statements are frowned upon in favor to logging. But are there any situations where I should prefer using print statements? In a interactive command line application, if I ask for user ...
Sourav Kannantha B's user avatar
0 votes
2 answers
909 views

How to separate UI and business logic when they are intertwined by design

I am refactoring a legacy codebase of an Angular SPA. The central entity of the app is the chat room, and there is a plethora of ways on how to enter a chat from different views all across the app. ...
user2195738's user avatar
-1 votes
1 answer
234 views

Model Driven Engineering vs. User Centered Design

I try to understand the difference between software development approaches like MDE, and design processes like UCD: UCD is a framework of iterative processes. The end-user is the center of the ...
Liandri's user avatar
  • 23
0 votes
1 answer
126 views

Design for hardware UIs

What is a suitable software design approach for handling user input from hardware buttons, where the function of each button depends on state? I'm designing a musical instrument which has a lot of ...
Tamlyn's user avatar
  • 169
34 votes
7 answers
7k views

Why would patient management systems not assert limits for certain biometric data?

I think many people with even a small experience in designing UI/UX to handle user data will be familiar with the perils of putting in input field/database limits for personal data, such as names. ...
Sphaerica Pullus's user avatar
3 votes
1 answer
153 views

Am I using the correct terminology for my project?

I'm currently the sole programmer for a project. We are creating a handheld device that includes a screen to display live data and video feed, push buttons to control the program's functionalities, ...
Drake P's user avatar
  • 141
1 vote
1 answer
238 views

Best approach to update the User Interface on consumed event(s)?

I am developing a microservice architecture where the API publishes a message through RabbitMQ. One or more consumers will read the message, preform its functions then if successful acknowledge the ...
Trevor V's user avatar
  • 121
-2 votes
3 answers
229 views

Vector graphics are smaller in file size and more scalable than raster, why vector graphics are not used more often in web and mobile app development?

As in the topic. If yes - why, if no - why? I never seen it recommended in any android/web development tutorials to use vector graphics instead of your usual PNGs and JPGs and I find it odd. I checked ...
user96769's user avatar
-2 votes
1 answer
43 views

Calculating position of menu options with variable sizes

Not entirely sure if this is the most appropriate community for this but... I'm looking for solutions to calculate positions for menu options when the amount of options vary and when each options ...
Gregorio Litenstein's user avatar
-1 votes
1 answer
286 views

Are the steps involved in OOAD well-established? [closed]

There is a number of books written about OOAD (object-oriented analysis and design). A few of them can probably be considered good books, written by people with a lot of experience in the field. One ...
Piovezan's user avatar
  • 481
1 vote
1 answer
101 views

Usability measures for evaluating UI

In Software Engineering book by Ian Sommerville 8 edition , more specifically in chapter 16 , the author has proposed the following usability attributes to evaluate UI : I can't understand what is ...
AAA's user avatar
  • 167
-1 votes
2 answers
72 views

Evaluation of user interface

Many resources regarding the UI always mention that the evaluation of user interface is highly subjective process. So my question is what is the exact meaning of "subjective process" in the context of ...
Joo's user avatar
  • 65
2 votes
3 answers
486 views

In MVC, does the view component deliver a new view to the user directly or indirectly via the controller component?

In MVC, the view component doesn't receive user input directly, but the controller component does. When the view component creates a view, does the view component deliver the view to the user ...
Tim's user avatar
  • 5,485
2 votes
1 answer
1k views

How does controller work with view in MVC?

Link says MVC – Model View Controller Let’s look at MVC first. You’ll notice a few things about the diagram: The input is directed at the Controller first, not the view. That input might be coming ...
Tim's user avatar
  • 5,485

15 30 50 per page
1
2 3 4 5
14