Difference between revisions of "The Line of Least Resistance Log"

From ESE205 Wiki
Jump to navigation Jump to search
Line 27: Line 27:
 
I have been continuing to refine the algorithm so that it can eventually run on the server. As of now, the algorithm works without many errors, though it is missing a few minor functions. -Andrew
 
I have been continuing to refine the algorithm so that it can eventually run on the server. As of now, the algorithm works without many errors, though it is missing a few minor functions. -Andrew
  
Kjartan and I worked on a Demo for the Project Evaluation. Since we don't have the database set up, we created a one-page App in Xcode that shows what it looks like when you enter in group size, group name and desired reservation time, and goes through a sample code on Amazon Web Services that just returns  "your reservation has been received" as long as there are valid inputs.
+
Kjartan and I worked on a Demo for the Project Evaluation. Since we don't have the database set up, we created a one-page App in Xcode that shows what it looks like when you enter in group size, group name and desired reservation time, and goes through a sample code on Amazon Web Services that just returns  "your reservation has been received" as long as there are valid inputs. -Devon
 
[[Category:Logs]]
 
[[Category:Logs]]
 
[[Category:Fall 2016 Logs]]
 
[[Category:Fall 2016 Logs]]

Revision as of 23:43, 6 November 2016

September 16

This week, we got a firmer handle on what our project will be about and what timeline we should be looking at. We met with Kjartan and he helped us look at the big picture and contextualize our project, and he gave us advice on how to organize our project better and to get the most out of the class. We plan to meet with Professor Gonzalez and to create a more specific task list next week, and to start collecting data.

September 23

This week, we considered completely changing our project, or at least not using the Arch as the focus of our project. We decided in the end, however, that we would stick with using the Arch as a reference point for modeling a queue system with the least amount of delay time. We did decide to take some focus off the Arch and put more focus on the final product, which we have decided is going to be a "consulting" computer app to be used by companies when planning to set up queues, and we are leaving room at the end of the semester to hopefully do some "add-ons," such as a real-time portion of the app.

We met with Humberto (who gave us an extension for our proposal revision until Sunday night) with Kjartan and then Kjartan on our own and attempted to hone down exactly what we aim to do, and got more specific with our Gantt chart and to-do lists. Our final product is a completely revamped proposal, with much more specific parameters and goals.

October 3

I waited until I had talked to Andrew to write this log. It's been another restructuring week. After coming to a roadblock with the simulator, I met with Humberto and decided to restructure our project again and focus on doing a mobile app where customers can input heir group size to a few sample businesses and receive an estimated wait time. I met with Kjartan on Sunday and brought him up to speed, and we worked on the new proposal. This week we have the first project evaluation, and we're hoping we'll have a perfected project proposal and some research about how to make a mobile app under our belt, but won't have any tangible components of our project to show Humberto yet. - Devon

October 4

We met with Kjartan today and further figured out the steps to make the app. We looked into how to make an iOS app, and figured out what roadblocks we might encounter. We also decided to expand the project a little bit, and to make the app "update" in real time, so if someone enters a reservation, the next person trying to make a reservation will see that reflected. The project is obviously going a lot slower than we thought it would, and we wish we were farther along by now, but feel good moving forward. We also decided how to split up the bulk of our project (I will work on the user interface and the product the customer will see and use, and Andrew will do the more "behind-the-scenes" coding on the host side. I started to learn how to use Swift and will play around with it more this week. We will be explaining our new project with Humberto on Thursday for the first evaluation. -Devon

October 12

We met with Humberto last Friday for the Project Evaluation. We are at a better spot then ever and have a much clearer goal and path ahead of us. I updated the Wiki page to reflect the changes, such as his suggestion to implement an Amazon server in the cloud for the host side, instead of making it one-sided. This week, I have been doing Swift tutorials and learning how to create a user interface through the program. I've started to create the UI, but still have things to learn. I also created a "sample situation" (i.e. time and space parameters to base the reservations off of) of the Arch based on data the official gave me earlier in the semester. - Devon

I have been teaching myself Swift this week as well as devising an algorithm for informing users when they will be able to arrive at the restaurant. I have also downloaded a server from Amazon that will be used to store information. While it will be a challenge to program the entire app, I am glad that we know exactly the direction in which we are going. -Andrew

October 23

I worked on the UI for the app this week, and got to a point where you can select a business from table view, and come to a screen where you can input your name, group size, and desired time. It was a lot of work just to get to this simple set-up, but I'm hoping it'll be quicker going forward because I'm more familiar with Xcode and Swift. We met with Kjartan today and talked more about the server and began to set it up and discuss how we're going to share information between the server and the app, and where the algorithm fits in. -Devon

October 30

I've been working more on the UI and have started to work with Kjartan on connecting the data when a user clicks "Submit" to the Amazon Web Sever, and hopefully we'll get it running through Andrew's code soon. I've started creating a "restaurant view" so the business can look at the current status of the tables at each reservation time period. -Devon

November 6

I have been continuing to refine the algorithm so that it can eventually run on the server. As of now, the algorithm works without many errors, though it is missing a few minor functions. -Andrew

Kjartan and I worked on a Demo for the Project Evaluation. Since we don't have the database set up, we created a one-page App in Xcode that shows what it looks like when you enter in group size, group name and desired reservation time, and goes through a sample code on Amazon Web Services that just returns "your reservation has been received" as long as there are valid inputs. -Devon