CMPUT301W15T12 / C301Project

Apache License 2.0
3 stars 2 forks source link

Meeting notes #61

Closed LeahGabrielle closed 9 years ago

LeahGabrielle commented 9 years ago

img_2456
Here's what we decided everyone was doing at the meeting today and what needs to be done. So if you've forgotten what you said you would do look here!
@Pengwin-man you can decide what you would like to work on this week - maybe write some test cases or add passwords to users? Those were some ideas that were tossed around at the meeting.

vanbelle commented 9 years ago

I don't mind implementing the passwords while I'm busy anyway. It should only take me 10minutes.

On Mar 17, 2015, at 8:56 PM, LeahGabrielle notifications@github.com wrote:

Here's what we decided everyone was doing at the meeting today and what needs to be done. So if you've forgotten what you said you would do look here!

@Pengwin-man you can decide what you would like to work on this week - maybe write some test cases or add passwords to users? Those were some ideas that were tossed around at the meeting.

— Reply to this email directly or view it on GitHub.

ViIIager commented 9 years ago

i can do the passwords since I am already working on users anyways I can also finish off the user stuff and maybe work on some documentation?

here is the API :+1:

Either we add a user with no pasword --> addUser(String) or we add a user with pasword --> addUserWithPass(string1, string2);

the string 1 is the original password, which has to be entered if the user wants to change his password. and string 2 is the new password he wants. I assumed the user shold have an option of having a password.

vanbelle commented 9 years ago

I already implemented the add password throughout the code, I just havent pushed it because I wanted to wait until after the demo like we talked about.

Why would we allow a user to be added without a password? Right now we dont have anything that allows a user to change password after its created.

ViIIager commented 9 years ago

well, if a user does not want a password, why force one on him? also, the fact that you implemented it throughout the code is irrelevant to the controller... i mean, the controller and model are mine are they not? if you implemented it elsewhere it should not matter as long as you pass the correct arguments.

as for adding a change passoword, we can always easily do that later.

vanbelle commented 9 years ago

We can talk about it at the meeting on Tuesday. Was there something else you wanted to do until our next meeting on tuesday?