mitre / heimdall-vue

(deprecated) A refactor of the heimdall-lite project using vue, see:
https://github.com/mitre/heimdall-vuetify
Other
8 stars 3 forks source link

Added controls to the global vuex store #65

Closed Mitriol closed 5 years ago

Mitriol commented 5 years ago

Foundation for future work.

Existing data moved to a submodule, "themes."

Control data parsing will come later. For now they are randomly populated, and DO NOT REPRESENT THE FINAL CONTROL. Missing nist tags, etc. Edit App.vue mounted function to tweak behaviour.

See results.vue for example of how to use data from vuex: :statistic="$store.getters['statusCounts/notReviewed']" This accesses the getter notReviewed from the module statusCounts in the vuex $store.