Tagged Questions
4
votes
3answers
86 views
Improve display of date range inside a table
I have been taking a look at this post, but it is not exactly what I am looking for, plus I have hour and minutes and is inside a table.
My current table is this one (bigger image):
The problem I ...
8
votes
4answers
1k views
How should times be aligned in a column
I have a data grid of three columns of type [Time, Decimal, Decimal]. All records in the decimal columns have the same number of decimal places. I have right aligned these as they're numeric.
But I ...
4
votes
1answer
213 views
Interface design for managing overlapping date periods
I am trying to design an interface to manage which team a person belongs to at any point. I would like it to be really easy to make small changes (e.g. fix a start date for a previous team ...
3
votes
3answers
612 views
Best way to show and sort by dates when the item may be repeating/recurring?
Currently this website has a list of FooBars, which may be sorted by date:
I am adding functionality to allow a FooBar to be repeated, or a recurring FooBar
e.g.
Weekly on Mondays and Tuesdays
...