rubyforgood/voices-of-consent

Add CoreBoxItem builder UI (via React)

Open

#264 opened on Oct 10, 2019

View on GitHub
 (4 comments) (0 reactions) (1 assignee)Ruby (80 forks)auto 404
Priority: Highhelp wantedreact.js

Repository metrics

Stars
 (40 stars)
PR merge metrics
 (PR metrics pending)

Description

  • Each AbuseType has "CoreBoxItems", or, InventoryTypes that should be added to Boxes by default (once we create a Box)
  • We want to have a CoreBoxItem builder that is basically the same as BoxDesign -- where we're adding InventoryTypes to a list, but the underlying data created is different
  • Instead of adding BoxItems (InventoryTypes) to a Box, we'd be creating new CoreBoxItems
  • We want the UI to have a toggle at the top of the page that allows the user to view one AbuseType at a time, or, all of them in inline columns (for easy cross-comparing)

Contributor guide