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 project begin-end time in UI #214

Closed McSinyx closed 3 years ago

McSinyx commented 3 years ago

Project listings templates are merged together for maintainability.

This accidentally fixes #212.

McSinyx commented 3 years ago

Thanks!

Huy-Ngo commented 3 years ago

@McSinyx This one seems to cause trouble -- I couldn't view /p/ with an exception: jinja2.exceptions.UndefinedError: 'dict object' has no attribute 'created_on'

McSinyx commented 3 years ago

Do you have any project created after pulling this? Manually add the created_on field to each of them would help.

Huy-Ngo commented 3 years ago

On Fri, 19 Feb 2021, 17:42 Nguyễn Gia Phong, notifications@github.com wrote:

Do you have any project created after pulling this? Manually add the created_on field to each of them would help.

There are, and they do have created_on field.

Huy-Ngo commented 3 years ago

On Fri, Feb 19, 2021 at 6:40 PM Huy Ngo duchuy29092000@gmail.com wrote:

There are, and they do have created_on field.

Sorry, it seems that was just one instance not having it.

Huy-Ngo commented 3 years ago

Anyway, shouldn't the time be absolute rather than relative like this?

McSinyx commented 3 years ago

Anyway, shouldn't the time be absolute rather than relative like this?

Yea it doesn't make much sense for creation time and deadlines of projects. PR incoming.