Add load latest data button, quiet mode default, and fetch citation from GitHub#100
Conversation
…rom GitHub - Add "Load latest data" button to Explorer sidebar that fetches fresh data from OSF (closes #85) - Change verbose default to FALSE in load_fred_data() and read_fred() for quieter output (closes #53) - Modify create_citation() to fetch citation from GitHub instead of regenerating (closes #98) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
Claude finished @LukasWallrich's task —— View job Code Review ProgressI'll review this pull request focusing on code quality, best practices, potential bugs, performance, security, and test coverage. Review Tasks:
Code Review SummaryThis pull request implements three main improvements to the FReD package: a data refresh button, quiet mode defaults, and GitHub-based citation fetching. Here's my comprehensive review: ✅ Strengths
|
- Add validation that citation file was downloaded successfully and is not empty - Fix update_offline_data() to call create_citation() without data_file argument Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
Claude finished @LukasWallrich's task —— View job Code Review SummaryI've completed a comprehensive review of this pull request. The changes implement three main improvements: a data refresh button, quiet mode defaults, and GitHub-based citation fetching. Here's my detailed analysis: ✅ Strengths
|
Summary
verbosedefault toFALSEinload_fred_data()andread_fred()for quieter outputcreate_citation()to fetch citation from GitHub instead of regenerating dynamicallyTest plan
Closes #85
Closes #53
Closes #98
🤖 Generated with Claude Code