cch5ng / job_tracker

1 stars 0 forks source link

creating a company (followup) #22

Closed cch5ng closed 3 years ago

cch5ng commented 3 years ago

creating a company should be one step in creating a job

but don't want duplicate companies so it should create a new record in the company table

when creating a job, should have the option to select from a list of existing companies or creating a new company

cch5ng commented 3 years ago

company to job :: 1 to many

company fields

job fields

update the existing job create/update form

add a view for all companies

add ability to update a company (with optional fields)

clean up current job create logic

cch5ng commented 3 years ago

1 update BE code

2 update 2 db's (dev, prod)

3 update FE code

https://react-select.com/creatable