cybercog / laravel-paket

Composer GUI. Manage Laravel dependencies from web interface without switching to command line!

Home Page:https://komarev.com/sources/laravel-paket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Revise Job & Requirement relation

antonkomarev opened this issue · comments

Need to revise relation between Job & Requirement entities:

  • is Requirement belongs to Job?
  • can Job accept null instead of Requirement?

It looks like I'm missing one more entity which links Job & Requirement entities.

There will be other type of jobs. For example job to add new Repository. So I started to think that we need to add Jobable term.