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

Testing/attendes #29

Merged
merged 5 commits into from
Sep 19, 2024
Merged

Testing/attendes #29

merged 5 commits into from
Sep 19, 2024

Conversation

RodrigoACG
Copy link
Collaborator

@RodrigoACG RodrigoACG commented Sep 19, 2024

Type of Change

  • New Feature
  • Debugging
  • Refactor

Describe Changes Made

Testing for the attendees and now 100% passing in simple cov. Also refactored a little bit of the index action

PR Checklist

  • Added Reviewer
  • Followed TDD, And Test are Passing

@RodrigoACG RodrigoACG self-assigned this Sep 19, 2024
@@ -21,7 +21,7 @@ def destroy
end

def index
attendees = Attendee.where(event_id: params[:event_id])
attendees = Attendee.all
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this might create a conflict with how the attendees for an event is being accessed

@GBowman1
Copy link
Collaborator

image

@GBowman1
Copy link
Collaborator

we are trying to get an index of a specific event so we were using the event_id param to search for it

@RodrigoACG
Copy link
Collaborator Author

we are trying to get an index of a specific event so we were using the event_id param to search for it

ohh okay ill work on that now and try to fix that

@RodrigoACG
Copy link
Collaborator Author

we are trying to get an index of a specific event so we were using the event_id param to search for it

ohh okay ill work on that now and try to fix that

It is now fixed

@GBowman1 GBowman1 merged commit be623cd into main Sep 19, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants