shevett / congo

CONGO Event Management System
GNU Affero General Public License v3.0
3 stars 1 forks source link

Intercon Importer #320

Closed shevett closed 10 years ago

shevett commented 10 years ago

tab separated list with the following fields:

LastName FirstName Nickname EMail Status LoginNote

LastName, FirstName, Email are exactly what they sound like. Nickname is badge name, and might be an empty field. LoginNote should show up as a login note on the attendee's record, and might be an empty field. Status is the complicated one:

Alumni: NOT sub'd, NOT reg'd Unpaid: sub'd but NOT reg'd Anything else: sub'd AND reg'd, with regtype = Status

shevett commented 10 years ago

Imported from trac issue 320. Created by intercon on 2013-12-16T15:19:56, last modified: 2014-01-02T17:47:43

shevett commented 10 years ago

_Trac comment by shevettadmin on 2013-12-24 12:33:26:

Hmm, okay, this is going to take essentially rewriting the importer, because it's in a very format than the original importer (I thought we'd just be tweaking it). I'll get this going. Thank you for the specs!

shevett commented 10 years ago

_Trac comment by shevettadmin on 2013-12-29 11:01:17:

I'm working on this now. I could use a sample data dump if you have one. I can mock up something, but 'real data' would be a win. (Doesn't ahve to be a full dump).

shevett commented 10 years ago

_Trac comment by shevettadmin on 2014-01-02 17:47:43:

Last set of changes confirmed working as designed.