Dhumketu — Enterprise Workspace & QA Engineering Suite

The Enterprise Workspace & QA Engineering Suite

Dhumketu fuses interactive Kanban task management, dynamic QA workbenches, automated uptime monitoring, and AI capabilities into a secure, federated multi-tenant system.

Comprehensive Module Ecosystem

Everything your enterprise needs to organize operations, validate code quality, and monitor infrastructure in one unified hub.

Kanban & Task Management

Streamline team collaboration with visual workflow boards. Manage rich task details, checklist sub-tasks, attachment directories, collaborative notes, and notifications for key members.

// Dhumketu Task Entity Model Sample public class TaskItem : BaseEntity { public string Subject { get; set; } public string? Description { get; set; } public Guid ColumnId { get; set; } public List Checklist { get; set; } }
See board dashboard

Web Service Monitor

Track your web portals' health with regular background uptime checks. View performance logs, incident details, and daily rollups.

- Service status checks: 60s frequency - Alert triggers: Slack/Discord/Email - Database Rollups: Automatic hourly stats
Launch status monitor

Dynamic QA Workbench

Establish software testing pipelines. Define test suites, build manual or automated test runs, customize test environments with dynamic QA fields, and capture detailed results with log attachments.

Explore QA workbench

Granular RBAC & Account Tenancy

Enforce data isolation through multi-tenant Account structures. Assign team members roles (SystemAdmin, Developer, Client) and govern page interactions using declarative permission policy schemas.

[Authorize(Permissions.Tasks.View)] public async Task Index(...) { // Enforces role permissions automatically }
Examine network security

Advanced Capabilities & Integrations

Designed for integration. Dhumketu connects with external apps, networks, bot actions, and APIs.

Federated SSO & Iframe

Integrate Dhumketu seamlessly into 3rd-party software using cryptographically signed short-lived JWT tokens and secure iframe embeds without cross-site cookie blockages.

User Miraging (Impersonation)

Enables system administrators to temporarily mirror user sessions. Diagnose permissions, troubleshoot tickets, and test workflows instantly without asking for user passwords.

AI Text Polishing

Integrates the Google Gemini API directly into workflow cards. Help managers polish task definitions and clarify bug descriptions with a single click.

Discord & Google Sync

Sync tasks with meetings using Google OAuth tokens. Automatically dispatch update alerts or trigger quick workflows through Discord Webhook/Bot Interactions.

Interactive Showcase Sandbox

Click, edit, and explore this simulated environment to see how Dhumketu manages workflows, runs testing tasks, and watches service statuses.

Simulating Active Session
To Do 2

Setup Federated SSO Portal

High User #204

Integrate Google Calendar meeting link

Medium User #108
In Progress 1

Review QA test suite runs

High QA Team
Done 1

Configure DbUp database migrations

Medium Dev Team

Dhumketu QA Test Suite: SSO Verification

Verify HS256 JWT signature generation

Module: Dhumketu.Public | Target: ProvisionSsoUserCommand

Verify user auto-provisioning from SSO claims

Module: Dhumketu.Infrastructure | Target: IdentityAuthService

Verify iframe domain cookie reverse proxy handling

Module: Dhumketu.Web | Target: AntiForgeryToken Injection

0% PASS

Suite Statistics

0 out of 3 cases executed

Register Service

Active Monitoring URL
https://api.elara.dhumketu.com/v1/health
Service Status
Active (200 OK)
Avg Response Time
142ms

Enterprise Management & Support Utilities

Equipped with administrative back-office tools to customize communication, automate routines, and resolve support cases.

Debugging

User Mirages

Allows system administrators to temporarily mirror user sessions. Troubleshoot client dashboards, test permissions, and debug issues in real time without requesting password credentials.

Communication

Email Template Engine

Supports customizable HTML email designs with dynamic mail merge tags. Event-driven triggers automatically generate notifications for task updates, status alerts, or credentials resets.

Automation

Hangfire Job Scheduler

Powers system background tasks. Orchestrates regular 60-second service uptime pings, performs daily db log cleanups/rollups, and schedules system reminders and digests.

Security

Tenant Networks

Guards workspace security parameters. Admins can restrict access by mapping allowed domain namespaces, limiting invitations to specific corporate email addresses, or grouping IP network segments.