Feature #716
Iterate through list of views
Start date:
04/06/2014
Due date:
% Done:
100%
Description
The script would work like this:
- Script looks up existing view in list (from local storage)
- Find next view in list
- Uses setTimeout() to open new view in given time frame
Associated revisions
Added code to iterate through views automatically (closes #716)
History
#1 Updated by Luke Murphey over 10 years ago
- Assignee changed from Anonymous to Luke Murphey
#2 Updated by Luke Murphey over 10 years ago
The algorithm will look something like this:
- Load settings
- Find current view in list
- Select new view
- Set timeout for jump
- Jump to next view
#3 Updated by Luke Murphey over 10 years ago
#4 Updated by Luke Murphey over 10 years ago
#5 Updated by Luke Murphey over 10 years ago
#6 Updated by Luke Murphey over 10 years ago
Need to make sure that following works:
- Showing views when only one exists
- Iterating around back to the first view
- Works on both simple XML and advanced XML
#7 Updated by Luke Murphey over 10 years ago
- % Done changed from 0 to 50
#8 Updated by Luke Murphey over 10 years ago
- Status changed from New to In Progress
#9 Updated by Luke Murphey over 10 years ago
Advanced XML pages don't work yet (simple XML does). I'm getting an error trying to load store.js.
#10 Updated by Luke Murphey over 10 years ago
- Status changed from In Progress to Closed
- % Done changed from 50 to 100