4
votes
4answers
103 views

UX for a system that converts between units of weight and volume

I'm trying to design a system that aggregates transaction amounts recorded in units of both weight and volume. Obviously, showing the total weight in kilograms of things you have individually weighed ...
4
votes
2answers
168 views

How to present a view with large number of inputs

I'm developing a dashboard for hotel managament system application. There's a view that allows the user to set prices for room types in different currencies. Sadly, I can't provide any screenshots as ...
0
votes
0answers
38 views

Master Child Input [closed]

I am writing a desktop application. There is following hirachy: A product or a material has 0 to n Characteristics. A Characteristic has 0 to n MeasurementSchedules. What is the best way to ...
19
votes
7answers
2k views

Best way to offer a large amount of selectable options (without using Javascript)?

I come from stackoverflow and have no answers for this one, so I turn to the UI guys for assistance. Let's say I have a library application that allows a user (librarian) to add a book to the ...
1
vote
3answers
132 views

What is the best way to indicate to the user to type/select production numbers

I need to ask to the user for this fields: area planted, area harvested and the yield. I got this approaches: 1 2 3 Obviously the three fields are numbers, they are between 1 and 40 for the ...