ayik / alumnisangam

Automatically exported from code.google.com/p/alumnisangam
0 stars 0 forks source link

MGL upload needs error checking #70

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Feature Name: Error checking in MGL Upload

What it will do:
When a CSV file is uploaded, it gives 
1. Total number of entries actually imported
2. An echo of (at least) the last row imported.

This will greatly help in making sure that the entries were indeed imported.
(desired extensions to this would be a "verbose" mode which can be checked
during MGL upload, where the system would also inform us of other actions
such as "new branches created", but this part is NOT required at the moment)

Original issue reported on code.google.com by animesh on 3 Aug 2009 at 3:30

GoogleCodeExporter commented 8 years ago
Here is an update:

1. On the upload screen (with the browse button), state the following text:

a. Please make sure the file has extension ".txt"
b. Please make sure the fields are separated by commas (some excel installations
split it by semicolon ';'. Check in a text editor before upload)
c. Please ensure that the columns are 
Name,Roll Number,Enrollment Number,Branch,Degree,Year of Graduation (in that 
order)
d. Please ensure that you _delete_ the header rows before uploading the file.

2. After upload, the system should additionally say

x row(s) successfully added
y row(s) already existed
z row(s) ignored

(this info seems to already be captured in the $this variable in 
http://code.google.com/p/alumnisangam/source/browse/trunk/source/apps/frontend/m
odules/admin/actions/actions.class.php?spec=svn129&r=129#378
)

Original comment by animesh on 4 Aug 2009 at 8:56

GoogleCodeExporter commented 8 years ago

Original comment by animesh on 4 Aug 2009 at 12:05

GoogleCodeExporter commented 8 years ago

Original comment by animesh on 19 Aug 2009 at 11:43

GoogleCodeExporter commented 8 years ago

Original comment by animesh on 19 Aug 2009 at 12:57