CompSciClub / Hopkins-Planner

9 stars 10 forks source link

No name for plannar on setup screen #15

Closed jteplitz closed 11 years ago

jteplitz commented 12 years ago

When you create a new account you get sent to the preferences screen where you set your name. But since you haven't set a name yet the header shows 's planner. We should not show that.

mattdailis commented 11 years ago

Hmm...actually, doesn't the "Sign up" form ask for the name at the moment? (I don't know whether it will once Radiant redesigns the front page)

jteplitz commented 11 years ago

It does ask for it, but it doesn't require it.

On Sat, Oct 6, 2012 at 9:04 AM, Matt notifications@github.com wrote:

Hmm...actually, doesn't the "Sign up" form ask for the name at the moment? (I don't know whether it will once Radiant redesigns the front page). Doesn't seem buggy to me at the moment.

— Reply to this email directly or view it on GitHubhttps://github.com/CompSciClub/Hopkins-Planner/issues/15#issuecomment-9197967.

Jason Teplitz

ama291 commented 11 years ago

this has been corrected

jteplitz commented 11 years ago

Been corrected in what?

ama291 commented 11 years ago

its fixed already

jteplitz commented 11 years ago

How so?

ama291 commented 11 years ago

When you create a new account and get sent to the preference screen, it shows your name.

jteplitz commented 11 years ago

Not if you didn't enter one. The bug is that you don't have to enter one in the setup dialog.

ama291 commented 11 years ago

Ah. Ok I will try to fix that.

ama291 commented 11 years ago

It is fixed, the name is blank.

jteplitz commented 11 years ago

It shouldn't let you not enter a name. The bug is that it does. 's Planner should never be in the header.

ama291 commented 11 years ago

What should it say then?

ama291 commented 11 years ago

Ok, I think I fixed this on my forked repo.

jteplitz commented 11 years ago

Great. Can you submit a pull request?

On Thu, Oct 11, 2012 at 7:24 PM, Ama291 notifications@github.com wrote:

Ok, I think I fixed this on my forked repo.

— Reply to this email directly or view it on GitHubhttps://github.com/CompSciClub/Hopkins-Planner/issues/15#issuecomment-9361823.

Jason Teplitz

jteplitz commented 11 years ago

Fixed in refactor branch. We may need to make the client side a little cleaner when handling this. But the core issue is fixed.