Closed ajstewart closed 3 years ago
@marxide as we're getting to 1.0.0 it seemed a bit messy that we had all this survey stuff inside when it's not actually used at all, as Sergio pointed out in #462.
I've gone through and removed it all and cleaned up any references and docs.
From my point of view it makes the 1.0.0 release cleaner, but at some point I think you may have had a feature in development that uses this stuff? I guess the beauty is this code isn't really lost, bits can be easily reintroduced if needed. What do you think?
Survey
,SurveySource
andSurveySourceQuerySet
from models.importsurvey
command and docs page.default_survey
from run configuration.SURVEY_WORKING_DIR
from settings and .env files.Non related minor fixes:
clearpiperun
command.remove_forced_meas()
inforced_extraction.py
.Change Log
->Changelog
.Fixes #462.