UI > Tasks > Feature

show read/unread tasks/items / #2343

Summary

open
Oct 9, 2006
Oct 9, 2006 / binder
Oct 11, 2006 / pixtur
pixtur
 

Attached files

No files uploaded
add a function "read", so that I can see, whether person assigned to a task has read it.

As I see it, we need a relation-table "item -> read" with a status read/unread for each item. So we could also establich read/unread projects, task categories etc. pp.

2 Comments

pixtur

Oct 10, 2006
yeah...
I already thought about a similar solution to highlight new items simliar to PhpBB. For this we would need a person<->item join table. This table could also have some additional functions.

Not sure if this would decrease performance.


binder

Oct 10, 2006
Antwort auf yeah...
sure it will decrease some perfomance, but not significantly in my opinion...

my thought also was a person<->item table. We could store the information also in projectperson or taskperson, but then we're limited to tasks or projects...
 

Comment / Update