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

Refactor route functionality into Controllers #1410

Merged
merged 23 commits into from
May 31, 2024

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    80c86e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbbfe96 View commit details
    Browse the repository at this point in the history
  3. resolve-merge-conflicts

    mimischly7 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    611c38c View commit details
    Browse the repository at this point in the history
  4. import-fix

    mimischly7 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    870eaaa View commit details
    Browse the repository at this point in the history
  5. changelog and contributors

    mimischly7 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    4b5f1cc View commit details
    Browse the repository at this point in the history
  6. fix changelog

    mimischly7 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    f7e24b8 View commit details
    Browse the repository at this point in the history
  7. fix contributors

    mimischly7 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    4c370ba View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Configuration menu
    Copy the full SHA
    92fd4ff View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    a3c692e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    079e914 View commit details
    Browse the repository at this point in the history
  3. Refactoring response functionality and improving import style (from u…

    …nbounded to bounded)
    
    Firstly, Controllers.Course now only defines the main functions that define the actual response functionality. All the helper methods on which these main methods depend has been moved back to  and used with bounded imports. Secondly, in Controllers.Course and in Database.CourseQueries I refactored the import code to ensure that only bounded imports are used, explicitly specifying the desired identifiers.”
    mimischly7 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    fdab54c View commit details
    Browse the repository at this point in the history
  4. merge ahmed's branch

    mimischly7 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    71573f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    288c814 View commit details
    Browse the repository at this point in the history
  6. merge conflicts

    mimischly7 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    17c7e9a View commit details
    Browse the repository at this point in the history
  7. final resolutions:

    mimischly7 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    e3c55b8 View commit details
    Browse the repository at this point in the history
  8. remove redundant imports

    mimischly7 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    1ea6ce9 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Delete graph Response module

    is-ahmed committed May 22, 2024
    Configuration menu
    Copy the full SHA
    1852056 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    is-ahmed committed May 22, 2024
    Configuration menu
    Copy the full SHA
    caa6d18 View commit details
    Browse the repository at this point in the history
  3. Further standardize renaming

    is-ahmed committed May 22, 2024
    Configuration menu
    Copy the full SHA
    17abe52 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. final touches

    applying the professor's comments, including aliasing for imports, changing routes in all places, and returning ServerPart Response instead of IO Response in controller functions
    mimischly7 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    c288781 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Fix naming and changelog

    is-ahmed committed May 27, 2024
    Configuration menu
    Copy the full SHA
    c855f3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c86ec7 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Merge branch 'master' of https://github.com/Courseography/courseography

    … into task-1
    
    reolve merge
    mimischly7 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    8986f6f View commit details
    Browse the repository at this point in the history