From 8e3cf451a12d3aed5b22565f120a16b3f1988341 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 25 Jul 2025 22:21:45 +0530 Subject: [PATCH] Rebrand platform from NetCop Hub to Quantum Tasks AI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update domain configuration to quantumtaskai.com - Change all page titles and branding across templates - Update Stripe integration with new domain URLs - Modify settings.py for new domain and cache prefixes - Update project documentation and test files - Change company name and contact information πŸ€– Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- CLAUDE.md | 2 +- .../templates/data_analyzer/detail.html | 2 +- .../templates/email_writer/detail.html | 2 +- .../templates/five_whys_analyzer/detail.html | 526 +++++++++--------- .../job_posting_generator/detail.html | 2 +- netcop_hub/settings.py | 14 +- .../social_ads_generator/detail.html | 2 +- templates/agent_base/agent_detail.html | 2 +- templates/agent_base/marketplace.html | 2 +- templates/base.html | 14 +- templates/core/homepage.html | 57 +- templates/core/pricing.html | 2 +- templates/wallet/wallet.html | 2 +- templates/wallet/wallet_topup.html | 2 +- tests/check_agents.py | 4 +- tests/simple_test.py | 2 +- tests/test_homepage.py | 4 +- tests/test_job_posting_webhook.py | 2 +- tests/test_weather_agent.py | 4 +- wallet/stripe_handler.py | 14 +- .../templates/weather_reporter/detail.html | 2 +- 21 files changed, 342 insertions(+), 321 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index f6471c3..d3b8c95 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co ## Project Overview -NetCop Hub is a Django-based AI agent marketplace platform where users can purchase and interact with specialized AI agents. The system supports both webhook-based and API-based agents with integrated payment processing via Stripe. +Quantum Tasks AI is a Django-based AI agent marketplace platform where users can purchase and interact with specialized AI agents. The system supports both webhook-based and API-based agents with integrated payment processing via Stripe. ## Development Commands diff --git a/data_analyzer/templates/data_analyzer/detail.html b/data_analyzer/templates/data_analyzer/detail.html index 5f088a3..3cafeea 100644 --- a/data_analyzer/templates/data_analyzer/detail.html +++ b/data_analyzer/templates/data_analyzer/detail.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} {% load static %} -{% block title %}Data Analyzer - NetCop AI Hub{% endblock %} +{% block title %}Data Analyzer - Quantum Tasks AI{% endblock %} {% block extra_css %} diff --git a/email_writer/templates/email_writer/detail.html b/email_writer/templates/email_writer/detail.html index e434768..7afcab3 100644 --- a/email_writer/templates/email_writer/detail.html +++ b/email_writer/templates/email_writer/detail.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} {% load static %} -{% block title %}Email Writer Agent - NetCop AI Hub{% endblock %} +{% block title %}Email Writer Agent - Quantum Tasks AI{% endblock %} {% block extra_css %} diff --git a/five_whys_analyzer/templates/five_whys_analyzer/detail.html b/five_whys_analyzer/templates/five_whys_analyzer/detail.html index 0ad9bb2..6c434d1 100644 --- a/five_whys_analyzer/templates/five_whys_analyzer/detail.html +++ b/five_whys_analyzer/templates/five_whys_analyzer/detail.html @@ -1,133 +1,169 @@ -{% extends "base.html" %} +{% extends 'base.html' %} {% load static %} -{% block title %}5 Whys Analysis Agent - NetCop AI Hub{% endblock %} +{% block title %}5 Whys Analysis Agent - Quantum Tasks AI{% endblock %} {% block extra_css %} - - - - - - - - - - - + {% endblock %} {% block content %} -
-
- - {% include "components/quick_agents_panel.html" %} - - -
-
-

πŸ” {{ agent.name }}

-

{{ agent.description }}

-
+ +
+ + {% include "components/agent_header.html" with agent_title="5 Whys Analyzer" agent_subtitle="AI-powered root cause analysis using the 5 Whys methodology" %} + + + {% include "components/quick_agents_panel.html" %} + + +
+
+
+

+ πŸ’¬ + 5 Whys Analysis Chat +

+
+
+

πŸ’¬ Chat with 5 Whys Analyst

@@ -168,83 +204,93 @@ const AgentUtils = FiveWhysUtils;
-
- - -
-

πŸ“‹ Generate Final Report

-
- πŸ’¬ Ask 2-3 questions about your problem first, then I'll generate a comprehensive report + +
+

πŸ“‹ Generate Final Report

+ +
+ πŸ’¬ Ask 2-3 questions about your problem first, then I'll generate a comprehensive report +
+ + + +
- - - -
- - - - - -
-
-

πŸ’³ Your Wallet

- -
{% if user.is_authenticated %}{{ user.wallet_balance|floatformat:2 }} AED{% else %}0.00 AED{% endif %}
-
Available Balance
- - {% if user.is_authenticated %} - - πŸ’° Top Up Wallet - - {% else %} - - πŸ”‘ Login to Continue - - {% endif %} + + +
+
+

+ ℹ️ + How It Works +

- -
-

πŸ’‘ How it works

-
    +
    +
    1. Chat freely to explore your problem
    2. Get guidance and ask questions
    3. Generate final report when ready
    4. Pay only for the final report
    5. -
+ + + +
+ + +
+ {% include "components/processing_status.html" with status_title="Generating 5 Whys Report..." status_text="Please wait while we analyze your conversation and create a comprehensive report..." %} +
+ + +
+ {% include "components/results_container.html" with results_title="5 Whys Analysis Report" %} +