Streamlining Data with Functional Tables for Efficient Project Management
Spent some time segmenting out all my tables by function. So now I've got a ton of tables that exist to only do one thing. So now, I can use them like puzzle pieces and write data into them, and send data out of them for various projects all happening at the same time. This also makes it easier to clone a table if I need to tweak some specific functionality. Then when I make improvements on a piece of the puzzle, say a mobile phone finding workflow, those improvements apply to all projects that use that updated table! I've had it in my mind a while to systematize some things, finally getting around to it was nice.