-
Notifications
You must be signed in to change notification settings - Fork 24
Add All Full or Part Time selector #407
Comments
* Accept `hoursPerWeek` for jobs, when creating a team. * Fix `getSkillIdsByNames` to return ids in the exact same order of names. * Include skill ids in `getSkillsByJobDescription` response Addresses topcoder-archive/topcoder-platform-taas-app#400, topcoder-archive/topcoder-platform-taas-app#407
@nikolay83 When a part time option is selected from 'Full or Part Time' drop down, TAAS Team still shows the workload as Full-time. Just checking if this value has anything to with the value displayed in the job details of the selected position in the Team. |
Thanks @cagdas001 I guess there is no direct mapping here with any visible field in the Taas app. Verified in Dev in Windows chrome/FF & Edge. |
Yeah, I think so. Maybe we should also reflect If the team comes up with a decision on this, I'll follow up on this issue |
I support the addition of the field to the TaaS App UI, but don't view it as a blocker for this release. Please post the details of the database field and proposed logic and we'll add something to the backlog. |
DB
Backend
Frontend As above: You'll get an integer value from the backend, denoting the hours per week. So, the value mapping should/will be
The decision of the placement(s) to display this field is up to the product team. (for instance, the page mentioned in #407 (comment) or any other place(s)) Additional Context
|
Add a new column on the match made screen and the review screen before submission.
Title: Full or Part Time
Type: Picklist
Values: "Full Time - 40hr/wk", "Part Time - 30hr/wk", "Part Time - 20hr/wk"
Default Value: "Full Time - 40hr/wk"
The text was updated successfully, but these errors were encountered: