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

authentication #3

Open
YhorbyMatias opened this issue Jul 20, 2016 · 3 comments
Open

authentication #3

YhorbyMatias opened this issue Jul 20, 2016 · 3 comments
Labels

Comments

@YhorbyMatias
Copy link
Contributor

¿What if we implement facebook and google authentication?

@amhed
Copy link
Contributor

amhed commented Jul 21, 2016

What if we define what the app will do first before authenticating anyone?

On Wed, Jul 20, 2016, 4:50 PM Yhorby Matias Heredia S. <
[email protected]> wrote:

¿What if we implement facebook and google authentication?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#3, or mute the thread
https://github.com/notifications/unsubscribe-auth/AAjW2xRtUXK-1Xaz66k7z0Mp9ae4qUGCks5qXrRCgaJpZM4JRUYg
.

@YhorbyMatias
Copy link
Contributor Author

oK I agree, what the app will do?

@amhed
Copy link
Contributor

amhed commented Jul 21, 2016

  • It will have registered users
  • In order to become a registered user you need to share a book
  • Sharing a book means adding it to the database
  • If a book already exists, it shouldn't get added to the database again, but is should augment the amount of books available for sharing in inventory
  • A registered user can view all books that have been shared
  • A registered user can search the books by name
  • A registered user can request to have a book lent to him/her. When that happens there's a series of rules that the system must put in place:
    • You can have a book for 30 days
    • You can only have one book at a time
    • After 30 days you need to return the book to the next person on queue
    • You can request to be on the queue for any book you want, but you must wait your turn

There's more case scenarios, but these ones are the ones that come to mind right now. These should all become issues, and they should be completed using TDD as well

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

3 participants