Open Issues Need Help
View All on GitHubAI 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.
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.
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.
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.
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.
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.
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.
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.