Commit Graph

3 Commits (c728ca57ef0a75cc20f2a66b31e778bf315b6617)

Author SHA1 Message Date
iGor milhit c728ca57ef
web: adapt to the backend refactoring
- Implements the new data model.
- TODO: tests and everything.

Co-Authored-by: iGor milhit <igor@milhit.ch>
2026-01-10 18:52:20 +01:00
iGor milhit 67213da237
config: implement a configuration mechanism
- Implements a configuration mechanism.
- Tests the configuration mechanism.
- Improves the tests structure.
- Configures the tests.
- Configures the ruff checker.
- Fixes lint errors.
- Documents how to test or to lint and very minimally or to set a
  development environment.

Co-Authored-by: iGor milhit <igor@milhit.ch>
2026-01-08 18:28:02 +01:00
iGor milhit 6d98d4f5aa
web: create a minimal frontend interface
- Initializes and creates a React application.
- Creates the form which, when submitted, returns the quantities.
- Writes a minimal test.
- Allows CORS origins in the backend application.

Co-Authored-by: iGor milhit <igor@milhit.ch>
2025-12-30 13:31:09 +01:00