Conversation
added 5 commits
December 19, 2025 18:34
- Add JWT authentication (OAuth2 pattern) with bcrypt - Implement multi-tenant architecture with data isolation - Add file upload/download simulation (S3-like) - Implement rate limiting (10 req/min) - Add pagination support - Create CI/CD pipeline template (GitHub Actions) - Update requirements with auth dependencies - Add test markers for categorization - Include example fixtures and patterns - Remove internal references (RAD, VizioGram) - Rename py/ to app/ (avoid pytest conflict) - Require 30+ tests vs 15 (senior level) - Add TESTING_STRATEGY.md requirement
- Create rust_tests/ with blocking HTTP client tests - Add 10 test cases (7 working, 3 TODO) - Tests: health, auth, users, tenant isolation - Demonstrates cross-language testing capability - Update CI/CD to run Rust tests after Python - Add Rust setup instructions to README - Add .gitignore for Rust build artifacts Note: Some tests may need cleanup between runs. Candidate should implement /test/reset endpoint calls.
- Replace '30+ tests REQUIRED' with 3-tier system - Tier 1 (Core): 15-18 tests, 3-4 hours - MUST COMPLETE - Tier 2 (Extended): +6-8 tests, +1.5-2 hours - SHOULD COMPLETE - Tier 3 (Bonus): +5-10 tests, +1-2 hours - OPTIONAL Makes assessment more reasonable: - Minimum pass: 15+ tests (achievable in 3-4 hours) - Strong pass: 20-25 tests (achievable in 5-6 hours) - Outstanding: 25-30+ tests (for exceptional candidates) Clear expectations for each tier and time investment.
Revised tiers for professional/realistic timeline: - Tier 1: 10-12 tests, 1.5-2 hours (auth + user CRUD + basic isolation) - Tier 2: +5-7 tests, +1 hour (files, pagination, validation) - Tier 3: +5+ tests, +1+ hour (advanced auth, rate limiting, CI/CD) Total time: 2-4 hours (reasonable for senior engineer) Remove internal DIFFICULTY_ANALYSIS.md
- Distinguish Python tests from Rust tests (rust_tests/) - Update pytest.ini testpaths - Update coverage omit patterns - All tests still discoverable via pytest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.