Skip to content

[Migration] Convert Utility Functions to TS #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
2 tasks done
Tracked by #23
fabiovincenzi opened this issue Feb 13, 2025 · 1 comment
Closed
2 tasks done
Tracked by #23

[Migration] Convert Utility Functions to TS #18

fabiovincenzi opened this issue Feb 13, 2025 · 1 comment
Assignees

Comments

@fabiovincenzi
Copy link
Collaborator

fabiovincenzi commented Feb 13, 2025

Goal

Convert helper modules to TypeScript as they have minimal dependencies.

Tasks

  • Identify and convert utility files to TypeScript
  • Define TypeScript interfaces for shared data structures

Notes:
These files are usually self-contained and easy to convert.

@jescalada
Copy link
Collaborator

I got two PRs out for what I consider "utility" modules. I think converting on a per-module basis is more reasonable so we don't miss any files along the way.

db module: #27
config module: #31

Everything else seems to be coupled to other modules. Proxy logic is in proxy, API logic is in service, and UI (rather large) is in ui.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants