Tagged Questions
8
votes
3answers
117 views
How to handle conflicting updates of a customer record
We are developing a simple web based single-page CRM-like app. I was thinking about what happens when two operators are both editing the details of a customer "John Doe". On the server side we use a ...
6
votes
2answers
117 views
Data listed horizontally or vertically?
I am currently building a data entry application and a lot of our data is contained in Div's on a page. Right now all of our data is listed horizontally because I feel that it is more readable and is ...
7
votes
2answers
146 views
List of checkboxes or multi-value select box
Currently in our application we have multiple lists of checkboxes. These lists comprise of random attributes related to a company. Each company will only perform a couple of these attributes and it is ...
1
vote
2answers
49 views
How to utilize analytics for mobile consideration
The company I work for has about 15% of their users/prospective members coming from a Mobile non/desktop device. Though that is not a high number, it is still a decent number. The data is collected ...
4
votes
1answer
83 views
Is it better to have a modal or an inline entry for a table?
I have a styled table containing first and last names in each column and nothing else. As part of the usage of my app, people will be entering names.
Should I:
Have the "add" button launch a ...
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 ...
