Skip to content

Remove endDate from Job and add duration to Job #25

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

Conversation

imcaizheng
Copy link
Contributor

@imcaizheng imcaizheng commented Feb 9, 2021

  • Updated ES mapping for Job
  • Updated Joi schemas
  • Fixed existing lint errors

@@ -20,7 +20,6 @@ async function createIndex () {
description: { type: 'text' },
title: { type: 'text' },
startDate: { type: 'date' },
endDate: { type: 'date' },
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@imcaizheng I guess we have to add duration instead of the endDate.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@maxceem Fix is here #26

@nkumar-topcoder nkumar-topcoder merged commit cac295b into topcoder-platform:dev Feb 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants