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
Controllers are currently plain JS objects and their types are created and maintained separately in the CoreManager. These types are easily overlooked and aren't up to date.
Feature / Enhancement Description
Move the controllers to a separate folder /Controllers. Converting to ES Modules will allow for type generation without having to manually update types in the CoreManager. We can then re-export the types if we need to.
New Feature / Enhancement Checklist
Current Limitation
Controllers are currently plain JS objects and their types are created and maintained separately in the CoreManager. These types are easily overlooked and aren't up to date.
Feature / Enhancement Description
Move the controllers to a separate folder
/Controllers
. Converting to ES Modules will allow for type generation without having to manually update types in the CoreManager. We can then re-export the types if we need to.Example Use Case
Controllers/SessionController.ts
CoreManager.ts
The text was updated successfully, but these errors were encountered: