Oh, this is going to be a tough one, as it will require rewriting most of the current content retrieval code written.
I currently have following approach in mind, as creating/storing columns is the least of our problems.
Proposal
If a column gets created/initialised on start, it creates a EventListener and sends a event over a kind-of main "column creator" channel to the main process, so that this one can create a Sender for the data to be retrieved from Twitter.
The created Sender pulls specified data from Twitter and sends it to the channel which was earlier created in the renderer process (the naming scheme should make that pretty simple)
Oh, this is going to be a tough one, as it will require rewriting most of the current content retrieval code written.
I currently have following approach in mind, as creating/storing columns is the least of our problems.
Proposal
Roadmap
Frontend
Backend