teamrsm / analytic-spraydown

Fulfill all your spraying needs
1 stars 0 forks source link

For new users, get the user id and persist to database #19

Closed SaidPar closed 6 years ago

SaidPar commented 6 years ago

partial implementation at db level. Pass a User object when instantiating DbSprAyPI and it will persist it to the db if the user does not exist.. We still need to gather the user information from the MP API if no user exists.

climbak commented 6 years ago

dependent on https://github.com/teamrsm/analytic-spraydown/issues/23

SaidPar commented 6 years ago

Refactored. Now the opposite case. MP API is getting data, but we're not quite yet persisting to db.

SaidPar commented 6 years ago

Complete and installed. The data cache now handles all aspects of querying the data api and persisting to the db.