MyHomeworkSpace / client

The MyHomeworkSpace client.
MIT License
4 stars 4 forks source link

Today/tomorrow can get confused in HW view #109

Open thatoddmailbox opened 4 years ago

thatoddmailbox commented 4 years ago

Sometimes, Homework view seems to get confused about today vs tomorrow. For example, it is right now about 12:30 am on Monday. I see no "Today" column, homework due Monday in the "Tomorrow" column, and homework due Tuesday in the "Soon" column; however, the homework due Tuesday has a due date of "Tomorrow", leading to a very confusing UI.

I'm not completely against counting the first few hours of a day as part of the previous day (so that if you're looking at MyHomeworkSpace at 12:30 am, it looks the same as it did at 11:30 or midnight) but we should at least be consistent within the UI. (having two places for homework due "tomorrow," and having it mean two different things, is not good)

This probably is closely related to #48.

thatoddmailbox commented 4 years ago

The actual UI bug that prompted this was solved in the commit that closed #48; however, I'm leaving this issue open as an enhancement because I think it's still confusing, even if we are technically correct on today vs tomorrow.