Skip to content

Remove hardcoded json files of project templates as they are stored in DB now #2428

@maxceem

Description

@maxceem

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions