Open Issues Need Help
View All on GitHubAI Summary: Implement sorting and filtering functionality for a member list based on graduation year in a Django application. This involves adding greater than and less than comparison options to the existing sorting capabilities.
AI Summary: Modify the initialization form to accept only the year for spring and fall semesters instead of a specific date. The current implementation uses a date field unnecessarily; this task involves changing the form field to accept only the year and potentially auto-populating a default month (May for Spring, December for Fall).
AI Summary: Implement email verification for pledge form submissions. This involves adding a verification step to the form submission process, potentially including a 'quick verify' feature to minimize delays. The solution should integrate with the existing email system and user authentication.
AI Summary: Add a new section to the Theta Tau Chapter Management Tool application to display links to various documents such as the PPM and constitution. This involves designing the user interface for this section and implementing the backend logic to store and retrieve the document links.
AI Summary: Implement clear confirmation messages for all forms within the Theta Tau Chapter Management Tool application. This involves adding visual and/or textual feedback to users after successful form submission, ensuring they understand their action was processed.
AI Summary: Modify the form submission handling for the 'early alumn' form to redirect users back to the form itself or a list of forms after successful submission, instead of the current workflow lock screen.