-
Notifications
You must be signed in to change notification settings - Fork 1
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
Changes required by Finance Service implementation #35
Conversation
@@ -6,6 +6,8 @@ | |||
import javax.validation.constraints.Size; | |||
import java.util.*; | |||
|
|||
// TODO explain why this class is duplicated in RAS and ACCS or remove | |||
// this version |
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.
Deal with the ToDos.
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.
Duplicated RAS models are removed by PR #32.
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.
Done
Then, remove the TODO comment.
… On 12 Nov 2021, at 12:55 , Armstrong Goes ***@***.***> wrote:
@armstrongmsg commented on this pull request.
In src/main/java/cloud/fogbow/accs/core/models/orders/ComputeOrder.java <#35 (comment)>:
> @@ -6,6 +6,8 @@
import javax.validation.constraints.Size;
import java.util.*;
+// TODO explain why this class is duplicated in RAS and ACCS or remove
+// this version
Duplicated RAS models are removed by PR #32 <#32>.
—
You are receiving this because your review was requested.
Reply to this email directly, view it on GitHub <#35 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABVYUTYZTJW2LLL7SCHFS33ULU2GHANCNFSM5HS5QEYQ>.
Triage notifications on the go with GitHub Mobile for iOS <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
__________________________________________
Francisco Vilar Brasileiro
Universidade Federal de Campina Grande
Unidade Acadêmica de Sistemas e Computação
Av. Aprígio Veloso, 882, Bloco CO
58.429-900, Campina Grande, PB, Brazil
|
Changes include adding order state history to Records and changing date format used by the service to consider hours, minutes and seconds.