se701g2 / Doto

Todo application for Group 2
https://doto.azurewebsites.net/
MIT License
12 stars 42 forks source link

issue/264 - Support drag and drop of calendar events closes #264 #270

Closed Minusome closed 4 years ago

Minusome commented 4 years ago

Demo.

ezgif-3-05edf402456f

Minusome commented 4 years ago

Whoops, ignore accidental delete.

@KimberleyEvans-Parker and @rmoradc thanks for the comments.

I will recompute the duration and sort the tasks by startdate and see if that fixes the issues.

Update:

@rmoradc The bug you mentioned should now be fixed. @KimberleyEvans-Parker The duration is now correctly set. The ordering bug seems to be present on the master branch so I think its a problem with upstream TaskScheduler (in fact, i'm pretty sure its to do with the dueDate property). I will create a separate issue for this.

See #274.

Kalashnikkov commented 4 years ago

Hey @Minus20Five I appreciate the changes you've made!

I was working on issue #224 and it seems like when this is pushed through, I could add functionality extending this PR onto mine. Thoughts?

Minusome commented 4 years ago

Hey @Minus20Five I appreciate the changes you've made!

I was working on issue #224 and it seems like when this is pushed through, I could add functionality extending this PR onto mine. Thoughts?

If you decide to implement recurring tasks I would recommend following the dev express API. Theres also a built-in component to edit recurring tasks.