Currently, the sticky header feature flag enables the sticky header for everyone.
To begin with we are going to limit the sticky header to logged-in users on desktop resolutions. This will reduce the amount of work we need to build the feature. It is also not clear whether we should invest in making this a mobile experience, given most of our users on mobile devices are using Minerva.
Acceptance criteria / QA steps
- The sticky header should never show if I am not logged in (note: the second version of the sticky header will include a version for anons)
- If I disable JavaScript the sticky header should never show
- The sticky header should be hidden below the device-tablet-desktop threshold. e.g. If I resize my browser (e.g. to 720px) it should disappear.
QA Results - Beta
AC | Status | Details |
---|---|---|
1 | ✅ | T289714#7376494 |
2 | ✅ | T289714#7376494 |
3 | ✅ | T289714#7376494 |
QA Results - Prod
AC | Status | Details |
---|---|---|
1 | ✅ | T289714#7376524 |
2 | ✅ | T289714#7376524 |
3 | ✅ | T289714#7376524 |