a9d639b66da3f35edd9dae8c170a6ce09d5de1cd
- Refactored job classes in the FA domain to enforce strict typing with Sorbet, including the addition of type signatures in `FavsJob` and `Base` classes. - Updated initialization methods to accept variable arguments and ensure proper type handling. - Improved error handling in `ApiSearchPageProcessor` to gracefully manage null values for `last_file_update_datetime`. - Added a new fixture for testing scenarios where `last_file_update_datetime` is null, enhancing test coverage. These changes aim to improve type safety, maintainability, and robustness of the job processing logic.
README
This README would normally document whatever steps are necessary to get the application up and running.
Things you may want to cover:
- Ruby version
- 3.2.6
- System dependencies
- node 18.x
-
Configuration
-
Database creation
-
Database initialization
-
How to run the test suite
-
Services (job queues, cache servers, search engines, etc.)
-
Deployment instructions
- Build docker image with
docker build . -t redux-scraper-app
- ...
Description
Languages
Ruby
80%
HTML
10.8%
TypeScript
7.8%
JavaScript
0.7%
Shell
0.2%
Other
0.4%