Posts: 2,894
Threads: 59
Joined: Jun 2010
A feature request to myself: A tips section on the dashboard that changes on each page refresh or each day.
Have
you completed
the interview?
Posts: 535
Threads: 31
Joined: Jul 2010
Hey, that's a good idea. I'll start working on it right away!
Would you like it better to have a random 'tip' every time, or a certain order?
I'm giving you three guesses...
Posts: 2,894
Threads: 59
Joined: Jun 2010
Well I was thinking it would be best to have like a 'tip of the day' section so I guess it would be a bit annoying if it could display the same tip two days (or even more) in a row, so a certain order would be good.
Have
you completed
the interview?
Posts: 2,894
Threads: 59
Joined: Jun 2010
Actually I think the whole dashboard needs a major revamp. It's a bit linear at the moment. It would be better if things were displayed in a grid format so it also uses the space on the right side.
Have
you completed
the interview?
Posts: 535
Threads: 31
Joined: Jul 2010
How about something like
Commentics
Code:
┌───────────────────────┐
|┌─────────────────────┐|
|| News ||
|└─────────────────────┘|
|┌─────────┐ ┌─────────┐|
|| Version | | Statistics||
|| Login | | Tip of Day||
|└─────────┘ └─────────┘|
└───────────────────────┘
I'm giving you three guesses...
Posts: 2,894
Threads: 59
Joined: Jun 2010
Yeah, good idea to display the news at the top.
Have
you completed
the interview?
Posts: 535
Threads: 31
Joined: Jul 2010
Is it ok if the tip stores a cookie, or do you prefer a db setting? I'll also work on that layout.
I'm giving you three guesses...
Posts: 2,894
Threads: 59
Joined: Jun 2010
Yeah I guess that's ok. Is there a maximum number of cookies a website can store? Anyway if so I'm sure it will be more than 2.
Just so you know, this probably won't make it into v1.1 so there's no rush.
Have
you completed
the interview?
Posts: 535
Threads: 31
Joined: Jul 2010
Quote:Is there a maximum number of cookies a website can store?
It depends on the browser. Some browsers allow only up to ten cookies.
As for not rushing, I'm almost done anyway.
I'm giving you three guesses...
Posts: 2,894
Threads: 59
Joined: Jun 2010
The other way would be to look at which day of the month it is and display a message according to the day. That obviously works best if you have about 30 messages. It could still work though. If you have 10 messages then on the 11th day of the month just display message 1 and on the 12th day display message 2 etc.
Have
you completed
the interview?