kabam-archived / mwc-data-entry

mwc-data-entry
MIT License
0 stars 0 forks source link

Schema Generator #4

Open vodolaz095 opened 11 years ago

vodolaz095 commented 11 years ago
  1. We need to have perfect drag and drop file uploading
  2. We need to be able to take a CSV file, create a data structure for it and generate a user interface to edit it CSV files with column headings just make the structure as per column headings csv with column headings and records import the data the workflow is as follows
    1. There is a drop zone for the file
    2. You drag csv file onto zone
  3. It generates a preview of the records in an editable data grid
  4. submit button pressed and structure sent to server and the associated records are created this workflow will be repeated in different sections of apps for example, in our education application this is how someone takes an existing excel spreadsheet gradebook and imports it for now we don't have to worry about calculations but in the future we will have to deal with calculations, but not from excel we will have the user add calculations after the data is imported
vodolaz095 commented 11 years ago

@valmy - review pls