bakend in GO frontend quasar framework con generazione delle pagine statiche per la parte public
Go to file
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
.vscode feat: add authentication pages for login, password recovery, and signup 2026-03-18 19:23:35 +01:00
backend Refactor TypeScript RPC codebase and API structure 2026-04-26 14:31:25 +02:00
frontend Refactor TypeScript RPC codebase and API structure 2026-04-26 14:31:25 +02:00
.DS_Store DS_store removed 2026-03-16 20:14:18 +01:00
.gitignore chore: update .gitignore to include __debug_bin* and remove debug binary file 2026-04-05 16:58:34 +02:00
README.md Add signup and email templates for user registration and password reset 2026-04-05 20:46:35 +02:00

README.md

go-quasar-partial-ssr

bakend in GO frontend quasar framework con generazione delle pagine statiche per la parte public