Jupiter Motors web role
Our web role for Jupiter Motors is a simple application structure. We have:
Default.aspx
page to use for navigating to other pagesUploadOrderPicture.aspx
page for our web form to upload pictures for an orderViewOrders.aspx
page to see an order status and any uploaded picturesWeb.config
file and the newWebRole.vb
file
Here is how our Portal pages will look like:
The following is what we see when we run the UploadOrderPicture.aspx
page. Our web form will be used to select an order in production, select a photo to show the customer as an update, and upload this photo into Blob Storage. Once the picture is saved in Blob Storage, a record will be written to the OrderPictures
table in our Portal database (that will eventually live in the SQL Azure cloud). This page will mainly be used by the production line to provide the photos of the RV being built.
The following screenshot shows the ViewOrders.aspx
page. This page will be used mainly by customers to check...