Sprint batch 4: Quick Enhancements (#426, #444, #445, #455, #446)#177
Merged
peterdrier merged 6 commits intomainfrom Apr 8, 2026
Merged
Sprint batch 4: Quick Enhancements (#426, #444, #445, #455, #446)#177peterdrier merged 6 commits intomainfrom
peterdrier merged 6 commits intomainfrom
Conversation
…odies-collective#426) Replace EntityState.Detached + entity mutation with ViewBag for form re-display on validation failure. Edit view now reads from ViewBag (falling back to Model) consistently with the Create view pattern. Remove unused HumansDbContext dependency from CampaignController. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…odies-collective#444) Display the full 200-entry ring buffer by default instead of 50. Add cumulative per-level counts (Debug, Info, Warning, Error, Fatal) that survive ring buffer eviction, shown as badges above the log table. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
New table on /Barrios/Admin showing active camps for the public year with columns: Camp Name, Accepting Members, Member Count, Zone, Space Requirement, Years Participating, and Lead(s) using human-link tag helper for clickable profile links. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…ve#455) Replace 5 hardcoded strings in Views/Guest/Index.cshtml with @localizer[...] calls. Add Guest_GetInvolvedTitle, Guest_GetInvolvedDescription, Guest_CreateProfile, Guest_Explore, and Guest_Legal keys to all 6 locale files (en, es, de, fr, it, ca). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…es-collective#446) Replace plain-text DisplayName renders with <human-link> tag helper in Campaign/Detail, Camp/Edit, Vol/DepartmentDetail, OnboardingReview/BoardVotingDetail, OnboardingReview/BoardVoting, OnboardingReview/Index, Email/EmailOutbox, Profile/AdminList, Finance/AuditLog, AdminDuplicateAccounts/Index, and Google/EmailBackfillReview. Team/Details.cshtml skipped: authenticated path already uses human-link; unauthenticated path intentionally shows plain text since profiles aren't accessible without login. OnboardingReview/Index restructured from full-row <a> links to <div> containers with human-link for names and explicit Review buttons, avoiding invalid nested anchor elements. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
…ollective#446) HumanLinkTagHelper used the synchronous GetCachedProfile which returns null when the cache hasn't been warmed yet. Added async GetCachedProfileAsync that warms the cache on miss, and switched the tag helper to use it. This ensures human-link resolves display names correctly regardless of cache state. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
Summary
Issues
Test plan
🤖 Generated with Claude Code
Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com