Skip to content

feat: Add missing fields to SearchConfiguration and update related co…#27

Merged
jaybarden1 merged 2 commits into
mainfrom
feature/issue-26-move-appsettings-to-sqlite
May 23, 2026
Merged

feat: Add missing fields to SearchConfiguration and update related co…#27
jaybarden1 merged 2 commits into
mainfrom
feature/issue-26-move-appsettings-to-sqlite

Conversation

@jaybarden1

Copy link
Copy Markdown
Contributor

…mponents

  • Added LoginUrl, SlowMotionDelay, and UseHeadless fields to SearchConfiguration model.
  • Updated database migration to include new fields in SearchConfiguration table.
  • Modified FilesContextModelSnapshot to reflect new SearchConfiguration schema.
  • Enhanced DataSeed service to initialize new SearchConfiguration fields.
  • Updated ConfigurationSaver to save new SearchConfiguration fields.
  • Refactored ScrapeConfigurationEntityExtensions to map new fields.
  • Adjusted workflows (Search, Subscriptions, TopWallpapers) to utilize new configuration fields.
  • Removed obsolete JSON files for models and tags, now sourced from the database.

closes #26 -

…mponents

- Added LoginUrl, SlowMotionDelay, and UseHeadless fields to SearchConfiguration model.
- Updated database migration to include new fields in SearchConfiguration table.
- Modified FilesContextModelSnapshot to reflect new SearchConfiguration schema.
- Enhanced DataSeed service to initialize new SearchConfiguration fields.
- Updated ConfigurationSaver to save new SearchConfiguration fields.
- Refactored ScrapeConfigurationEntityExtensions to map new fields.
- Adjusted workflows (Search, Subscriptions, TopWallpapers) to utilize new configuration fields.
- Removed obsolete JSON files for models and tags, now sourced from the database.
@jaybarden1 jaybarden1 requested a review from a team May 23, 2026 18:34
@jaybarden1 jaybarden1 merged commit faaaec4 into main May 23, 2026
5 checks passed
@jaybarden1 jaybarden1 deleted the feature/issue-26-move-appsettings-to-sqlite branch May 23, 2026 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Move AppSettings data into the sqlite database

2 participants