jbailey2010 / FFRv2

Creating new repo
Apache License 2.0
0 stars 0 forks source link

Actually sync user data #130

Open jbailey2010 opened 5 years ago

jbailey2010 commented 5 years ago

Watch list/comments? Leagues might be nice, but would need lots of re-working. Settings?

jbailey2010 commented 5 years ago

Settings done.

By comments, I think past Jeff meant upvotes/downvotes. Watch list should definitely be there, top priority left.

jbailey2010 commented 5 years ago

Comments done (that was a doozie) thanks to pipeline resolvers.

Still need watch list and player comments.

jbailey2010 commented 5 years ago

Done (also a doozie).

Going to leave open in case I get motivated to do leagues, too. Makes sense to add but WOW it'd be a bear.

jbailey2010 commented 4 years ago

By moving leagues out of sharedprefs and sqlite, I did a lot of the legwork for this. Suddenly not a horrible effort.

jbailey2010 commented 4 years ago

Confirmed, that's working. The tight coupling between the settings activity and sqlite is removed.

Need to update the schema, re-download it, make new resolvers, new ddb table, new operations, new client operations, and to plug those into the app.

The only major change in flow is on the read on app open. This is a firm pre-req to anything else working, so I think it'd need to only go into the app loading ranks/setting layout after it's done. As of now, that's automagic on app open.