Skip to content

[RSS-81] Create Announcement Reducers #67

Open
buffersquid wants to merge 3 commits intomasterfrom
RSS-81-AnnouncementReducers
Open

[RSS-81] Create Announcement Reducers #67
buffersquid wants to merge 3 commits intomasterfrom
RSS-81-AnnouncementReducers

Conversation

@buffersquid
Copy link
Copy Markdown
Member

Created the announcement reducers and test cases for them as well. All tests pass. The only one that may need to be revised is the select announcement functionality because I wasn't really sure how to do that with redux.

@buffersquid
Copy link
Copy Markdown
Member Author

Also, I was trying to fix the merge conflicts, but it says that I made something like 22 thousand changes to package-lock.json but I didn't anything that would cause this, so I'm going to hold off on fixing the conflicts until I figure out what happened.

Copy link
Copy Markdown
Collaborator

@jpoist97 jpoist97 left a comment

Choose a reason for hiding this comment

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

Code looks good! Just have one question about Select announcement which I think might need to be changed a little bit. As for the package-lock I think you might be able to just delete it and your node_modules and run npm i again and hopefully it will go back to how it was before.

Copy link
Copy Markdown
Collaborator

@jpoist97 jpoist97 left a comment

Choose a reason for hiding this comment

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

Looks good to me, looks like you have a conflict w the package-lock though.

@buffersquid
Copy link
Copy Markdown
Member Author

@jpoist97 Yeah I'm really not sure what's going on there. I tried to remove the package-lock.json file and reinstall it with npm i but that didn't seem to fix it and actually goes into an infinite loop when trying to reinstall the modules. Do you have any other ideas on what could be the issue? Is it possible to merge it without the package-lock.json?

Copy link
Copy Markdown
Collaborator

@jackfales jackfales left a comment

Choose a reason for hiding this comment

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

Looks good!

@jackfales
Copy link
Copy Markdown
Collaborator

@jpoist97 Yeah I'm really not sure what's going on there. I tried to remove the package-lock.json file and reinstall it with npm i but that didn't seem to fix it and actually goes into an infinite loop when trying to reinstall the modules. Do you have any other ideas on what could be the issue? Is it possible to merge it without the package-lock.json?

Maybe try running npm install --package-lock-only

@buffersquid
Copy link
Copy Markdown
Member Author

Ok tried that but now I think my whole thing is corrupted because I can't run npm start or get the site up. Very strange.

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.

3 participants