-
Notifications
You must be signed in to change notification settings - Fork 365
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
Issue #962, Test Case CG6 #1412
Conversation
… and added personal comments
Co-authored-by: Andre Dargani <Mad3913@gmail.com> Co-authored-by: Regina Huang <huang.rong@northeastern.edu>
Thanks to @VanishedAIR, @laurarian & @madargani for this contribution to OED. The OED records do not indicate that @laurarian has signed the CLA. If this is correct, please use the link in the Description Checklist to do this so the pull request can be reviewed. If you think this is incorrect then please let me know. |
Hi,
I have signed the CLA now
Best,
Rong
获取 Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
发件人: Steven Huss-Lederman ***@***.***>
发送时间: Tuesday, December 17, 2024 8:48:32 AM
收件人: OpenEnergyDashboard/OED ***@***.***>
抄送: Rong Huang ***@***.***>; Mention ***@***.***>
主题: Re: [OpenEnergyDashboard/OED] Issue #962, Test Case CG6 (PR #1412)
Thanks to @VanishedAIR<https://github.com/VanishedAIR>, @laurarian<https://github.com/laurarian> & @madargani<https://github.com/madargani> for this contribution to OED. The OED records do not indicate that @laurarian<https://github.com/laurarian> has signed the CLA. If this is correct, please use the link in the Description Checklist to do this so the pull request can be reviewed. If you think this is incorrect then please let me know.
―
Reply to this email directly, view it on GitHub<#1412 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ASWTAM45HSOQIJUQU3WJA6D2GATTBAVCNFSM6AAAAABTVIE2JKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNBYGUYTAMBTGQ>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
@huss I believe she just submitted the agreement right now, could you confirm you can see it on your end? Thanks! |
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.
Thanks to @VanishedAIR, @laurarian & @madargani for their first contribution to OED. Testing found it works as desired. I made two small comments to address. Also, the files docker-compose.yml
, package.json
and package-lock.json
are modified. Normally these would not be altered by adding a new test. Unless you have a reason for the change then these should be undone. I note that there is a new compile/build error that I'm hoping relates to this but I'll look again after the changes are made. Please let me know if you need anything.
Would it be fine if for the docker-compose.yml, package.json and package-lock.json files I reverted back to the code that is present in the current OED files, because I think they changed when I pulled in some changes. |
@VanishedAIR Yes, that should be fine. I think the docker file was changed to allowed access to the Postgres DB. Why the others changed is unclear to me at this time. |
Co-authored-by: Andre Dargani <Mad3913@gmail.com> Co-authored-by: Regina Huang <huang.rong@northeastern.edu>
I copy and pasted from the current OED files, and commented the port back to its previous state, and updated the CG6 description. Let me know if anything else needs changes! |
I am leaving a comment that I realized that the copy/paste that I said was okay changed the git history to show some previous changes in package.json as ones from this PR. I tried to fix but my git ability did not easily make it happen so I am letting it go. It also added some blank lines at the end of a few files. Overall, this is not too important but it will cause developers to have to do an npm install (happens automatically) after they pull this PR. |
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.
Thanks for updating the code and sorry it took me a few days to get back to this. Review and testing found it works as desired. Congratulations to @VanishedAIR, @laurarian & @madargani on your first accepted contribution to OED.
Description
Finished writing code for test case CG6 in the file src\server\test\web\readingsCompareGroupQuantity.js, allowing test case CG6 to successfully run.
Done as part of participating in a CTI program to allow developers to get some beginner-friendly open-source experience.
Worked with Regina Huang and Andre Dargani as part of CTI.
Team members:
@VanishedAIR
@laurarian
@madargani
Partly addresses issue #962
Type of change
Checklist
Limitations
No additional issues as known.