blonsky95 / DigiCoachAndroid

0 stars 0 forks source link

1.0.16 this one is a thinker - exercise IDs #69

Closed blonsky95 closed 4 years ago

blonsky95 commented 4 years ago

So, when importing exercises from other people, from the store or from other people through days, there has to be a system in place to check id, so it decides if it should be replaced. Bare in mind it doesnt have to be a primary key, but a very unlikely alphanumeric combo which gives you info and "should" be unique. THINK!

blonsky95 commented 4 years ago

md5 is being implemented and so far so good for user generated exercises and importing from another friend.

Next do it for store exercises - then do the commit and push?

Next go back to ticket to import exercises through days

blonsky95 commented 4 years ago

ok the md5 is being applied everywhere, the OWNED label compares md5s and not exercises as a whole. There might be alittle bug here and there but in general its working pretty well.

Proud of this one, to pull off in a few hours.

Next do the other ticket.