-
Notifications
You must be signed in to change notification settings - Fork 33
[$50] Make some Job fields optional #102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Contest https://www.topcoder.com/challenges/30161551 has been created for this ticket. |
@imcaizheng this is ready for pick up. |
Contest https://www.topcoder.com/challenges/30161551 has been updated - it has been assigned to aaron2017. |
PR created #103 |
@nkumar-topcoder PR for this issue has been tested locally and works good. We would need your help to merge it.
|
Verified on DEV, works good. |
Payment task has been updated: https://software.topcoder.com/review/actions/ViewProjectDetails?pid=30161551 |
We would like to make the next fields in
Job
model optional as we don't always have them. So we would be more flexible during development.externalId
description
startDate
endDate
resourceType
rateType
workload
(and remove default value)Make them optional in:
If there are any places in code that rely on these values, please, let me know.
The text was updated successfully, but these errors were encountered: