-
Notifications
You must be signed in to change notification settings - Fork 24
[$15] Update job dates format #82
Comments
Challenge https://www.topcoder.com/challenges/ee61ca51-bb83-48f7-b462-1d2c3c9bd427 has been created for this ticket. |
@bug-bash-helper assign |
@yoution ✅ you are now assigned to this issue and have 12 hours to complete it. As soon as you are done, please, make a comment like below, including the link to the pull request:
|
Challenge https://www.topcoder.com/challenges/ee61ca51-bb83-48f7-b462-1d2c3c9bd427 has been assigned to yoution. |
@bug-bash-helper #93 is ready for review |
@yoution ✅ this issue is marked as Now you may pick up another issue which is open for pickup if you like to. |
Payment failed: [400]: Failed to activate challenge. Detail: Cannot Activate this project, it has no active billing accounts. |
Payment task has been updated: https://www.topcoder.com/challenges/ee61ca51-bb83-48f7-b462-1d2c3c9bd427 |
Fixed: 🆗 in Production via milestone v1.5
|
For Jobs we've removed
endDate
for jobs and addedduration
instead in API.Now we are going to update UI accordingly. Perviously we've showed there
startDate - endDate
:Now, we would you like to update format to something which might be more comfortable, in particular to:
Requested starting xx/xx/xxxx for y weeks
wherey = {duration}
.startDate - endDate
and a new one.startDate
is provided butduration is null
then showRequested starting xx/xx/xxxx
duration
is provided butstartDate is null
then showy weeks
The text was updated successfully, but these errors were encountered: