February 2026 Dev Log: DITS GraphQL & Data Portability
2 min read
•
308 words
#DITS
#GraphQL
#Homelab
#Self-Hosting
#BuildInPublic
Halfway through February, and the focus remains heavily on the technical core of the Developer Issue Tracking System (DITS). We’ve moved from the UI refinements of January into the heavy-duty backend infrastructure and data ownership features that define the project’s philosophy.
DITS: GraphQL Backend Completed
The biggest milestone this month is the completion of the GraphQL backend infrastructure. While we had REST endpoints early on, migrating the core logic to a unified GraphQL schema has drastically simplified the communication between the frontend and the data layer.
Read More →