go-quasar-partial-ssr/backend/internal
fabio b260daffed Refactor TypeScript RPC codebase and API structure
- Simplified error handling in `getFieldInfo` and `getFieldTsInfo` functions.
- Removed unused `getSourceInfo` function and its references.
- Updated `getStruct` method in `TSStruct` to eliminate source info retrieval.
- Cleaned up `TSSouces` population logic by commenting out unnecessary debug statements.
- Adjusted TypeScript source generation to use type imports instead of default imports.
- Consolidated API endpoints into dedicated files for better organization (admin, systemUtils, users).
- Introduced new types for API responses and requests to enhance type safety.
- Removed redundant code and comments from generated API files.
- Updated frontend components to reflect new API structure and types.
- Ensured consistent naming conventions and type usage across the codebase.
2026-04-26 14:31:25 +02:00
..
admin Refactor TypeScript RPC codebase and API structure 2026-04-26 14:31:25 +02:00
config Refactor configuration and database initialization: replace LoadConfig with GetConfig, introduce DbConfig struct, and streamline token service retrieval. Remove unused request types and enhance user refresh token handling. 2026-04-09 09:21:38 +02:00
db Refactor configuration and database initialization: replace LoadConfig with GetConfig, introduce DbConfig struct, and streamline token service retrieval. Remove unused request types and enhance user refresh token handling. 2026-04-09 09:21:38 +02:00
http/static/spa feat(tsrpc): enhance TypeScript API generation with improved endpoint handling and imports 2026-04-15 18:25:31 +02:00
mail Refactor configuration and database initialization: replace LoadConfig with GetConfig, introduce DbConfig struct, and streamline token service retrieval. Remove unused request types and enhance user refresh token handling. 2026-04-09 09:21:38 +02:00
migrations Refactor user management module: rename package, restructure user controller, and implement authentication features 2026-04-06 21:37:06 +02:00
responses Refactor configuration and database initialization: replace LoadConfig with GetConfig, introduce DbConfig struct, and streamline token service retrieval. Remove unused request types and enhance user refresh token handling. 2026-04-09 09:21:38 +02:00
roles Refactor user management module: rename package, restructure user controller, and implement authentication features 2026-04-06 21:37:06 +02:00
routes Refactor configuration and database initialization: replace LoadConfig with GetConfig, introduce DbConfig struct, and streamline token service retrieval. Remove unused request types and enhance user refresh token handling. 2026-04-09 09:21:38 +02:00
seed Refactor TypeScript RPC codebase and API structure 2026-04-26 14:31:25 +02:00
systemUtils feat(tsrpc): enhance TypeScript API generation with improved endpoint handling and imports 2026-04-15 18:25:31 +02:00
tokens Refactor configuration and database initialization: replace LoadConfig with GetConfig, introduce DbConfig struct, and streamline token service retrieval. Remove unused request types and enhance user refresh token handling. 2026-04-09 09:21:38 +02:00
tsgenerator feat(tsrpc): enhance TypeScript API generation with improved endpoint handling and imports 2026-04-15 18:25:31 +02:00
user Refactor TypeScript RPC codebase and API structure 2026-04-26 14:31:25 +02:00
validation Add signup and email templates for user registration and password reset 2026-04-05 20:46:35 +02:00