Steward
Steward is a project management/job tracking solution that I started working on in mid 2023. The idea was a job tracking system which could be run on a standalone machine (no cloud), though theoretically multiple machines could point to the same database. The idea was to include automated gantt charts, kanban boards, basic time tracking, and simple discussion tools for the jobs.
So far, the base design of the database has been laid out and some of the pages are setup, there are still no ways to input data into the database from the webpage so pages are not populated with data. This website is built using blazor and Entity Framework. The next plan is to replace entity framework as due to the connected nature of the data, Entity Framework is fairly heavy. Then it will be building out each individual section of the site one at a time, first starting with project and team setup.