49
Features
4
Waves
22
Max Parallel
Filter by product:
MVP-0.1 13 parallel
MVP-0.2 11 parallel
MVP-0.3 22 parallel
Meander Mobile App
activity-registration-wizard
activity-registration-wizard
Multi-step wizard (contact → date → duration → summary) is the full-form activity entry path; runs in parallel with quick-log since both share the same activity service.
after: role-based-access-control, offline-data-support
app-settings-preferences
app-settings-preferences
App-level settings screen persists preferences per user; requires auth context but has no complex data dependencies.
after: role-based-access-control
caregiver-next-of-kin
caregiver-next-of-kin
Caregiver section extends the contact model with next-of-kin relationships; depends on the base contact infrastructure established by contact-list-search.
after: role-based-access-control, offline-data-support
contact-detail-edit
contact-detail-edit
Contact detail and edit screens depend on the contact data model and role-based read/write permissions.
after: role-based-access-control, offline-data-support
contact-list-search
contact-list-search
Contact list and search require role-gated access and offline persistence; both foundational layers must be ready.
after: role-based-access-control, offline-data-support
contact-us
contact-us
Support request form pre-populates user identity from auth context; no complex data dependencies.
after: role-based-access-control
event-creation
event-creation
Event creation wizard mirrors the activity wizard structure; can be built in parallel by a separate feature team.
after: role-based-access-control, offline-data-support
event-listing
event-listing
Event list screen is a read-only view on the same events data layer as event-creation; simpler surface that ships together.
after: role-based-access-control, offline-data-support
notification-settings
notification-settings
Notification preference storage and settings screen are straightforward once the push infrastructure is available.
after: role-based-access-control, background-sync
profile-data-settings
profile-data-settings
Profile screen and edit form store per-user settings; role context determines which fields are visible per role.
after: role-based-access-control, offline-data-support
push-notifications
push-notifications
Firebase Messaging client and push service require role context for routing and sync infrastructure for reliable delivery.
after: role-based-access-control, background-sync
relative-case-linking
relative-case-linking
Case link widget associates a relative record to a contact case; depends on the relative contact data model.
after: role-based-access-control, offline-data-support
relative-contact-registration
relative-contact-registration
Relative registration extends the contact model for Barnekreftforeningen's family-centric workflow; foundational for case linking and role tagging.
after: role-based-access-control, offline-data-support
relative-role-tagging
relative-role-tagging
Role tagging (parent, sibling, guardian) enriches relative records; can be built alongside case linking since both extend the same relative entity.
after: role-based-access-control, offline-data-support
role-specific-home-dashboard
role-specific-home-dashboard
Home dashboard assembles role-appropriate widgets at runtime from the module registry; Peer Mentor and Coordinator variants share the same assembly mechanism.
after: role-based-access-control
sensitive-field-readout-warning
sensitive-field-readout-warning
Screen reader warning widget overlays sensitive data fields; requires the WCAG design token system and role context to determine which fields require warnings.
after: wcag-22-aa-compliance, role-based-access-control
simple-activity-logging
simple-activity-logging
Quick-log screen is the platform's highest-priority feature; requires RBAC for role-specific flows and offline support for field workers.
after: role-based-access-control, offline-data-support