This PR adds a "keywords" property to the Challenge Model. This will allow the user to specify keywords when creating a new challenge via a model. While these strings are called keywords in the UI, the API expects the property to be called "tags", hence the discrepancy in the to_dict method.
Description:
This PR adds a "keywords" property to the Challenge Model. This will allow the user to specify keywords when creating a new challenge via a model. While these strings are called keywords in the UI, the API expects the property to be called "tags", hence the discrepancy in the
to_dict
method.Potential Impact:
N/A
Unit Test Approach:
Tox
Test Results:
Tox tests passed.