feat(conference): add edition phases and delivery timeline - #62
Merged
Conversation
Contributor
Deploying events-management with
|
| Latest commit: |
19326b5
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://1f149baf.events-management.pages.dev |
| Branch Preview URL: | https://feature-annual-conference-ph.events-management.pages.dev |
Contributor
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
events-management | 19326b5 | Commit Preview URL Branch Preview URL |
Aug 03 2026, 01:16 PM |
- Add edition-scoped conference phases, future-edition ownership, ordered delivery windows, and target-date boundary validation across persistence, APIs, and task forms. - Seed the agreed Phase 1 responsibilities and make Work Plan and Timeline operate from the selected phase with compact pagination and focused delivery signals. - Redesign People & Access with a denser member table, Navii avatars, owner-only email visibility, required display names, and a slim owner-only Organizer/Volunteer role switcher. - Restrict conference task visibility and editing by role and assignment, give volunteers an assigned-work-only interface, and revoke active sessions immediately when an owner changes a member role. - Refine navigation stability, typography, date and collaborator controls, scrollbar treatment, volunteer applications, loading states, and supporting documentation. - Verify with pnpm test -- --reporter=dot (71 files, 304 tests), pnpm build, and git diff --check.
Elvis020
force-pushed
the
feature/annual-conference-phases
branch
from
August 3, 2026 13:15
86f1858 to
19326b5
Compare
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
Makes the Annual Conference workspace phase-first: editions own dated delivery phases, tasks can be planned into those phases, and Work Plan and Timeline now answer whether the active phase is on track. The same update tightens volunteer access and redesigns People & Access around safer, owner-controlled membership management.
User-facing changes
Phase-first planning
Work Plan and Timeline
Volunteer access and task authorization
People & Access
Interface refinements
Implementation notes
20260802120000_annual_conference_phases.sqlfor edition phases and task schedule fields.20260803110000_annual_conference_phase_1_assignments.sqlfor the agreed Phase 1 responsibilities.Verification
pnpm test -- --reporter=dot— 71 files, 304 tests passedpnpm buildgit diff --checkmain