Conversation
…range below target price
Ada TraderWhat We're Looking For
In your order_entry_view, when creating an order you have a generic loop to get your properties from the form into the right format for creating data. It's good and it works! It may be a little bit overengineering though-- In some cases, it may be more valuable to explicitly just find and add the properties so that it's clearer/easier to read, and more intentional for someone to know what is on that order. Overall, good work! Event-driven programming is always interesting, especially in contrast with the message-driven programming we've done otherwise. Keep in mind that event-driven is not the only solution available. Otherwise, great job! |
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.
Ada Trader
Congratulations! You're submitting your assignment!
##Note
This is incomplete. Tests haven't been written.
Comprehension Questions
<h3>${errorsHash[key]}</h3>) in my order_form_view, but it was isolated. I couldn't figure out how to render the errors via template in a timely manner.