Follow-up demo feedback to #76 / PR #80: the **My Availability** page should also open in its **week view**.
- `AvailabilityController` now defaults `usc_view` to `week` (`usc_view=list` opts back into the table, which keeps the bulk-delete form and checkboxes).
- The view toggle lists Week first as the default, and the week navigation links no longer need to carry `usc_view=week`.
- Docs updated in `docs/features/availability-management.md`.
## Tests
- New `AvailabilityControllerTest::testDefaultsToWeekView`; the existing list-view test now opts in via `usc_view=list`.
- `composer test` — 409 tests pass; `composer lint` (PHPStan level 10) and `composer cs` clean.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Follow-up demo feedback: the My Availability page now opens in its weekly
calendar (usc_view=list opts back into the table, which keeps the bulk-delete
form), matching the new lessons defaults.
Co-Authored-By: Claude Fable 5 <[email protected]>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Follow-up demo feedback to #76 / PR #80: the My Availability page should also open in its week view.
AvailabilityControllernow defaultsusc_viewtoweek(usc_view=listopts back into the table, which keeps the bulk-delete form and checkboxes).usc_view=week.docs/features/availability-management.md.Tests
AvailabilityControllerTest::testDefaultsToWeekView; the existing list-view test now opts in viausc_view=list.composer test— 409 tests pass;composer lint(PHPStan level 10) andcomposer csclean.🤖 Generated with Claude Code