-
Notifications
You must be signed in to change notification settings - Fork 0
Solve [US16] - Ajudar Solicitação #121 #14
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
Merged
The head ref may contain hidden characters: "121_ajudar_solicita\u00E7\u00E3o"
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
17ead1f
feat: fga-eps-mds/2020.2-Lend.it#109 Create delete method for product…
Thais-ra bf9fecb
refactor: fga-eps-mds/2020.2-Lend.it#109 Fix delete request
mateusmaiamaia dcd190d
Merge branch 'devel' of https://github.com/Lend-it/Request into 109_d…
Thais-ra 6d7efd6
chore: fga-eps-mds/2020.2-Lend.it#109 Change caused by lint
Thais-ra ae48c3c
Merge branch 'devel' of https://github.com/Lend-it/Request into 109_d…
mateusmaiamaia 1f275e5
Merge branch '109_deletar_lend' of https://github.com/Lend-it/Request…
mateusmaiamaia fc130a2
feat: fga-eps-mds/2020.2-Lend.it#121 create update lender method
mateusmaiamaia bd32946
feat: fga-eps-mds/2020.2-Lend.it#121 create test for update lend request
mateusmaiamaia d273e8d
chore: fga-eps-mds/2020.2-Lend.it#121 remove duplicated import db
Matheusafonsouza f4313a8
chore: fga-eps-mds/2020.2-Lend.it#121 remove try catch and create tes…
Matheusafonsouza ba2892b
Merge branch 'devel' of github.com:Lend-it/Request into 121_ajudar_so…
Matheusafonsouza 51757c3
Merge branch 'devel' of github.com:Lend-it/Request into 121_ajudar_so…
Matheusafonsouza 4d572a8
Merge branch '121_ajudar_solicitação' of github.com:Lend-it/Request i…
Matheusafonsouza 0354cdf
feat: fga-eps-mds/2020.2-Lend.it#121 create function for category join
mateusmaiamaia bbdcade
ci: fga-eps-mds/2020.2-Lend.it#121 Remove temporarily linter step
lucasdutraf 0a4b9b2
refactor: fga-eps-mds/2020.2-Lend.it#121 Update html cov script in Ma…
lucasdutraf File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| from project.api.models import Category | ||
|
|
||
|
|
||
| def get_category_name(requests: list) -> list: | ||
| for request in requests: | ||
| productcategoryid = request["productcategoryid"] | ||
| category = Category.query.filter_by(productcategoryid=productcategoryid).first() | ||
| request["categoryname"] = category.name | ||
|
|
||
| return requests |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.