Search This Blog

Tuesday, April 6, 2010

Team Meeting -week 9

We managed to meet on time for today's meeting.  We were trying to complete the procedures for our database. If we complete the procedures part ,it would be very easy to code for us because we described briefly what we are gonna do for each thing.
Example for Log In..here is what we wrote..
Log in (from Home screen):
1.    USER ENTERED EMAIL & PASSWORD
2.    Accept from user entries
3.    Encrypt password
4.    Select * from User where form_email = db_email and form_password = db_password
5.    Check if match
       a.    (yes) Set Session Variables
       b.    (no) Send to log in

As usual we update what we are upto on our twitter page. You can find all our updates since beginning on http://twitter.com/epicswise.
 I have personally written procedures for some of the following
Attend Event, Create Event and some of the others. Here is what I have written for some of the events.

Attend Event:
1.    After Read Event 
2.    USER CLICKS ATTEND EVENT
3.    Go to button action with eventID
4.    UPDATE Signed Up WHERE eventID = eventID and accountID= accountID
5.    Refresh Read Event


Create Event:
1.    ADMIN CLICKS CREATE EVENT
2.    Load form
3.    ADMIN FILLS FORM
4.    INSERT * INTO Events
5.    Refresh Read Event

So I have pretty much worked on getting up the procedures correct. That's what we all did the whole meeting.

No comments:

Post a Comment