This is a CommonJS package and thus no build step is required.
yarn add @ttahub/common
Whenever changes to this package are made, you will need to:
- Bump the version in
package.json
. - Publish the latest version of the package to npm by running
npm publish
in this directory. There is also a yarn task in the root of the TTAHUB app you can runyarn publish:common
If your PR depends on the latest version of this package, please don't forget to run yarn upgrade @ttahub/common
(in BE and FE) and commit the changes to package.json
(all 3: ./package.json, ./frontend/package.json, ./packages/common/package.json) and yarn.lock
(BE and FE).
Note: On Windows you will need to use yarn add @ttahub/common@1.x.0
to update the package.json file's.
Add SUPPORT_TYPE
(Sorry for the multiple versions) Update the name of the const COLLABORATOR_TRAINING_REPORTS to POC_TRAINING_REPORTS
Reorder training report url param statuses so suspended is third tab and not second on TR landing
Add suspended as an option to training report URL params and status
Distinguish between training report url params and training report statuses
Add "event target populations"
- Add COLLABORATOR_TRAINING_REPORTS permissions