yanivsegev / VSTS-DropPlan

Plan and track your sprint with a calendar based view.
MIT License
20 stars 17 forks source link

fix #121 - Add highlight by status and parent #123

Closed sgtwilko closed 6 months ago

sgtwilko commented 6 months ago

This adds the ability to highlight tasks by either status or parent.

Fixed a minor bug in the recently changed error handling where a variable in the copied code didn't exist.

Added a fix for if the activities array didn't exist. teamMember?.activities?

Added a fix where you weren't able to mark a day off if the user didn't already have capacity.

Added some typing into the settings registry, start of typing things correctly.

fix #121