This repository was archived by the owner on Mar 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
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
…ermissions [DEV] Fix job edit permissions
…aviour of submit job click.
Feature/role intake
Feature/role intake
fix: use PATCH instead of PUT for Job and RB saving
fix: adding offered status to select a tab
feat(create-new-team): role intake module
fix(role-intake): use `roleIds` instead of `roles` in req. payload
Feature/role intake
- Changed Search in SelectRole Page to no longer be mocked
…isplay the results. Fixed color on Completeness card
…tion components - Refactored search logic into a new SearchContainer component - Refactored SelectRole, InputSkills and InputJobDescription to use SearchContainer - Choosing "Modify search" in NoMatchingProfiles component keeps added roles and previous search id - Chooosing "Add another role" keeps added roles and previous search id
- Documentation and cleanup
…or handling in InputSkills page
Taas Platform - Role & Skills Intake - Search part of Front-end - 472451
Feature/frontend search 472451
- Created ConfirmationModal and Checkbox component - Laid out TeamDetailsModal
- Removed passing of id and roles through components and routes
- Created new route and logic to handle submission
- Style fixes for SkillsList and RolesList, moved common elements to new ItemList component
- Documentation and cleanup
…ntend-search Revert "Feature/frontend search"
Feature/frontend search - winner's submission
Feature/frontend submit
Change SkillItem to use IconSkill Use localStorage to persist searched roles
Redirect user from results page if no added roles before first paint.
Role quick fixes - navigation to landing and keeping roles selected in localStorage until they are submitted
Role quick fixes - navigation to landing and keeping roles selected in localStorage until they are submitted
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Release Notes
Job
update andResource Booking
update should usePATCH
instead ofPUT
#283 for BA Id of Resource Booking changed to null each time RB dates are edited. topcoder-platform/taas-apis#260