SoftBugger Classes and where to go from here

0 views
Skip to first unread message

Adam

unread,
Mar 28, 2010, 7:55:29 PM3/28/10
to softbugger-discuss
I added most of the classes we should need I think. Left some
comments on what each class is for. It should compile if you comment
out the database section of code.. I need to help setup mysql
connector for you guys in order for the database code to compile. I
got the remote mysql server working for the cs remote one, the only
requirement for it to connect is that you are connected to the cs
vpn. Either way the program won't crash because I use a try catch if
theres something wrong with the connection of query, to continue
running.

Anyways give me some feedback on it.

Kevin if you could start making the window forms as to how you did in
your diagrams that would be great.
e.g. Go to the design layout of the windows forms, and the drag the
items from the toolkit view,
extra stuff you could do is double click a button to go to the
callback functions, (or for more advanced callbacks click on the
lightning bolt in properties view)

Matt if you could start adding comments to what each controller class
could have
e.g. loginController should have some functions like verify user and
password, or create user
or better yet if you could actually add the fuctions in, e.g. bool
verifyUser(string username, string password)

Some extra stuff to do that would be pretty easy is to add the info
for the models.

Reply all
Reply to author
Forward
0 new messages