The frontend currently hardcodes the problem type to NPC when looking for various bits. The backend is making this field optional: - visualizations (https://github.com/ReduxISU/Redux/issues/331) - verifiers (https://github.com/ReduxISU/Redux/issues/330), and - solvers (https://github.com/ReduxISU/Redux/pull/329). Once that work is completed, we can remove this parameter entirely.
The frontend currently hardcodes the problem type to NPC when looking for various bits. The backend is making this field optional:
Once that work is completed, we can remove this parameter entirely.