Open Issues Need Help
View All on GitHubAI Summary: This task involves setting up the basic infrastructure (cloud, PostgreSQL database, CI/CD), designing database tables for users and their initial surveys, and implementing secure password hashing (bcrypt/Argon2). It's the foundational work for user accounts and onboarding in a women's health tracking application.
AI Summary: Develop authentication APIs (/register, /login) with JWT token generation and an onboarding API (/onboarding) to receive questionnaire data. This involves creating backend endpoints for user registration, login, and storing onboarding questionnaire responses.
AI Summary: Implement user authentication screens (signup, login), a comprehensive onboarding questionnaire (9 screens), and secure token storage for the Nascentia women's health app. This is the first sprint's focus, laying the foundation for user accounts and initial data collection.