damithc / testrepo3

0 stars 0 forks source link

Show user accounts after login #249

Open damithc opened 10 years ago

damithc commented 10 years ago

From Vivian.X...@gmail.com on January 27, 2014 13:35:41

What can be improved on the system? What can be added to the system? Please specify: 1) Exact page to implement/improve feature teammates homepage 2) The details of the feature After a student login, his/her account is shown on the student homepage. However, when coming back to the teammates homepage, it is still "student login".

Attachment: B8998EA3-EE4E-4F22-AAD1-9F8343016BFC.png

Original issue: http://code.google.com/p/teammatespes/issues/detail?id=1562

damithc commented 10 years ago

From Vivian.X...@gmail.com on January 27, 2014 18:35:19

Labels: Priority-Low Difficulty-Medium

damithc commented 10 years ago

From arnold.k...@gmail.com on January 29, 2014 08:00:19

Status: Accepted

damithc commented 10 years ago

From franklin...@gmail.com on March 15, 2014 01:00:06

well, then do we have to change index.html to index.jsp(IndexPage) since we are trying to embed some logic here?

damithc commented 10 years ago

From dam...@gmail.com on March 15, 2014 01:13:51

We may have to. May be not worth the effort and the extra complications. The user can click the login link again to go to the app, without actually having to login. So it is not a major problem. Let's leave it like this for now.

Labels: -Priority-Low Priority-Zero

damithc commented 10 years ago

From arnold.k...@gmail.com on March 17, 2014 19:42:34

Issue 1727 has been merged into this issue.

damithc commented 10 years ago

From malinda...@gmail.com on April 01, 2014 19:50:27

Hi Damith, Ref: comment #4. User logged in as Student.

  1. Go to homepage.
  2. If he clicked on studentLogin button, he is directed to student home page.(its fine)
  3. But if he clicked on InstructorLogin Button, then a error page is shown.
  4. I can fix this. can i try on this? Thank you.
damithc commented 10 years ago

From dam...@gmail.com on April 01, 2014 20:45:05

Sure Malinda, you can submit a patch. No need to get the issue assigned to you. But do create a new issue first because the scenario in comment #6 is a slightly different from this issue.

damithc commented 10 years ago

From malinda...@gmail.com on April 02, 2014 07:11:51

Thanks damith, my solution is this. When a user is logged in hide studentLogin button and instructorLogin buttons and instead show his username there. When he logged out, then studentLogin button and instructorLogin is shown again. What do you think about this. I'm waiting for an advice. Thank you.

Attachment: Capture.PNG

damithc commented 10 years ago

From dam...@gmail.com on April 02, 2014 08:15:30

I'm not sure if it is worth the trouble. Going back to comment #6, are you saying instructorLogin link behaves differently from studnetLogin link? Or is it because you did not have instructor privileges?