Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.73 KB

File metadata and controls

36 lines (30 loc) · 1.73 KB

TODO

Pre-Integration Tasks

  • Run bundle install to update Gemfile.lock after removing popper_js
  • Verify local testing with lr_common_styles via local path works correctly
  • Run make check (or equivalent) to verify linting and tests pass
  • Test asset compilation with rails assets:precompile
  • Verify Bootstrap dropdowns and popovers function correctly
  • Check browser console for JavaScript errors related to Popper/Bootstrap
  • Verify local testing with qonsole_rails via local path works correctly
  • Test SPARQL query functionality (empty results, non-empty results)
  • Verify dropdown components display and function correctly in query interface
  • Check query form responsiveness on mobile and desktop viewports

Integration Tasks

  • Update Gemfile to use published lr_common_styles 3.0.0 from eGPR
  • Run bundle update lr_common_styles to lock new version
  • Remove local path override from Gemfile
  • Test full application functionality with published gem
  • Update Gemfile to use published qonsole_rails 2.4.0 from eGPR
  • Run bundle update qonsole_rails to lock new version
  • Remove local path override from Gemfile
  • Test full application functionality with published qonsole_rails gem

Deployment Tasks

  • Deploy to test/staging environment
  • Verify UI components render correctly
  • Test interactive Bootstrap components (modals, dropdowns, tooltips)
  • Monitor for asset pipeline errors in logs
  • Test query submission and result handling (including empty results)
  • Verify query form responsiveness and dropdown toggles work correctly
  • Monitor logs for deprecation warnings and response noise
  • Deploy to production after successful testing