SOEN341-W16 / ConUScheduler

SOEN 341
conuscheduler.ddns.net:2798
1 stars 9 forks source link

Course data acquisition #6

Closed dtopaloglou closed 8 years ago

dtopaloglou commented 8 years ago

The object is to collect all the necessary course data such as credits, descriptions, prerequisites/co-requisites, technical electives, general education electives and basic science courses.

Example:

course_name course_description credits
COMP 248 Object Oriented Programming I 3.5
COMP 249 Object Oriented Programming II 3.5

For now, simply collect all data pertaining to Software Engineering. Asking the professor if we need to collect all of the data for all programs (doubtful). Also, you might need more than just those 3 columns shown in the example above.

Reference: http://www.concordia.ca/academics/undergraduate/calendar/current/sec71/71-70.html

/cc @BDSchoeler /cc @erinb90

erinb90 commented 8 years ago

I guess we can't have multiple assignees on things. I didn't mean to unassign you, Lori ^_^

lori-dalkin commented 8 years ago

No worries. I've been assigned and unassigned this issue multiple times by this point. I'll just re assign it. Maybe we should make multiple sections for this?

dtopaloglou commented 8 years ago

@erinb90 Yea, only one person is responsible. It's the assignee's "responsibility" to give out the information to those who are going to collaborate with you :smile:

dtopaloglou commented 8 years ago

@lori-dalkin Just keep yourself assigned. The important thing is doing commits so that your name comes up. It's important to make commits with the issue number attached to the commit so the teacher can track what's going on.

dtopaloglou commented 8 years ago

@lori-dalkin How much have you managed to gather?

lori-dalkin commented 8 years ago

All fall and winter info for COMP Working on SOEN.

Info still missing -Credits for general electives (I believe Bryce has this assigned) -Prereqs for general electives and basic sciences. -Fall and winter sections for general electives and basic sciences. -Anything to do with summer sections.

On Jan 20, 2016, at 12:27 PM, Dimitri Topaloglou notifications@github.com wrote:

@lori-dalkin How much have you managed to gather?

— Reply to this email directly or view it on GitHub.

dtopaloglou commented 8 years ago

@lori-dalkin Perfect. Also, I think General Elective courses were all 3 credits each since I last checked. Anyway, we'll double-check just in case.

lori-dalkin commented 8 years ago

I'll work on it more, anyone can feel free to take on part of the task and I'll push what I got on Friday during our meeting.

I can't tag people on my phone so hopefully other coding members will see this.

On Jan 20, 2016, at 12:39 PM, Dimitri Topaloglou notifications@github.com wrote:

@lori-dalkin Perfect. Also, I think General Elective courses were all 3 credits each since I last checked. Anyway, we'll double-check just in case.

— Reply to this email directly or view it on GitHub.

dtopaloglou commented 8 years ago

@lori-dalkin is this complete?