I’m currently hosting a taiga docker instance for a charitable organization. Previously, they were on Trello’s free tier. They don’t do software development but use a kanban board to do their daily tracking. They have found the due date contains only a date and not a time (hour). They need this feature. Is it supported? Is it planned to be supported. In the worst case, I could contribute to taiga and try to add this feature myself on my spare time (I’m a software developer)
Currently, the feature to include a time with the due date is not supported, nor do we have plans to introduce it. However, if you’re interested in contributing this feature, that would be incredible!
You can start by looking into the backend repository here: GitHub - kaleidos-ventures/taiga-back. You’ll likely need to modify the field type from date to datetime and then create a database migration for it.
Sound good, I’ll start this weekend on looking at the code. It could take some time before I will be ready to do a Pull Request. I have a full time job and I’m doing this part time on the weekend.