ca914dbe250703c97221c5ccaf81597e1628a04c
- Added '*.notes.md' and '*.export' to .gitignore to prevent unnecessary files from being tracked. - Refactored job classes in the Domain::Fa module to enhance logging and job enqueuing processes, including: - Improved logging messages in Domain::Fa::Job::Base for better clarity. - Added support for a new 'enqueue_favs_scan' option in user job processing. - Enhanced the FavsJob to utilize active fav post joins and added a 'removed' flag for better management of favorites. - Updated user and post models to include scopes for active favorites and improved error handling in user creation. - Enhanced the page parser to support new formats for favorites pages and added tests for these changes.
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%