ddayguerrero / infamous-course-scheduler

🗓 SOEN341 - Software Processes Course Project - Pick a class. Pick a semester. Boom.
2 stars 4 forks source link

Create a Domain Model for the project #1

Closed Skellyboy38 closed 8 years ago

Skellyboy38 commented 8 years ago
Skellyboy38 commented 8 years ago

Simple example

example

Skellyboy38 commented 8 years ago

image

Skellyboy38 commented 8 years ago

Ideas from tutorial:

The main boxes: Students, courses, Semester, tutorial, lab, calendar, the scheduler, List*

Relations

1) Student: Only one student registers. (To be continued)

JoshuaChan-Fee commented 8 years ago

Domain Model Draft (Simeon, Harrison, Joshua) Student

Courses

Course compartment

Session

Scheduler

Skellyboy38 commented 8 years ago

A draft of the domain model is now available in the drop box. Take a look and give feedback.

ddayguerrero commented 8 years ago

I have some proposed modifications for the domain model

McGiver- commented 8 years ago

Course compartment should have days of the week as well as time

Skellyboy38 commented 8 years ago

Added the final domain model.