Describe the bug
The time column takes lot of space. And because of that, the title column is going into 2 lines.

Not sure what can be done. I suppose we can remove time zone detail and GMT?
@nitin10s @aayush-05 @Shivansh2407 @sal2701 any inputs here?
Are you working on this issue? (Yes/No)
No
Umm, not sure if we should remove the timezone information altogether since now maybe with remote classes students and teachers could be residing in different ones. We can surely remove the "GMT+0530" and even the seconds information since it is always gonna be 00. Other thing we can do is maybe via some string manipulation we can reduce "India Standard Time" to IST (this should be achievable since we have all timezones as a three-word string afaik)
@aayush-05 I think if we set the bootstrap class attribute appropriately in addition to what you suggested, it will work?
Yes, just required to increase column span for Name column and decrease the same for Deadline one.
Also graded column can be merged with name?
Like
7 segment display
Graded(letter)
I feel we can try few things
I like the rounding off idea. Remaining time in days + hours, then hours + minutes as it becomes less than 1 day. Also we can consider not displaying the date in words and rather 03-02-2020
Merging graded column would save up a lot of space. Personally I don't agree with removing the timezone text altogether; add in some work for user to figure out
Timezone information is important as we are not showing the time based on user's time zone yet. So showing IST time without specifying IST mark will be misleading
We need to allow students to set their timezone
We are changing time based on user's timezone (as provided by browser). So the user can input time in his timezone while creating an assignment. It will be first changed to UTC and then saved to dB. Further, whenever it will be shown to other users; the time in UTC will be fetched from dB, changed according to user's timezone and then displayed.
Not all users are seeing time in IST, rather in timezone specified by their browsers. Refer this and this
Yes @aayush-05 so does it mean we can remove the timezone?
Not exactly, it clarifies the user that the time shown is in his local timezone. Minifying something like GMT+0530 (Indian Standard Time) to IST would do along with decreasing that column span
Most helpful comment
We are changing time based on user's timezone (as provided by browser). So the user can input time in his timezone while creating an assignment. It will be first changed to UTC and then saved to dB. Further, whenever it will be shown to other users; the time in UTC will be fetched from dB, changed according to user's timezone and then displayed.
Not all users are seeing time in IST, rather in timezone specified by their browsers. Refer this and this