We moved from the project templates stored in JSON files to storing project/product templates in the DB. Connect-app currently supposes to use only data from the server.
So we can check they are not referred anywhere and remove:
src/config/projectQuestions/*.js
src/config/projectSpecification/typeToSpecification.json
src/config/projectWizard/index.js - this may contain functions in use, but const products ={} suppose to be removed.
Update
- Also there is a very old JSON file which also looks like can be removed:
src/temp-json/basicSections.json
Aha! Link: https://topcoder.aha.io/features/TCCONNECT-392