GitXplorerGitXplorer
b

GetMeThat

public
4 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
c5729aeb73af4055d931705d685204371bd186b7

Update README.md

bbhrigu123 committed 9 years ago
Unverified
18a4ef29cf301a2b18f62b0f763aba5069c93190

Merge branch 'master' of https://github.com/bhrigu123/GetMeThat

bbhrigu123 committed 9 years ago
Unverified
22628345c990cc5f1da45c16d681a275b84b4fc4

admin.html fix

bbhrigu123 committed 9 years ago
Unverified
61ab505392e4c062c2cada953e036699ea9889e2

Update README.md

bbhrigu123 committed 9 years ago
Unverified
59369a11095631603c34dda9c01c0dee49436dce

Merge branch 'master' of https://github.com/bhrigu123/GetMeThat

PPuneetGupta123 committed 9 years ago
Unverified
74b416d90f1430dbc60e729c92f505bc6dccae6d

Profile for Admin

PPuneetGupta123 committed 9 years ago

README

The README file for this repository.

GetMeThat

GetMeThat is a web portal for employees to request trivial services (like Tea, Coffee) to errand boys, in an office/ organization. Each of the employees and errand boys have their own account on the portal. There is also an admin account, who can add/remove services and accounts of employees and errand boys.

Working

  • Admin logs in with his account, and can add services and Employees/Errand Boys to the database. (When admin adds a user, the username/password of that user becomes his full name (spaces removed), eg if Name="Mark Charles", his username, password would be: MarkCharles)

  • Employees can log in with their account and request services and view their pending services. The errand boy which has the least jobs assigned, get this new job.

  • Errand boys can view their jobs assigned to them, and by whom. After granting the job, they click on the 'check' button of that job.

  • After a job is granted by the errand boy, the employee can now 'check' and accept that job. Thus a job process is complete.

  • The assigining, granting and accepting of jobs change in real time.

Sample accounts to test the site:

Role Username Password
Admin bhrigu bhrigu
Employee ashish ashish
Errand Boy anshuman anshuman
Errand Boy puneet puneet

(You can visit /admin to tweak around the entries in the database for testing purposes)