We need to create a dedicated page that displays the user's currently assigned tasks. This can be based on the existing tasks page but should call a different database function to retrieve only the tasks assigned to the logged-in user.
Page Layout:
[ ] Use the existing tasks page layout for consistency.
[ ] Ensure that the page only displays tasks that are currently assigned to the user based on his Github handle.
Database Function:
[ ] Implement a new database function that retrieves tasks assigned to the specific user.
Navigation:
[ ] Add a link or button for easy access to the user's assigned tasks page.
We need to create a dedicated page that displays the user's currently assigned tasks. This can be based on the existing tasks page but should call a different database function to retrieve only the tasks assigned to the logged-in user.
Page Layout:
Database Function:
Navigation: