-
Notifications
You must be signed in to change notification settings - Fork 0
BusinessEmployee
nattapon.r edited this page Feb 8, 2017
·
17 revisions
BusinessEmployee-API provide a handler of employee in a business.
https://github.com/mzget/rfl-sme-app/wiki/employee_collection
Case :
- A user who have a card of business that can request to be employee or claimer. Other case can't. CLOSE
- When user request to be an employee or claimer systems will generate notification for all claimers. CLOSE
- When user request to be an employee system will generate links of user to all claimers. CLOSE
- Claimers or Sub-Claimer can accept team link as verify employee or reject theirs employee status. WIP
requestEmployed: POST => (businessId: string, userId, string) : WriteOps
http://git.animation-genius.com:3002/api/business/businessEmployee/requestEmployed
getVerifiedEmployee: GET =>(businessId: string) : Employee[]
approveEmployee: POST =>(employeeId: string) : WriteOps
http://git.animation-genius.com:3002/api/business/businessEmployee/approveEmployee
getAllEmployee: GET => (businessId: string) : Employee[]
/allEmployeeInfo : GET => (businessId: string) : { user, employee_status }
/businessEmployeeStatus: GET => (businessId : string, userId: string) : Employee[]
Data model
Third party systems integration.
Deployment