Timothy - Alpha Version Update
Published on: May 04, 2022Filed under: Technology
Been plugging away at the alpha version of Timothy.
I am leaning heavily on developing a core functionality that can be an MVP without using any ML first, and then supplementing and using ML to add value later.
This means focusing heavily on the model and what data looks like. And in doing so, I realized that the Django fundamentals I had learned focus exclusively on Class Based Views. I was having trouble getting those to function correctly, so yesterday I started researching and implementing a Function Based View system.