Skip to content

Releases: MonicaG/bcdevexbot

Release 1.3.1 - Minor Updates

09 Aug 04:16
Compare
Choose a tag to compare

Minor Updates:

  • support new status value (EVAL_C)
  • updated certifi version

Release 1.3 - Support Team With Us

01 Jul 01:34
Compare
Choose a tag to compare

Added support for the Team With Us category

Release 1.2.4

27 Jan 17:53
Compare
Choose a tag to compare

Added support for status 'EVAL_SCENARIO'

Release 1.2.3

18 Jan 18:15
Compare
Choose a tag to compare
  • Updated to handle the "EVAL_CC" status.
  • Also updated git branch from master to main

Release 1.2.2

13 Jan 17:30
Compare
Choose a tag to compare

Updated to handle the status 'EVAL_QUESTIONS'

Release 1.2.1

10 Jan 16:36
Compare
Choose a tag to compare

Updated the bot to handle the status 'EVALUATION'. This status is considered a closed opportunity.

Release 1.2.0

05 Jan 19:48
8d2ec45
Compare
Choose a tag to compare

Updated to check status field of the opportunity. Also updated dependencies.

1.1 Release

11 May 22:54
5af2bd2
Compare
Choose a tag to compare

1.0.4 Release

27 Dec 05:43
Compare
Choose a tag to compare

Updated the following:

  • Added code to create link based on 'opportunityTypeCd' property.
    • 'sprint-with-us' will use 'swu' in url
    • 'code-with-us' will use 'cwu' in url
  • Updated tests
  • Changed how the test data is stored. Rather than storing the data in python files it is now stored in json files.
  • Added pip-tools
  • Upgraded dependencies

Updated for new API: https://bcdevexchange.org/api/opportunities

21 Mar 15:17
Compare
Choose a tag to compare

Updated the bot to use the new BC Developer Exchange API: https://bcdevexchange.org/api/opportunities

Note on design:

  • The 'open' and 'closed' results are gone. Everything is just status 'Pending' now. The only way to determine open opportunities seems to be by checking the 'deadline' date value. I opted to get all results rather than filter on the 'deadline' date. I did this because it is easier to just grab everything vs filtering by date. The code is less complex this way. Also, there are only a few results and I'm not worried about speed. If things change, then I can filter via the 'deadline' date.