bcartwri96 / chiia

Chinese Investment in Australia Workflow System
1 stars 1 forks source link

Tasks, Models and Transaction/Stage modelling polishing #8

Closed bcartwri-anu closed 6 years ago

bcartwri-anu commented 6 years ago

I've been working on getting tasks working this morning and there are many tedious details which are yet to be worked through, but it I'll get to it at some point today properly and then we can move on 👍

bcartwri-anu commented 6 years ago

Progress so far: I'm just about to push a commit where the tasks almost work (I think) but the database doesn't relate the stage_rel to the transaction in many-2-many, it's 1-2-1 with 1=transaction per 1 stage_rel

bcartwri-anu commented 6 years ago

Much better! Tasks to transactions are now one to many Transactions are now linked to other stages by a secondary table (stage_rels) and tasks have been removed from there. The diagram is illustrative.

img_2067

bcartwri-anu commented 6 years ago

@Rajkamal24 note this - important thread to read through for you doing stages!