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

fixing issue #466: On assignments allow the instructor to set a day/time for it to be make visible #502

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Commits on Jul 10, 2024

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

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    a118ef7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ea840c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    163989f View commit details
    Browse the repository at this point in the history
  4. minor test changes

    jjjonesj committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    4d513e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    20a1026 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d7fc91f View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

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

Commits on Jul 16, 2024

  1. Changed the hidden and visible objects in the instructor file back in…

    …to booleans. Fixed a couple of syntax errors in the student file. Created new logic for the crud file for testing when our database is fixed.
    jjjonesj committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    4edb08e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24a51bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9384a1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from kwizeras/fixing_issue#466

    Workingon466
    jjjonesj authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    e12cc89 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d2e3036 View commit details
    Browse the repository at this point in the history
  6. modified fetch_assignments logic in crud.py file to accomodate new ch…

    …anges from the main repo
    jjjonesj committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    733768b View commit details
    Browse the repository at this point in the history
  7. modified fetch_assignments logic in crud.py file by adding the vclaus…

    …e else statement back. Mistakenly deleted it.
    jjjonesj committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    28a9c67 View commit details
    Browse the repository at this point in the history
  8. modified models.py by adding the visible boolean column back. Fixed s…

    …yntax errors in student.py file again.
    jjjonesj committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    8d077bb View commit details
    Browse the repository at this point in the history