Skip to content
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

Reading Schema Update #193

Conversation

lakshyajit165
Copy link

Description

Fixes #162

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • My changes generate no new warnings

Reviewer: Vinit Shahdeo and @amaaniqbal

@amaaniqbal
Copy link

@ArpitKotecha please review his task!

Copy link
Owner

@vinitshahdeo vinitshahdeo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lakshyajit165 Waiting for @ArpitKotecha to confirm if this is not duplicate.

@@ -6,7 +6,23 @@ const readingSchema = new mongoose.Schema({
value: {
required: true,
type: String
},
tankId: {
required: true,
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ArpitKotecha Can you please review this. I see similar PR at other places too? Can you please verify.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vinitshahdeo Probably while creating/modifying routes in other PR's they have modified the schema accordingly.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ArpitKotecha Can you please review this. I see similar PR at other places too? Can you please verify.

@vinitshahdeo Maybe we can merge this and request in other PR to include this schema instead of modifying by themselve.

@lakshyajit165
Copy link
Author

@vinitshahdeo, if this's a duplicate then how come was I assigned to it in the first place? Am I not supposed to get any points for this then?

@vinitshahdeo
Copy link
Owner

@lakshyajit165 Nope - I'm not talking about the duplicate issue, I'm talking about the duplicate code. For sure, you'll get the marks. We don't want you to lose marks. Take a chill pill.

PS: I highly appreciate your efforts and contributions - It's not only about the marks; it's about the collaboration which makes open-source great so far.

@lakshyajit165
Copy link
Author

@vinitshahdeo I respect what you say and fully agree with you. It's just that, I want it to get reviewed so that I could, take up other issues or suggest new ones if I am allowed.

@vinitshahdeo
Copy link
Owner

@lakshyajit165 Sure, please allow us some time. Our mentors will review and get back to you.

@ArpitKotecha ArpitKotecha changed the title Feature/backend node Reading Schema Update Mar 23, 2020
@lakshyajit165
Copy link
Author

@ArpitKotecha. So are the changes done by me still valid?

},
tankLocation: {
required: true,
type: String
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use GeoJSON

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ArpitKotecha. I have made the necessary changes. Please review.

@lakshyajit165
Copy link
Author

@ArpitKotecha @vinitshahdeo @amaaniqbal - A gentle follow up on this.

@ArpitKotecha ArpitKotecha merged commit f448795 into vinitshahdeo:feature/backend-node Apr 1, 2020
@welcome
Copy link

welcome bot commented Apr 1, 2020

Congrats on merging your first pull request! 🙌🎉⚡️
Show some love by starring a few of my repositories.

@lakshyajit165
Copy link
Author

@ArpitKotecha, Please add the required labels for this PR, as my scores aren't getting reflected.

@PragatiVerma18 PragatiVerma18 added gssoc20 Welcome to GirlScript Summer of Code 2020 medium medium level issue labels Apr 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc20 Welcome to GirlScript Summer of Code 2020 medium medium level issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants