Skip to main content

Questions tagged [user-interface]

Questions regarding software interaction with its human users.

Filter by
Sorted by
Tagged with
2 votes
1 answer
224 views

Warning: This may be a stupid/atypical question but I just don't know what to do. Any suggestion is welcome when it comes to change the existing behavior as long as the features are the same. The ...
 sentientbottleofwine's user avatar
2 votes
1 answer
179 views

Windows 8/10 live tiles are varying-size (small (1x1), medium (2x2), wide (4x2), large (4x4)) non-overlapping blocks floating anywhere, across different non-overlapping groups; though, while dragging ...
Hydroper's user avatar
  • 197
0 votes
2 answers
123 views

This is a re-write of this question, as I was advised that I over-simplified the problem there. I am writing a simulation software that takes a 3D model of a ship (or any other floating vessel), and ...
Justin8051's user avatar
2 votes
2 answers
379 views

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
2 votes
2 answers
645 views

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
1k views

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
343 views

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
148 views

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

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
176 views

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
319 views

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
264 views

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
56 views

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
323 views

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
117 views

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
82 views

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
557 views

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,565
2 votes
1 answer
1k views

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,565
0 votes
1 answer
197 views

I am currently designing classes for the User Interface (UI) of my application. When defining the interface of a class MenuTabSelector I faced a design decision of whether I should inject the user ...
ianmandarini's user avatar
  • 2,818
2 votes
2 answers
923 views

I am working on an application with multiple threads (using Qt, C++). One of this threads is designed to execute a batch of operations like reading/writing from/to files as well as creating new ones. ...
ArenaLor's user avatar
  • 129
0 votes
3 answers
133 views

I'm working on a program that takes in user input which often includes things like math.sqrt(), imaginary numbers, multiplication, division, and similar (basically, standard math plus imaginary ...
auden's user avatar
  • 1,656
1 vote
0 answers
36 views

I'm writing a simple web application that allows users to login on different levels. Example: admin: may access to everything in read/write manager: some sections are in read/only operator: only few ...
Mark's user avatar
  • 111
2 votes
2 answers
649 views

I'm working with some software that uses an HTML form for a user interface to change some configuration information. The back end is a database (loosely speaking). The front end has a hierarchy of ...
Jason S's user avatar
  • 815
2 votes
3 answers
150 views

I am facing a design problem related to the design of the user notification messages to be used in a web application. Just for the record, I am working in a JS environment and use a json structure to ...
ACEG's user avatar
  • 483
6 votes
1 answer
19k views

Scenario We are building a UI that allows users to query our data in bulk. The return format is CSV and there is a decent amount of processing that needs to happen, so this processing processing is ...
Jared Goguen's user avatar
1 vote
1 answer
457 views

This is a basic question, but I don't have any sense of what other developers do in this scenario. The Situation I am creating an interface to allow end users to insert and update data in a table ...
LetEpsilonBeLessThanZero's user avatar
1 vote
0 answers
58 views

At the moment, I'm working on a product that's being broken down from a monolith to a bunch of microservices, and it seems to be going well enough. However, if a user is abusing the service somehow, ...
Parthian Shot's user avatar
0 votes
2 answers
147 views

We have about 10 applications in one Monolith that need to be refactored into Microservices. Following an Agile approach, we would like to split work into vertical slices where each slice would be ...
navig8tr's user avatar
  • 101
0 votes
1 answer
69 views

Does anyone know a term for these kind of user interfaces? Some examples: old BIOS menu of PCs safeboot menu of windows other old MSDOS applications running on fullscreen using "keyboard navigating ...
Sam Gallon's user avatar
0 votes
1 answer
682 views

In my program, I have a long-running function from which I would like to interact with the user for various reasons: Giving status updates ("Downloading file /foo/bar.png") Displaying warnings ("File ...
Aran-Fey's user avatar
  • 245
3 votes
5 answers
2k views

We have a REST API with an endpoint accepting JSON data from the client. One of the JSON fields is a URL that will be rendrered to other users as a hyperlink to a website page associated to the ...
Maxime Rossini's user avatar
2 votes
0 answers
226 views

In a CQRS system, the convention that we follow is we render the detail view of an aggregate(i.e getById) using the write model and views containing multiple aggregates(like a dashboard) using read ...
Anisha Agrawal's user avatar
1 vote
3 answers
266 views

In this article, blrfl makes a good case (How to design a good receipt number) for keeping things simple. Don't encode information into numbers - any information needed can be looked up. I am very ...
Maxcot's user avatar
  • 157
3 votes
1 answer
3k views

Is it correct for the user(actor) in sequence diagram to receive a message from object while<< UI>> is exist in the diagram for example user will request to edit some data ..so the request will ...
sana's user avatar
  • 41
3 votes
2 answers
146 views

I have a scientific code that has a parameters.txt file. This file contains 50+ parameters that have default values associated with them. The user has to change the parameters to fit the particular ...
user2267258's user avatar
0 votes
1 answer
418 views

I'm going to attempt to build a data-driven menu for my web-app. The goal is to be able to serve different menu options to different users from an API. The hope is that the server could return a ...
THE JOATMON's user avatar
0 votes
4 answers
2k views

When asking for positive number inputs on html, is it valid to allow + on the textbox? Like +42? Surely the + sign gets removed during server-side processing. But will allowing + be fine on the html ...
lightning_missile's user avatar
0 votes
1 answer
145 views

When developing an application which presents the user with many similar forms for data entry, a common approach is to build a framework for defining the form structure in a standardised configuration ...
ses's user avatar
  • 19
0 votes
2 answers
270 views

I'm pushing out a new feature soon that has a lot of different UX components. The key metric that I want to track is user engagement (I have the equation for what this means for me and how to measure ...
satnam's user avatar
  • 101
11 votes
6 answers
10k views

Consider the following command-line program manage-id. It does these things: manage-id list (list all usernames and user-ids) manage-id show <username> (shows ...
rlandster's user avatar
  • 1,019
1 vote
0 answers
61 views

So I'm working on a project and I'm running into conceptual problems in creating my user interface. It's for a DirectX11 multi-monitor game I'm writing. I've got a prototype working, with entity ...
ChrisPy's user avatar
  • 119
4 votes
1 answer
2k views

I'm a first timer here so let me know if I should post this question in a different forum! I have a python program that takes in user input but is only useful when you're offline, I wanted to make ...
Red's user avatar
  • 51
1 vote
1 answer
304 views

I am working on a program that has several frontends. The main application has a GUI that allows a lot of manual user interaction. The second one is more like a script that just runs a default work ...
Tim's user avatar
  • 129
-2 votes
1 answer
319 views

I have an application written in C. I have to develop a GUI for it. This application will be connected to the internet and will send and receive requests and responses through the network. One way is ...
Solace's user avatar
  • 97
1 vote
1 answer
199 views

Say you have a UI that reflects some sort of server-side data and the UI can manipulate that data via HTTP requests. For a more concrete example, consider a user database with a web interface that can ...
Daniel Underwood's user avatar
4 votes
0 answers
898 views

I'm building an Android app where different "types" of users can log in - lets say User and Admin are the two roles (there could be more than two). User can access some views in the app, by pressing ...
Carpetfizz's user avatar
0 votes
3 answers
569 views

I'm developing a very complex wizard-style application similar to tax preparation software. The user is guided through many screens, each asking for some piece of data. Different answers lead the user ...
Charles Josephs's user avatar
4 votes
2 answers
1k views

At several times in the past while writing software documentation -- including user manuals, user stories, bug reports, test cases, and emails to users/colleagues -- I've needed to be able to refer to ...
user avatar
5 votes
3 answers
382 views

Assume I have a modal dialog where I allow the user to change values of an encapsulated configuration through different UI components and I want to save the effort to implement a validation per ...
Kalle Richter's user avatar
7 votes
4 answers
605 views

I'm designing an entity to represent a log-in object. The unique username value is an email address, that will go onto the username field. Should I add a second field called email to indicate a ...
Lucas T's user avatar
  • 753

1
2 3 4 5