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

Controller routes #89

Open
wants to merge 31 commits into
base: master
Choose a base branch
from
Open

Controller routes #89

wants to merge 31 commits into from

Commits on Jun 17, 2022

  1. add simple models and migrations for course and assignment

    Kelisnor authored and Kelisnor committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    6f2c1b5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/ready-app/ready

    Kelisnor authored and Kelisnor committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    8cf4beb View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Merge branch 'master' of https://github.com/ready-app/ready

    Kelisnor authored and Kelisnor committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    58109d3 View commit details
    Browse the repository at this point in the history
  2. add more things for models and migrations for course and assignment

    Kelisnor authored and Kelisnor committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    c07c74c View commit details
    Browse the repository at this point in the history
  3. fix a casting problem

    Kelisnor authored and Kelisnor committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    545b382 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/ready-app/ready

    Kelisnor authored and Kelisnor committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    0c65323 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. using = true to attempt generating created_at and update_at

    Kelisnor authored and Kelisnor committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    48a58bc View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/ready-app/ready

    Kelisnor authored and Kelisnor committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    0b4cdd3 View commit details
    Browse the repository at this point in the history
  3. delete manully creating of 'created_at' attribute for Assignment migr…

    …ation
    Kelisnor authored and Kelisnor committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    1a1e1c1 View commit details
    Browse the repository at this point in the history
  4. adding relationships between Assignment and Course class, setting up …

    …foreign key for Assignment
    Kelisnor authored and Kelisnor committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    17c7944 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. delete unnecessary attribute in Assignment model

    Kelisnor authored and Kelisnor committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    0608652 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/ready-app/ready

    Kelisnor authored and Kelisnor committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    3ba87e5 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'AssignmentModelAndMigration'

    Kelisnor authored and Kelisnor committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    91c0c8f View commit details
    Browse the repository at this point in the history
  4. foreign key changes

    Kelisnor authored and Kelisnor committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    b7d5f04 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. basic controller for Course

    Kelisnor authored and Kelisnor committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    90ebb8c View commit details
    Browse the repository at this point in the history
  2. adding some policies and gates

    Kelisnor authored and Kelisnor committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    71c660b View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. single change to routes

    Kelisnor authored and Kelisnor committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    01bdcba View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. add assignment controller

    Kelisnor authored and Kelisnor committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    e73eccb View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Merge branch 'master' into ControllerRoutes

    Kelisnor authored and Kelisnor committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    32d1648 View commit details
    Browse the repository at this point in the history
  2. rewirte the update and destroy function so that it could only be chag…

    …e by admin
    Kelisnor authored and Kelisnor committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    cee750c View commit details
    Browse the repository at this point in the history
  3. delete the original CourseWork Controller

    Kelisnor authored and Kelisnor committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    c021397 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. minor changes to controllers

    Kelisnor authored and Kelisnor committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    b89da19 View commit details
    Browse the repository at this point in the history
  2. delete unused functions

    Kelisnor authored and Kelisnor committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    a56539b View commit details
    Browse the repository at this point in the history
  3. rewrite functions with is_admin attribute

    Kelisnor authored and Kelisnor committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    4e05200 View commit details
    Browse the repository at this point in the history
  4. minor changes

    Kelisnor authored and Kelisnor committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    e3d8823 View commit details
    Browse the repository at this point in the history
  5. changes in policies

    Kelisnor authored and Kelisnor committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    e80233b View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. minor changes to delete unused functions

    Kelisnor authored and Kelisnor committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    b94a8df View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. change to the relations between Models

    Kelisnor authored and Kelisnor committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    5028d01 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2022

  1. add validations

    Kelisnor authored and Kelisnor committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    1307f0a View commit details
    Browse the repository at this point in the history
  2. change to resource controller

    Kelisnor authored and Kelisnor committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    2203483 View commit details
    Browse the repository at this point in the history
  3. minor changes

    Kelisnor authored and Kelisnor committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    c47f35d View commit details
    Browse the repository at this point in the history