BuildForSDG / BuildForSDG/2grow2
Add jobs fake data
Open
frontend
job
- Dominant language
- JavaScript
- Stars
- 2
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
We do not have a DB yet, this should help visualise the data. The structure will be implemented in the DB.
here is the current structure:
```
{
Id: 'xxxx',
category: 'domestic worker',
employerID: '3400',
status: 'Filled',
dateLoaded: '14 - May - 2020',
dateFilled: '14 - May - 2020',
expiryDate: 'n/a',
totalApplicants: 20,
successfulJobSeekerID:['324E'],
history: ?
}
```
@BetsieDrost what type of information do we have in history?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.