ExchangeBC / devex

This was the original Mean app for the BC Developers' Exchange. It has been superseded by two products, github.com/bcgov/digital_marketplace and github.com/bcgov/bcdevexchange.
Apache License 2.0
26 stars 41 forks source link

Code Challenge - Notification of Assignment of Opportunity #251

Open scchapma opened 6 years ago

scchapma commented 6 years ago

//Assume Issue #236 has been completed

USE CASE #4 - ASSIGNMENT Given that I am a program area manager
When I have assigned a new opportunity Then the opportunity transitions from the "Published" state to the "Assigned" state Then the Branch Financial Staff is notified by template email to include the following information related to the opportunity:

NB - Ensure that you use a REST endpoint to send the email notification.

scchapma commented 6 years ago

Some participants were looking for background information on the BC DevEx application and framework.

I recommend that you:

  1. Review the website; and
  2. Review the previous code challenge (and pull requests) at issue #236