Transplant Australia (TA) is an Australian charity that provides support to individuals, families and healthcare professionals touched by organ and tissue donation, with state committees based across Australia.

4 Open Issues Need Help Last updated: Jun 27, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Add first name and last name fields to the user signup form. This involves modifying the frontend (Next.js) signup form to include two new input fields, and potentially updating the backend (Django) to handle the new data.

Complexity: 2/5
frontend good first issue difficulty::easy

Transplant Australia (TA) is an Australian charity that provides support to individuals, families and healthcare professionals touched by organ and tissue donation, with state committees based across Australia.

Python

AI Summary: Create a signed-in landing page in Next.js with a title and three interactive elements (buttons or links): 'Start a new registration', 'Continue an existing registration', and 'Manage existing registrations'. Each element should have a title and subtitle. The page's design is already wireframed, and the implementation should match the provided wireframe.

Complexity: 2/5
frontend good first issue design difficulty::easy priority::medium

Transplant Australia (TA) is an Australian charity that provides support to individuals, families and healthcare professionals touched by organ and tissue donation, with state committees based across Australia.

Python

AI Summary: Implement JWT authentication using Django REST Framework SimpleJWT, adding `/api/token` and `/api/token/refresh` endpoints to the Django backend. This involves installing the library, configuring Django settings, and updating the `urls.py` file. OAuth integration is not required for this task.

Complexity: 3/5
backend good first issue difficulty::easy

Transplant Australia (TA) is an Australian charity that provides support to individuals, families and healthcare professionals touched by organ and tissue donation, with state committees based across Australia.

Python

AI Summary: Create a new 'Forgot Password' page in the Next.js frontend. This page should include a header, explanatory text, an email input field, a 'Send Email' button, and a 'Back' button. The page should be accessible via a link from the login page.

Complexity: 3/5
frontend good first issue difficulty::easy priority::medium

Transplant Australia (TA) is an Australian charity that provides support to individuals, families and healthcare professionals touched by organ and tissue donation, with state committees based across Australia.

Python