This should be changed to get the framework directly from the database instead of from the json file because there is a chance they will become out-of-sync.
For now this is fine though.
Originally posted by @AdrianDAlessandro in #480 (comment)
In the CompetenciesPageView - the framework is pulled from a json file. The database can be updated directly from Django Admin, which would mean the skills framework used for assessment is out of sync with the one in this info page. We need to ensure both are using the database.
Originally posted by @AdrianDAlessandro in #480 (comment)
In the
CompetenciesPageView- the framework is pulled from a json file. The database can be updated directly from Django Admin, which would mean the skills framework used for assessment is out of sync with the one in this info page. We need to ensure both are using the database.