****This week's meeting was held on Thursday, 21/04/11****
pre-meeting
What we have done is:
1. Profile part functions
2. Question input/output/generation part functions
3. Question structure defined
What's on progress is :
1. Henry is improving the Question part function to make the function compatiable with the question structure.
2. Allen is converting questions to the defined structure.
What we'll discuss in the meeting:
1. to assign tasks
2. SQL/database
3. image processing with C++
4. a brief discussion about QT and GUI design
In additional, codes are shared using a Dropbox account which makes us easier to share codes.
Post-meeting
A brief report of current progress:
1. Questions
- We're now only concerned about plain text multiple choice questions.
- Question structure has been defined and question input/output/generation function has been built by Henry. However the function needs to be revised and further features should be added to it.
- Question structure conversion has been done by Allen.
2. Profiles
- I've written all the codes for Profile part. However, due to the size of the codes and quantity of the source code files, there're still some errors to be fixed before it can run properly.
Tasks for this week:
1. Henry will finalize the Queston function, and thest the function with the existing question samples.
2. I'll start building the Analysis function which is responsible for analyzing user data. As this function requires recording and calculation on user data and questions themselves, modification will probably be required for both Question and Profile part codes.
3. I let Jeff have a check on our current written code as well as implement the question database with SQL.
4. Allen and I will work on the first version of our UML digram, which is to be released to public.
Current issue:
The main problem now is that we just write separate code, and we need to find a way to manage each part of the code effectively in the whole project. Also we'll soon face the problems of building GUI and constructing a MSI package. So we need to do some research on how to get our code work like a real software.
Our next outcome:
We'll get our first version of UML digram released by the end of next week. This digram provides an overview of what features you can expect to see in our project. These features will come gradually in our releases of Demo. The first release will be out by the end of this session.