Open Issues Need Help
View All on GitHubAI Summary: Design the domain model and database schema for a new application. This involves mapping the application's domain to a database, both conceptually (E/R diagram) and physically (choosing a specific database system). The design must cover all application functionalities, clearly define business rules for entities, attributes, and relationships, and consider database best practices like normalization and access control. The goal is to create a model that seamlessly integrates domain and database aspects without requiring translation or adaptation.
AI Summary: Develop a web application called Resumi, a platform for managing and sharing resumes. Key features include a custom resume editor with export capabilities, AI-powered resume evaluation, a marketplace for resume templates, user authentication and roles (users and admins), and an interactive help system. The tech stack includes NuxtJS or NextJS (frontend), ASP.NET (backend), PostgreSQL (database), and cloud infrastructure (Vercel, Azure, or Railway).