Skip to content

Fixed issue #1007 #1031

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

Merged
merged 4 commits into from
Jan 12, 2021
Merged

Conversation

dashu-baba
Copy link
Contributor

Closed task opens again after few minutes of closing it - intermittently disappears and reappears in Challenge list.

Fixed

Copy link
Contributor

@maxceem maxceem left a comment

Choose a reason for hiding this comment

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

Thanks, @dashu-baba current solution has some issues.

  1. If we create a task the review has to be set to internal, and reviewer to the user who created the task. But it's not set during task creating it's only shown on the edit page, but actually it's not set in the challenge data on the server, see demo video https://monosnap.com/file/Wqy420RNkFwnQ3cjzfYRUL8YEe2yDg

    • so we have to set review type to the internal and reviwer to the current user during task creation, not during task edition
  2. Hide the start date field and set the startdate = to the current date/time when activating

    At the moment start data is set during opening edit page, so we would update this date many times when we save the challenge. We have to set this date one time during challenge activation when we click Launch, Activate or Launch Active button anywhere:

@maxceem
Copy link
Contributor

maxceem commented Jan 12, 2021

@dashu-baba I'm checking the PR, meanwhile could you please resolve the merge conflicts with another changes in cf-jan-2021 branch.

@dashu-baba
Copy link
Contributor Author

dashu-baba commented Jan 12, 2021 via email

Copy link
Contributor

@maxceem maxceem left a comment

Choose a reason for hiding this comment

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

Thanks, @dashu-baba. The PR works good for me.

I could merge it after resolving merge conflicts and removing console.log.

@dashu-baba
Copy link
Contributor Author

dashu-baba commented Jan 12, 2021 via email

@maxceem maxceem merged commit cb57a78 into topcoder-platform:cf-jan-2021 Jan 12, 2021
@maxceem
Copy link
Contributor

maxceem commented Jan 12, 2021

Thanks, @dashu-baba. All good now, merged PR and accepted the fix.

@maxceem maxceem mentioned this pull request Apr 29, 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.

2 participants