You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: