Events
v4.0.1Feature PackageInstallation
pnpm add @corew500/feature-eventsWhat's Included
This feature package includes 6 components:| Component | Description | Category |
|---|---|---|
| Event Card | Card for displaying event information | content |
| Registration Form | Event registration form with attendee details | events |
| Public Event List | Public-facing list of upcoming events | events |
| Attendance Dashboard | Dashboard for tracking event attendance and check-ins | events |
| RSVP Form | Event RSVP form with attendance confirmation | events |
| Event Calendar | Calendar view of events with date navigation | events |
Component Previews
Event Card
Loading...
Export Map
Available subpath imports for this package:| Subpath | Type | Import |
|---|---|---|
| . | client | import { ... } from "@corew500/feature-events" |
| ./server | server | import { ... } from "@corew500/feature-events/server" |
| ./config | config | import { ... } from "@corew500/feature-events/config" |
UI Dependencies
event-card
Recent Changes
v4.0.0
### Patch Changes - Updated dependencies [8956ee0] - Updated dependencies [8956ee0] - @corew500/ui@1.9.0 - @corew500/observability@7.0.0
v3.0.0
### Patch Changes - Updated dependencies [d473bc2] - Updated dependencies [a472868] - @corew500/ui@1.8.0 - @corew500/observability@6.0.0
v2.0.0
### Patch Changes - Updated dependencies [2d8a02c] - Updated dependencies [7e50ffa] - Updated dependencies [6e9c752] - Updated dependencies [7e50ffa] - @corew500/ui@1.7.0 - @corew500/infra-supabase@0.4.0 - @corew500/observability@5.0.0
v1.0.9
### Patch Changes - e6ecfad: Add optional structured logging to all feature packages Each server action and service function now accepts an optional `logger?: Logger` parameter (imported as a type from `@corew500/observability`). Callers can inject a logger to get structured audit trails for auth events, form submissions, assessment scoring, and event registration flows. No logger is required — all existing call sites are unaffected.
v1.0.8
### Patch Changes - Updated dependencies [f11357f] - Updated dependencies [f241feb] - @corew500/ui@1.6.6 - @corew500/infra-supabase@0.3.0