KhunakornP / A-plus-management

Productivity and task manager for students and academics alike.
Apache License 2.0
2 stars 0 forks source link

Add taskboard functionality #30

Closed Jangsoodlor closed 6 days ago

Jangsoodlor commented 1 week ago
KhunakornP commented 1 week ago

Overall, the code looks fine but I had an issue with the drag and drop feature. You could fix it now or make a bugfix branch and I think that's fine as well. Also I really really think that adding typehints for the Model classes is overkill especially if you hint it with something like model.CharField when it's literally right there.

UPDATE: It would seem that this is an issue if you don't have your DEBUG set to True in settings. Ensure you update your copy of .env to have DEBUG = True

KhunakornP commented 1 week ago

The models does not seem to conflict with calendar

@ErikLupical model? what model The main changes are the views and task board page? if your worried that the typehints will break your calendar I don't know what to say, did you even read the changes?