Skip to content

## Implement core API structure and database management#43

Merged
juanalvv merged 10 commits into
mainfrom
1-feat-create-frontend-api-to-connect-frontend-and-backend-for-form-templates
Feb 25, 2026
Merged

## Implement core API structure and database management#43
juanalvv merged 10 commits into
mainfrom
1-feat-create-frontend-api-to-connect-frontend-and-backend-for-form-templates

Conversation

@marcvergees

@marcvergees marcvergees commented Feb 23, 2026

Copy link
Copy Markdown
Member

This update establishes the foundational API structure, including common response schemas, routes for templates and forms, and custom error handling. It introduces an initial database setup for managing templates and forms, along with a controller for handling business logic. The implementation includes necessary tests to ensure functionality.

Type of change

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

Tests were implemented to verify the creation of templates through the API. Instructions for testing include using the provided test client to send requests to the API endpoints.

Test Configuration:

  • Firmware version: N/A

  • Hardware: N/A

  • SDK: N/A

Checklist:

  • My code follows the style guidelines of this project

  • I have performed a self-review of my own code

  • I have commented my code, particularly in hard-to-understand areas

  • I have made corresponding changes to the documentation

  • My changes generate no new warnings

  • I have added tests that prove my fix is effective or that my feature works

  • New and existing unit tests pass locally with my changes

  • Any dependent changes have been merged and published in downstream modules

…asic form and template routes, and custom error handling.
…ding database models, repositories, routes, schemas, and error handling.
separate-module approach based on a controller, which delegates tasks, still need to link between controller and repositories
endpoints are already working with the fastapi docs,
@juanalvv juanalvv merged commit 51c8a83 into main Feb 25, 2026
@juanalvv juanalvv deleted the 1-feat-create-frontend-api-to-connect-frontend-and-backend-for-form-templates branch February 25, 2026 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

2 participants