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

Add more data about beers to our database #1

Open
nikopetr opened this issue Jul 16, 2020 · 0 comments
Open

Add more data about beers to our database #1

nikopetr opened this issue Jul 16, 2020 · 0 comments
Labels

Comments

@nikopetr
Copy link
Owner

This one is a good first issue for anyone interested in contributing.
What you are trying to do is to add more beers to our catalog through insertion of data to our current database.
Feel free to ask for more help on how to implement this but here are some helpful steps:

  • Follow this path to find the database: My-Beer-Journey/BeerApp/app/src/main/assets/databases/
  • Check how the beer table is structured and how the details of each beer is saved in the columns of a record
  • Find information about any beer (or beers) that in not already stored to the database
  • Add more records of beers to the beer table from the information you gathered based on the db's table structure
@nikopetr nikopetr added good first issue Good for newcomers database labels Jul 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant