This commit is contained in:
2018-09-04 17:37:29 +00:00
parent a15e02db54
commit 1bfb8fcd8a
16 changed files with 53 additions and 30 deletions

View File

@@ -61,7 +61,7 @@ namespace AyaNova.Api.Controllers
//TODO: Centralize this code somewhere else, it's going to be needed for backup as well
//LOOKAT: Centralize this code somewhere else, it's going to be needed for backup as well
//consider the 1 hour thing, is this legit depending on client?
/// <summary>

View File

@@ -72,7 +72,7 @@ namespace AyaNova.Api.Controllers
}
/*
TODO:
LOOKAT:
A backup archive consists of a similar format to the v7 data dumper utility, json file per object in subdirectories corresponding to object type all in a zip archive
Route to trigger restore from selected file

View File

@@ -236,7 +236,7 @@ namespace AyaNova.Api.Controllers
}
//UPDATE: I think it should be ok so commenting this out for now pending something coming up in testing
// //TODO: I decided not to allow trial to import v7 data.
// //LOOKAT: I decided not to allow trial to import v7 data.
// //This was a snap decision, I didn't think about it much other than
// //I'm concerned right now as of April 17 2018 during development that
// //a trial user will import their old AyaNova data and then ... well somehow continue to use it I guess,