Danilo Reyes
209b6d9f18
fix part 2
2025-11-02 18:23:10 -06:00
Danilo Reyes
376ac1dec9
fix part 1
2025-11-02 18:09:07 -06:00
Danilo Reyes
ce353f8b49
phase 22
CI/CD Pipeline / VM Test - backend-integration (push) Successful in 12s
CI/CD Pipeline / VM Test - full-stack (push) Successful in 9s
CI/CD Pipeline / VM Test - performance (push) Successful in 9s
CI/CD Pipeline / VM Test - security (push) Successful in 9s
CI/CD Pipeline / Backend Linting (push) Successful in 3s
CI/CD Pipeline / Frontend Linting (push) Successful in 24s
CI/CD Pipeline / Nix Flake Check (push) Successful in 53s
CI/CD Pipeline / CI Summary (push) Successful in 1s
CI/CD Pipeline / VM Test - backend-integration (pull_request) Successful in 2s
CI/CD Pipeline / VM Test - full-stack (pull_request) Successful in 2s
CI/CD Pipeline / VM Test - performance (pull_request) Successful in 2s
CI/CD Pipeline / VM Test - security (pull_request) Successful in 2s
CI/CD Pipeline / Backend Linting (pull_request) Successful in 2s
CI/CD Pipeline / Frontend Linting (pull_request) Successful in 16s
CI/CD Pipeline / Nix Flake Check (pull_request) Successful in 38s
CI/CD Pipeline / CI Summary (pull_request) Successful in 0s
2025-11-02 15:50:30 -06:00
Danilo Reyes
d4fbdf9273
phase 15
CI/CD Pipeline / VM Test - backend-integration (push) Successful in 11s
CI/CD Pipeline / VM Test - full-stack (push) Successful in 8s
CI/CD Pipeline / VM Test - performance (push) Successful in 8s
CI/CD Pipeline / VM Test - security (push) Successful in 8s
CI/CD Pipeline / Backend Linting (push) Successful in 3s
CI/CD Pipeline / Frontend Linting (push) Successful in 18s
CI/CD Pipeline / Nix Flake Check (push) Successful in 43s
CI/CD Pipeline / CI Summary (push) Successful in 0s
2025-11-02 15:16:00 -06:00
Danilo Reyes
c68a6a7d01
phase 14
2025-11-02 15:05:18 -06:00
Danilo Reyes
948fe591dc
phase 13
CI/CD Pipeline / VM Test - security (push) Successful in 7s
CI/CD Pipeline / Backend Linting (push) Successful in 4s
CI/CD Pipeline / VM Test - backend-integration (push) Successful in 11s
CI/CD Pipeline / VM Test - full-stack (push) Successful in 8s
CI/CD Pipeline / VM Test - performance (push) Successful in 8s
CI/CD Pipeline / Nix Flake Check (push) Successful in 38s
CI/CD Pipeline / CI Summary (push) Successful in 0s
CI/CD Pipeline / Frontend Linting (push) Successful in 17s
2025-11-02 14:48:03 -06:00
Danilo Reyes
e5abcced74
phase 12
CI/CD Pipeline / VM Test - backend-integration (push) Successful in 8s
CI/CD Pipeline / VM Test - full-stack (push) Successful in 7s
CI/CD Pipeline / VM Test - performance (push) Successful in 7s
CI/CD Pipeline / VM Test - security (push) Successful in 7s
CI/CD Pipeline / Backend Linting (push) Successful in 2s
CI/CD Pipeline / Frontend Linting (push) Successful in 16s
CI/CD Pipeline / Nix Flake Check (push) Successful in 38s
CI/CD Pipeline / CI Summary (push) Successful in 0s
2025-11-02 14:34:55 -06:00
Danilo Reyes
3eb3d977f9
phase 10
CI/CD Pipeline / VM Test - backend-integration (push) Successful in 7s
CI/CD Pipeline / VM Test - full-stack (push) Successful in 7s
CI/CD Pipeline / VM Test - performance (push) Successful in 7s
CI/CD Pipeline / VM Test - security (push) Successful in 7s
CI/CD Pipeline / Backend Linting (push) Successful in 2s
CI/CD Pipeline / Frontend Linting (push) Successful in 15s
CI/CD Pipeline / Nix Flake Check (push) Successful in 41s
CI/CD Pipeline / CI Summary (push) Successful in 1s
2025-11-02 14:26:15 -06:00
Danilo Reyes
ce0b692aee
phase 8
2025-11-02 14:13:56 -06:00
Danilo Reyes
cd8ce33f5e
phase 7
CI/CD Pipeline / VM Test - backend-integration (push) Successful in 8s
CI/CD Pipeline / VM Test - full-stack (push) Successful in 7s
CI/CD Pipeline / VM Test - performance (push) Successful in 8s
CI/CD Pipeline / VM Test - security (push) Successful in 7s
CI/CD Pipeline / Backend Linting (push) Successful in 3s
CI/CD Pipeline / Frontend Linting (push) Successful in 15s
CI/CD Pipeline / Nix Flake Check (push) Successful in 36s
CI/CD Pipeline / CI Summary (push) Successful in 0s
2025-11-02 14:07:13 -06:00
Danilo Reyes
3700ba02ea
phase 6
2025-11-02 14:03:01 -06:00
Danilo Reyes
f85ae4d417
feat: add core application constants, ownership verification, and repository utilities
...
- Introduced application-wide constants for file uploads, image processing, pagination, and authentication in `constants.py`.
- Implemented synchronous and asynchronous board ownership verification functions in `ownership.py`.
- Created a base repository class with common CRUD operations in `repository.py`.
- Added standard response utilities for error and success messages in `responses.py`.
- Refactored image validation to utilize constants for file size and MIME types.
- Enhanced frontend components with consistent styling and validation utilities for forms.
- Established global styles for buttons, forms, loading indicators, and messages to ensure a cohesive UI experience.
2025-11-02 13:44:10 -06:00
Danilo Reyes
010df31455
phase 5
2025-11-02 11:07:42 -06:00
Danilo Reyes
48020b6f42
phase 4
2025-11-02 01:01:38 -06:00
Danilo Reyes
4a2f3f5fdc
chore: update psycopg2 dependency in pyproject.toml
...
- Changed the dependency from `psycopg2-binary` to `psycopg2` in `pyproject.toml` for better compatibility and performance.
2025-11-02 00:47:17 -06:00
Danilo Reyes
2ebeb7e748
chore: update pyproject.toml to include package configuration for setuptools
...
- Added package configuration for the 'app' module in `pyproject.toml`.
- Included `py.typed` in package data to support type checking.
2025-11-02 00:45:09 -06:00
Danilo Reyes
d40139822d
phase 3.2 & 4.1
2025-11-02 00:36:32 -06:00
Danilo Reyes
37b25689ff
chore: disable coverage requirement and update pre-push hook template
...
- Commented out the coverage failure threshold in `pyproject.toml` until tests are written.
- Updated `install-hooks.sh` to create a pre-push hook template that is disabled by default, with instructions for enabling it when tests are ready.
2025-11-02 00:12:27 -06:00
Danilo Reyes
b55ac51fe2
feat: add unified linting scripts and git hooks for code quality enforcement
...
- Introduced `lint` and `lint-fix` applications in `flake.nix` for unified linting of backend (Python) and frontend (TypeScript/Svelte) code.
- Added `scripts/lint.sh` for manual linting execution.
- Created `scripts/install-hooks.sh` to set up git hooks for automatic linting before commits and optional tests before pushes.
- Updated `README.md` with instructions for using the new linting features and git hooks.
2025-11-02 00:08:37 -06:00
Danilo Reyes
011204188d
Update project configuration and documentation for Reference Board Viewer. Add .direnv support for environment management, enhance README with quick start instructions, and update flake.nix with additional dependencies including pydantic-settings and bcrypt. Introduce quick-start.sh and test-auth.sh scripts for streamlined setup and authentication testing. Remove obsolete planning and task documents to clean up the repository.
2025-11-01 23:55:07 -06:00
Danilo Reyes
a95a4c091a
phase 3.1
2025-11-01 23:33:52 -06:00
Danilo Reyes
1bc657e0fd
Add initial project configuration and setup for Reference Board Viewer application. Include EditorConfig for consistent coding styles, pre-commit hooks for linting and formatting, Docker Compose for local development with PostgreSQL and MinIO, and a Nix flake for development environment management. Establish CI/CD pipeline for automated testing and deployment.
2025-11-01 22:28:46 -06:00