phpreport icon indicating copy to clipboard operation
phpreport copied to clipboard

preload last used projects

Open asurkov opened this issue 5 years ago • 1 comments

It's quite annoying to have only two projects available by default (which I personally almost never use), and load all other projects each time (I know using the templates mitigates the problem) but adding last used projects by default can be a nice addition to user experience.

The app can store previously used projects and their last used dates, and then pre-load the list sorted by date. If the project wasn't used for a while, then it gets ignored.

It'd be nice to keep that info in the cloud associated with the account, but also it an be stored locally, for example, window.localStorage (not that convenient but might be easier to implement).

asurkov avatar Apr 10 '20 16:04 asurkov

It is expected that users have their everyday projects available in the default list, but this must be done by a management account and someone might forget to do it or take a bit of time; having one or two "recently used" projects added to the default list sounds like a good enhancement.

jaragunde avatar Mar 06 '23 11:03 jaragunde