ProjectPlanningTool
TeamBins is a project management, planning, and customer service tool built with Microsoft technologies. Originally developed as ProjectPlanningTool, it is no longer actively maintained but remains available as an open source solution for teams seeking a self-hosted project management alternative. The application is built on ASP.NET Core, uses Dapper for data access, AngularJS and TypeScript on the frontend, and jQuery UI with Twitter Bootstrap for interface components. Chart.js is used for data visualization. File uploads are handled through Azure Blob Storage, and MailKit is used for email functionality. Azure Application Insights provides monitoring and diagnostics. Key features include issue tracking with a listing view and detailed issue view, as shown in the interface screenshots. The tool supports database migration through a custom SimpleSqlMigrate utility that runs SQL scripts against a target database. Configuration is managed through web.config with connection strings and application settings. Inst