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

E2415. Reimplement response[s]_controller.rb #81

Closed
wants to merge 47 commits into from

Commits on Feb 28, 2024

  1. Seed data added

    Deana Franks committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    a4580aa View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Updated

    Deana Franks committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    c7a7ca9 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Added minimum required seed data

    Deana Franks committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    1641720 View commit details
    Browse the repository at this point in the history
  2. Addingadditional seed data

    Deana Franks committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    f8851f2 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Configuration menu
    Copy the full SHA
    45c3dae View commit details
    Browse the repository at this point in the history
  2. Updated seed data

    Deana Franks committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    b39d354 View commit details
    Browse the repository at this point in the history
  3. Added assignment_id to response_map

    Deana Franks committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    00fa4df View commit details
    Browse the repository at this point in the history
  4. Seed data went through

    Deana Franks committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    b4e5cb8 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Added responses service.

    Deana Franks committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    4ee0bbc View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

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

Commits on Mar 5, 2024

  1. Added additional columns for the teams table

    Deana Franks committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    cff3fad View commit details
    Browse the repository at this point in the history
  2. Created teams_users table

    Deana Franks committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    83623f2 View commit details
    Browse the repository at this point in the history
  3. Added teams_users table and try to cover all response sub classes. It…

    … didn't work.
    Deana Franks committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    0b88548 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Added create, edit, and update method

    Deana Franks committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    4daf86a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c7bb01 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

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

Commits on Mar 11, 2024

  1. Inatlled active_model_serializers

    Deana Franks committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    a691e2d View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Removed dto and used Active_Model_serializer instead

    Deana Franks committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    17bc708 View commit details
    Browse the repository at this point in the history
  2. Updated show, new, create, edit, and update methods

    Deana Franks committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    880cbd8 View commit details
    Browse the repository at this point in the history
  3. Fixed bugs in new and create methods.

    Deana Franks committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    2a3ef7a View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Added columns to Participants

    Deana Franks committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    3b35c32 View commit details
    Browse the repository at this point in the history
  2. Create teams_users table.

    Deana Franks committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    752824a View commit details
    Browse the repository at this point in the history
  3. Created sign_up_topic table

    Deana Franks committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    850e122 View commit details
    Browse the repository at this point in the history
  4. Created signed_up_team table

    Deana Franks committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    a0dfcb0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1b6174b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    daf8291 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

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

Commits on Mar 15, 2024

  1. Added assignment_questionnaire_id to respons_map

    Deana Franks committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    84db93a View commit details
    Browse the repository at this point in the history
  2. Updated new and create method and create the locks table

    Deana Franks committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    6b887a1 View commit details
    Browse the repository at this point in the history
  3. Fixed bugs and updated methods in the Response controller

    Deana Franks committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    45b086a View commit details
    Browse the repository at this point in the history
  4. Removed active_model_serializer.

    Deana Franks committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    11a5b5a View commit details
    Browse the repository at this point in the history
  5. Added topic_id to assignment_questionnaires table

    Deana Franks committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    34d979c View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. Fixed bugs and added postman collection

    Deana Franks committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    c10414a View commit details
    Browse the repository at this point in the history
  2. Integrated ResponseHandler and Response model.

    Deana Franks committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    d3c91b7 View commit details
    Browse the repository at this point in the history
  3. Revised the code based on the changes of adding set_content and valid…

    …ate method into response model
    Deana Franks committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    97622e9 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Added RSpec tests for response model and controller.

    Deana Franks committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    e0a802a View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Removed Genfile.lock and seed.rb

    Deana Franks committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    3876fd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7449699 View commit details
    Browse the repository at this point in the history
  3. Completed commenting methods

    Deana Franks committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    bd6434e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22c47c6 View commit details
    Browse the repository at this point in the history
  5. Removed instance variables in the EmailObject.

    Deana Franks committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    1ca2dd4 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Changed question to item and fixed bugs.

    Deana Franks committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    dbb8ffb View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Configuration menu
    Copy the full SHA
    1362fc6 View commit details
    Browse the repository at this point in the history
  2. Cleaned up response_spec.rb

    Deana Franks committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    674001d View commit details
    Browse the repository at this point in the history
  3. Uncommented get_questionnairein response_helper

    Deana Franks committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    cef2608 View commit details
    Browse the repository at this point in the history
  4. Added Responses Swagger endpoints

    Deana Franks committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    be33f33 View commit details
    Browse the repository at this point in the history
  5. Added Security property into swagger.yaml

    Deana Franks committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    4c4d7f5 View commit details
    Browse the repository at this point in the history