recruitment, events, documentation, forms, calendar, reports and CRM

2 Open Issues Need Help Last updated: Jul 10, 2025

Open Issues Need Help

View All on GitHub
Business Applications Recruitment and Event Management

AI Summary: Debug and fix a bug in a Django web application where the 'Edit Event' form resets the 'Category' and 'Status' fields to default values instead of pre-filling them with existing data. This requires inspecting the form's handling of POST requests and potentially updating the model or form logic to correctly retain these values during edits.

Complexity: 3/5
bug enhancement help wanted

recruitment, events, documentation, forms, calendar, reports and CRM

HTML
Business Applications Recruitment and Event Management

AI Summary: Fix a layout issue on the Events page of ChapterOS, a Django web application. The 'Event Details' section currently lacks vertical scrolling, causing content overflow to disrupt the entire page layout. The solution requires adding vertical scroll functionality (`overflow-y: auto`) to only the 'Event Details' section, ensuring it scrolls independently without affecting other sections.

Complexity: 2/5
bug good first issue

recruitment, events, documentation, forms, calendar, reports and CRM

HTML