2 Open Issues Need Help Last updated: Aug 2, 2025

Open Issues Need Help

View All on GitHub
Software Development Enrollment Systems

AI Summary: Import enrollment data from an Excel file (.xlsx) into a Django project. This involves reading the Excel file, validating its structure and data types, mapping columns to Django models (Student, StudentRelative, EmergencyContact, DetailAcademicInscription), creating a management command or protected view for the import, handling validation errors and duplicates, and logging errors. The import should be idempotent and correctly reflect data in the database. Documentation on the expected Excel file format is also required.

Complexity: 4/5
Feature help wanted
Software Development Enrollment Systems

AI Summary: Deploy a Django project to a development server, ensuring all dependencies are installed, migrations are run, seed data is loaded, and Tailwind CSS is integrated correctly. The server should be accessible, all routes functional, and test data visible. Document the environment setup.

Complexity: 4/5
help wanted