issues
search
L37sg0
/
hired
Laravel Job boarding system
0
stars
0
forks
source link
Work on Backend
#2
Open
L37sg0
opened
1 year ago
L37sg0
commented
1 year ago
Create:
[ ] Models
[ ] migrations
[ ] factories
[ ] seeders
For:
[x] user
[x] listing
[x] gigs
[x] tag
[x] click
[x] laravel + cashier/stripe
[x] config
[x] portfolio
[x] user_role
[ ] favorites - each user will have favorites - pivot table:
user_id, model_type(Job, Gig, Portfolio/User), model_id
[ ] applicants - each job and gig will have users who applied - pivot table:
model_type(Job, Gig), model_id, user_id
L37sg0
commented
1 year ago
Add model for gigs
Create:
For: