TechnicalTestWeb2
Directory actions
More options
Directory actions
More options
TechnicalTestWeb2
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This solution is a simple web application that allows users to have a set of shipments associated with their customer account. Item 1: Create a branch off the remo call it A########_TechTest - make sure to push your code to this branch - Create a Pull request to merge this into master There is script file located in the "SQL Script", directory. Create a database and using SQL Management Console exedcute the script to populate the data. Note: You will have to update the Web.config to reference your DB name/credentials Item 2: Setup.. There is script file located in the "SQL Script", directory. Create a database and using SQL Management Console exedcute the script to populate the data. Note: You will have to update the Web.config to reference your DB name/credentials Item 3: There is one compilation error in the project fix it. Please Answer: What was it? How did you fix? Item 4: The Shipments link in the menu bar of the app is not working, it should like to the index page of the ShipmentsController Please Answer: What was it? How did you fix? Item 5: Change the name label for the Customer on the shipment view to be "Customer Name" in all places Please Answer: What was required to fix? Item 6: There is a bug in the code. The estimated ship date must be at least 24 hours after the Date Ordered. Fix Please Answer: What was wrong and what was required to fix? Item 7: When Editing customer Nitin, the province appear as Quebec. Not Ontario - the default for create. Explain why it was not Ontario or NS? Item 8: Add a button to the right of the customer dropdown to open the add a new customer. Hint: you can use @Html.ActionLink ( does not have to be a button) Item 9: - Bouns Convert Text dates to date picker