datamade / how-to

📚 Doing all sorts of things, the DataMade way
MIT License
80 stars 12 forks source link

We should have a viewpoint of when to use django signals and when to not #329

Closed fgregg closed 8 months ago

fgregg commented 1 year ago

these powerful features are causing a bit of headache for @smcalilly and @xmedr in CCFP. we have to use them, and are using them well enough in Councilmatic land.

let's maybe create some guidance for this.

smcalilly commented 1 year ago

percolation in elasticsearch signal. is there a better way to do this without signals?

best practices:

there are different POVs, but we still need some guidance.