diff --git a/homework2/feedback.txt b/homework2/feedback.txt new file mode 100644 index 00000000..081c7241 --- /dev/null +++ b/homework2/feedback.txt @@ -0,0 +1,25 @@ + +**Homework Feedback for Cat App** + + +Functionality: + +All tasks completed! Awesome job, and your app appears to be bug free. + +Completion: (20/20) + +Bug Free: (10/10) + + +Quality: + +Your code was well organized and commented! It was very clear and readable. +You followed good coding practices throughout! + +Good Coding Practices: (10/10) + +Readability: (10/10) + + +Summary: +It was very sad when the cats were murdered, but great job on this homework! Everything is functional and well written. You seem to have had a great understanding of how everything fits together. (50/50). diff --git a/homework2/routes/index.js b/homework2/routes/index.js index 9a76f486..dff84c08 100644 --- a/homework2/routes/index.js +++ b/homework2/routes/index.js @@ -81,3 +81,7 @@ module.exports.createCat = createCat; module.exports.listCats = listCats; module.exports.deleteCat = deleteCat; module.exports.sortCats = sortCats; + + + +// Great use of sort functions! Your code is clear, well commented, and readable! \ No newline at end of file diff --git a/homework2/views/cats.handlebars b/homework2/views/cats.handlebars index e7092359..cdd1480c 100644 --- a/homework2/views/cats.handlebars +++ b/homework2/views/cats.handlebars @@ -20,3 +20,6 @@ {{#if deleted}}
{{deleted.name}} age {{deleted.age}} was murdered
{{/if}} + + +{{!-- {{ This templating was nice! Keeping everything in a table was good visually.}} --}}