-
Notifications
You must be signed in to change notification settings - Fork 51
Prod Release - 0.1.0 #710
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
Prod Release - 0.1.0 #710
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…-of-order-phases-edit-mode fix: Github issue#666, Standard Design "Edit" Event Sequence Out of Order
…xact phrase (to enable searching projects by title) feat: git#669 project search improvements - moved the project search from left panel to main content area to have sufficient space to locate the project feat: git#669 project search improvements - allows searching non my projects as well to support admin users (e.g. support team) to locate other projects/challenges fix: minor style fix for the left panel
…ject-search-improvements Project search improvements
…r now feat: added a Back button for easy access to the challenge listing page from the challenge view page
Updated payload to have terms as array of objects with roleId being id of the Submitter role
— removed calling setState from render method.
— removed calling setState from render method.
…hallenge edit screen
It seems like something paging related has changed in the api which caused explicit specification of paging params. So, passing page and perPage params, fixes the issue.
— add logic for recalculating the timeline by copying the server side code — removed need of challengePhasesWithCorrectTimeline as not timeline is not auto saved and hence there should not be regression for the original the issue git#218 which required it.
— handled NPE
…updating challenge.
- for now called the project load on page load. Ideally project listing should not be part of challenge manager app. CM should work only when a project is already selected.
…avoid confusion coming with accordion kind of UX. Also added Save phases button for explicitly saving changes in the phases, this is in alignment with `Reset Phases` button.
fix: challenges loading on home page
…bug with backend, it seems like data is being reset for a challenge)
…den the challenge schedule field until we have a fix
…here is any server side error
… prizeSet for the time being until root cause is identified for prizeSet overriding as discussed in topcoder-platform/challenge-api#198
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Alpha release of Challenge Manager