-
Notifications
You must be signed in to change notification settings - Fork 0
reference
Douwe de Vries edited this page Jul 1, 2026
·
2 revisions
This section collects stable contributor reference material for configuration, JSON contracts, and dependencies.
| Page | What it covers |
|---|---|
| Configuration | Ports, file limits, Tauri CSP, desktop capabilities, version metadata, and release secrets. |
| Data models | Request and response JSON models, pair-order files, and comparison snapshot files. |
| Dependencies | Rust, frontend, dev, and tooling dependency tables from the manifests. |
- Contributor guide for development expectations.
- Testing for validator commands.
- Deployment for CI and release behavior.
- Background for release history and pitfalls.
| File | Purpose |
|---|---|
/Users/vriesd/projects/csv-align/src/api/app.rs |
API routes, body limits, and local frontend dist configuration. |
/Users/vriesd/projects/csv-align/src/backend/requests.rs |
Backend request and persistence response DTOs. |
/Users/vriesd/projects/csv-align/src/presentation/responses.rs |
Serializable API response DTOs. |
/Users/vriesd/projects/csv-align/frontend/src/types/api.ts |
Frontend TypeScript model definitions. |
/Users/vriesd/projects/csv-align/src-tauri/tauri.conf.json |
Desktop app configuration. |
/Users/vriesd/projects/csv-align/frontend/package.json |
Frontend dependency and script reference. |
/Users/vriesd/projects/csv-align/Cargo.toml |
Root Rust dependency reference. |