Vous êtes sur la page 1sur 6

Snap Jobs

Group # 12 Team Leader : Ehigie Edokpayi Team Members : Olamide Olaniran Jimmy Quach Bidhiya Gurung Timothy Sharp Submitted By : Sonal Kavaiya

Contents
1. Introduction 2. Application Code 3. Users Guide 4. Personal experience with the Project and team 5. Peer Evaluation .

Page 2 of 6

Introduction

The mobile web application Snap Jobs is designed especially for the students of University of Texas at Dallas. Snap Jobs is an app that helps match the requirements of the hirer with right skilled person looking for job. This app will let people rejoice as their to-do list gets shorter if they want to outsource household errand and skilled tasks. And at the same time helps other people to discover opportunities to make money while helping out others. Our team came up with the idea of developing a web called Snap Jobs to help students connect through a safe and reliable source to get their jobs done and/or earn extra dollar so as to support the expensive student life. Our team has a creative vision and talent to serve the requirement of this web app. Skill diversity and adaptability are our very strengths. Our team has combination of talents and skills like Software Programmers and impressive and result oriented Marketing team that made this app come into existence.

Page 3 of 6

Actual Code
Index.php <?php /** * Created by JetBrains PhpStorm. * User: Adminstrator * Date: 4/6/14 * Time: 12:20 AM * To change this template use File | Settings | File Templates. */ if(empty($_SERVER['CONTENT_TYPE'])){ $type = "application/x-www-form-urlencoded"; $_SERVER['CONTENT_TYPE'] = $type; } /* print "CONTENT_TYPE: " . $_SERVER['CONTENT_TYPE'] . "<BR />"; $data = file_get_contents('php://input'); print "DATA: <pre>"; var_dump($data); var_dump($_POST); print "</pre>"; */ ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Mobile Web Applications</title> <style> p.notes {font-weight: bold} </style> </head> <body> <div data-role="page" id="app"> <div data-role="header"> <h1>Prototype Login Form : Group 12 (Prepared by Sonal Kavaiya)</h1> </div> <div data-role="content"> <div style="text-align: center;"> <h2>Snap Jobs</h2> </div> <form method="post" action="http://localhost/mwa12/php/temp_login.php"> <div data-role="fieldcontain"> <label for="loginname">Login Email:</label> <input type="text" name="loginname" id="loginname" /> <label for="loginpassword">Password:</label> <input type="password" name="loginpassword" id="loginpassword" /> </div> <div style="text-align: center;"> <input type="submit" name="submit" value="Submit" /> </div> </form> </div> </div> </body> </html>

Page 4 of 6

Users Guide
How to get app?
Simply go type in the following link hhtp://mwa12-mis4312gr12.rhcloud.com to get the app. What can I do?

Post jobs and search jobs Getting started

If you are existing user enter your login email and password to login. The user name which is the login email of the user will be verified to see if the user is existing user. The user name should also match the password used at the time of registration. If all the conditions are met i.e., the user name and password verified to be of exiting user then user is directed to other pages of the web. Now that the user is successfully logged in to the app, the user can either post jobs through form available or search for the jobs. The post job form consists of full name of the employer, location where the job is to be done and some job details so that the interested candidate can look at the type of job posted. If the user is looking for some job opportunities he/ she can click on Search Jobs and look for the suitable jobs that interest them. First time users First time users will have to click on New Users Register here, fill in the form and submit to become registered users and avail all the features of this app. Other Options If the users want to change the password he/ she have option to do so after they successfully login, there is a tab for Change Password which will take user to a form consisting of Current Password and New Password. If the user wants to see all the jobs posted by them they can do so by clicking on the tab Search my job posting on the page Search Job.

Page 5 of 6

Personal experience with the project and the team


The Mobile Web Development project was a very valuable and learning experience. Working on this project helped me not only enhance the technical skills required to develop the app but also the writing skills. I learned how to write technical documents through the different phases of developing this app. The project also required me to do extensive coding research that helped me gain valuable insight to the coding world. I am member of group # 12. This team consisted of 5 other members. It was pleasant working in this team as there were no conflicts. It would have been great if more members of this team would have been able to help me with the coding for this app. I being the only member to do coding got a little stressful towards the end. I learnt a great deal working on this project and hope to implement the skills learnt to real world work. A big thanks to Professor Thuan for this project. .

Page 6 of 6

Vous aimerez peut-être aussi