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

possible set up for logging visitors #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

possible set up for logging visitors #2

wants to merge 1 commit into from

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.

None yet

2 participants