Jump to content

to do board


asmith

Recommended Posts

i want to write a program that : (for our class )

there would be a "to do board" everyday , with tasks (something to do) for example a,b,c and d for day #1.

then registered users (for example 100 registerd user) can choose this tasks . (each task can be chosen by 2 registerd user (teamwork)). (when ever all the task fields of "todo" board filled, that board is closed.)

every day a new "todo board" would be created but maybe with more OR less tasks that can be chosen by users.

it can be easily written by ("i" think so) each todo board -- > one table , then users by choosing  tasks , fill one of the tables empty fields.

here comes the question :

if i want to make a link to "show todo board for all days" , i should search all the tables in database i've made for each todo board in mysql. which its searching would take so much than searching the rows in one table .

i wanted to know how can i store all todo boards in one table called "todo boards" and each row for each days board . but problem i'm facing is some day's boards may have 10 tasks , but some other 5, or 20 . there's no max for it .

any better idea ? what should i do ? thanks a lot

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.