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

Added our solar system #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

dannydes
Copy link
Contributor

No description provided.

"name": "pluto",
"parent": "solar system"
},
{
"name": "earth",
Copy link
Owner

Choose a reason for hiding this comment

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

Since you have already added earth on line 11, you can remove the earth's entry from here to prevent duplication of data. Update the PR once, done so that I can merge it! :)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hmm, maybe we could have separate files for different planets too as that would be more consistent, and there is a few data about Mars already.

Copy link
Owner

Choose a reason for hiding this comment

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

Yup! That's the eventual plan, and also why this file is currently named as earth.json. If you feel there is sufficient data about other planets, then we can create separate files for each planet.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I've updated earth's parent to solar system, but I think having another file for Mars would be the ideal thing to do.

Copy link
Owner

Choose a reason for hiding this comment

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

In that case go for it. Create a new file called mars.json with details of all places on mars and send it in. Once this is done, we can restructure a bit to create a better hierarchy.

@sayak-sarkar
Copy link
Owner

Since you have already added earth on line 11, you can remove the earth's entry from here to prevent duplication of data. Update the PR once, done so that I can merge it! :)

@sayak-sarkar
Copy link
Owner

Still need to create a proper structure out of this. Maybe split planets into different files and group files into directories of solar systems?

@dannydes
Copy link
Contributor Author

Hmm, that would be a good idea. We should also have an upper hierarchy for gallaxies.

@sayak-sarkar
Copy link
Owner

I think a directory structure of the pattern: "Universe" -> "Galaxies" -> "Solar Systems" -> "Planets" would make sense here.

@dannydes
Copy link
Contributor Author

Agreed :)

@sayak-sarkar
Copy link
Owner

Can you make the required changes and update this PR so that I can merge this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants