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

WillowTree_FunctionalCodeReview #3

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

pgrimail
Copy link

@pgrimail pgrimail commented Dec 6, 2016

See SummaryNotes.txt for detailed explanation of changes

+ Add CDNs for Bootstrap and new JQuery version
+ Add in-line styling to rendered controls for a more readable UI
+ Replace function declaration from const to function. There was no
need to use getFirstName as a parameter call, nor as a constant, thus
changing to function declaration.
+ Remove slice when copying List array. When slicing, we have no need,
nor want, to remove array objects. This is incorrect functionality and
results in loss of data.
+ Remove validation for type & value check between search value and
available names.
+ Add validation to be based on .includes so we now check real-time
against search values. Thus, “A”, will grab any names including “A”.
+ Change calls for First/Last Name sorts to specify first/last name
+ Add function parameter for first/last name sort and update function
to sort based on new function parameter.
** Note: Before, using .reverse() on sort last name would only sort
first name descending. As this is incorrect, we need to specify
first/last name sorting.
+ Add notes related to batch of commits where additional
notes/explanations are needed.
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.

1 participant