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

Extract data of courses #175

Open
5 tasks
ofiralexi opened this issue Nov 21, 2018 · 5 comments
Open
5 tasks

Extract data of courses #175

ofiralexi opened this issue Nov 21, 2018 · 5 comments
Assignees
Labels
Bot logic issues tag with this label mention that this issue is the logic team responsibility
Milestone

Comments

@ofiralexi
Copy link
Contributor

ofiralexi commented Nov 21, 2018

Extract data of relevant courses:

  • course name and number
  • syllabus
  • lecture hours and locations
  • courses prerequisits ( which are needed for this course ? )
  • Any more data you can get
    into a CSV file
@ofiralexi ofiralexi added Bot logic issues tag with this label mention that this issue is the logic team responsibility labels Nov 21, 2018
@ofiralexi ofiralexi added this to the Bot Test milestone Nov 21, 2018
@matanpugach
Copy link
Contributor

courses prerequisites can be from the form (X AND Y ) OR (Z AND W).
will update on how this was handled

@ShaiZeevi
Copy link
Contributor

Indeed, please update how it is represented in DB, those using the data will decide how it should be read\spoken

@matanpugach
Copy link
Contributor

matanpugach commented Nov 28, 2018

will be stored as a string, repesenting a logical connection: for example:
'111111&222222|333333&444444'
represents both 111111 and 222222 are prerequisites or 333333 and 444444

@ofiralexi
Copy link
Contributor Author

@ShaiZeevi can we close?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bot logic issues tag with this label mention that this issue is the logic team responsibility
Projects
None yet
Development

No branches or pull requests

3 participants