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

Revamp Book and User Collections #92

Closed
Mohitmadhav opened this issue Oct 2, 2021 · 2 comments · Fixed by #129
Closed

Revamp Book and User Collections #92

Mohitmadhav opened this issue Oct 2, 2021 · 2 comments · Fixed by #129
Assignees
Labels
enhancement new feature requests firebase For Firebase related issues good first issue good issue for first-time contributors Hacktoberfest For Hacktoberfest 2021 hard hard level issue high-priority Something that has a high priority

Comments

@Mohitmadhav
Copy link
Member

Mohitmadhav commented Oct 2, 2021

Description

We need to make two Collections

  1. Books
  • Book ISBN Number (unique identification),
  • Book Name,
  • Book Author,
  • Book Genre,
  • Book Owner (Will contain uid of user who is inputting the book),
  • Book Description
  • Book Photo

Apart from ISBN and Book Owner all fields can be null

  1. User
  • User name,
  • Location (lat,long),
  • User photo,
  • User bio,
  • User Genre Preference (top 3 preference)

If there are other things then add in case of user

Screenshots

None

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. Database files: lib/services/database_service.dart
  2. User and Book Providers: lib/providers

Additional data

We can have a discussion on Code Refactoring if required.

@Mohitmadhav Mohitmadhav added enhancement new feature requests Hacktoberfest For Hacktoberfest 2021 high-priority Something that has a high priority medium medium level issue hard hard level issue and removed medium medium level issue labels Oct 2, 2021
@Mohitmadhav Mohitmadhav added the firebase For Firebase related issues label Oct 2, 2021
@Mohitmadhav Mohitmadhav changed the title Revamp Firebase Database and Provider Functions Revamp Book and User Collections Oct 2, 2021
@Mohitmadhav Mohitmadhav added the good first issue good issue for first-time contributors label Oct 3, 2021
@Mohitmadhav
Copy link
Member Author

@keyurgit45 you up for this?

@keyurgit45
Copy link
Contributor

Yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement new feature requests firebase For Firebase related issues good first issue good issue for first-time contributors Hacktoberfest For Hacktoberfest 2021 hard hard level issue high-priority Something that has a high priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants