| ... | ... | @@ -3,36 +3,36 @@ |
|
|
|
## Tallennettavia tietoja
|
|
|
|
|
|
|
|
### vastaus
|
|
|
|
kuka (opsiskelija/firma)
|
|
|
|
päivämäärä
|
|
|
|
mikä valmistuessa(esim: ohjelmoija)
|
|
|
|
onko vastaus hyväksytty
|
|
|
|
valittu opintopolku(lista valituista kursseista ja mille lukukaudelle) =oma taulu
|
|
|
|
* kuka (opsiskelija/firma)
|
|
|
|
* päivämäärä
|
|
|
|
* mikä valmistuessa(esim: ohjelmoija)
|
|
|
|
* onko vastaus hyväksytty
|
|
|
|
* valittu opintopolku(lista valituista kursseista ja mille lukukaudelle) =oma taulu
|
|
|
|
|
|
|
|
### kurssit
|
|
|
|
nimi
|
|
|
|
suositeltu opiskeluvuosi
|
|
|
|
info
|
|
|
|
opettaja
|
|
|
|
* nimi
|
|
|
|
* suositeltu opiskeluvuosi
|
|
|
|
* info
|
|
|
|
* opettaja
|
|
|
|
|
|
|
|
## Lopullinen tietokanta
|
|
|
|
### Answers
|
|
|
|
id:int
|
|
|
|
who: char(7) [student/company]
|
|
|
|
student_path:int
|
|
|
|
date:date
|
|
|
|
graduation_target: char(255) [coder, graphics, etc...]
|
|
|
|
is_approved:char(5) [yes/no, default: no]
|
|
|
|
* id:int
|
|
|
|
* who: char(7) [student/company]
|
|
|
|
* student_path:int
|
|
|
|
* date:date
|
|
|
|
* graduation_target: char(255) [coder, graphics, etc...]
|
|
|
|
* is_approved:char(5) [yes/no, default: no]
|
|
|
|
|
|
|
|
### Student_paths
|
|
|
|
ID:int
|
|
|
|
courceID:int
|
|
|
|
answerID:int
|
|
|
|
study_year:int(1) [1-5]
|
|
|
|
* ID:int
|
|
|
|
* courceID:int
|
|
|
|
* answerID:int
|
|
|
|
* study_year:int(1) [1-5]
|
|
|
|
|
|
|
|
### Courses
|
|
|
|
id:int
|
|
|
|
name:Char(255)
|
|
|
|
preferred_study_year:int(1) [1-5]
|
|
|
|
info:char(5000)
|
|
|
|
teacher:char(255) |
|
|
\ No newline at end of file |
|
|
|
* id:int
|
|
|
|
* name:Char(255)
|
|
|
|
* preferred_study_year:int(1) [1-5]
|
|
|
|
* info:char(5000)
|
|
|
|
* teacher:char(255) |
|
|
\ No newline at end of file |