Wash U Doing Weekly Log

From ESE205 Wiki
Revision as of 20:43, 31 March 2017 by Dylanzubata (talk | contribs)
Jump to navigation Jump to search

Note: From the week of January 27th to the week of February 17th, the group was pursuing a different project. The entries from the week of March 3rd and beyond reflect our work on our most recent project.


Week January 27th

In the first week, we formed our group of three members: Kristine Ehlinger, Carol Pazos, and Dylan Zubata. We decided to focus our project on creating an app that optimizes the walking distance across Wash U's campus.

Week February 3rd

This week we discussed the details of our project as we created our first Project Proposal. We met with our TA on Thursday and made various decisions about our project including: dividing the work, the programming language we plan to use, the resources we need for our project, and a project timeline.

Week February 10th

This week we began familiarizing ourselves with the ArcGIS tool and contacted the GIS department to discuss full features of ArcGIS. We also mapped out all of the destinations we intend to include in the app.

Week February 17th

After discussing with WUSTL employees, our group is waiting to be granted permission to use the WUSTL ArcGIS subscription. We also continued to annotate our map of Wash U's campus on ArcGIS and did further research into the optimization of our pathways. Specifically, we found an archive that describes how to "Find a Route," which can be utilized with our map.

Week February 24th

Permission has been granted to use WUSTL's ArcGIS subscription. ArcGIS's AppStudio has been downloaded to assist in incorporating our map into our app. We're currently trying to figure out the basics of AppStudio while other team members continue working on the map.

Week March 3rd

All: After reevaluating our initial proposal, we decided to look at new options for a project. We discussed a few different ideas, wrote mock proposals, and met with Natalie on Monday, February 27th. On Tuesday, we cemented our new idea: a platform to display events around campus. This website will be used by both students and organizations with an interactive map. On Thursday, we had our first evaluation, after which we used our notes to create a better understanding of our objectives for the website.

Kristine: This week, I investigated the functions of Amazon Web Services and how to set up a website. This process involved creating various trials of instances, purchasing the domain name "www.washudoing.com," and linking the domain name with website IP address. I also created the initial index code needed to demonstrate the website's functionality.

Carol: Renamed project page and weekly log page to reflect progress on new project, started labeling locations within the WUSTL campus on google maps, created test html code. In the process of trying to link event data with location "pop-up" descriptor.

Dylan: Updated Gantt Chart with individual job assignments, assured this and all future weekly logs are updated on time, came up with apt site name: "WashUDoing," began researching how to implement filters.

Week March 10th

All: We had a group meeting on Sunday to discuss the progress of our project and make decisions like whether to use ArcGIS or Google maps, how we want the website to look, etc.

Kristine: Based on my goals for the project, I looked for source code for a login page, created a DB in DBDynamo to store username and password data, watched a video about coding a login page, and reviewed with source code from websites like ArcGIS and WashU's universal login.

Carol: Added drop down menu for locations. In the process of using WUGO's source code to show events based on its relevance according to location.

Dylan: Continued research on HTML and finding source code. Began deciding on which filters to include on the site. Intend to include filters similar to those found on WUGO.

Week March 17th

All: Spring break

Kristine: My goal for this week included creating the initial code for the event creator page on our website. To do so, I found source code for specific parts of a website such as drop-boxes, learned from existing websites like BlackBoard, the WUSTL login page, etc. as to how to store and display our information, contacted an AWS user/ professional for putting together SQL and linking the information input, the database, and the website output. I referenced our list of locations around campus and decided which information to ask for including name of event, group posting, date, time, location, description, and the possibility of a series of tag topics (academic, free food, etc.)

Week March 24th

Kristine and Dylan: Met together to reevaluate project and create new Gantt chart

Kristine: This week, I re-evaluated what was possible to achieve for the project: creating at least two pieces of the project including the user-interface as we would like it to look and the beginnings of the SQL database with limited functionality based on the time given. From my discussions with the AWS/ SQL professional, I downloaded SQL, SQL workbench, and php on my laptop.

Dylan: Basically created the entire home page without links connecting within. Implemented header. Implemented calendar. Implemented checklist of filters. Ensured the two are seen side by side for aesthetic. Implemented option to create event that needs hyperlink. Embedded previously created map via arcGIS. See project wiki for screenshot of progress as of March 23rd.

Week March 31st

Kristine In order to create a functional website, I have begun familiarizing myself with the capabilities of mySQL and PHPMyAdmin. After downloading the software, I created a local host server (on my personal laptop) to begin creating the PHP that runs queries to and from the website and the SQL server on my laptop. The first step I did was figure out what data we want to store from our website: information about events including name, date, time, location, etc. I created an SQL table called "eventinfo" and am creating PHP to add and read information from that server. I have been following various tutorials to put together an input.php (the 'GET' function from the submit button on the website), connect.php (linking the website to my local host server), and the output.php (the output to the website in the form of a forum).

Dylan: Made event creation page and home page available under the same domain name (www.washudoing.com/event%20creation.html and www.washudoing.com, respectively). Began familiarizing myself with HTML and linking one site to another. In the process of linking event creation page from the home page when clicking on the button "Create an event".