Conversation
- Add defaultMission prop to ContributionSelection in AllContributions to properly preselect missions from URL - Filter top_contributors query by state='accepted' to only include approved contributions - Remove dead code that created unused users dict - Optimize database queries in top_contributors endpoint
…lter-fix Fix mission filtering and top contributors visibility
The top_contributors query was filtering by state='accepted', but the Contribution model does not have a state field. This filter only exists on SubmittedContribution (for pending submissions). Removing the invalid filter resolves the empty list issue.
…butors-fix Fix top contributors list showing empty
Add middleware for [API], [DB], and [APP] layer logging with: - Single DEBUG toggle controlling verbose vs production mode - Correlation IDs linking related requests across layers - Request timing breakdown (total, DB time, logic time) - Complete PII removal from all log messages - JSON format in production, text format in development Updates deploy scripts to include CRON_SYNC_TOKEN environment variable.
…gging Implement clean, layer-based logging with correlation IDs
…e-rename Revert Django project directory rename back to tally
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.