Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Αποθήκευση μαθημάτων και προγραμμάτων σπουδών στη βάση δεδομένων #35

Open
tampakrap opened this issue Nov 17, 2012 · 1 comment
Milestone

Comments

@tampakrap
Copy link
Member

Θα πρέπει να αποθηκεύονται στη βάση δεδομένων με cron job όλα τα προγράμματα σπουδών και όλα τα μαθήματα. Με αυτό τον τρόπο θα γίνονται συσχετίσεις μεταξύ φοιτητή - προγράμματος σπουδών - δήλωσης - βαθμολογίας, οπότε η βαθμολογία και η δήλωση δεν θα αποθηκεύονται πλέον σαν ενιαία strings στη βάση δεδομένων

@tampakrap
Copy link
Member Author

μερικές σημειώσεις που κράτησα

  • create a Lessons table that will relate with departments (1toMany), curriculums and optionally with teachers
  • create Curriculums that will relate ManyToMany with Lessons
  • relate student with curriculum
  • relate student's declarations and grades with Lessons

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant