-
Notifications
You must be signed in to change notification settings - Fork 5
Save opportunities #287
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
Save opportunities #287
Conversation
…OS/LabConnect-Backend into Save-Opportunities
Now it takes a list of opp id's and deletes them.
|
Here's the code health analysis summary for commits Analysis Summary
|
RafaelCenzano
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything lookg good can you just remove the comments and things that are still in this branch but not main. Just take a look at the files you didn't touch or code you didn't change and make sure it matches main
labconnect/models.py
Outdated
| ) | ||
|
|
||
| user = db.relationship("User", back_populates="saved_opportunities") | ||
| #user = db.relationship("User", back_populates="opportunities") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These commented things were removed in main, they should be removed here too
Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes # (issue)
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.
Checklist: