Skip to content

Conversation

@andrewrenfroe
Copy link

@AaronHartigan here is what I was thinking for this. Few hurdles:
-We need student info OR an interface to get the student to enter name and other info desired

Let me know what you think.

@andrewrenfroe
Copy link
Author

@AaronHartigan we could use objects instead. It would be easier to add features/logic to it. There wouldn't be any needed changes to the ui.

var user = function (request) {
this.id = request.studentId;
this.fName = request.firstName;
this.lName = request.lastName;

};

module.exports = user;

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.

2 participants