CPLamb / RouteTracker

A mapping app for distributing goods linked to Google sheets
0 stars 0 forks source link

EditedData array needs to have a consistent order #138

Open CPLamb opened 8 years ago

CPLamb commented 8 years ago

Apparently the order of the fields/columns in the CSV file that is uploaded is random? We need to have every CSV file have the same format (ie order of columns/fields), so that they can be merged easily.

Also, can we maintain separate editedFiles array for different lists? This would allow a User to edit different lists, and then only upload the data for the file they are working on.

est mnhrs = 1

CPLamb commented 8 years ago

In DetailsVC method delegate.memberData modifyMemberListFile: withUpdates: is used to ???? -(void)createCSVFile in MemberListData may be the place to reorder the list????