Set up agentic workflows on github#3
Merged
Merged
Conversation
shaoster
added a commit
that referenced
this pull request
Apr 18, 2026
…c notes #1 — Replace filter_queryset classmethod on GlazeCombination with a filterable_fields dict (Option D). Add _apply_global_filters() helper in views.py that reads the dict generically; no concrete field names in the generic path. Filterable field metadata TODO points to issue #81. #2 — Add global_fk_field + get_favorite_ids_for() to FavoriteGlazeCombination. Add _FAVORITES_REGISTRY in views.py mapping model → Favorite* model. global_entries now calls fav_model.get_favorite_ids_for() instead of hardcoding GlazeCombination and glaze_combination_id. Add TODO(#82) on global_entry_favorite to generalize it via the registry before adding favorites to a second model. Expand django-drf-python.md with a Law of Demeter note covering all generic functions, not just views. #3 — Add TODO(#80) comment in api.ts pointing to the tech-debt issue for deriving GlazeCombinationEntry from generated OpenAPI types. #4 — Add TODO(#81) comment in GlazeCombinationPicker.tsx pointing to the tech-debt issue for declaring filter metadata in workflow.yml. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This was referenced May 7, 2026
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.
Creates the initial agent configurations for Issues and PRs.