change idea in psuedocode for how to handle admin bulk import of homework. Simplified it considerably

This commit is contained in:
Tim Young 2017-08-08 14:31:03 -05:00
parent e1515c7a4f
commit aeb61ebcf1
1 changed files with 4 additions and 9 deletions

View File

@ -297,15 +297,10 @@ namespace EduNetworkBuilder
totalHW++;
if(isAdmin)
{
//we want to prompt what to do.
//Ask for each (import, skip, replace)
//Ask only for duplicates
// Determine it is duplicate by comparing ID
// Determine if it is duplicate by comparing name
//Never ask
// Automatically replace duplicates
// Automatically skip duplicates
// Import records but make a new ID for each puzzle
//use a check-box list
//Use due date and name + already exists (name / ID)
//they check if they want to import
//We never overwrite, we make a new one, with new ID
}
else
{