UNLV-ShaneD / unlvCS473kilo

5 stars 4 forks source link

Pull requests? #14

Open UNLV-ShaneD opened 12 years ago

UNLV-ShaneD commented 12 years ago

We're running out of time, fast. I need your code very soon - I need not remind that software development is iterative in nature.

If you're having problems with the design of something, raise an issue as soon as possible and push your code into your fork of the project.

I want to have everything working Monday so we have time to smooth out problems and documentation. We have 2 days left to get this running and complete technical documentation.

benallyc commented 12 years ago

The activation email situation is not 100%. Going to work on this today.

UNLV-ShaneD commented 12 years ago

We're out of time. Deadline is 8 PM. Get your pull requests in.

dabinett commented 12 years ago

I have no idea how to retrieve branches from the user in the way I have the UI set up. You mentioned something about a session variable handled by Corbin but I wouldn't even know what to do with that either...

Besides that, I'm nearly done. Just have to finish up the making of the line graph.

benallyc commented 12 years ago

I apologize team. I'm having no luck with Spring Security and Spring in general. I wasn't prepared for this much responsibility.

----- Reply message ----- From: "James Dabinett" reply@reply.github.com To: "Corbin Benally" benallyc@unlv.nevada.edu Subject: [unlvCS473kilo] Pull requests? (#14) Date: Tue, Mar 27, 2012 7:27 pm

I have no idea how to retrieve branches from the user in the way I have the UI set up. You mentioned something about a session variable handled by Corbin but I wouldn't even know what to do with that either...

Besides that, I'm nearly done. Just have to finish up the making of the line graph.


Reply to this email directly or view it on GitHub: https://github.com/UNLV-ShaneD/unlvCS473kilo/issues/14#issuecomment-4747681

strongd commented 12 years ago

Well I was gonna try and put in a couple JUnit tests before I submitted a pull request earlier, but I guess that's a no go, unless I can still pull request later?

UNLV-ShaneD commented 12 years ago

I've merged all pull requests made available to me.

Corbin: You see UserData's setSessionUserData method?

You need to keep track of UserData objects for each user. They need to be persisted per user and recalled per user. At the very least, get a login page up where people type in their name and setSessionUserData gets called with their UserData object.

Here is a massive hint: Look at the UserData_Roo_Jpa_ActiveRecord.aj file. Look at the findAllUserDatas and findUserData methods. Implement a custom find method in UserData or your own User class (that holds a reference to UserData) that indexes the database by username (and possibly salted, hashed password).

benallyc commented 12 years ago

My Git situation is dysfunctional right now, I don't really want to mess with any of the working code right now. I don't know why my name appeared as [unknown] in my commit last night.

benallyc commented 12 years ago

Too late now, but I was working on something along the lines of what you mentioned Shane via this wedding rsvp tutorial: http://blog.springsource.com/2009/05/27/roo-part-2/ a couple of days ago, but the Roo shell wasn't letting me add a finder list. I took a hack at it again tonight, but the shell still hates me. The tutorial dates back to 2009, so I bet none of the commands are relevant anymore since they're constantly making changes to the Roo versions.

UNLV-ShaneD commented 12 years ago

Copy the code from the method I mentioned into the .java file and manually edit the query.