App for the Theta Tau Chapter Management Tool

6 Open Issues Need Help Last updated: Jul 25, 2025

Open Issues Need Help

View All on GitHub
Member list sort <>= about 1 month ago

AI 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.

Complexity: 3/5
enhancement good first issue

App for the Theta Tau Chapter Management Tool

Jupyter Notebook
Init Form Month Year about 1 month ago

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).

Complexity: 2/5
enhancement good first issue

App for the Theta Tau Chapter Management Tool

Jupyter Notebook

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.

Complexity: 4/5
enhancement good first issue

App for the Theta Tau Chapter Management Tool

Jupyter Notebook
Documents Links about 1 month ago

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.

Complexity: 3/5
enhancement good first issue

App for the Theta Tau Chapter Management Tool

Jupyter Notebook
Form Confirmations about 1 month ago

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.

Complexity: 2/5
bug enhancement good first issue

App for the Theta Tau Chapter Management Tool

Jupyter Notebook

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.

Complexity: 3/5
bug enhancement good first issue

App for the Theta Tau Chapter Management Tool

Jupyter Notebook