Skip to content

Conversation

IAOsan
Copy link
Owner

@IAOsan IAOsan commented Oct 3, 2025

✨ Feature: User Task View

πŸ“ Summary

This pull request adds the functionality to display tasks assigned to a selected user. When a user is clicked from the sidebar, their name and associated tasks are shown in the main panel. This enhances the interactivity of the UI and lays the groundwork for future task management features.

πŸ“¦ Changes Included

  • 🧠 Implemented logic to filter tasks by selected user
  • πŸ–ΌοΈ Updated userTasks.component.html to render user-specific tasks
  • 🧩 Modified userTasks.component.ts to handle user selection and task binding
  • 🧾 Extended user.model.ts to support task-related data
  • πŸ—‚οΈ Added new task-related files:
    • task.model.ts
    • tasks.service.ts
    • task/ component folder

πŸ”€ Branches

  • Base branch: master
  • Feature branch: feature/user-task-view

πŸ“Œ Notes

This feature is purely visual and data-driven β€” no task creation or completion logic is included yet. It prepares the structure for upcoming features like marking tasks as completed and adding new tasks.

@IAOsan IAOsan merged commit 88459f0 into feature/ui-scaffold Oct 3, 2025
@IAOsan IAOsan deleted the feature/user-task-view branch October 3, 2025 06:27
@IAOsan IAOsan restored the feature/user-task-view branch October 3, 2025 06:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant