2002/11/02 10:01:19 PST by Alex [0/0] |
Very good idea too, Aetrus.
It would be nice if for each node link (in the Navigation side-bar, and later perhaps elsewhere), there would be a TITLE attribute. This would cause a tool-tip to come up when you hold your mouse curser above the link. Data that could eventually go onto that tool-tip can include number of replies, name of the last replier (if any), and timestamp of the last reply.
---
BTW, Temporal, one thing about timestamps is that they're not very user-friendly. In my systems (ex: v3.3), I like to write a nice flexible TimePassedSince() method that produces the difference in various formats (i.e. just minutes / hours / days, or mixed). Understanding "X minutes ago" / "X:Y ago" / "X days ago" takes less mental time than understanding a timestamp, and the full timestamp can be included in a tooltip.
Of course those ideas require more processing and make the components far less "cache-able". I can only speculate on what'd be cool from the user's perspective. It's up to you, Temporal, to control which of the "luxury features" the users nag you about gets implemented or not. We understand that stability and core features come first, and you have a large project with a deadline to worry about. 8-)
Either way, I wish you'd let me help out with some of that Java. I can learn so much from you!