Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhrigu123/getmethat
Test django app
https://github.com/bhrigu123/getmethat
Last synced: about 1 month ago
JSON representation
Test django app
- Host: GitHub
- URL: https://github.com/bhrigu123/getmethat
- Owner: bhrigu123
- Created: 2016-02-21T19:41:37.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-22T07:53:28.000Z (almost 9 years ago)
- Last Synced: 2023-09-05T07:40:59.068Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 585 KB
- Stars: 4
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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)