Block a user
Implement initial test-run option (#113)
Changes implemented:
- Removed hardcoded mock data and replaced it with dynamic loading from
factory.results.json.bz2 - Implemented
NewMockRedis()constructor that:- Opens and…
Add default landing page with link builder (#114)
@dgarcia Thanks for the detailed feedback! I've applied all the requested changes:
Changes made:
- Removed dark theme - Now uses browser/user preference instead of forcing…
Implement initial test-run option (#113)
Thanks for the feedback and the guidance on using interfaces!
I have refactored the code to implement the RedisClient interface strategy as requested.
Summary of changes:
- Defined…
Add default landing page with link builder (#114)
I have pushed the full implementation.
Sorry for the commit noise/reverts in the history; I encountered a small issue where .gitignore was filtering out the SVG assets, so I had to revert and…
WIP: Add default landing page with link builder (#114)
Implement initial test-run option (#113)