Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. - Remove old CSS and replace it with CSS from the NHS.UK frontend library
  2. - Remove old JS and replace it with JS from the NHS.UK frontend library
  3. - Refactor the base template, shared layouts and section page types
  4. - Remove the `nhsuk___` namespacing from page templates in sections
  5. - Use the latest version of jQuery
  6. - Use the correct date format across the website following the NHS Digital Service manual
  7. - Apply the NHS.UK frontend library markup to the existing components
  8. - Apply the NHS.UK frontend library form styling to the Wagtail forms
  9. - Refactor the guides mega menu
  10. - Fix and update broken Selenium tests following the above changes
  11. - Open Graph changes from CI (Steve and Prem)
  12. - Use a nodejs build pipeline to compile our assets instead of the native python
  13. - Add a docker compose to import a live database and run a development server
  14. - Remove some unused or duplicate python code
  15. - Create a shared pagination logic mixin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement