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
Convert core application logic (/src/proxy) to TypeScript without altering functionality.
Edit (jescalada): Since the core logic is divided between proxy logic (/src/proxy) and API (/src/service/), we could make this issue more granular. I created a new issue (#29) for this.
Tasks
Convert each file to TypeScript
Manually test that features are working as expected
Make sure unit tests/E2E tests are still working
The text was updated successfully, but these errors were encountered:
Goal
Convert core application logic (
/src/proxy
) to TypeScript without altering functionality.Edit (jescalada): Since the core logic is divided between proxy logic (
/src/proxy
) and API (/src/service/
), we could make this issue more granular. I created a new issue (#29) for this.Tasks
The text was updated successfully, but these errors were encountered: