Team-uMigrate / umigrate

Source code for the uMigrate project
13 stars 2 forks source link

API: Improve jobs endpoint #308

Open deandrebaker opened 3 years ago

deandrebaker commented 3 years ago

We need to modify the jobs endpoint so that it uses the abstract model view set class, and that the url will look like: api/jobs/ instead of api/users/jobs/

We also need to rewrite the tests so that it uses the abstract test case and job factory class.