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

Tortoise conversion coursecorequisite #574

Merged

Conversation

lhain08
Copy link
Contributor

@lhain08 lhain08 commented Apr 11, 2022

Issue

Note which issue number(s) this Pull Request closes. All pull requests should close an issue, if one does not exists, make one. This helps us plan and discuss before we decide on implementation

Example:

closes #113

Database Changes/Migrations

If you added/modified a table, notify people of schema change here

Example:

Added table account_semester_selection for a mapping from a students account and semester to a class and section (aka class/section selections)

Test Modifications

Note added unit/integration tests: (all backend changes should contain unit/integration tests with pytest)

Example:

Added test tests/api/db/test_classinfo.py:test_crn_uniqueness to ensure all classes returned from API call don't have repeat CRNs

Test Procedure

Show procedure to test functionality with a clear procedure

Example:

  1. Create a branch
  2. Commit a change to that branch
  3. Push branch
  4. Create Pull Request and fill in PR template

Photos

Show before and after, capture screenshot/gif of finished feature/bug

Additional Info

More info that would help people review your change

@lhain08 lhain08 merged commit 39f412c into TortoiseConversion-course Apr 11, 2022
@lhain08 lhain08 deleted the TortoiseConversion-coursecorequisite branch April 11, 2022 23:49
lhain08 added a commit that referenced this pull request Apr 16, 2022
* updated course model

* fixed for pytests

* fixed for pytests

* workflows

* fixed for pytests

* fixed for pytests

* pytest fixings

* pytest fixes

* course session tortoise conversion first draft (#567)

* course session tortoise conversion first draft

* fixing some issue

* fixed fields

Co-authored-by: canghiskhan <calvinang@icloud>
Co-authored-by: Liam Haining <[email protected]>
Co-authored-by: Liam Haining <[email protected]>

* Tortoise conversion coursecorequisite (#574)

* converted course_corequisite

* converted course_corequisite

* forgot to add last changes

* fixed tables init file

Co-authored-by: PhoenixTamaoki <[email protected]>

* Prerequisite model (#570)

* beginning tests on course models

* progress

* bulk upload tests now working

* removed database migrations, dependance on sql alchemy

* fixed corequisite

* Added checks for coreqs

Co-authored-by: canghiskhan <[email protected]>
Co-authored-by: canghiskhan <calvinang@icloud>
Co-authored-by: PhoenixTamaoki <[email protected]>
Co-authored-by: franchen28 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants