change idea in psuedocode for how to handle admin bulk import of homework. Simplified it considerably
This commit is contained in:
parent
e1515c7a4f
commit
aeb61ebcf1
@ -297,15 +297,10 @@ namespace EduNetworkBuilder
|
|||||||
totalHW++;
|
totalHW++;
|
||||||
if(isAdmin)
|
if(isAdmin)
|
||||||
{
|
{
|
||||||
//we want to prompt what to do.
|
//use a check-box list
|
||||||
//Ask for each (import, skip, replace)
|
//Use due date and name + already exists (name / ID)
|
||||||
//Ask only for duplicates
|
//they check if they want to import
|
||||||
// Determine it is duplicate by comparing ID
|
//We never overwrite, we make a new one, with new 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
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user