JamesTeague / ubiquitous-train

Apache License 2.0
0 stars 0 forks source link

The system should create new user objects in a database #3

Open JamesTeague opened 6 years ago

JamesTeague commented 6 years ago

When a new user signs in, the system should create the necessary entries in the database. These entries contain things like allocating the 10 voting points they are allocated each year and an ID at the very least. I believe new nodes can be added to firebase as needed. They can be added when those stories arise.

JamesTeague commented 6 years ago

@gpwilson You will not be able to really test this without a computer and access to the firebase project, which I can get you access to; however, if you want, just let me know when you have tested the other issues and I can check to make sure to check the database.

gpwilson commented 6 years ago

@JamesTeague Created account with email gpwilson@centurylink.net if you would like to check DB

JamesTeague commented 6 years ago

Does not look like we are recording the name of email-password users. Before closing the ticket that should be fixed.

JamesTeague commented 6 years ago

Due to app rewrite this functionality has been lost.

gpwilson commented 6 years ago

@JamesTeague could you elaborate a bit about why/how this was lost? Just curious! 😄

JamesTeague commented 6 years ago

I scrapped the whole thing and started from a blank file so there was no code and I hadn't put it back in at the time of the comment. It's currently being worked on now though.

gpwilson commented 6 years ago

Is it the same DB model in terms point allocation, voting, etc.?

JamesTeague commented 6 years ago

Um yes, the information will be back there but I haven't decided on a data model yet. Haven't made it to bids and voting yet. But it was up in the air before.