Methods
ContractsPage()
demo version, currently only retrieves workers and businesses by name
TODO:
- Displays all the current businesscontracts, including pending ones (agency view, business view, worker view).
- Creates businesscontracts with businesses and workers (agency view).
- Accepts businesscontracts (worker view and business view).
After agency has sent businesscontract and business/worker has accepted it, agency can create workcontracts between worker and business in workerpage. Only workers/businesses that have accepted businesscontract with agency will be shown in workerpage
- Source:
WorkersPage()
demo version
TODO:
- Displays all the current workers that agency has a businesscontract with (agency view).
- Displays all the current workcontracts that agency has made (agency view).
- Displays all the current workcontracts where business/worker is involved (worker view and business view).
- Creates workcontract between worker and business (agency view)
- Source: