issues
search
UCF
/
Search-Service-Django
A django based REST API for accessing search data and related data management tools.
0
stars
0
forks
source link
Career path updates
#397
Closed
jmbarne3
closed
1 year ago
jmbarne3
commented
1 year ago
Enhancements:
Removes the
WeightedJobPosition
class in favor of the simpler
JobPosition
class.
Makes a direct relationship between
Program
s and
JobPosition
s.
Handles assigning any existing
WeightedJobPosition
s to the new
jobs
field on the
Program
object as part of the migration.
Removes views and serializers related to the
WeightedJobPosition
class.
Enhancements:
WeightedJobPosition
class in favor of the simplerJobPosition
class.Program
s andJobPosition
s.WeightedJobPosition
s to the newjobs
field on theProgram
object as part of the migration.WeightedJobPosition
class.