Huy-Ngo / acanban

Project management system with kanban and academic evaluation
https://huy-ngo.github.io/acanban
GNU Affero General Public License v3.0
10 stars 0 forks source link

Implement task creation #235

Closed McSinyx closed 3 years ago

McSinyx commented 3 years ago

Resolve GH-110.

Huy-Ngo commented 3 years ago

need eyes

:eyes: Here you go :eye:

Huy-Ngo commented 3 years ago

Also enforce UTC

That's ok as long as you display the time according to the user's timezone.

Or, we can use the school timezone (let the admin config that).

McSinyx commented 3 years ago

But what's the user's timezone? That'd require an additional field in User object, which I'd prefer to be done in another patch.

Huy-Ngo commented 3 years ago

I think setting timezone to the host timezone (i.e. school timezone) is the best solution. Otherwise client timezone can be detected by JS (which shall be avoided).

McSinyx commented 3 years ago

I moved the tz thing to GH-236 to focus on more urgent matters.

McSinyx commented 3 years ago

I'm glad to hear.