Friday, April 11, 2008

update

OK, I did some stuff to the cck_mixcd module but don't remember what. Things are getting messy so I started from scratch with mixcd.module. So far, you can add tracks and an address, and it doesn't use cck at all. When you've created a node and try to edit, the address info isn't coming up for some reason. Also, nothing will be saved if you don't enter at least one track, but AHAH_forms breaks validation...

Thursday, April 10, 2008

frustrated

I've been trying to get the stupid AHAH tracks stuff working and it's frustrating me! I think I need to separate the tracks from the cck_mixcd module or at least create a separate table in the database for them. Right now, I don't know what's wrong!

Wednesday, April 9, 2008

group meeting

Today we had another group meeting. I helped Daniel get set up with our devel environment and now I think everyone's set up. We talked about what each of us will be working on. I'm going to try to get those tracks working! Hopefully in the next day or two it will be done.

Tuesday, April 8, 2008

working on dynamically updating track list via ahah

I'm trying to get the track listing working in the cck_mixcd module using ahah. It's getting pretty frustrating!!!

Monday, April 7, 2008

First teacher meeting today

We had our first meeting with the teacher today. Seems like we're pretty much on track. We need to keep up with the blog posts and work on decomposing our high-level system design into smaller objects and write about those objects. We also need to start building our test suite.

Friday, April 4, 2008

oops

Well, I've been trying to post at least once a week but I guess that's not enough. So here's what we've been up to:

  • Writing testing document
  • Researching SimpleTest API for PHP unit testing
  • Researching SimpleTest Drupal module
  • Working on cck_mixcd module
  • Getting all members of group up and running in devel environment (LAMP/MAMP/WAMP, Drupal, Eclipse with PDT and Subclipse)
I'll try to remember to post more often now.

More later...

Wednesday, April 2, 2008

local drupal installs, subversion

I tried to help getting everyone up and running with a local install of drupal on their own systems. I set up a subversion repository with the cck_mixcd php code in it and we set up Eclipse with the PDT and Subclipse plugins to use as a devel environment. With the local drupal installs, we can test the code we write locally without having to upload to the production server every time.

We've also been working on the docs this week.