issues Search Results · language:Edge language:Python linked:pr language:Python language:JavaScript language:JavaScript
Filter by
4.4M results
Problem ~20 templates are bare HTML stubs: no {% extends base.html %}, no tokens.css, no component classes — and
therefore no focus ring, skip link, viewport meta, or lang. They render with browser defaults. ...
a11y
ui
Summary
Add IndexDiff dataclass and SourceExtractor protocol to packages/solidrag/solidrag/extractors/base.py.
Spec
Part of calendar integration — enables non-file RAG sources (calendar, email) by defining ...
Problem is_spot_available and get_available_slots in parking/availability.py are unused — the live availability logic is
the Exists(covers) subquery in booking.py:assign_spot. The parallel dead implementation ...
correctness
Problem release_booking / EarlyReleaseForm only check release_to booking.time_range.upper. Nothing enforces that at
least 1 hour is retained from the next hour boundary, so a release could reduce the booking ...
correctness
Problem portal_booking_cancel (HOA admin cancellation) fires notify( booking_cancelled_by_owner , booking). The owner
receives a message implying they cancelled their own booking. There is no dedicated ...
correctness
Problem AdminAuditLogAdmin.get_readonly_fields derives field names from _meta.get_fields() and includes reverse-relation
objects (which have a name but are not valid admin form fields). This raises a Django ...
correctness
privacy
Problem Resident-facing code uses .objects instead of the org-scoped manager:
1. spot_list uses ParkingSpot.objects with an inline organization= filter (design rule: resident views use .scoped).
2. ...
correctness
P1
security
Problem get_earned_horizon_hours filters elapsed listed hours with time_range__startswith__gte=window_start, which
excludes entire windows that started before the 180-day boundary even though part of their ...
correctness
P1
Problem The registration privacy notice says See our Privacy Policy… but no Privacy Policy page/URL exists, and the data
controller (the HOA/operator) is not named. GDPR Art. 13(1)(a)/(2)(b) require the ...
privacy
Problem erase_user_pii does not fully anonymize:
1. RelayMessage.from_user/to_user remain populated (only body is set to [erased]), although the model + code comments
say these are nulled.
2. ParkingSpot.owner ...
P1
privacy

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.