feat: update database schema for search history and repository metadata#369
feat: update database schema for search history and repository metadata#369rainxchzed merged 2 commits intomainfrom
Conversation
- Implement `MIGRATION_6_7` to create a new `search_history` table for storing search queries and timestamps. - Update `MIGRATION_5_6` to include additional repository metadata in the `seen_repos` table, including name, owner info, description, language, and URL. - Register `MIGRATION_6_7` in the database initialization logic.
- Reduce the `targetValue` for horizontal padding in both selected and unselected states within `BottomNavigation.kt`. - Update selected padding from 20.dp to 14.dp and unselected padding from 14.dp to 10.dp.
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
WalkthroughAdds a new DB migration (6→7) that creates Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Poem
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
MIGRATION_6_7to create a newsearch_historytable for storing search queries and timestamps.MIGRATION_5_6to include additional repository metadata in theseen_repostable, including name, owner info, description, language, and URL.MIGRATION_6_7in the database initialization logic.Summary by CodeRabbit
Style
New Features