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

Add Multiple TableViews feature #75

Merged
merged 41 commits into from Oct 23, 2019

Conversation

mrchensheng21
Copy link

No description provided.

mrchensheng21 and others added 30 commits October 15, 2019 00:17
* Add help and edit features into User Guide (AY1920S1-CS2103-F09-1#44)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add TableView.fxml to create a table (AY1920S1-CS2103-F09-1#54)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add help and edit features into User Guide (AY1920S1-CS2103-F09-1#44) (#5)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add TableView.fxml skeleton

* Edit TableView.fxml

* Add textfield and user input field into TableView.fxml

* Add skeleton classes for generate interview timetable feature (AY1920S1-CS2103-F09-1#50)

* Add skeleton classes for generate interview timetable feature

* Fix errors with continous integration

* Add Unit Tests for Row, Column, and Schedule class

* Fix checkstyle issue

* Add skeleton Email feature (AY1920S1-CS2103-F09-1#51)

* Add new unimplemented email command

* Fix line endings

* Edit UserGuide.adoc to change UI display feature (AY1920S1-CS2103-F09-1#55)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add help and edit features into User Guide (AY1920S1-CS2103-F09-1#44) (#5)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add TableView.fxml skeleton

* Edit TableView.fxml

* Add textfield and user input field into TableView.fxml

* Edit UserGuide to change the display feature

* Add skeleton Interviewee and Interviewer class (AY1920S1-CS2103-F09-1#46)

* Add skeleton Interviewee and Interviewer class

* Fix travis CI issues

* [Partial] Implement import interviewer's availability from excel sheet feature (AY1920S1-CS2103-F09-1#57)

* Import from excel function

* Adds implementation for ExcelReader

* debug importExcel classes

* Check style for Import branch

* Add minimal functionality for Interviewee and Interviewer class (AY1920S1-CS2103-F09-1#60)

* Add skeleton Interviewee and Interviewer class

* Fix travis CI issues

* Add minimal fields and logic for Interviewee and Interviewer

* Fix travis CI issues

* Update Interviewee, add Emails, Rework Faculty

* [Partial] Generate interview schedule timetable from interviewers' availability (AY1920S1-CS2103-F09-1#61)

* [Partial] Implement Schedule Class

* Modify Model Manager to adapt to list of schedules

* Fix travis build issue

* Fix checkstyle issue
* Add help and edit features into User Guide (AY1920S1-CS2103-F09-1#44)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add TableView.fxml to create a table (AY1920S1-CS2103-F09-1#54)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add help and edit features into User Guide (AY1920S1-CS2103-F09-1#44) (#5)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add TableView.fxml skeleton

* Edit TableView.fxml

* Add textfield and user input field into TableView.fxml

* Add skeleton classes for generate interview timetable feature (AY1920S1-CS2103-F09-1#50)

* Add skeleton classes for generate interview timetable feature

* Fix errors with continous integration

* Add Unit Tests for Row, Column, and Schedule class

* Fix checkstyle issue

* Add skeleton Email feature (AY1920S1-CS2103-F09-1#51)

* Add new unimplemented email command

* Fix line endings

* Edit UserGuide.adoc to change UI display feature (AY1920S1-CS2103-F09-1#55)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add help and edit features into User Guide (AY1920S1-CS2103-F09-1#44) (#5)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add TableView.fxml skeleton

* Edit TableView.fxml

* Add textfield and user input field into TableView.fxml

* Edit UserGuide to change the display feature

* Add skeleton Interviewee and Interviewer class (AY1920S1-CS2103-F09-1#46)

* Add skeleton Interviewee and Interviewer class

* Fix travis CI issues

* [Partial] Implement import interviewer's availability from excel sheet feature (AY1920S1-CS2103-F09-1#57)

* Import from excel function

* Adds implementation for ExcelReader

* debug importExcel classes

* Check style for Import branch

* Add minimal functionality for Interviewee and Interviewer class (AY1920S1-CS2103-F09-1#60)

* Add skeleton Interviewee and Interviewer class

* Fix travis CI issues

* Add minimal fields and logic for Interviewee and Interviewer

* Fix travis CI issues

* Update Interviewee, add Emails, Rework Faculty

* [Partial] Generate interview schedule timetable from interviewers' availability (AY1920S1-CS2103-F09-1#61)

* [Partial] Implement Schedule Class

* Modify Model Manager to adapt to list of schedules

* Fix travis build issue

* Fix checkstyle issue

* Fix checkstyle issue (AY1920S1-CS2103-F09-1#62)
* Add help and edit features into User Guide (AY1920S1-CS2103-F09-1#44)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add TableView.fxml to create a table (AY1920S1-CS2103-F09-1#54)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add help and edit features into User Guide (AY1920S1-CS2103-F09-1#44) (#5)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add TableView.fxml skeleton

* Edit TableView.fxml

* Add textfield and user input field into TableView.fxml

* Add skeleton classes for generate interview timetable feature (AY1920S1-CS2103-F09-1#50)

* Add skeleton classes for generate interview timetable feature

* Fix errors with continous integration

* Add Unit Tests for Row, Column, and Schedule class

* Fix checkstyle issue

* Add skeleton Email feature (AY1920S1-CS2103-F09-1#51)

* Add new unimplemented email command

* Fix line endings

* Edit UserGuide.adoc to change UI display feature (AY1920S1-CS2103-F09-1#55)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add help and edit features into User Guide (AY1920S1-CS2103-F09-1#44) (#5)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add TableView.fxml skeleton

* Edit TableView.fxml

* Add textfield and user input field into TableView.fxml

* Edit UserGuide to change the display feature

* Add skeleton Interviewee and Interviewer class (AY1920S1-CS2103-F09-1#46)

* Add skeleton Interviewee and Interviewer class

* Fix travis CI issues

* [Partial] Implement import interviewer's availability from excel sheet feature (AY1920S1-CS2103-F09-1#57)

* Import from excel function

* Adds implementation for ExcelReader

* debug importExcel classes

* Check style for Import branch

* Add minimal functionality for Interviewee and Interviewer class (AY1920S1-CS2103-F09-1#60)

* Add skeleton Interviewee and Interviewer class

* Fix travis CI issues

* Add minimal fields and logic for Interviewee and Interviewer

* Fix travis CI issues

* Update Interviewee, add Emails, Rework Faculty

* [Partial] Generate interview schedule timetable from interviewers' availability (AY1920S1-CS2103-F09-1#61)

* [Partial] Implement Schedule Class

* Modify Model Manager to adapt to list of schedules

* Fix travis build issue

* Fix checkstyle issue

* Fix checkstyle issue (AY1920S1-CS2103-F09-1#62)

* [Complete] Implement Schedule class (AY1920S1-CS2103-F09-1#63)

* Update Slot class and squash bug
* 'master' of https://github.com/mrchensheng21/main:
  Update Slot class and squash bug
  [Complete] Implement Schedule class (AY1920S1-CS2103-F09-1#63)
  Fix checkstyle issue (AY1920S1-CS2103-F09-1#62)
  [Partial] Generate interview schedule timetable from interviewers' availability (AY1920S1-CS2103-F09-1#61)
  Add minimal functionality for Interviewee and Interviewer class (AY1920S1-CS2103-F09-1#60)
  [Partial] Implement import interviewer's availability from excel sheet feature (AY1920S1-CS2103-F09-1#57)
  Add skeleton Interviewee and Interviewer class (AY1920S1-CS2103-F09-1#46)
  Edit UserGuide.adoc to change UI display feature (AY1920S1-CS2103-F09-1#55)
  Add skeleton Email feature (AY1920S1-CS2103-F09-1#51)
  Add skeleton classes for generate interview timetable feature (AY1920S1-CS2103-F09-1#50)
  Add TableView.fxml to create a table (AY1920S1-CS2103-F09-1#54)
  Add help and edit features into User Guide (AY1920S1-CS2103-F09-1#44)
* Implement view schedule feature (AY1920S1-CS2103-F09-1#68)

* Pull request (#7)

* Add help and edit features into User Guide (AY1920S1-CS2103-F09-1#44)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add TableView.fxml to create a table (AY1920S1-CS2103-F09-1#54)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add help and edit features into User Guide (AY1920S1-CS2103-F09-1#44) (#5)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add TableView.fxml skeleton

* Edit TableView.fxml

* Add textfield and user input field into TableView.fxml

* Add skeleton classes for generate interview timetable feature (AY1920S1-CS2103-F09-1#50)

* Add skeleton classes for generate interview timetable feature

* Fix errors with continous integration

* Add Unit Tests for Row, Column, and Schedule class

* Fix checkstyle issue

* Add skeleton Email feature (AY1920S1-CS2103-F09-1#51)

* Add new unimplemented email command

* Fix line endings

* Edit UserGuide.adoc to change UI display feature (AY1920S1-CS2103-F09-1#55)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add help and edit features into User Guide (AY1920S1-CS2103-F09-1#44) (#5)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add TableView.fxml skeleton

* Edit TableView.fxml

* Add textfield and user input field into TableView.fxml

* Edit UserGuide to change the display feature

* Add skeleton Interviewee and Interviewer class (AY1920S1-CS2103-F09-1#46)

* Add skeleton Interviewee and Interviewer class

* Fix travis CI issues

* [Partial] Implement import interviewer's availability from excel sheet feature (AY1920S1-CS2103-F09-1#57)

* Import from excel function

* Adds implementation for ExcelReader

* debug importExcel classes

* Check style for Import branch

* Add minimal functionality for Interviewee and Interviewer class (AY1920S1-CS2103-F09-1#60)

* Add skeleton Interviewee and Interviewer class

* Fix travis CI issues

* Add minimal fields and logic for Interviewee and Interviewer

* Fix travis CI issues

* Update Interviewee, add Emails, Rework Faculty

* [Partial] Generate interview schedule timetable from interviewers' availability (AY1920S1-CS2103-F09-1#61)

* [Partial] Implement Schedule Class

* Modify Model Manager to adapt to list of schedules

* Fix travis build issue

* Fix checkstyle issue

* Edit fxml file to change UI

* Pull request from team repo (#8)

* Add help and edit features into User Guide (AY1920S1-CS2103-F09-1#44)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add TableView.fxml to create a table (AY1920S1-CS2103-F09-1#54)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add help and edit features into User Guide (AY1920S1-CS2103-F09-1#44) (#5)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add TableView.fxml skeleton

* Edit TableView.fxml

* Add textfield and user input field into TableView.fxml

* Add skeleton classes for generate interview timetable feature (AY1920S1-CS2103-F09-1#50)

* Add skeleton classes for generate interview timetable feature

* Fix errors with continous integration

* Add Unit Tests for Row, Column, and Schedule class

* Fix checkstyle issue

* Add skeleton Email feature (AY1920S1-CS2103-F09-1#51)

* Add new unimplemented email command

* Fix line endings

* Edit UserGuide.adoc to change UI display feature (AY1920S1-CS2103-F09-1#55)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add help and edit features into User Guide (AY1920S1-CS2103-F09-1#44) (#5)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add TableView.fxml skeleton

* Edit TableView.fxml

* Add textfield and user input field into TableView.fxml

* Edit UserGuide to change the display feature

* Add skeleton Interviewee and Interviewer class (AY1920S1-CS2103-F09-1#46)

* Add skeleton Interviewee and Interviewer class

* Fix travis CI issues

* [Partial] Implement import interviewer's availability from excel sheet feature (AY1920S1-CS2103-F09-1#57)

* Import from excel function

* Adds implementation for ExcelReader

* debug importExcel classes

* Check style for Import branch

* Add minimal functionality for Interviewee and Interviewer class (AY1920S1-CS2103-F09-1#60)

* Add skeleton Interviewee and Interviewer class

* Fix travis CI issues

* Add minimal fields and logic for Interviewee and Interviewer

* Fix travis CI issues

* Update Interviewee, add Emails, Rework Faculty

* [Partial] Generate interview schedule timetable from interviewers' availability (AY1920S1-CS2103-F09-1#61)

* [Partial] Implement Schedule Class

* Modify Model Manager to adapt to list of schedules

* Fix travis build issue

* Fix checkstyle issue

* Fix checkstyle issue (AY1920S1-CS2103-F09-1#62)

* Add ScheduleView.java to display timetable

* Resolve conflicts

* Resolve conflict

* Resolve Conflict

* Resolve Conflict

* Resolve Conflict

* Resolve Conflict

* Resolve Conflict

* Resolve Conflicts

* Pull Request (#9)

* Add help and edit features into User Guide (AY1920S1-CS2103-F09-1#44)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add TableView.fxml to create a table (AY1920S1-CS2103-F09-1#54)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add help and edit features into User Guide (AY1920S1-CS2103-F09-1#44) (#5)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add TableView.fxml skeleton

* Edit TableView.fxml

* Add textfield and user input field into TableView.fxml

* Add skeleton classes for generate interview timetable feature (AY1920S1-CS2103-F09-1#50)

* Add skeleton classes for generate interview timetable feature

* Fix errors with continous integration

* Add Unit Tests for Row, Column, and Schedule class

* Fix checkstyle issue

* Add skeleton Email feature (AY1920S1-CS2103-F09-1#51)

* Add new unimplemented email command

* Fix line endings

* Edit UserGuide.adoc to change UI display feature (AY1920S1-CS2103-F09-1#55)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add help and edit features into User Guide (AY1920S1-CS2103-F09-1#44) (#5)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add TableView.fxml skeleton

* Edit TableView.fxml

* Add textfield and user input field into TableView.fxml

* Edit UserGuide to change the display feature

* Add skeleton Interviewee and Interviewer class (AY1920S1-CS2103-F09-1#46)

* Add skeleton Interviewee and Interviewer class

* Fix travis CI issues

* [Partial] Implement import interviewer's availability from excel sheet feature (AY1920S1-CS2103-F09-1#57)

* Import from excel function

* Adds implementation for ExcelReader

* debug importExcel classes

* Check style for Import branch

* Add minimal functionality for Interviewee and Interviewer class (AY1920S1-CS2103-F09-1#60)

* Add skeleton Interviewee and Interviewer class

* Fix travis CI issues

* Add minimal fields and logic for Interviewee and Interviewer

* Fix travis CI issues

* Update Interviewee, add Emails, Rework Faculty

* [Partial] Generate interview schedule timetable from interviewers' availability (AY1920S1-CS2103-F09-1#61)

* [Partial] Implement Schedule Class

* Modify Model Manager to adapt to list of schedules

* Fix travis build issue

* Fix checkstyle issue

* Fix checkstyle issue (AY1920S1-CS2103-F09-1#62)

* [Complete] Implement Schedule class (AY1920S1-CS2103-F09-1#63)

* Update Slot class and squash bug

* Add ScheduleView.java for viewing of timetable

* Edit ScheduleView.java to make it work

* Edit code to fulfil checkstyle

* Edit code to fulfil checkstyle

* Edit code to fulfil Checkstyle requirements

* Delete getSamplePersons from SampleDataUtil.java

* Edit code to fulfil Checkstyle Requirements

* Fix Checkstyle

* Implement timeslot sub-command (AY1920S1-CS2103-F09-1#65)

* Implement timeslot sub-command with basic error handling

* Fix checkstyle

* Specify Interviewee instead of Person

* Implement dummy code for opening user's mail client

* Remove unused import

* Implement functions for getting interviewee's email from name (AY1920S1-CS2103-F09-1#72)
* Implement view schedule feature (AY1920S1-CS2103-F09-1#68)

* Pull request (#7)

* Add help and edit features into User Guide (AY1920S1-CS2103-F09-1#44)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add TableView.fxml to create a table (AY1920S1-CS2103-F09-1#54)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add help and edit features into User Guide (AY1920S1-CS2103-F09-1#44) (#5)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add TableView.fxml skeleton

* Edit TableView.fxml

* Add textfield and user input field into TableView.fxml

* Add skeleton classes for generate interview timetable feature (AY1920S1-CS2103-F09-1#50)

* Add skeleton classes for generate interview timetable feature

* Fix errors with continous integration

* Add Unit Tests for Row, Column, and Schedule class

* Fix checkstyle issue

* Add skeleton Email feature (AY1920S1-CS2103-F09-1#51)

* Add new unimplemented email command

* Fix line endings

* Edit UserGuide.adoc to change UI display feature (AY1920S1-CS2103-F09-1#55)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add help and edit features into User Guide (AY1920S1-CS2103-F09-1#44) (#5)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add TableView.fxml skeleton

* Edit TableView.fxml

* Add textfield and user input field into TableView.fxml

* Edit UserGuide to change the display feature

* Add skeleton Interviewee and Interviewer class (AY1920S1-CS2103-F09-1#46)

* Add skeleton Interviewee and Interviewer class

* Fix travis CI issues

* [Partial] Implement import interviewer's availability from excel sheet feature (AY1920S1-CS2103-F09-1#57)

* Import from excel function

* Adds implementation for ExcelReader

* debug importExcel classes

* Check style for Import branch

* Add minimal functionality for Interviewee and Interviewer class (AY1920S1-CS2103-F09-1#60)

* Add skeleton Interviewee and Interviewer class

* Fix travis CI issues

* Add minimal fields and logic for Interviewee and Interviewer

* Fix travis CI issues

* Update Interviewee, add Emails, Rework Faculty

* [Partial] Generate interview schedule timetable from interviewers' availability (AY1920S1-CS2103-F09-1#61)

* [Partial] Implement Schedule Class

* Modify Model Manager to adapt to list of schedules

* Fix travis build issue

* Fix checkstyle issue

* Edit fxml file to change UI

* Pull request from team repo (#8)

* Add help and edit features into User Guide (AY1920S1-CS2103-F09-1#44)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add TableView.fxml to create a table (AY1920S1-CS2103-F09-1#54)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add help and edit features into User Guide (AY1920S1-CS2103-F09-1#44) (#5)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add TableView.fxml skeleton

* Edit TableView.fxml

* Add textfield and user input field into TableView.fxml

* Add skeleton classes for generate interview timetable feature (AY1920S1-CS2103-F09-1#50)

* Add skeleton classes for generate interview timetable feature

* Fix errors with continous integration

* Add Unit Tests for Row, Column, and Schedule class

* Fix checkstyle issue

* Add skeleton Email feature (AY1920S1-CS2103-F09-1#51)

* Add new unimplemented email command

* Fix line endings

* Edit UserGuide.adoc to change UI display feature (AY1920S1-CS2103-F09-1#55)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add help and edit features into User Guide (AY1920S1-CS2103-F09-1#44) (#5)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add TableView.fxml skeleton

* Edit TableView.fxml

* Add textfield and user input field into TableView.fxml

* Edit UserGuide to change the display feature

* Add skeleton Interviewee and Interviewer class (AY1920S1-CS2103-F09-1#46)

* Add skeleton Interviewee and Interviewer class

* Fix travis CI issues

* [Partial] Implement import interviewer's availability from excel sheet feature (AY1920S1-CS2103-F09-1#57)

* Import from excel function

* Adds implementation for ExcelReader

* debug importExcel classes

* Check style for Import branch

* Add minimal functionality for Interviewee and Interviewer class (AY1920S1-CS2103-F09-1#60)

* Add skeleton Interviewee and Interviewer class

* Fix travis CI issues

* Add minimal fields and logic for Interviewee and Interviewer

* Fix travis CI issues

* Update Interviewee, add Emails, Rework Faculty

* [Partial] Generate interview schedule timetable from interviewers' availability (AY1920S1-CS2103-F09-1#61)

* [Partial] Implement Schedule Class

* Modify Model Manager to adapt to list of schedules

* Fix travis build issue

* Fix checkstyle issue

* Fix checkstyle issue (AY1920S1-CS2103-F09-1#62)

* Add ScheduleView.java to display timetable

* Resolve conflicts

* Resolve conflict

* Resolve Conflict

* Resolve Conflict

* Resolve Conflict

* Resolve Conflict

* Resolve Conflict

* Resolve Conflicts

* Pull Request (#9)

* Add help and edit features into User Guide (AY1920S1-CS2103-F09-1#44)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add TableView.fxml to create a table (AY1920S1-CS2103-F09-1#54)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add help and edit features into User Guide (AY1920S1-CS2103-F09-1#44) (#5)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add TableView.fxml skeleton

* Edit TableView.fxml

* Add textfield and user input field into TableView.fxml

* Add skeleton classes for generate interview timetable feature (AY1920S1-CS2103-F09-1#50)

* Add skeleton classes for generate interview timetable feature

* Fix errors with continous integration

* Add Unit Tests for Row, Column, and Schedule class

* Fix checkstyle issue

* Add skeleton Email feature (AY1920S1-CS2103-F09-1#51)

* Add new unimplemented email command

* Fix line endings

* Edit UserGuide.adoc to change UI display feature (AY1920S1-CS2103-F09-1#55)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add help and edit features into User Guide (AY1920S1-CS2103-F09-1#44) (#5)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add TableView.fxml skeleton

* Edit TableView.fxml

* Add textfield and user input field into TableView.fxml

* Edit UserGuide to change the display feature

* Add skeleton Interviewee and Interviewer class (AY1920S1-CS2103-F09-1#46)

* Add skeleton Interviewee and Interviewer class

* Fix travis CI issues

* [Partial] Implement import interviewer's availability from excel sheet feature (AY1920S1-CS2103-F09-1#57)

* Import from excel function

* Adds implementation for ExcelReader

* debug importExcel classes

* Check style for Import branch

* Add minimal functionality for Interviewee and Interviewer class (AY1920S1-CS2103-F09-1#60)

* Add skeleton Interviewee and Interviewer class

* Fix travis CI issues

* Add minimal fields and logic for Interviewee and Interviewer

* Fix travis CI issues

* Update Interviewee, add Emails, Rework Faculty

* [Partial] Generate interview schedule timetable from interviewers' availability (AY1920S1-CS2103-F09-1#61)

* [Partial] Implement Schedule Class

* Modify Model Manager to adapt to list of schedules

* Fix travis build issue

* Fix checkstyle issue

* Fix checkstyle issue (AY1920S1-CS2103-F09-1#62)

* [Complete] Implement Schedule class (AY1920S1-CS2103-F09-1#63)

* Update Slot class and squash bug

* Add ScheduleView.java for viewing of timetable

* Edit ScheduleView.java to make it work

* Edit code to fulfil checkstyle

* Edit code to fulfil checkstyle

* Edit code to fulfil Checkstyle requirements

* Delete getSamplePersons from SampleDataUtil.java

* Edit code to fulfil Checkstyle Requirements

* Fix Checkstyle

* Implement timeslot sub-command (AY1920S1-CS2103-F09-1#65)

* Implement timeslot sub-command with basic error handling

* Fix checkstyle

* Specify Interviewee instead of Person

* Implement dummy code for opening user's mail client

* Remove unused import

* Implement functions for getting interviewee's email from name (AY1920S1-CS2103-F09-1#72)
* Implement view schedule feature (AY1920S1-CS2103-F09-1#68)

* Pull request (#7)

* Add help and edit features into User Guide (AY1920S1-CS2103-F09-1#44)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add TableView.fxml to create a table (AY1920S1-CS2103-F09-1#54)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add help and edit features into User Guide (AY1920S1-CS2103-F09-1#44) (#5)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add TableView.fxml skeleton

* Edit TableView.fxml

* Add textfield and user input field into TableView.fxml

* Add skeleton classes for generate interview timetable feature (AY1920S1-CS2103-F09-1#50)

* Add skeleton classes for generate interview timetable feature

* Fix errors with continous integration

* Add Unit Tests for Row, Column, and Schedule class

* Fix checkstyle issue

* Add skeleton Email feature (AY1920S1-CS2103-F09-1#51)

* Add new unimplemented email command

* Fix line endings

* Edit UserGuide.adoc to change UI display feature (AY1920S1-CS2103-F09-1#55)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add help and edit features into User Guide (AY1920S1-CS2103-F09-1#44) (#5)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add TableView.fxml skeleton

* Edit TableView.fxml

* Add textfield and user input field into TableView.fxml

* Edit UserGuide to change the display feature

* Add skeleton Interviewee and Interviewer class (AY1920S1-CS2103-F09-1#46)

* Add skeleton Interviewee and Interviewer class

* Fix travis CI issues

* [Partial] Implement import interviewer's availability from excel sheet feature (AY1920S1-CS2103-F09-1#57)

* Import from excel function

* Adds implementation for ExcelReader

* debug importExcel classes

* Check style for Import branch

* Add minimal functionality for Interviewee and Interviewer class (AY1920S1-CS2103-F09-1#60)

* Add skeleton Interviewee and Interviewer class

* Fix travis CI issues

* Add minimal fields and logic for Interviewee and Interviewer

* Fix travis CI issues

* Update Interviewee, add Emails, Rework Faculty

* [Partial] Generate interview schedule timetable from interviewers' availability (AY1920S1-CS2103-F09-1#61)

* [Partial] Implement Schedule Class

* Modify Model Manager to adapt to list of schedules

* Fix travis build issue

* Fix checkstyle issue

* Edit fxml file to change UI

* Pull request from team repo (#8)

* Add help and edit features into User Guide (AY1920S1-CS2103-F09-1#44)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add TableView.fxml to create a table (AY1920S1-CS2103-F09-1#54)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add help and edit features into User Guide (AY1920S1-CS2103-F09-1#44) (#5)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add TableView.fxml skeleton

* Edit TableView.fxml

* Add textfield and user input field into TableView.fxml

* Add skeleton classes for generate interview timetable feature (AY1920S1-CS2103-F09-1#50)

* Add skeleton classes for generate interview timetable feature

* Fix errors with continous integration

* Add Unit Tests for Row, Column, and Schedule class

* Fix checkstyle issue

* Add skeleton Email feature (AY1920S1-CS2103-F09-1#51)

* Add new unimplemented email command

* Fix line endings

* Edit UserGuide.adoc to change UI display feature (AY1920S1-CS2103-F09-1#55)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add help and edit features into User Guide (AY1920S1-CS2103-F09-1#44) (#5)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add TableView.fxml skeleton

* Edit TableView.fxml

* Add textfield and user input field into TableView.fxml

* Edit UserGuide to change the display feature

* Add skeleton Interviewee and Interviewer class (AY1920S1-CS2103-F09-1#46)

* Add skeleton Interviewee and Interviewer class

* Fix travis CI issues

* [Partial] Implement import interviewer's availability from excel sheet feature (AY1920S1-CS2103-F09-1#57)

* Import from excel function

* Adds implementation for ExcelReader

* debug importExcel classes

* Check style for Import branch

* Add minimal functionality for Interviewee and Interviewer class (AY1920S1-CS2103-F09-1#60)

* Add skeleton Interviewee and Interviewer class

* Fix travis CI issues

* Add minimal fields and logic for Interviewee and Interviewer

* Fix travis CI issues

* Update Interviewee, add Emails, Rework Faculty

* [Partial] Generate interview schedule timetable from interviewers' availability (AY1920S1-CS2103-F09-1#61)

* [Partial] Implement Schedule Class

* Modify Model Manager to adapt to list of schedules

* Fix travis build issue

* Fix checkstyle issue

* Fix checkstyle issue (AY1920S1-CS2103-F09-1#62)

* Add ScheduleView.java to display timetable

* Resolve conflicts

* Resolve conflict

* Resolve Conflict

* Resolve Conflict

* Resolve Conflict

* Resolve Conflict

* Resolve Conflict

* Resolve Conflicts

* Pull Request (#9)

* Add help and edit features into User Guide (AY1920S1-CS2103-F09-1#44)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add TableView.fxml to create a table (AY1920S1-CS2103-F09-1#54)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add help and edit features into User Guide (AY1920S1-CS2103-F09-1#44) (#5)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add TableView.fxml skeleton

* Edit TableView.fxml

* Add textfield and user input field into TableView.fxml

* Add skeleton classes for generate interview timetable feature (AY1920S1-CS2103-F09-1#50)

* Add skeleton classes for generate interview timetable feature

* Fix errors with continous integration

* Add Unit Tests for Row, Column, and Schedule class

* Fix checkstyle issue

* Add skeleton Email feature (AY1920S1-CS2103-F09-1#51)

* Add new unimplemented email command

* Fix line endings

* Edit UserGuide.adoc to change UI display feature (AY1920S1-CS2103-F09-1#55)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add help and edit features into User Guide (AY1920S1-CS2103-F09-1#44) (#5)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Edit the User Guide to sort the flow of guide (AY1920S1-CS2103-F09-1#43) (#4)

* Edit User Guide in display

* Edit User Guide in display (AY1920S1-CS2103-F09-1#42) (#3)

* Cleanup the User Guide format

* Add help and edit features into the User Guide

* Add TableView.fxml skeleton

* Edit TableView.fxml

* Add textfield and user input field into TableView.fxml

* Edit UserGuide to change the display feature

* Add skeleton Interviewee and Interviewer class (AY1920S1-CS2103-F09-1#46)

* Add skeleton Interviewee and Interviewer class

* Fix travis CI issues

* [Partial] Implement import interviewer's availability from excel sheet feature (AY1920S1-CS2103-F09-1#57)

* Import from excel function

* Adds implementation for ExcelReader

* debug importExcel classes

* Check style for Import branch

* Add minimal functionality for Interviewee and Interviewer class (AY1920S1-CS2103-F09-1#60)

* Add skeleton Interviewee and Interviewer class

* Fix travis CI issues

* Add minimal fields and logic for Interviewee and Interviewer

* Fix travis CI issues

* Update Interviewee, add Emails, Rework Faculty

* [Partial] Generate interview schedule timetable from interviewers' availability (AY1920S1-CS2103-F09-1#61)

* [Partial] Implement Schedule Class

* Modify Model Manager to adapt to list of schedules

* Fix travis build issue

* Fix checkstyle issue

* Fix checkstyle issue (AY1920S1-CS2103-F09-1#62)

* [Complete] Implement Schedule class (AY1920S1-CS2103-F09-1#63)

* Update Slot class and squash bug

* Add ScheduleView.java for viewing of timetable

* Edit ScheduleView.java to make it work

* Edit code to fulfil checkstyle

* Edit code to fulfil checkstyle

* Edit code to fulfil Checkstyle requirements

* Delete getSamplePersons from SampleDataUtil.java

* Edit code to fulfil Checkstyle Requirements

* Fix Checkstyle

* Implement timeslot sub-command (AY1920S1-CS2103-F09-1#65)

* Implement timeslot sub-command with basic error handling

* Fix checkstyle

* Specify Interviewee instead of Person

* Implement dummy code for opening user's mail client

* Remove unused import

* Implement functions for getting interviewee's email from name (AY1920S1-CS2103-F09-1#72)
==== Viewing details of interviewees
You can to view the list of interviewees and the following information:
1. Name
2. NUS Email
3. Personal Email
3. Personal EmailSche
Copy link
Member

Choose a reason for hiding this comment

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

Is this a typo? Otherwise, everything looks good!

@ChrisKheng ChrisKheng merged commit 59c0399 into AY1920S1-CS2103-F09-1:master Oct 23, 2019
@dcshzj dcshzj added this to the v1.3 milestone Oct 23, 2019
mrchensheng21 pushed a commit to mrchensheng21/main that referenced this pull request Oct 26, 2019
* 'master' of https://github.com/mrchensheng21/main:
  Update DeveloperGuide.adoc (Model, Schedule object, scheduling algorithm) (AY1920S1-CS2103-F09-1#76)
  Add Multiple TableViews feature (AY1920S1-CS2103-F09-1#75)
  Add interviewee's List to model (AY1920S1-CS2103-F09-1#74)

# Conflicts:
#	docs/DeveloperGuide.adoc
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