"What's New" problems
What's New?
TODO
- Welcome page intermittent problem
- Elementary page always problem
- K12/PublicLib Change view improvement (optional)
Welcome
This set of nav boxes seem to be working wrong intermittently.
- Find Your Institution (skip)
- Know your Password? (skip)
- SUPPORT (done) (SOMETIMES NOT!)
To Fix?
Sometimes 3
, sometimes 9
?
This works: https://www.galileo.usg.edu/
This is broken: https://www.galileo.usg.edu/auth/logout
They both end up at the welcome page, but from logout the third data-step is marked as 9
, not 3
.
So it's a different controller/action than the above conditional is looking for.
As noted before, the best solution is likely a method call that handles the sequence numbering.
Homepage (non-K12/PublicLib)
For example: University of Georgia
This set of nav boxes seem to be working okay.
- Imagine. Discover. Explore (skip)
- Search GALILEO (skip)
- Advanced Search (skip)
- Databases by Subject (skip)
- All Databases (skip)
- All Journals (skip)
- GALILEO databases search box (skip)
- In the Spotlight (skip)
- SUPPORT (done)
Public Library (with user views)
For example: Athens Regional Library System
Elementary School
- Imagine. Discover. Explore. (skip)
- Search GALILEO (skip)
- Advanced Search (skip)
(clicking Next stalls at this point)
To Fix
The above image illustrates that homepage/show.html.erb
has data-steps 1, 2, 3, 4, and 8.
And homepage/_resource_search.html.erb
has data-steps 5, 6, and 7
For K12 we need to remove two data-steps from _resource_search.html.erb. But then data-step 8 has to change to 6.
This is crazy. My plan is to make each data-step be a method call that handles the sequential numbering.
Middle School
This set of nav boxes seem to be working okay.
However the 10th step (change view) can be made better now.
- Imagine. Discover. Explore (skip)
- Search GALILEO (skip)
- Advanced Search (skip)
- Databases by Subject (skip)
- All Databases (skip)
- All Journals (skip)
- GALILEO databases search box (skip)
- In the Spotlight (skip)
- SUPPORT (skip)
- Change your view
High School
Ditto Middle School above.
Patron
Ditto Middle School above.
K12
For example: Cherokee County Schools
Ditto Public Libary above (except Educator vs. Patron).