-
Notifications
You must be signed in to change notification settings - Fork 33
[$100] Update Resource Booking model to not store time, only dates #204
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
Challenge https://www.topcoder.com/challenges/3f8d8c21-23b6-4410-9239-62c4ed928fd9 has been created for this ticket. |
@imcaizheng @eisbilir feel free to pick up this issue as per #1 Please, pick up one issue at a time. It's preferable to complete issues within 12 hours, but maximum of 24 hours. |
@eisbilir, please sign-up with Topcoder X tool |
@eisbilir, please sign-up with Topcoder X tool |
@eisbilir I would take care of Topcoder X tool, please feel free to work on this issue. |
@maxceem we need to execute new migration script |
Yes, can rename that script. |
@maxceem I removed the timezone conversion.
are they in the scope of this issue? |
@eisbilir ah sorry wrong link. Here is the correct one https://github.com/topcoder-platform/taas-apis/wiki/TaaS---Scope,-Status-and-permissions#work-period-wp-automation-and-constraints (I've fixed the description above). No, in this issue keep the same logic, and just remove time and timezone. We would handle other updates separately by other issues https://github.com/topcoder-platform/taas-apis/issues?q=is%3Aissue+is%3Aopen+label%3ACF. |
PR created #214 |
Thank you @eisbilir all the PRs works good for me as per local testing. The payment is processed https://www.topcoder.com/challenges/a880287b-52f0-4b12-9cdc-450a5e948b39 |
Verified below scenarios. Working as expected.
|
Thank you for verification @sandhiyakavi. |
Challenge 3f8d8c21-23b6-4410-9239-62c4ed928fd9 has been cancelled |
Uh oh!
There was an error while loading. Please reload this page.
Task
startDate
andendDate
fields so they only store dates without time, same likeWorkPeriod.startDate/endDate
.npm run local:init
if needed so if works good.References
The text was updated successfully, but these errors were encountered: