add attempt at completing excercise#7
Open
robertanthonyrudas wants to merge 1 commit intoGasStationTV:masterfrom
Open
add attempt at completing excercise#7robertanthonyrudas wants to merge 1 commit intoGasStationTV:masterfrom
robertanthonyrudas wants to merge 1 commit intoGasStationTV:masterfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Due to really limited time because of my current job requirements to be on call 24/7. I was only able to make a quick pass at this as I was dealing with a production server deployment for our scoring system. I was able to get the drop down display logic and day of week functionality partially going. You can see that I worked in an MVC pattern with different kinds of environment based configurations for deployments. I also completed the mongoose model structure of the time slot data. And began to leverage it for data save and search. Normally I would do all of this in angular and have useage of more verbs like PUT, DELETE, with JSON responses. But I wanted to get something up and running fast so I just did it old fashion POST style for the DOM creation. There was not enough time to finish the validation and complete the entire workflow but it was heading in the right direction. The drop down hour display logic was a fun challenge and that is in there. There are bugs in the View/Edit Page logic (It's really just incomplete). But at least it gives you an idea of some of my capabilities. I wish I had more time to work on this but I am completely slammed right now. My sincerest apologies and I hope that my attempt at it proves how eager I am to possibly work with you guys.
All the best,
Robert Rudas