Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Complete] Import Interviewer's Data from .csv file #67

Merged
merged 18 commits into from Oct 17, 2019

Conversation

mirozo
Copy link
Collaborator

@mirozo mirozo commented Oct 17, 2019

Importing Interviewer's data creates an ArrayList of Schedule objects which I have not stored for the time being.

@dcshzj dcshzj added this to the v1.2 milestone Oct 17, 2019
Copy link
Member

@ChrisKheng ChrisKheng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! But in future, if got time I think you can make CsvReader return a List<List<List>> (representing the tables) instead and then do the converting to Schedule objects in execute() of ImportCommand instead as I think the code for converting to Schedule objects are more relevant to ImportCommand

@ChrisKheng ChrisKheng merged commit 624f005 into AY1920S1-CS2103-F09-1:master Oct 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants