-
Notifications
You must be signed in to change notification settings - Fork 33
[PROD] Next Release #439
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] Next Release #439
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
* 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
feat: polish release - v1.2 - Milestone19
fix: script to import job from RCRM
fix: additional payments
update: allow up to 10 daysWorked
ref issue #430
ref issue #428
fix: Edit payments fields #431
fix postman collection after merging fix maxPossibleDays calculation don't update amount in challenge as it is not allowed by Challenge API ref issue #431
endpoints for create/update WPP in bulk
Send Weekly Surveys
…scripts Update Migrate jobcandidates scripts III
ref issue #395
…scheduler [DEV] Send Email Notifications using Scheduler
…scripts Migrate jobcandidates scripts V4
* Update JOI validations of the below fields to accept only positive integers. * `timeToInterview`, * `timeToCandidate`, * `numberOfMembers`, * `numberOfMembersAvailable`, * all rate fields Addresses: https://github.com/topcoder-platform/taas-app/issues/403#issuecomment-892774361, https://github.com/topcoder-platform/taas-app/issues/425
Adding support for generic duration format
Calculating Amount & Stripe APIs
fix(role-service): update validations to accept positive integers
Roles checkout and Stripe payment
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.
Releas Guide
Define ENV variables:
For weekly surveys
For email notifications:
NOTIFICATION_SENDER_EMAIL
email address which would be used in email notifications from. I think it should be noreply@topcoder.comNOTIFICATION_SENDGRID_TEMPLATE_ID
set id of SendGrid template which would be used for emails. It should be create and inside its body we should put the content of this file https://raw.githubusercontent.com/topcoder-platform/taas-apis/fa93c02e09160da0ff86419593a1471ef50a5f90/data/notifications-email-template.htmlRun migration:
npm run migrate
migrations/2021-07-26-add-send-weekly-survery-fields.js
Reindex RB with WP and WPP:
npm run index:resource-bookings
Release Notes