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

Model and Migration Updates #13

Open
wants to merge 469 commits into
base: main
Choose a base branch
from
Open
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jun 17, 2023

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

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    b705074 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    010a5e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b828e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    91a15d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d32e062 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Fix features from IBS-29 and implement deletion of roles

    - There were several issues from IBS-29 which have been addressed/fixed
       1. Form submission wasn't handled correctly. Was resolved via
          checking for errors on submission.
       2. Admin role cannot be assigned. Only student role can be assigned.
       3. `update_user_info` query need not be set for submission
          (optional).
       4. All controllers now have default values so that MUI doesn't
          complain about components being uncontrolled/controlled.
    - Added in more descriptive toast messages.
    - Handle backend resposes better.
    - Implemented deletion of roles (this feature)
       - Added in support for deleting all user roles.
       - Handle the case where each user can be deleted individually.
    ryu-kyu committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    9fcf83d View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. add upload roles endpoint

    ryu-kyu committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    810d32c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    888bc0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c3e600 View commit details
    Browse the repository at this point in the history
  4. change to postForm of axios

    ryu-kyu committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    727b723 View commit details
    Browse the repository at this point in the history
  5. fix sending file to endpoint

    ryu-kyu committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    add6ee1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4185a30 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8073b2c View commit details
    Browse the repository at this point in the history
  8. Merge pull request #18 from DakshChan/feature/IBS-16

    [IBS-16] Create add/delete/get view for task groups
    Kianoosh76 authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    381a7bd View commit details
    Browse the repository at this point in the history
  9. Merge pull request #21 from DakshChan/feature/IBS-29-adminRoles

    [IBS-29] Add roles from admin panel
    Kianoosh76 authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    21835a1 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #20 from DakshChan/feature/IBS-11

    [IBS-11] - Group List Page
    Kianoosh76 authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    33d6790 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #23 from DakshChan/feature/IBS-30-batchUploadRoles…

    …Admin
    
    [IBS-30] Upload roles for users from admin
    Kianoosh76 authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    1c525d7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    433f83a View commit details
    Browse the repository at this point in the history
  13. Removing rootless docker

    Kianoosh76 authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    f3107a8 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #19 from DakshChan/feature/DEV-012-aggregatedGrades

    [IBS-12] Add 3 extra features to Aggregated Grades Table
    Kianoosh76 authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    04843ec View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    233dd54 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    320b127 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #25 from DakshChan/feature/IBS-8

    Feature/ibs 8
    Kianoosh76 authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    f6beec4 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #24 from DakshChan/feature/IBS-6

    Feature/ibs 6
    Kianoosh76 authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    5797e3c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c36196a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    da39eeb View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    b3379ce View commit details
    Browse the repository at this point in the history
  2. Created axios instance with baseUrl from env vars and automatically a…

    …ttaches Authorization header to every request
    DomiVesalius committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    2ab006b View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

  1. Configuration menu
    Copy the full SHA
    dad918c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9de08cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a5726c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7a2c75 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    15a2c6c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5f97898 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fda55c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

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

Commits on Jul 4, 2023

  1. Configuration menu
    Copy the full SHA
    8b15538 View commit details
    Browse the repository at this point in the history
  2. use grid v2 props

    ryu-kyu committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    7b435a7 View commit details
    Browse the repository at this point in the history
  3. add controllers/inputs

    ryu-kyu committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    f2d888d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d123d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    54da207 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    865aea4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70f9cf4 View commit details
    Browse the repository at this point in the history
  4. complete docs (notes), complete tab

    - default token count now has "tokens" appended to input field.
    - token length now has "hrs" appended to input field. frontend handles
      hrs to mins conversion before calling backend api.
    - use CustomOutlinedInput that uses OutlinedInput as base instead of
      default TextField.
    ryu-kyu committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    2898b60 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    8a7e125 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cef56ad View commit details
    Browse the repository at this point in the history
  3. delete redundant routes

    ryu-kyu committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    0110c7d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #26 from DakshChan/feature/IBS-24-25-collectAndDow…

    …nloadSubmissions
    
    Collect and Download submissions
    DomiVesalius authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    3e19ef2 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

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

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    37729e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1dd924 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9756ae View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. added the ability to add and modify tasks

    to the course by instructor
    added long_name to backend
    added a new weight validation func for modified tasks
    added delete endpoint
    added delete task to frontend
    modified taskcard
    ShbnmTjk committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    c7e0a24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8407d63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30a71cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    525d560 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'feature/IBS-28-updatedCourseCardsAdmin' into feature/IB…

    …S-50-backendUploadRoles
    ryu-kyu committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    4fed8e2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    80eed37 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fb49c22 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d0f6af5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6dfa395 View commit details
    Browse the repository at this point in the history
  10. use diff toast msg for 401

    ryu-kyu committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    ace90c7 View commit details
    Browse the repository at this point in the history
  11. use diff toast msg for 401

    ryu-kyu committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    52fec59 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    614b92d View commit details
    Browse the repository at this point in the history
  13. added the ability to add and modify tasks

    to the course by instructor
    added long_name to backend
    added a new weight validation func for modified tasks
    added delete endpoint
    added delete task to frontend
    modified taskcard
    ShbnmTjk committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    1cc93ef View commit details
    Browse the repository at this point in the history
  14. resolved conflicts

    ShbnmTjk committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    2272160 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Merge pull request #30 from DakshChan/feature/IBS-47-safariCards

    [IBS-47] Fix cards on Safari
    ryu-kyu authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    a8f3a01 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #28 from DakshChan/feature/IBS-50-backendUploadRoles

    [IBS-50] Implement backend functionality for registering users when batch upload
    ryu-kyu authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    33b8c30 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #27 from DakshChan/feature/IBS-28-updatedCourseCar…

    …dsAdmin
    
    [IBS-26, 27, 28] Admin Panel
    ryu-kyu authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    24b3f7d View commit details
    Browse the repository at this point in the history
  4. added nodemon dep

    DomiVesalius committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    da12a03 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3a1b71d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ab5e887 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6b9eacd View commit details
    Browse the repository at this point in the history
  8. update doc

    DomiVesalius committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    507f9f3 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    7924a4d View commit details
    Browse the repository at this point in the history
  2. Update instructor api

    joshuamenezes committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    5a74d56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dcadf74 View commit details
    Browse the repository at this point in the history
  4. add groups route

    ryu-kyu committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    b6f7877 View commit details
    Browse the repository at this point in the history
  5. Upload csv marks button

    joshuamenezes committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    81b5d9b View commit details
    Browse the repository at this point in the history
  6. fix setting rows for table

    ryu-kyu committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    1cdb04e View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. Configuration menu
    Copy the full SHA
    ec7183e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e6915f View commit details
    Browse the repository at this point in the history
  3. set reminder

    ryu-kyu committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    e93a1e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1750bc View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. Configuration menu
    Copy the full SHA
    db40044 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce3520b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db53312 View commit details
    Browse the repository at this point in the history
  4. added icon to button

    DomiVesalius committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    c5cd8ea View commit details
    Browse the repository at this point in the history
  5. Merge pull request #31 from DakshChan/feature/IBS-20-getMarksCSV

    [IBS-20] get marks csv button
    DomiVesalius authored Jul 23, 2023
    Configuration menu
    Copy the full SHA
    f4255b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0ee66af View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5510a80 View commit details
    Browse the repository at this point in the history
  8. Added submit mark page

    DomiVesalius committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    0035a9a View commit details
    Browse the repository at this point in the history
  9. Merge pull request #32 from DakshChan/feature/IBS-49-SubmitAssignment…

    …MarksTable
    
    [IBS-46] submit assignment marks table
    DomiVesalius authored Jul 23, 2023
    Configuration menu
    Copy the full SHA
    2b13260 View commit details
    Browse the repository at this point in the history
  10. fixed merge conflicts

    DomiVesalius committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    40a1c55 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #29 from DakshChan/origin/feature/IBS-14&15

    Origin/feature/ibs 14&15
    DomiVesalius authored Jul 23, 2023
    Configuration menu
    Copy the full SHA
    c57bc80 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    94ed6a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. fix typo

    ryu-kyu committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    df63313 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb792fa View commit details
    Browse the repository at this point in the history
  3. add set_* input fields

    ryu-kyu committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    18dda30 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    998fa71 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. use flexy tabs

    ryu-kyu committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    57fb3f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a712106 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9bc1101 View commit details
    Browse the repository at this point in the history
  4. Update helpers.js

    hanxianxuhuang authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    dbb30a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    529a04f View commit details
    Browse the repository at this point in the history
  6. use contexts defined

    ryu-kyu committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    11013f4 View commit details
    Browse the repository at this point in the history
  7. center schedule interviews, move contexts to src/contexts, finish fil…

    …ter inputs except date/time
    ryu-kyu committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    54c1daa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e424346 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0aea819 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4f4a73a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5386a06 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. convert time format

    ryu-kyu committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    38a9f2f View commit details
    Browse the repository at this point in the history
  2. generalize interview page to instructors + tas

    - make necessary name changes
    - relocate api calls from TaApi to StaffApi
    - create route for instructors' interview page
    ryu-kyu committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    20652dc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #33 from DakshChan/feature/IBS-35-upcomingInterviews

    [IBS-35] Upcoming Interviews Page
    ryu-kyu authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    0d30301 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed22a2b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #10 from DakshChan/daksh_merge_upstream

    Daksh merge upstream
    hanxianxuhuang authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    a26218f View commit details
    Browse the repository at this point in the history
  6. added the ability to reales/hide task marks

    for instructor
    ShbnmTjk committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    a08c3de View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    1043d31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65e51b0 View commit details
    Browse the repository at this point in the history
  3. Handle errors

    joshuamenezes committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    c79744d View commit details
    Browse the repository at this point in the history
  4. Update branch off main

    joshuamenezes committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    e68aaa3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5da7fa3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5c724ca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    46af560 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    a4dcb93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cac80db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab81b56 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #37 from DakshChan/feature/IBS-32-InterviewTaCRUD

    [IBS-32,33] CRUD Views for Interviews
    ryu-kyu authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    4ae58c1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    afff06b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cd51b02 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5283c9e View commit details
    Browse the repository at this point in the history
  8. Merge pull request #34 from DakshChan/feature/IBS-21

    [IBS-21] Upload Marks (CSV) For instructor
    Kianoosh76 authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    0c7d731 View commit details
    Browse the repository at this point in the history
  9. Added export mark button

    DomiVesalius committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    81ffa71 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8002e8d View commit details
    Browse the repository at this point in the history
  11. remove print stmts

    ryu-kyu committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    ffa122c View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

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

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    b7566b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9baf44c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5e85f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    16c2ca7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    43bc425 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5d1ec0f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e13a9b5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c488338 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #35 from DakshChan/origin/feature/IBS-23&51

    IBS-23&51 release/hide marks by instructor
    ShbnmTjk authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    e96d0b6 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #36 from DakshChan/origin/feature/IBS-45

    IBS-45 Task details for instructor
    ShbnmTjk authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    e1d2175 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. for consistent formatting

    ryu-kyu committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    ea9d5a0 View commit details
    Browse the repository at this point in the history
  2. fix psql syntax err

    ryu-kyu committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    07d1b6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd4ec20 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3839da View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f69e89 View commit details
    Browse the repository at this point in the history
  6. refine components

    - make all inputs small so that styling is more consistent
    - use better wording for admins, clarify confusions
    ryu-kyu committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    76ea830 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7f462b4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    de8a785 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #38 from DakshChan/feature/AdminBugFixes

    Admin Bug Fixes
    ryu-kyu authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    c7b4e23 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5c158ca View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    96ba136 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #39 from DakshChan/feature/AdminBugFixes

    Fix additional bugs
    ryu-kyu authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    7e037bf View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    1d7f793 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d58a5c1 View commit details
    Browse the repository at this point in the history
  3. fix date formatting

    ryu-kyu committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    9b984eb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #40 from DakshChan/feature/AdminBugFixes

    Interviews Page (Bug Fixes)
    ryu-kyu authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    2ce5272 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Configuration menu
    Copy the full SHA
    96a1071 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3a3e34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6437cf4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f297d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b6021e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #42 from DakshChan/feature/AdminBugFixes

    Admin Bug Fixes - Fix interview page bugs
    ryu-kyu authored Aug 6, 2023
    Configuration menu
    Copy the full SHA
    b02a755 View commit details
    Browse the repository at this point in the history
  7. adjust bad alignment

    ryu-kyu committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    167943d View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

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

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    d26671a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #41 from DakshChan/feature/IBS-49

    Feature/ibs 49
    joshuamenezes authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    9200bb6 View commit details
    Browse the repository at this point in the history
  3. fix exports

    ryu-kyu committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    d84836f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f214c2c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e33f116 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    36c6a43 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f5fca2d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    42eb056 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    041761f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cbd223a View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. Configuration menu
    Copy the full SHA
    95657fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e4f60f View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    0dc4e6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    895425f View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    078a945 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f1887d View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    1d46b7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c192d44 View commit details
    Browse the repository at this point in the history
  3. change docstring

    ryu-kyu committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    9d76aec View commit details
    Browse the repository at this point in the history
  4. Merge pull request #43 from DakshChan/feature/AdminBugFixesV2

    Admin Bug Fixes V2
    ryu-kyu authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    26c0231 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    98cd63b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    292bcb6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #44 from DakshChan/feature/IBS-18-addDeleteAssignm…

    …entCriteria
    
    Feature/ibs 18 add delete assignment criteria
    DomiVesalius authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    4c31bf6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fed8560 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a72cb03 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    78bb9d8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9284241 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    da3d96f View commit details
    Browse the repository at this point in the history
  9. Added a message that tells the user that a course with 0 assessments …

    …has no assessments on the course page
    DomiVesalius committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    6abb128 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c639e35 View commit details
    Browse the repository at this point in the history
  11. Fixed upload mark button and added it to task mark table component to…

    … allow for batch uploading
    DomiVesalius committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    8299a5c View commit details
    Browse the repository at this point in the history
  12. Add route to page

    joshuamenezes committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    00010f2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    65f9a68 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    37c880a View commit details
    Browse the repository at this point in the history
  15. Merge pull request #46 from DakshChan/fix-logout

    Increase JWT expiry and Rate Limiter requests
    joshuamenezes authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    43dda8d View commit details
    Browse the repository at this point in the history
  16. Merge pull request #45 from DakshChan/feature/IBS-55

    Feature/ibs 55
    joshuamenezes authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    935c421 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5bd618d View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. fixed missing import

    DomiVesalius committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    89f9253 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    001a6e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ca753d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb63ab1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e9d31fc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    36f2e71 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3375e5e View commit details
    Browse the repository at this point in the history
  8. Merge pull request #47 from DakshChan/feature/task-group-name

    Feature/task group name
    DomiVesalius authored Aug 19, 2023
    Configuration menu
    Copy the full SHA
    4735f3c View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. ibs-53

    ShbnmTjk committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    9bf77e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52b0180 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea2b346 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe86af0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9f62c8a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    009f166 View commit details
    Browse the repository at this point in the history
  7. fix merge conflicts

    ryu-kyu committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    dd109e8 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #50 from DakshChan/feature/AdminBugFixesV2

    Admin Bug Fixes v2
    ryu-kyu authored Aug 20, 2023
    Configuration menu
    Copy the full SHA
    4935420 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    643c3ae View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    27934be View commit details
    Browse the repository at this point in the history
  11. Edited task notes

    ShbnmTjk committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    70eab33 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2164aee View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    09c80ef View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    dc3151f View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    f876ba8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fcb4ed View commit details
    Browse the repository at this point in the history
  3. updated home and task cards

    ShbnmTjk committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    74c4168 View commit details
    Browse the repository at this point in the history
  4. debug task mark page view

    ShbnmTjk committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    d34b5de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1d8e652 View commit details
    Browse the repository at this point in the history
  6. hide mark debug

    ShbnmTjk committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    95db8c0 View commit details
    Browse the repository at this point in the history
  7. task notes update

    ShbnmTjk committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    2dc5f18 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #51 from DakshChan/feature/IBS-58

    Feature/ibs-58
    ShbnmTjk authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    852159f View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

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

Commits on Oct 8, 2023

  1. added models and migrations

    hezhongq committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    af0c8f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

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

Commits on Nov 24, 2023

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

Commits on Dec 1, 2023

  1. updated port number to 3000

    hezhongq committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    ced704e View commit details
    Browse the repository at this point in the history
  2. removed models_temp folder

    hezhongq committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    9a0d495 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f129cb1 View commit details
    Browse the repository at this point in the history
  4. upgrated test script

    hezhongq committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    5aaaa19 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    efaf5ea View commit details
    Browse the repository at this point in the history
  6. updated model name

    hezhongq committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    3b81ace View commit details
    Browse the repository at this point in the history
  7. reverted unecessary changes

    hezhongq committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    82050c1 View commit details
    Browse the repository at this point in the history