Merged
Conversation
Kwandes
requested changes
Dec 7, 2021
Member
Kwandes
left a comment
There was a problem hiding this comment.
Requested a few changes
You have formatted a few files with your formatted which is ignoring the formatting rules for the API. I suggest that you ignore that and simply let me know when you're finished with the changes and I will format the API back to the convention.
apps/api/src/main/java/dk/treecreate/api/order/OrderController.java
Outdated
Show resolved
Hide resolved
apps/api/src/main/java/dk/treecreate/api/order/OrderController.java
Outdated
Show resolved
Hide resolved
apps/api/src/test/java/dk/treecreate/api/order/OrderServiceTest.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Kwandes <22862227+Kwandes@users.noreply.github.com>
….java Co-authored-by: Kwandes <22862227+Kwandes@users.noreply.github.com>
….java Co-authored-by: Kwandes <22862227+Kwandes@users.noreply.github.com>
…t.java Co-authored-by: Kwandes <22862227+Kwandes@users.noreply.github.com>
Kwandes
approved these changes
Dec 7, 2021
Teodor25
added a commit
that referenced
this pull request
Oct 30, 2022
Kwandes
added a commit
that referenced
this pull request
Oct 30, 2022
Kwandes
added a commit
that referenced
this pull request
Nov 3, 2022
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This pull request closes:
✔️ Closes: #197
🏁 Jira Issue: TC-30
Which service(s) does this issue affect:
Types of changes
Documentation Updates
Testing checklist
Browser compatibility - [Frontend only]
What changes have been done within this issue?
I turned the order status label into an input of type
selectwhich contains a list of all statuses.I created a new API endpoint for updating the order status.
When the status of an order is changed, the API is called to be updated.
How should this be manually tested?
By going to the orders page and updating the status of an order.
Screenshots or example usage