Commit Graph

5 Commits

Author SHA1 Message Date
William Valentin
10d1de91fe refactor(logging): replace console usage with logger 2025-09-23 12:19:15 -07:00
William Valentin
fcfe2a38e2 feat(admin): replace alerts with toasts 2025-09-23 11:20:37 -07:00
William Valentin
e9a662d1e2 feat(admin): add user search and sorting 2025-09-23 10:58:01 -07:00
William Valentin
ac3643f76d Refactor database services and add component tests
- Remove deprecated CouchDB service files
- Update database test configurations
- Add test files for components and auth modules
- Update user context and admin interface
- Remove migration script for unified config
- Fix User interface properties in tests (use status instead of isActive)
2025-09-08 18:30:43 -07:00
William Valentin
e48adbcb00 Initial commit: Complete NodeJS-native setup
- Migrated from Python pre-commit to NodeJS-native solution
- Reorganized documentation structure
- Set up Husky + lint-staged for efficient pre-commit hooks
- Fixed Dockerfile healthcheck issue
- Added comprehensive documentation index
2025-09-06 01:42:48 -07:00