Actions

Backend UI improvements for 2.5: Difference between revisions

From LimeSurvey Manual

No edit summary
Line 7: Line 7:
** Activate/stop survey
** Activate/stop survey
** Test/run survey
** Test/run survey
* Start to think in terms of Ajax: Which pages can be loaded async? Side-menu is always the same. Load side-body and menu-bar async?
* Start to think in terms of Ajax: Which pages can be loaded async? Side-menu is always the same. Load side-body and menu-bar async? E.g., when clicking on question in side-menu, we can blur side-body (main content), show a loading gif and fetch all HTML async.
* Add a list of most recently visited surveys (visited in backend), like in word processors. Add this list to survey drop-down in top menu ("Create, import, list surveys"). The purpose is to make it easier to switch between 2-3 surveys you are currently working on.
* Add a list of most recently visited surveys (visited in backend), like in word processors. Add this list to survey drop-down in top menu ("Create, import, list surveys"). The purpose is to make it easier to switch between 2-3 surveys you are currently working on.

Revision as of 15:49, 5 April 2016

Put stuff here that you want to discuss about the admin part of LS 2.5

Suggestions

  • Option to always keep the side-menu open (it's irritating to manually open and close it all the time)
  • Put two small icons visible at hover on the side-menu:
    • Activate/stop survey
    • Test/run survey
  • Start to think in terms of Ajax: Which pages can be loaded async? Side-menu is always the same. Load side-body and menu-bar async? E.g., when clicking on question in side-menu, we can blur side-body (main content), show a loading gif and fetch all HTML async.
  • Add a list of most recently visited surveys (visited in backend), like in word processors. Add this list to survey drop-down in top menu ("Create, import, list surveys"). The purpose is to make it easier to switch between 2-3 surveys you are currently working on.