You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Integrate Typescript technology into the project's code.
Description
To revitalize the project and ease the development experience (after gathering new information from past and current projects), I decided to include Typescript as part of the repo's tech stack.
Tasks
Investigation
Find the easiest way to include the technology on the repo.
Sieze alternatives to update code to Typescript API calls.
Sieze alternatives to update code to Typescript in functions.
Sieze alternatives to update code to Typescript in unit tests.
Development
Update the API's code to Typescript.
Update the function's code to Typescript.
Update the unit test code for Typescript.
Ticket relationships
Relationship
Involved tickets
Is child of
none
In parent of
none
Is related to
none
Is blocked by
none
It blocks
none
Technical notes
TBD
The text was updated successfully, but these errors were encountered:
Keep in mind that if you use typescript paths in its configuration, you should add and configure ts-alias to avoid building issues.
When you are working on unit tests, start reading Jest's documentation and integrate the tools mentioned, such as ts-jest, and start migrating test files.
Small note: ts-jest includes an alias mapping feature in case you add it to your repo and start having importing issues when running the test suite.
Objective
Integrate Typescript technology into the project's code.
Description
To revitalize the project and ease the development experience (after gathering new information from past and current projects), I decided to include Typescript as part of the repo's tech stack.
Tasks
Ticket relationships
Technical notes
TBD
The text was updated successfully, but these errors were encountered: