Skip to content

release: simplify onboarding for MVP and integrate AI summary#38

Merged
salmanabdurrahman merged 3 commits intomainfrom
dev
Nov 14, 2025
Merged

release: simplify onboarding for MVP and integrate AI summary#38
salmanabdurrahman merged 3 commits intomainfrom
dev

Conversation

@salmanabdurrahman
Copy link
Collaborator

Summary

Merge recent development improvements into the main branch, introducing a simplified onboarding experience aligned with MVP needs.

Highlights

  • Optional fields in the onboarding process (dependencyLevel, checkinTime).
  • AI-generated summary included in onboarding responses.
  • Prisma schema updated for smoother data flow.
  • Seed data refreshed with AI chat history reset.

Impact

  • Reduces user friction during onboarding.
  • Improves clarity for new users during MVP demo.
  • Provides future-proof structure for upcoming personalization and analytics.

Notes

Run npx prisma migrate deploy after deployment to apply schema changes.

- make dependencyLevel and checkinTime optional
- add aiSummary to onboarding response
- update prisma schema to allow null dependencyLevel
- update onboarding validation schema to allow optional fields
- reset aiChatHistory on seed
- add try-catch block for ai summary generation
- return error message if ai summary fails
- remove redundant refine validation in onboarding schema
… summary (#37)

feat(onboarding): simplify onboarding data structure and integrate AI summary
@salmanabdurrahman salmanabdurrahman merged commit 9f78ada into main Nov 14, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant