issues Search Results · language:Dune language:Python language:JavaScript language:JavaScript language:Python language:Ruby
Filter by
43.9M results
Replace the hardcoded visited_count=57 in the home view with a real queryset:
Visit.objects.filter(user=request.user, visit_type= visited ).values( ground ).distinct().count()
phase:collecting
The update gives instructions: To fix: go to Settings → Integrations → Load Shedding → options, remove the affected
area(s), and re-add them by searching for the area name to get the correct v3 ID.
I ...
This GitHub repository has been identified as a candidate for archival
This repository has had no activity for more than 2 years. Long periods of inactivity present security and code hygiene
risks. Archiving ...
If the logged-in user has visited a ground, show a Visited pill (pitch/lime colour) on the card and detail page. Use
select_related and a prefetched visit queryset for efficiency.
phase:collecting
Separate form on ground detail: Add a historic visit with a date picker. Creates Visit(type=HISTORIC, visited_on= date
). Allows multiple entries.
phase:collecting
Secondary action button on ground detail: Want to go . Creates Visit(type=WANT_TO_GO). Toggle off if already added.
phase:collecting
Claim ground button on ground detail page (red, primary action). POST to a simple view that creates Visit(type=VISITED,
visited_on=today). Redirect back to ground detail. Show confirmation state on the ...
phase:collecting
New model: Visit(user, ground, visit_type, visited_on, notes)
- visit_type choices: VISITED, WANT_TO_GO, HISTORIC
- visited_on: DateField, nullable (historic visits may lack a precise date)
- A ...
phase:collecting
Description: Connect pipeline outputs to MLFlow tracking.
Tasks: Configure experiment logging, store metrics, visualize runs.
Acceptance: MLFlow dashboard shows experiments per bot.
Description: During testing of the Enatega Multivendor Admin Dashboard, a critical issue was identified where fields
such as discount, tip, price and addons allow the entry of negative values. This behavior ...

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.