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

Cate Profir IC4 #4

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

Conversation

cateprofir13
Copy link

No description provided.

…bit and if that object can take in attributes. i checked the expected behaviour of the initialize method by passing in the Gems and minerals example
…pected behaviour by passing in two interest examples.
… name and exhibits attributes. I passed in examples to check the behaviour of the method.
…d added exhibits as an empty array for now. Added attr reader in oder for the method to be visible outiside the file
…t through the add_exhibits methods. I passed in three examples of exhibits to check the behaviour of the method.
…ects to the exhibits empty array with the examples pased in my test. During the execution of my code i realized my test were expecting objects instead of an array of objects so i went back an changed that, in order for the method to behave properly
…is class in order to access their information. Their interests name match the name of the exhibits and i used those to identify the expected output of the ethod.
…ling mistakes in my test. Came back to change those. Also my method was not recognizing the exhibits because i didnt add them to this test. I added that and the tests are now passing.
…ron in order to get the patron interest information. i used the find all method to iterate over the exhibits and find the mathcing values for interests.
… return a hash whwere the key are the main exhibits and keys are the patrons that are interersted in those.
… hash that would eventually be filled after the each loop. I iterarted over exhibits in order to get the patrons whose interest match the exhibit name. i used the exhibits key in order to add the patron value to the hash.
…nformation we already had from the previous tests. We need to check if the method can retuns the array of the patron contestanats
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.

1 participant