mff-uk / odcs

ODCleanStore
1 stars 11 forks source link

Adjust the way how execution monitor detail is shown #1270

Closed tomas-knap closed 10 years ago

tomas-knap commented 10 years ago

Adjust the way how execution monitor detail is shown to the user based on the user's space in the browser being available in the horizontal direction.

Current situation:

screen shot 2014-02-27 at 4 47 36 pm

Desired situation: 1) When the width of the screen is higher than or equal to X (must be set experimentally), then, when user opens execution monitor and clicks on detail, the detailed exec record appears as in the current situation (the screen is divided, both, the exec monitor main table and detail is shown) 2) When the width of the screen is less than X (must be set experimentally), then, when user opens execution monitor and clicks on detail, the detailed exec record appears instead of the the main execution record list, thus like this:

screen shot 2014-02-27 at 4 50 13 pm

X must be set experimentally, but in general, it makes sense to show the exec detail in mode 1) only when you can see most of the columns. If you can hardly see 3-4 columns of one table, mode 2) should be used.

In case of 2), there must be "close" button somewhere on the exec record detail, which closes the exec record detail and returns user to the main exec record page.

ghost commented 10 years ago

resolved here: https://github.com/mff-uk/ODCS/issues/1295