@ttahub/common
v2.2.17
Published
The purpose of this package is to reduce code duplication between the frontend and backend projects.
Keywords
Readme
@ttahub/common
This is a CommonJS package and thus no build step is required.
Installation
yarn add @ttahub/commonDevelopers
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 publishin 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/[email protected] to update the package.json file's.
Versions
2.2.14
Added two new topics.
2.2.11
Remove duplicate goal close reason.
2.2.10
Change the values for "why was the activity conducted?".
2.2.9
Added activity report "why was the activity conducted?" values.
2.2.7
Additional variations of disallowed ECLKC and HeadStart URLS.
2.2.3
Target population and reason changes
2.2.2
Change ECLKC to headstart.gov.
2.1.6
Remove constants related to ElasticSearch.
1.4.0
Add SUPPORT_TYPE
1.1.9/1.2.0
(Sorry for the multiple versions) Update the name of the const COLLABORATOR_TRAINING_REPORTS to POC_TRAINING_REPORTS
1.1.8
Reorder training report url param statuses so suspended is third tab and not second on TR landing
1.1.6/7
Add suspended as an option to training report URL params and status
1.1.4
Distinguish between training report url params and training report statuses
1.1.3
Add "event target populations"
1.1.2
1.1.1
- Add COLLABORATOR_TRAINING_REPORTS permissions
