Object Oriented Software Engineering Course - Group 8


Jeff Burka (Frontend)

Bumjin Kim (Backend, Frontend)

Alex Monroe (Frontend)

Emily Scher (Backend)


Title : OliGUI


Previous Iterations

Javadocs

Iteration 4

Current Implementation Progress

We have connected the front and back ends of the website! To see the most updated version of our code, refer to the subdirectory "Oligui". When the rails server is started, the user is directed to the home page. From the home page, the user can navigate through the website using the navbar When the user is signed out, the only available options are "Home" (which brings you back to the home page), "Sign in" (which allows the user to sign into an existing account), and "Sign up" (which allows new users to create an account). These pages are fully functional and interact with the database of users on the server-side. Once a user has signed in, the links change to "Home", "Profile", "Library", "Design", and "Sign Out".

The most interesting feature we have so far is that when a user clicks the "Submit" button on the design page, the sequence of biobricks that the user has put together will be submitted to the server and saved in the database.

Plans for future iterations