project-icp / bee-pollinator-app

The web application front end for the ICP Pollinator Decision Support Tool 🐝
Apache License 2.0
6 stars 1 forks source link

Refactor survey modals #423

Open fungjj92 opened 5 years ago

fungjj92 commented 5 years ago

The survey modals share a lot of the same or similar functions. It would be nice to refactor similar elements into a custom parent component, something like BaseSurveyModal.jsx, that the survey modals would inherit from.

Due to time and budget constraints, this was not done originally.