Wednesday, June 3, 2009

Workshop 6 - DEVELOPER’S THREAD

This workshop requires development for the Online Taxi Booking Service. The main issue is about adding user session feature to the OTBS. In order to do user registration and advanced login features from Hartl et al (2008), we need to follow the instructions from Rails Space text book. In this part of the assignment, we are going to apply below steps;

o generate a controller and an action by adding a method(s) to a controller;
o create a view template for each action and to link to actions from views;
o use AJAX to improve the user experience.

After "Modeling users", "Registering users", "Logging in and out"and "Advanced login" chapters that are on the Rails Space book are completed, we have a new online taxi booking service that includes user registration feature.

1. When you type the web address of the OTBS, first page is about login the system.



2. If you try to pass "login" or "register" steps, it insists on you to login first.



3. If you do not have an account, you need to register as shown below.




4. After the successful registration process, you will see the home page that allows the user creating new passenger details, showing all passengers and and showing all destinations.






5. The next figures show that home page after login process.



6. Follwing figures show that error cases and regarding messages.

















No comments:

Post a Comment