Releases: MonicaG/bcdevexbot
Releases · MonicaG/bcdevexbot
Release 1.3.1 - Minor Updates
Release 1.3 - Support Team With Us
Added support for the Team With Us category
Release 1.2.4
Added support for status 'EVAL_SCENARIO'
Release 1.2.3
- Updated to handle the "EVAL_CC" status.
- Also updated git branch from master to main
Release 1.2.2
Updated to handle the status 'EVAL_QUESTIONS'
Release 1.2.1
Updated the bot to handle the status 'EVALUATION'. This status is considered a closed opportunity.
Release 1.2.0
Updated to check status field of the opportunity. Also updated dependencies.
1.1 Release
1.0.4 Release
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
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.