Currently, our weekly view UI implemented in the Mobile Application only accounts for the fact that it would be shown in portrait mode, on a device that could scroll. However, when considering the fact that this will be shown on a computer, we need to account for that as well. To show a table with 7 columns won't do us any good, but perhaps we could split it? Problem is how are we going to split it?
Of course, our implementation also needs to account for the fact that on mobile, we would like to have it match the mobile app's view layout. Thereby, when it comes to maintaining a good implementation that can account for both, we would need to use negative margins and such for mobile.
Currently, our weekly view UI implemented in the Mobile Application only accounts for the fact that it would be shown in portrait mode, on a device that could scroll. However, when considering the fact that this will be shown on a computer, we need to account for that as well. To show a table with 7 columns won't do us any good, but perhaps we could split it? Problem is how are we going to split it? Of course, our implementation also needs to account for the fact that on mobile, we would like to have it match the mobile app's view layout. Thereby, when it comes to maintaining a good implementation that can account for both, we would need to use negative margins and such for mobile.