Skip to content

Draft: Port an initial subset of views to Vue.js

Laurent Petre requested to merge feature/vue-js-ng into main

Description

[Based on top of !328 (merged).]

This merge request is a revival of !251 (closed) (see MR for rationales).

Todo:

  • Convert tables from Bootstrap to another, Vue.js compatible, UI framework (mainly for the popovers)
  • Port all fedMonitor.js updates into the Vue.js app/component
    • Avoid stalled values
    • Implement dynamic layout
  • Convert the FEDMonitor application to use the Vue.js components
  • Optionally convert as many "views" as possible to Vue.js

Related Issue

Relates to the initial experimentations on #128.

How Has This Been Tested?

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Merge request reports