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

Artist #6

Merged
merged 8 commits into from
Sep 12, 2024
Merged

Artist #6

merged 8 commits into from
Sep 12, 2024

Conversation

GBowman1
Copy link
Collaborator

@GBowman1 GBowman1 commented Sep 12, 2024

Type of Change

  • New Feature
  • Debugging
  • Refactor

Describe Changes Made

In this PR I built functionality to hit artist index with a search param as a artist name. It will return a list of artist matching the search param.
From there our front end can add buttons or functionality so they can pass a artist back to us that the user wants to save, the create action will create a record of a users artist this is where we will store that users "favorite artist"
this goes for the delete action aswell.
I went ahead and built Service, Facade, Poro and Serializer for the artist request for MusicBrainz API

PLEASE Review its 5 am and i started at 2 am, i could have made plenty of mistakes

PR Checklist

  • Added Reviewer
  • Followed TDD, And Test are Passing

@GBowman1
Copy link
Collaborator Author

Also note, i removed the coverage that was being tracked by git in earlier PR's and updated git ignore

Copy link
Contributor

Choose a reason for hiding this comment

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

didnt know factory bot could do music band names

Copy link
Contributor

@clydeautin clydeautin left a comment

Choose a reason for hiding this comment

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

great work, all looks good

@clydeautin clydeautin merged commit 2b2d7da into main Sep 12, 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