Part 1 - Corpus Management more info - add additional columns

Design figma: https://www.figma.com/file/eSIeuIPKFwEDs4X9ky2O5E/Corpus-Registry?node-id=661%3A0

Add columns for:

  • File Count, Coverage, Crashes

Implementation Plan:

  1. Create feature flag for version 2 OR wait until version one ships before we work on this. Having 2 nested feature flags starts to get tricky and I feel violates our core value of iteration.

  2. In ee/app/assets/javascripts/security_configuration/corpus_management/components/corpus_table.vue add three additional columns

  3. Render the values for File Count, Coverage, and Crashes

  4. Update unit tests

Context on weight

Lowest point value that isn't a one-two line change is 1 point. I think with nested feature flag logic (2 flags) probably between a 2-3, leaning towards a 3. If we are doing this as a version 2 with 1 feature flag I'd lean towards a 2

Edited by -