From 23a31203e3e2514b8daff1988b5d9a0bb0560814 Mon Sep 17 00:00:00 2001
From: parsa aghaei
Date: Mon, 17 Aug 2026 13:37:11 +0330
Subject: [PATCH] fix(docker): copy prisma schema before npm ci and ensure
prisma client target dir exists
---
backend/Dockerfile | 4 +-
graphify-out/.graphify_analysis.json | 1419 +-
.../2026-08-17/.graphify_analysis.json | 2401 +-
graphify-out/2026-08-17/graph.json | 30770 ++++++++--------
graphify-out/2026-08-17/manifest.json | 760 +-
graphify-out/cache/stat-index.json | 2 +-
graphify-out/graph.json | 22620 ++++++------
graphify-out/manifest.json | 762 +-
8 files changed, 29469 insertions(+), 29269 deletions(-)
diff --git a/backend/Dockerfile b/backend/Dockerfile
index eab98a9..0dae256 100644
--- a/backend/Dockerfile
+++ b/backend/Dockerfile
@@ -2,7 +2,6 @@ FROM node:20-alpine AS builder
USER root
RUN http_proxy=http://172.17.0.1:8888 https_proxy=http://172.17.0.1:8888 apk add --no-cache openssl || apk add --no-cache openssl || true
WORKDIR /app
-ENV PRISMA_SKIP_POSTINSTALL_GENERATE=true
# Optional: Use Nexus as npm registry (pass --build-arg NPM_REGISTRY=http://nexus:8081/repository/npm/)
ARG NPM_REGISTRY=
@@ -13,9 +12,10 @@ RUN if [ -n "$NPM_REGISTRY" ]; then \
fi
COPY package*.json ./
+COPY prisma ./prisma/
RUN npm ci --prefer-offline --no-audit
COPY . .
-RUN mkdir -p /app/node_modules/.prisma && rm -rf dist && https_proxy=http://172.17.0.1:8888 http_proxy=http://172.17.0.1:8888 ./node_modules/.bin/prisma generate && npm run build
+RUN mkdir -p /app/node_modules/.prisma/client && rm -rf dist && https_proxy=http://172.17.0.1:8888 http_proxy=http://172.17.0.1:8888 ./node_modules/.bin/prisma generate && npm run build
FROM node:20-alpine
USER root
diff --git a/graphify-out/.graphify_analysis.json b/graphify-out/.graphify_analysis.json
index 0376528..9d622ed 100644
--- a/graphify-out/.graphify_analysis.json
+++ b/graphify-out/.graphify_analysis.json
@@ -488,6 +488,62 @@
"validatenested"
],
"7": [
+ "backend_src_app_module",
+ "backend_src_auth_auth_module",
+ "backend_src_auth_auth_module_authmodule",
+ "backend_src_auth_auth_module_ts_module",
+ "backend_src_b2b_b2b_module",
+ "backend_src_b2b_b2b_module_b2bmodule",
+ "backend_src_b2b_b2b_module_ts_module",
+ "backend_src_banners_banners_module",
+ "backend_src_banners_banners_module_bannersmodule",
+ "backend_src_banners_banners_module_ts_module",
+ "backend_src_cms_cms_module",
+ "backend_src_cms_cms_module_cmsmodule",
+ "backend_src_cms_cms_module_ts_module",
+ "backend_src_common_sms_module",
+ "backend_src_common_sms_module_smsmodule",
+ "backend_src_common_sms_module_ts_global",
+ "backend_src_common_sms_module_ts_module",
+ "backend_src_contact_contact_module",
+ "backend_src_contact_contact_module_contactmodule",
+ "backend_src_contact_contact_module_ts_module",
+ "backend_src_ingredients_ingredients_module",
+ "backend_src_ingredients_ingredients_module_ingredientsmodule",
+ "backend_src_ingredients_ingredients_module_ts_module",
+ "backend_src_payment_payment_module",
+ "backend_src_payment_payment_module_paymentmodule",
+ "backend_src_payment_payment_module_ts_module",
+ "backend_src_prescriptions_prescriptions_module",
+ "backend_src_prescriptions_prescriptions_module_prescriptionsmodule",
+ "backend_src_prisma_prisma_module",
+ "backend_src_prisma_prisma_module_prismamodule",
+ "backend_src_prisma_prisma_module_ts_global",
+ "backend_src_prisma_prisma_module_ts_module",
+ "backend_src_reviews_reviews_module",
+ "backend_src_reviews_reviews_module_reviewsmodule",
+ "backend_src_reviews_reviews_module_ts_module",
+ "backend_src_settings_settings_module",
+ "backend_src_settings_settings_module_settingsmodule",
+ "backend_src_settings_settings_module_ts_module",
+ "backend_src_smart_advisor_smart_advisor_module",
+ "backend_src_smart_advisor_smart_advisor_module_smartadvisormodule",
+ "backend_src_smart_advisor_smart_advisor_module_ts_module",
+ "backend_src_testimonials_testimonials_module",
+ "backend_src_testimonials_testimonials_module_testimonialsmodule",
+ "backend_src_testimonials_testimonials_module_ts_module",
+ "backend_src_users_users_module",
+ "backend_src_users_users_module_ts_module",
+ "backend_src_users_users_module_usersmodule",
+ "backend_src_videos_videos_module",
+ "backend_src_videos_videos_module_ts_module",
+ "backend_src_videos_videos_module_videosmodule",
+ "backend_src_wholesale_wholesale_module",
+ "backend_src_wholesale_wholesale_module_ts_module",
+ "backend_src_wholesale_wholesale_module_wholesalemodule",
+ "module"
+ ],
+ "8": [
"backend_src_cms_cms_controller_cmscontroller",
"backend_src_cms_cms_controller_cmscontroller_constructor",
"backend_src_cms_cms_controller_cmscontroller_createherobanner",
@@ -541,7 +597,7 @@
"backend_src_cms_dto_cms_dto_ts_isstring",
"isuuid"
],
- "8": [
+ "9": [
"backend_src_tickets_dto_create_ticket_dto",
"backend_src_tickets_dto_create_ticket_dto_adminupdateticketdto",
"backend_src_tickets_dto_create_ticket_dto_createticketdto",
@@ -595,59 +651,6 @@
"backend_src_tickets_tickets_service_ticketsservice_updateticketstatus",
"backend_src_tickets_tickets_service_ts_injectable"
],
- "9": [
- "backend_src_app_module",
- "backend_src_auth_auth_module",
- "backend_src_auth_auth_module_authmodule",
- "backend_src_auth_auth_module_ts_module",
- "backend_src_b2b_b2b_module",
- "backend_src_b2b_b2b_module_b2bmodule",
- "backend_src_b2b_b2b_module_ts_module",
- "backend_src_banners_banners_module",
- "backend_src_banners_banners_module_bannersmodule",
- "backend_src_banners_banners_module_ts_module",
- "backend_src_cms_cms_module",
- "backend_src_cms_cms_module_cmsmodule",
- "backend_src_cms_cms_module_ts_module",
- "backend_src_common_sms_module",
- "backend_src_common_sms_module_smsmodule",
- "backend_src_common_sms_module_ts_global",
- "backend_src_common_sms_module_ts_module",
- "backend_src_contact_contact_module",
- "backend_src_contact_contact_module_contactmodule",
- "backend_src_contact_contact_module_ts_module",
- "backend_src_ingredients_ingredients_module",
- "backend_src_ingredients_ingredients_module_ingredientsmodule",
- "backend_src_ingredients_ingredients_module_ts_module",
- "backend_src_payment_payment_module",
- "backend_src_payment_payment_module_paymentmodule",
- "backend_src_payment_payment_module_ts_module",
- "backend_src_prescriptions_prescriptions_module",
- "backend_src_prescriptions_prescriptions_module_prescriptionsmodule",
- "backend_src_prisma_prisma_module",
- "backend_src_prisma_prisma_module_prismamodule",
- "backend_src_prisma_prisma_module_ts_global",
- "backend_src_prisma_prisma_module_ts_module",
- "backend_src_reviews_reviews_module",
- "backend_src_reviews_reviews_module_reviewsmodule",
- "backend_src_reviews_reviews_module_ts_module",
- "backend_src_settings_settings_module",
- "backend_src_settings_settings_module_settingsmodule",
- "backend_src_settings_settings_module_ts_module",
- "backend_src_smart_advisor_smart_advisor_module",
- "backend_src_smart_advisor_smart_advisor_module_smartadvisormodule",
- "backend_src_smart_advisor_smart_advisor_module_ts_module",
- "backend_src_testimonials_testimonials_module",
- "backend_src_testimonials_testimonials_module_testimonialsmodule",
- "backend_src_testimonials_testimonials_module_ts_module",
- "backend_src_users_users_module",
- "backend_src_users_users_module_ts_module",
- "backend_src_users_users_module_usersmodule",
- "backend_src_videos_videos_module",
- "backend_src_videos_videos_module_ts_module",
- "backend_src_videos_videos_module_videosmodule",
- "module"
- ],
"10": [
"frontend_application_app_clientlayout",
"frontend_application_app_clientlayout_clientlayout",
@@ -956,44 +959,6 @@
"backend_src_videos_videos_service_videoquery"
],
"17": [
- "backend_src_wholesale_dto_wholesale_apply_dto",
- "backend_src_wholesale_dto_wholesale_apply_dto_ts_apiproperty",
- "backend_src_wholesale_dto_wholesale_apply_dto_ts_apipropertyoptional",
- "backend_src_wholesale_dto_wholesale_apply_dto_ts_isnotempty",
- "backend_src_wholesale_dto_wholesale_apply_dto_ts_isoptional",
- "backend_src_wholesale_dto_wholesale_apply_dto_ts_isstring",
- "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto",
- "backend_src_wholesale_wholesale_controller",
- "backend_src_wholesale_wholesale_controller_ts_apibearerauth",
- "backend_src_wholesale_wholesale_controller_ts_apioperation",
- "backend_src_wholesale_wholesale_controller_ts_apitags",
- "backend_src_wholesale_wholesale_controller_ts_body",
- "backend_src_wholesale_wholesale_controller_ts_controller",
- "backend_src_wholesale_wholesale_controller_ts_get",
- "backend_src_wholesale_wholesale_controller_ts_param",
- "backend_src_wholesale_wholesale_controller_ts_post",
- "backend_src_wholesale_wholesale_controller_ts_put",
- "backend_src_wholesale_wholesale_controller_ts_request",
- "backend_src_wholesale_wholesale_controller_ts_useguards",
- "backend_src_wholesale_wholesale_controller_wholesalecontroller",
- "backend_src_wholesale_wholesale_controller_wholesalecontroller_applyforwholesale",
- "backend_src_wholesale_wholesale_controller_wholesalecontroller_approvewholesalerequest",
- "backend_src_wholesale_wholesale_controller_wholesalecontroller_constructor",
- "backend_src_wholesale_wholesale_controller_wholesalecontroller_getwholesalerequests",
- "backend_src_wholesale_wholesale_controller_wholesalecontroller_rejectwholesalerequest",
- "backend_src_wholesale_wholesale_module",
- "backend_src_wholesale_wholesale_module_ts_module",
- "backend_src_wholesale_wholesale_module_wholesalemodule",
- "backend_src_wholesale_wholesale_service",
- "backend_src_wholesale_wholesale_service_ts_injectable",
- "backend_src_wholesale_wholesale_service_wholesaleservice",
- "backend_src_wholesale_wholesale_service_wholesaleservice_applyforwholesale",
- "backend_src_wholesale_wholesale_service_wholesaleservice_approvewholesalerequest",
- "backend_src_wholesale_wholesale_service_wholesaleservice_constructor",
- "backend_src_wholesale_wholesale_service_wholesaleservice_getwholesalerequests",
- "backend_src_wholesale_wholesale_service_wholesaleservice_rejectwholesalerequest"
- ],
- "18": [
"frontend_application_app_contact_page",
"frontend_application_app_contact_page_contactpage",
"frontend_application_app_contact_page_metadata",
@@ -1031,79 +996,7 @@
"frontend_application_lib_store_userstore_userrole",
"frontend_application_lib_store_userstore_userstore"
],
- "19": [
- "frontend_admin_panel_src_app",
- "frontend_admin_panel_src_app_app",
- "frontend_admin_panel_src_app_suspensefallback",
- "frontend_admin_panel_src_main",
- "frontend_admin_panel_src_pages_contactsubmissions",
- "frontend_admin_panel_src_pages_contactsubmissions_contactinfoitem",
- "frontend_admin_panel_src_pages_contactsubmissions_contactsubmission",
- "frontend_admin_panel_src_pages_contactsubmissions_contactsubmissions",
- "frontend_admin_panel_src_pages_dashboard",
- "frontend_admin_panel_src_pages_dashboard_categorydist",
- "frontend_admin_panel_src_pages_dashboard_dashboard",
- "frontend_admin_panel_src_pages_dashboard_dashboarddata",
- "frontend_admin_panel_src_pages_sslsettingspage",
- "frontend_admin_panel_src_pages_sslsettingspage_sslsettingspage",
- "frontend_admin_panel_src_pages_sslsettingspage_sslstatus",
- "frontend_admin_panel_src_pages_tickets",
- "frontend_admin_panel_src_pages_tickets_ticket",
- "frontend_admin_panel_src_pages_tickets_ticketmessage",
- "frontend_admin_panel_src_pages_tickets_tickets",
- "frontend_admin_panel_src_pages_transactions",
- "frontend_admin_panel_src_pages_transactions_gatewayhealth",
- "frontend_admin_panel_src_pages_transactions_stats",
- "frontend_admin_panel_src_pages_transactions_transaction",
- "frontend_admin_panel_src_pages_transactions_transactions",
- "frontend_admin_panel_src_routes_adminroutes",
- "frontend_admin_panel_src_routes_adminroutes_adminrouteconfig",
- "frontend_admin_panel_src_routes_adminroutes_blogs",
- "frontend_admin_panel_src_routes_adminroutes_categories",
- "frontend_admin_panel_src_routes_adminroutes_contactsubmissions",
- "frontend_admin_panel_src_routes_adminroutes_dashboard",
- "frontend_admin_panel_src_routes_adminroutes_router",
- "frontend_admin_panel_src_routes_adminroutes_sslsettingspage",
- "frontend_admin_panel_src_routes_adminroutes_tickets",
- "frontend_admin_panel_src_routes_adminroutes_transactions"
- ],
- "20": [
- "frontend_admin_panel_src_components_ui_spinner",
- "frontend_admin_panel_src_components_ui_spinner_spinner",
- "frontend_admin_panel_src_pages_b2bmanager",
- "frontend_admin_panel_src_pages_b2bmanager_b2bmanager",
- "frontend_admin_panel_src_pages_bannersmanager",
- "frontend_admin_panel_src_pages_bannersmanager_bannersmanager",
- "frontend_admin_panel_src_pages_ingredientsmanager",
- "frontend_admin_panel_src_pages_ingredientsmanager_ingredientsmanager",
- "frontend_admin_panel_src_pages_seosettingspage",
- "frontend_admin_panel_src_pages_seosettingspage_seosettingspage",
- "frontend_admin_panel_src_pages_smartadvisormanager",
- "frontend_admin_panel_src_pages_smartadvisormanager_smartadvisormanager",
- "frontend_admin_panel_src_pages_systemsettingspage",
- "frontend_admin_panel_src_pages_systemsettingspage_systemsettingspage",
- "frontend_admin_panel_src_routes_adminroutes_b2bmanager",
- "frontend_admin_panel_src_routes_adminroutes_bannersmanager",
- "frontend_admin_panel_src_routes_adminroutes_ingredientsmanager",
- "frontend_admin_panel_src_routes_adminroutes_seosettingspage",
- "frontend_admin_panel_src_routes_adminroutes_smartadvisormanager",
- "frontend_admin_panel_src_routes_adminroutes_systemsettingspage",
- "frontend_admin_panel_src_types_admin",
- "frontend_admin_panel_src_types_admin_adminloginpayload",
- "frontend_admin_panel_src_types_admin_authstate",
- "frontend_admin_panel_src_types_admin_b2binquiry",
- "frontend_admin_panel_src_types_admin_banner",
- "frontend_admin_panel_src_types_admin_ingredient",
- "frontend_admin_panel_src_types_admin_partneraccount",
- "frontend_admin_panel_src_types_admin_product",
- "frontend_admin_panel_src_types_admin_sendotppayload",
- "frontend_admin_panel_src_types_admin_seosettings",
- "frontend_admin_panel_src_types_admin_smartadvisorrule",
- "frontend_admin_panel_src_types_admin_systemsettings",
- "frontend_admin_panel_src_types_admin_testimonial",
- "frontend_admin_panel_src_types_admin_verifyotppayload"
- ],
- "21": [
+ "18": [
"backend_package_devdependencies",
"backend_package_devdependencies_eslint_config_prettier",
"backend_package_devdependencies_eslint_eslintrc",
@@ -1138,7 +1031,42 @@
"types_multer",
"types_passport_jwt"
],
- "22": [
+ "19": [
+ "backend_src_admin_media_controller",
+ "backend_src_admin_ssl_controller",
+ "backend_src_auth_jwt_auth_guard",
+ "backend_src_auth_jwt_auth_guard_jwtauthguard",
+ "backend_src_auth_jwt_auth_guard_jwtauthguard_handlerequest",
+ "backend_src_auth_jwt_auth_guard_ts_injectable",
+ "backend_src_auth_roles_decorator",
+ "backend_src_auth_roles_guard",
+ "backend_src_b2b_b2b_controller",
+ "backend_src_banners_banners_controller",
+ "backend_src_cms_cms_controller",
+ "backend_src_common_decorators_roles_decorator",
+ "backend_src_common_decorators_roles_decorator_roles",
+ "backend_src_common_decorators_roles_decorator_roles_key",
+ "backend_src_common_guards_roles_guard",
+ "backend_src_common_guards_roles_guard_requestwithuser",
+ "backend_src_common_guards_roles_guard_rolesguard",
+ "backend_src_common_guards_roles_guard_rolesguard_canactivate",
+ "backend_src_common_guards_roles_guard_rolesguard_constructor",
+ "backend_src_common_guards_roles_guard_spec",
+ "backend_src_common_guards_roles_guard_ts_injectable",
+ "backend_src_contact_contact_controller",
+ "backend_src_ingredients_ingredients_controller",
+ "backend_src_payment_payment_controller",
+ "backend_src_prescriptions_prescriptions_controller",
+ "backend_src_prescriptions_prescriptions_controller_userreqpayload",
+ "backend_src_products_products_controller",
+ "backend_src_reviews_reviews_controller",
+ "backend_src_settings_settings_controller",
+ "backend_src_settings_settings_controller_spec",
+ "backend_src_smart_advisor_smart_advisor_controller",
+ "backend_src_testimonials_testimonials_controller",
+ "backend_src_wholesale_wholesale_controller"
+ ],
+ "20": [
"docs_audit_07_backend_audit",
"docs_audit_07_backend_audit_acceptance_criteria",
"docs_audit_07_backend_audit_affected_application",
@@ -1173,42 +1101,42 @@
"docs_audit_07_backend_audit_verification_requirements",
"docs_audit_07_backend_audit_why_it_matters"
],
- "23": [
- "frontend_admin_panel_src_components_layout",
- "frontend_admin_panel_src_components_layout_layout",
- "frontend_admin_panel_src_components_protectedroute",
- "frontend_admin_panel_src_components_protectedroute_protectedroute",
- "frontend_admin_panel_src_components_sidebar",
- "frontend_admin_panel_src_components_sidebar_menugroup",
- "frontend_admin_panel_src_components_sidebar_sidebar",
- "frontend_admin_panel_src_components_sidebar_sidebarprops",
- "frontend_admin_panel_src_components_sidebar_submenuitem",
- "frontend_admin_panel_src_components_topbar",
- "frontend_admin_panel_src_components_topbar_searchable_pages",
- "frontend_admin_panel_src_components_topbar_topbar",
- "frontend_admin_panel_src_components_topbar_topbarprops",
- "frontend_admin_panel_src_pages_cms",
- "frontend_admin_panel_src_pages_cms_cms",
- "frontend_admin_panel_src_pages_cms_herobanner",
- "frontend_admin_panel_src_pages_cms_vettestimonial",
- "frontend_admin_panel_src_pages_login",
- "frontend_admin_panel_src_pages_login_login",
- "frontend_admin_panel_src_pages_wholesaleapplications",
- "frontend_admin_panel_src_pages_wholesaleapplications_wholesaleapplications",
- "frontend_admin_panel_src_pages_wholesaleapplications_wholesalerequest",
- "frontend_admin_panel_src_routes_adminroutes_cms",
- "frontend_admin_panel_src_routes_adminroutes_wholesaleapplications",
- "frontend_admin_panel_src_services_api",
- "frontend_admin_panel_src_services_api_api",
- "frontend_admin_panel_src_services_api_apierrorpayload",
- "frontend_admin_panel_src_services_api_failedqueue",
- "frontend_admin_panel_src_services_api_processqueue",
- "frontend_admin_panel_src_store_adminauthstore",
- "frontend_admin_panel_src_store_adminauthstore_useadminauthstore",
- "frontend_admin_panel_src_types_admin_adminuser",
- "frontend_admin_panel_src_types_admin_authresponsedata"
+ "21": [
+ "frontend_admin_panel_src_components_ui_spinner",
+ "frontend_admin_panel_src_components_ui_spinner_spinner",
+ "frontend_admin_panel_src_pages_b2bmanager",
+ "frontend_admin_panel_src_pages_b2bmanager_b2bmanager",
+ "frontend_admin_panel_src_pages_bannersmanager",
+ "frontend_admin_panel_src_pages_bannersmanager_bannersmanager",
+ "frontend_admin_panel_src_pages_ingredientsmanager",
+ "frontend_admin_panel_src_pages_ingredientsmanager_ingredientsmanager",
+ "frontend_admin_panel_src_pages_seosettingspage",
+ "frontend_admin_panel_src_pages_seosettingspage_seosettingspage",
+ "frontend_admin_panel_src_pages_smartadvisormanager",
+ "frontend_admin_panel_src_pages_smartadvisormanager_smartadvisormanager",
+ "frontend_admin_panel_src_pages_systemsettingspage",
+ "frontend_admin_panel_src_pages_systemsettingspage_systemsettingspage",
+ "frontend_admin_panel_src_routes_adminroutes_b2bmanager",
+ "frontend_admin_panel_src_routes_adminroutes_bannersmanager",
+ "frontend_admin_panel_src_routes_adminroutes_ingredientsmanager",
+ "frontend_admin_panel_src_routes_adminroutes_seosettingspage",
+ "frontend_admin_panel_src_routes_adminroutes_smartadvisormanager",
+ "frontend_admin_panel_src_routes_adminroutes_systemsettingspage",
+ "frontend_admin_panel_src_types_admin",
+ "frontend_admin_panel_src_types_admin_adminloginpayload",
+ "frontend_admin_panel_src_types_admin_b2binquiry",
+ "frontend_admin_panel_src_types_admin_banner",
+ "frontend_admin_panel_src_types_admin_ingredient",
+ "frontend_admin_panel_src_types_admin_partneraccount",
+ "frontend_admin_panel_src_types_admin_product",
+ "frontend_admin_panel_src_types_admin_sendotppayload",
+ "frontend_admin_panel_src_types_admin_seosettings",
+ "frontend_admin_panel_src_types_admin_smartadvisorrule",
+ "frontend_admin_panel_src_types_admin_systemsettings",
+ "frontend_admin_panel_src_types_admin_testimonial",
+ "frontend_admin_panel_src_types_admin_verifyotppayload"
],
- "24": [
+ "22": [
"backend_src_admin_admin_service_adminservice_getdashboardstats",
"backend_src_admin_admin_service_spec",
"backend_src_app_module_appmodule_configure",
@@ -1242,41 +1170,41 @@
"backend_src_redis_redis_service_spec",
"backend_src_redis_redis_service_ts_injectable"
],
- "25": [
- "backend_src_admin_media_controller",
- "backend_src_admin_ssl_controller",
- "backend_src_auth_jwt_auth_guard",
- "backend_src_auth_jwt_auth_guard_jwtauthguard",
- "backend_src_auth_jwt_auth_guard_jwtauthguard_handlerequest",
- "backend_src_auth_jwt_auth_guard_ts_injectable",
- "backend_src_auth_roles_decorator",
- "backend_src_auth_roles_guard",
- "backend_src_b2b_b2b_controller",
- "backend_src_banners_banners_controller",
- "backend_src_cms_cms_controller",
- "backend_src_common_decorators_roles_decorator",
- "backend_src_common_decorators_roles_decorator_roles",
- "backend_src_common_decorators_roles_decorator_roles_key",
- "backend_src_common_guards_roles_guard",
- "backend_src_common_guards_roles_guard_requestwithuser",
- "backend_src_common_guards_roles_guard_rolesguard",
- "backend_src_common_guards_roles_guard_rolesguard_canactivate",
- "backend_src_common_guards_roles_guard_rolesguard_constructor",
- "backend_src_common_guards_roles_guard_spec",
- "backend_src_common_guards_roles_guard_ts_injectable",
- "backend_src_contact_contact_controller",
- "backend_src_ingredients_ingredients_controller",
- "backend_src_payment_payment_controller",
- "backend_src_prescriptions_prescriptions_controller",
- "backend_src_prescriptions_prescriptions_controller_userreqpayload",
- "backend_src_products_products_controller",
- "backend_src_reviews_reviews_controller",
- "backend_src_settings_settings_controller",
- "backend_src_settings_settings_controller_spec",
- "backend_src_smart_advisor_smart_advisor_controller",
- "backend_src_testimonials_testimonials_controller"
+ "23": [
+ "backend_src_wholesale_dto_wholesale_apply_dto",
+ "backend_src_wholesale_dto_wholesale_apply_dto_ts_apiproperty",
+ "backend_src_wholesale_dto_wholesale_apply_dto_ts_apipropertyoptional",
+ "backend_src_wholesale_dto_wholesale_apply_dto_ts_isnotempty",
+ "backend_src_wholesale_dto_wholesale_apply_dto_ts_isoptional",
+ "backend_src_wholesale_dto_wholesale_apply_dto_ts_isstring",
+ "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto",
+ "backend_src_wholesale_wholesale_controller_ts_apibearerauth",
+ "backend_src_wholesale_wholesale_controller_ts_apioperation",
+ "backend_src_wholesale_wholesale_controller_ts_apitags",
+ "backend_src_wholesale_wholesale_controller_ts_body",
+ "backend_src_wholesale_wholesale_controller_ts_controller",
+ "backend_src_wholesale_wholesale_controller_ts_get",
+ "backend_src_wholesale_wholesale_controller_ts_param",
+ "backend_src_wholesale_wholesale_controller_ts_post",
+ "backend_src_wholesale_wholesale_controller_ts_put",
+ "backend_src_wholesale_wholesale_controller_ts_request",
+ "backend_src_wholesale_wholesale_controller_ts_useguards",
+ "backend_src_wholesale_wholesale_controller_wholesalecontroller",
+ "backend_src_wholesale_wholesale_controller_wholesalecontroller_applyforwholesale",
+ "backend_src_wholesale_wholesale_controller_wholesalecontroller_approvewholesalerequest",
+ "backend_src_wholesale_wholesale_controller_wholesalecontroller_constructor",
+ "backend_src_wholesale_wholesale_controller_wholesalecontroller_getwholesalerequests",
+ "backend_src_wholesale_wholesale_controller_wholesalecontroller_rejectwholesalerequest",
+ "backend_src_wholesale_wholesale_service",
+ "backend_src_wholesale_wholesale_service_ts_injectable",
+ "backend_src_wholesale_wholesale_service_wholesaleservice",
+ "backend_src_wholesale_wholesale_service_wholesaleservice_applyforwholesale",
+ "backend_src_wholesale_wholesale_service_wholesaleservice_approvewholesalerequest",
+ "backend_src_wholesale_wholesale_service_wholesaleservice_constructor",
+ "backend_src_wholesale_wholesale_service_wholesaleservice_getwholesalerequests",
+ "backend_src_wholesale_wholesale_service_wholesaleservice_rejectwholesalerequest"
],
- "26": [
+ "24": [
"docs_audit_06_storefront_audit",
"docs_audit_06_storefront_audit_acceptance_criteria",
"docs_audit_06_storefront_audit_affected_application",
@@ -1310,7 +1238,7 @@
"docs_audit_06_storefront_audit_verification_requirements",
"docs_audit_06_storefront_audit_why_it_matters"
],
- "27": [
+ "25": [
"docs_audit_08_admin_features_audit",
"docs_audit_08_admin_features_audit_acceptance_criteria",
"docs_audit_08_admin_features_audit_adm_001",
@@ -1344,7 +1272,7 @@
"docs_audit_08_admin_features_audit_verification_requirements",
"docs_audit_08_admin_features_audit_why_it_matters"
],
- "28": [
+ "26": [
"docs_audit_09_database_audit",
"docs_audit_09_database_audit_acceptance_criteria",
"docs_audit_09_database_audit_affected_application",
@@ -1378,7 +1306,7 @@
"docs_audit_09_database_audit_verification_requirements",
"docs_audit_09_database_audit_why_it_matters"
],
- "29": [
+ "27": [
"docs_audit_11_code_quality_audit",
"docs_audit_11_code_quality_audit_acceptance_criteria",
"docs_audit_11_code_quality_audit_affected_application",
@@ -1412,7 +1340,7 @@
"docs_audit_11_code_quality_audit_verification_requirements",
"docs_audit_11_code_quality_audit_why_it_matters"
],
- "30": [
+ "28": [
"docs_audit_12_testing_audit",
"docs_audit_12_testing_audit_acceptance_criteria",
"docs_audit_12_testing_audit_affected_application",
@@ -1446,7 +1374,7 @@
"docs_audit_12_testing_audit_verification_requirements",
"docs_audit_12_testing_audit_why_it_matters"
],
- "31": [
+ "29": [
"docs_audit_13_devops_audit",
"docs_audit_13_devops_audit_acceptance_criteria",
"docs_audit_13_devops_audit_affected_application",
@@ -1480,7 +1408,7 @@
"docs_audit_13_devops_audit_verification_requirements",
"docs_audit_13_devops_audit_why_it_matters"
],
- "32": [
+ "30": [
"docs_audit_14_documentation_audit",
"docs_audit_14_documentation_audit_acceptance_criteria",
"docs_audit_14_documentation_audit_affected_application",
@@ -1514,7 +1442,41 @@
"docs_audit_14_documentation_audit_verification_requirements",
"docs_audit_14_documentation_audit_why_it_matters"
],
- "33": [
+ "31": [
+ "frontend_admin_panel_src_app",
+ "frontend_admin_panel_src_app_app",
+ "frontend_admin_panel_src_app_suspensefallback",
+ "frontend_admin_panel_src_main",
+ "frontend_admin_panel_src_pages_contactsubmissions",
+ "frontend_admin_panel_src_pages_contactsubmissions_contactinfoitem",
+ "frontend_admin_panel_src_pages_contactsubmissions_contactsubmission",
+ "frontend_admin_panel_src_pages_contactsubmissions_contactsubmissions",
+ "frontend_admin_panel_src_pages_login",
+ "frontend_admin_panel_src_pages_login_login",
+ "frontend_admin_panel_src_pages_sslsettingspage",
+ "frontend_admin_panel_src_pages_sslsettingspage_sslsettingspage",
+ "frontend_admin_panel_src_pages_sslsettingspage_sslstatus",
+ "frontend_admin_panel_src_pages_tickets",
+ "frontend_admin_panel_src_pages_tickets_ticket",
+ "frontend_admin_panel_src_pages_tickets_ticketmessage",
+ "frontend_admin_panel_src_pages_tickets_tickets",
+ "frontend_admin_panel_src_pages_wholesaleapplications",
+ "frontend_admin_panel_src_pages_wholesaleapplications_wholesaleapplications",
+ "frontend_admin_panel_src_pages_wholesaleapplications_wholesalerequest",
+ "frontend_admin_panel_src_pages_wiki",
+ "frontend_admin_panel_src_pages_wiki_productitem",
+ "frontend_admin_panel_src_pages_wiki_wiki",
+ "frontend_admin_panel_src_pages_wiki_wikiterm",
+ "frontend_admin_panel_src_routes_adminroutes",
+ "frontend_admin_panel_src_routes_adminroutes_adminrouteconfig",
+ "frontend_admin_panel_src_routes_adminroutes_contactsubmissions",
+ "frontend_admin_panel_src_routes_adminroutes_router",
+ "frontend_admin_panel_src_routes_adminroutes_sslsettingspage",
+ "frontend_admin_panel_src_routes_adminroutes_tickets",
+ "frontend_admin_panel_src_routes_adminroutes_wholesaleapplications",
+ "frontend_admin_panel_src_routes_adminroutes_wiki"
+ ],
+ "32": [
"frontend_application_app_checkout_success_id_page",
"frontend_application_app_checkout_success_id_page_successpage",
"frontend_application_app_track_page",
@@ -1548,40 +1510,40 @@
"frontend_application_lib_store_tests_cartstore_test",
"frontend_application_lib_store_tests_cartstore_test_mockproduct"
],
- "34": [
- "backend_src_payment_payment_controller_paymentcontroller",
- "backend_src_payment_payment_controller_paymentcontroller_getadminstats",
- "backend_src_payment_payment_controller_paymentcontroller_getadmintransactions",
- "backend_src_payment_payment_controller_paymentcontroller_gethealth",
- "backend_src_payment_payment_controller_paymentcontroller_gettransactionstatus",
- "backend_src_payment_payment_controller_paymentcontroller_handlezibalcallback",
- "backend_src_payment_payment_controller_paymentcontroller_handleziballazycallback",
- "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment",
- "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup",
- "backend_src_payment_payment_controller_paymentcontroller_liveinquiry",
- "backend_src_payment_payment_controller_paymentcontroller_manualreject",
- "backend_src_payment_payment_controller_paymentcontroller_manualverify",
- "backend_src_payment_payment_controller_paymentcontroller_reconcilepending",
- "backend_src_payment_payment_controller_paymentcontroller_verifypaymentdirect",
- "backend_src_payment_payment_controller_ts_apibadrequestresponse",
- "backend_src_payment_payment_controller_ts_apibearerauth",
- "backend_src_payment_payment_controller_ts_apiokresponse",
- "backend_src_payment_payment_controller_ts_apioperation",
- "backend_src_payment_payment_controller_ts_apitags",
- "backend_src_payment_payment_controller_ts_body",
- "backend_src_payment_payment_controller_ts_controller",
- "backend_src_payment_payment_controller_ts_get",
- "backend_src_payment_payment_controller_ts_param",
- "backend_src_payment_payment_controller_ts_post",
- "backend_src_payment_payment_controller_ts_query",
- "backend_src_payment_payment_controller_ts_req",
- "backend_src_payment_payment_controller_ts_roles",
- "backend_src_payment_payment_controller_ts_useguards",
- "headers",
- "ip",
- "res"
+ "33": [
+ "frontend_admin_panel_src_components_ui_confirmmodal",
+ "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal",
+ "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodalprops",
+ "frontend_admin_panel_src_components_ui_mediaselector",
+ "frontend_admin_panel_src_components_ui_mediaselector_media",
+ "frontend_admin_panel_src_components_ui_mediaselector_mediaselector",
+ "frontend_admin_panel_src_components_ui_mediaselector_mediaselectorprops",
+ "frontend_admin_panel_src_components_ui_pagination",
+ "frontend_admin_panel_src_components_ui_pagination_pagination",
+ "frontend_admin_panel_src_components_ui_pagination_paginationprops",
+ "frontend_admin_panel_src_pages_blogs",
+ "frontend_admin_panel_src_pages_blogs_blogpost",
+ "frontend_admin_panel_src_pages_blogs_blogs",
+ "frontend_admin_panel_src_pages_categories",
+ "frontend_admin_panel_src_pages_categories_categories",
+ "frontend_admin_panel_src_pages_categories_category",
+ "frontend_admin_panel_src_pages_pets",
+ "frontend_admin_panel_src_pages_pets_pet",
+ "frontend_admin_panel_src_pages_pets_pets",
+ "frontend_admin_panel_src_pages_products",
+ "frontend_admin_panel_src_pages_products_category",
+ "frontend_admin_panel_src_pages_products_product",
+ "frontend_admin_panel_src_pages_products_products",
+ "frontend_admin_panel_src_pages_testimonialsmanager",
+ "frontend_admin_panel_src_pages_testimonialsmanager_testimonialsmanager",
+ "frontend_admin_panel_src_routes_adminroutes_blogs",
+ "frontend_admin_panel_src_routes_adminroutes_categories",
+ "frontend_admin_panel_src_routes_adminroutes_pets",
+ "frontend_admin_panel_src_routes_adminroutes_products",
+ "frontend_admin_panel_src_routes_adminroutes_testimonialsmanager",
+ "frontend_admin_panel_src_services_api_base_domain"
],
- "35": [
+ "34": [
"frontend_application_app_loading",
"frontend_application_app_loading_globalloading",
"frontend_application_app_profile_page",
@@ -1614,7 +1576,7 @@
"frontend_application_lib_store_usepetstore_reminder",
"frontend_application_lib_store_usepetstore_usepetstore"
],
- "36": [
+ "35": [
"backend_scripts_generate_openapi_ts_backend_scripts_generate_openapi",
"backend_scripts_generate_openapi_ts_backend_scripts_generate_openapi_generateopenapi",
"backend_src_app_module_appmodule",
@@ -1645,7 +1607,7 @@
"backend_test_app_e2e_spec",
"catch"
],
- "37": [
+ "36": [
"backend_src_b2b_b2b_controller_b2bcontroller",
"backend_src_b2b_b2b_controller_b2bcontroller_constructor",
"backend_src_b2b_b2b_controller_b2bcontroller_createinquiry",
@@ -1676,7 +1638,7 @@
"backend_src_b2b_b2b_service_b2bwholesaleorderitem",
"backend_src_b2b_b2b_service_ts_injectable"
],
- "38": [
+ "37": [
"backend_src_payment_payment_controller_paymentcontroller_constructor",
"backend_src_payment_payment_service_paymentservice",
"backend_src_payment_payment_service_paymentservice_adminliveinquiry",
@@ -1707,7 +1669,7 @@
"backend_src_payment_zibal_service_zibalservice_requestpayment",
"backend_src_payment_zibal_service_zibalservice_verifypayment"
],
- "39": [
+ "38": [
"docs_04_setup_and_deployment",
"docs_04_setup_and_deployment_\u0627\u062c\u0631\u0627\u06cc_\u0628\u06a9_\u0627\u0646\u062f",
"docs_04_setup_and_deployment_\u0627\u062c\u0631\u0627\u06cc_\u0641\u0631\u0627\u0646\u062a_\u0627\u0646\u062f",
@@ -1738,38 +1700,7 @@
"docs_readme",
"docs_readme_\u0641\u0647\u0631\u0633\u062a_\u0645\u0637\u0627\u0644\u0628_table_of_contents"
],
- "40": [
- "frontend_admin_panel_src_components_ui_confirmmodal",
- "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal",
- "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodalprops",
- "frontend_admin_panel_src_components_ui_mediaselector",
- "frontend_admin_panel_src_components_ui_mediaselector_media",
- "frontend_admin_panel_src_components_ui_mediaselector_mediaselector",
- "frontend_admin_panel_src_components_ui_mediaselector_mediaselectorprops",
- "frontend_admin_panel_src_components_ui_pagination",
- "frontend_admin_panel_src_components_ui_pagination_pagination",
- "frontend_admin_panel_src_components_ui_pagination_paginationprops",
- "frontend_admin_panel_src_pages_blogs",
- "frontend_admin_panel_src_pages_blogs_blogpost",
- "frontend_admin_panel_src_pages_blogs_blogs",
- "frontend_admin_panel_src_pages_categories",
- "frontend_admin_panel_src_pages_categories_categories",
- "frontend_admin_panel_src_pages_categories_category",
- "frontend_admin_panel_src_pages_pets",
- "frontend_admin_panel_src_pages_pets_pet",
- "frontend_admin_panel_src_pages_pets_pets",
- "frontend_admin_panel_src_pages_products",
- "frontend_admin_panel_src_pages_products_category",
- "frontend_admin_panel_src_pages_products_product",
- "frontend_admin_panel_src_pages_products_products",
- "frontend_admin_panel_src_pages_testimonialsmanager",
- "frontend_admin_panel_src_pages_testimonialsmanager_testimonialsmanager",
- "frontend_admin_panel_src_routes_adminroutes_pets",
- "frontend_admin_panel_src_routes_adminroutes_products",
- "frontend_admin_panel_src_routes_adminroutes_testimonialsmanager",
- "frontend_admin_panel_src_services_api_base_domain"
- ],
- "41": [
+ "39": [
"backend_src_admin_categories_controller_categoriescontroller",
"backend_src_admin_categories_controller_categoriescontroller_constructor",
"backend_src_admin_categories_controller_categoriescontroller_createcategory",
@@ -1799,7 +1730,7 @@
"backend_src_admin_categories_service_categoriesservice_updatecategory",
"backend_src_admin_categories_service_ts_injectable"
],
- "42": [
+ "40": [
"backend_src_admin_media_controller_mediacontroller",
"backend_src_admin_media_controller_mediacontroller_constructor",
"backend_src_admin_media_controller_mediacontroller_deletemanymedia",
@@ -1829,7 +1760,7 @@
"backend_src_admin_media_service_mediaservice_uploadfile",
"backend_src_admin_media_service_ts_injectable"
],
- "43": [
+ "41": [
"antigravity_workflows_graphify",
"antigravity_workflows_graphify_for_graphify_add_and_watch",
"antigravity_workflows_graphify_for_graphify_query",
@@ -1858,7 +1789,7 @@
"antigravity_workflows_graphify_what_graphify_is_for",
"antigravity_workflows_graphify_what_you_must_do_when_invoked"
],
- "44": [
+ "42": [
"backend_src_admin_ssl_controller_sslcontroller",
"backend_src_admin_ssl_controller_sslcontroller_constructor",
"backend_src_admin_ssl_controller_sslcontroller_getstatus",
@@ -1887,7 +1818,7 @@
"backend_src_admin_ssl_service_ts_injectable",
"uploadedfiles"
],
- "45": [
+ "43": [
"backend_src_banners_banners_controller_bannerscontroller",
"backend_src_banners_banners_controller_bannerscontroller_constructor",
"backend_src_banners_banners_controller_bannerscontroller_create",
@@ -1916,7 +1847,7 @@
"backend_src_banners_banners_service_bannersservice_update",
"backend_src_banners_banners_service_ts_injectable"
],
- "46": [
+ "44": [
"claude_skills_graphify_skill",
"claude_skills_graphify_skill_for_graphify_add_and_watch",
"claude_skills_graphify_skill_for_graphify_query",
@@ -1945,7 +1876,7 @@
"claude_skills_graphify_skill_what_graphify_is_for",
"claude_skills_graphify_skill_what_you_must_do_when_invoked"
],
- "47": [
+ "45": [
"frontend_admin_panel_src_components_ui_badge",
"frontend_admin_panel_src_components_ui_badge_badge",
"frontend_admin_panel_src_components_ui_badge_badgeprops",
@@ -1974,7 +1905,7 @@
"frontend_admin_panel_src_routes_adminroutes_uitexts",
"frontend_admin_panel_src_types_admin_prescription"
],
- "48": [
+ "46": [
"backend_src_ingredients_ingredients_controller_ingredientscontroller",
"backend_src_ingredients_ingredients_controller_ingredientscontroller_constructor",
"backend_src_ingredients_ingredients_controller_ingredientscontroller_create",
@@ -2002,7 +1933,7 @@
"backend_src_ingredients_ingredients_service_ingredientsservice_update",
"backend_src_ingredients_ingredients_service_ts_injectable"
],
- "49": [
+ "47": [
"backend_src_pets_pets_controller_petscontroller",
"backend_src_pets_pets_controller_petscontroller_addhealthlog",
"backend_src_pets_pets_controller_petscontroller_addreminder",
@@ -2029,7 +1960,7 @@
"backend_src_pets_pets_controller_ts_req",
"backend_src_pets_pets_controller_ts_useguards"
],
- "50": [
+ "48": [
"frontend_application_app_homeclient",
"frontend_application_app_homeclient_homeclient",
"frontend_application_app_homeclient_homeclientprops",
@@ -2056,7 +1987,7 @@
"frontend_application_lib_types_smartadvisorrule",
"frontend_application_lib_types_testimonial"
],
- "51": [
+ "49": [
"backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller",
"backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_constructor",
"backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_create",
@@ -2082,7 +2013,7 @@
"backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_update",
"backend_src_smart_advisor_smart_advisor_service_ts_injectable"
],
- "52": [
+ "50": [
"backend_src_testimonials_testimonials_controller_testimonialscontroller",
"backend_src_testimonials_testimonials_controller_testimonialscontroller_constructor",
"backend_src_testimonials_testimonials_controller_testimonialscontroller_create",
@@ -2108,7 +2039,7 @@
"backend_src_testimonials_testimonials_service_testimonialsservice_update",
"backend_src_testimonials_testimonials_service_ts_injectable"
],
- "53": [
+ "51": [
"ai_agency_agents_12_seo_content",
"ai_agency_agents_12_seo_content_create_mode_normal_operation",
"ai_agency_agents_12_seo_content_expected_json_output_schema",
@@ -2133,7 +2064,7 @@
"ai_agency_agents_12_seo_content_what_you_look_for_seo_expert_eyes_only",
"ai_agency_agents_12_seo_content_your_domain_what_you_review_only_these_areas"
],
- "54": [
+ "52": [
"backend_src_admin_dto_admin_query_dto",
"backend_src_admin_dto_admin_query_dto_adminquerydto",
"backend_src_admin_dto_admin_query_dto_ts_apipropertyoptional",
@@ -2158,7 +2089,7 @@
"backend_src_common_dto_pagination_dto_ts_min",
"backend_src_common_dto_pagination_dto_ts_type"
],
- "55": [
+ "53": [
"backend_src_contact_contact_controller_contactcontroller",
"backend_src_contact_contact_controller_contactcontroller_constructor",
"backend_src_contact_contact_controller_contactcontroller_getallsubmissions",
@@ -2183,7 +2114,7 @@
"backend_src_contact_contact_service_contactservice_updatesubmissionstatus",
"backend_src_contact_contact_service_ts_injectable"
],
- "56": [
+ "54": [
"backend_tsconfig_compileroptions",
"backend_tsconfig_compileroptions_allowsyntheticdefaultimports",
"backend_tsconfig_compileroptions_baseurl",
@@ -2208,7 +2139,32 @@
"backend_tsconfig_compileroptions_strictnullchecks",
"backend_tsconfig_compileroptions_target"
],
- "57": [
+ "55": [
+ "frontend_admin_panel_src_components_layout",
+ "frontend_admin_panel_src_components_layout_layout",
+ "frontend_admin_panel_src_components_sidebar",
+ "frontend_admin_panel_src_components_sidebar_menugroup",
+ "frontend_admin_panel_src_components_sidebar_sidebar",
+ "frontend_admin_panel_src_components_sidebar_sidebarprops",
+ "frontend_admin_panel_src_components_sidebar_submenuitem",
+ "frontend_admin_panel_src_pages_dashboard",
+ "frontend_admin_panel_src_pages_dashboard_categorydist",
+ "frontend_admin_panel_src_pages_dashboard_dashboard",
+ "frontend_admin_panel_src_pages_dashboard_dashboarddata",
+ "frontend_admin_panel_src_pages_reports",
+ "frontend_admin_panel_src_pages_reports_bestselleritem",
+ "frontend_admin_panel_src_pages_reports_categorydistitem",
+ "frontend_admin_panel_src_pages_reports_colors",
+ "frontend_admin_panel_src_pages_reports_customtooltip",
+ "frontend_admin_panel_src_pages_reports_customtooltipprops",
+ "frontend_admin_panel_src_pages_reports_reportdata",
+ "frontend_admin_panel_src_pages_reports_reports",
+ "frontend_admin_panel_src_pages_reports_topcouponitem",
+ "frontend_admin_panel_src_routes_adminroutes_dashboard",
+ "frontend_admin_panel_src_routes_adminroutes_reports",
+ "frontend_admin_panel_src_services_api_api"
+ ],
+ "56": [
"frontend_admin_panel_tsconfig_app",
"frontend_admin_panel_tsconfig_app_compileroptions",
"frontend_admin_panel_tsconfig_app_compileroptions_allowimportingtsextensions",
@@ -2233,7 +2189,7 @@
"frontend_admin_panel_tsconfig_app_json_ref_src",
"ref_vite_client"
],
- "58": [
+ "57": [
"backend_package_dependencies",
"backend_package_dependencies_bcrypt",
"backend_package_dependencies_class_transformer",
@@ -2256,7 +2212,7 @@
"reflect_metadata",
"rxjs"
],
- "59": [
+ "58": [
"backend_src_prescriptions_prescriptions_controller_prescriptionscontroller",
"backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_constructor",
"backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_create",
@@ -2279,7 +2235,7 @@
"backend_src_prescriptions_prescriptions_service_prescriptionsservice_findone",
"backend_src_prescriptions_prescriptions_service_prescriptionsservice_review"
],
- "60": [
+ "59": [
"backend_src_admin_blogs_controller_blogscontroller",
"backend_src_admin_blogs_controller_blogscontroller_constructor",
"backend_src_admin_blogs_controller_blogscontroller_createblog",
@@ -2301,7 +2257,7 @@
"backend_src_admin_blogs_controller_ts_request",
"backend_src_admin_blogs_controller_ts_useguards"
],
- "61": [
+ "60": [
"docs_audit_31_module_audit_closure",
"docs_audit_31_module_audit_closure_10_orders_backend",
"docs_audit_31_module_audit_closure_11_settings_administrative_backend",
@@ -2323,7 +2279,7 @@
"docs_audit_31_module_audit_closure_module_audit_closure_report",
"docs_audit_31_module_audit_closure_required_review_group_closures"
],
- "62": [
+ "61": [
"eslint_config_next",
"frontend_admin_panel_package_devdependencies_tailwindcss_postcss",
"frontend_admin_panel_package_devdependencies_types_react",
@@ -2345,7 +2301,7 @@
"testing_library_react",
"vitest"
],
- "63": [
+ "62": [
"frontend_admin_panel_src_components_ui_priceinput",
"frontend_admin_panel_src_components_ui_priceinput_formatpricewithcommas",
"frontend_admin_panel_src_components_ui_priceinput_priceinput",
@@ -2367,7 +2323,7 @@
"frontend_admin_panel_src_routes_adminroutes_settings",
"frontend_admin_panel_src_types_admin_financialsettings"
],
- "64": [
+ "63": [
"ai_agency_agents_06_dev_frontend",
"ai_agency_agents_06_dev_frontend_1_always_read_tech_stack_first",
"ai_agency_agents_06_dev_frontend_2_sub_step_execution_token_resume_support",
@@ -2388,7 +2344,7 @@
"ai_agency_agents_06_dev_frontend_what_you_look_for_frontend_expert_eyes_only",
"ai_agency_agents_06_dev_frontend_your_domain_what_you_review_only_these_areas"
],
- "65": [
+ "64": [
"ai_agency_agents_08_visual_qa",
"ai_agency_agents_08_visual_qa_1_framework_aware_analysis",
"ai_agency_agents_08_visual_qa_2_dom_semantic_structure_analysis",
@@ -2409,7 +2365,7 @@
"ai_agency_agents_08_visual_qa_what_you_look_for_ux_expert_eyes_only",
"ai_agency_agents_08_visual_qa_your_domain_what_you_review_only_these_areas"
],
- "66": [
+ "65": [
"backend_src_admin_wiki_controller_ts_apibearerauth",
"backend_src_admin_wiki_controller_ts_apioperation",
"backend_src_admin_wiki_controller_ts_apiquery",
@@ -2430,6 +2386,27 @@
"backend_src_admin_wiki_controller_wikicontroller_getterms",
"backend_src_admin_wiki_controller_wikicontroller_updateterm"
],
+ "66": [
+ "backend_src_payment_payment_controller_paymentcontroller",
+ "backend_src_payment_payment_controller_paymentcontroller_getadminstats",
+ "backend_src_payment_payment_controller_paymentcontroller_getadmintransactions",
+ "backend_src_payment_payment_controller_paymentcontroller_gethealth",
+ "backend_src_payment_payment_controller_paymentcontroller_gettransactionstatus",
+ "backend_src_payment_payment_controller_paymentcontroller_liveinquiry",
+ "backend_src_payment_payment_controller_paymentcontroller_manualreject",
+ "backend_src_payment_payment_controller_paymentcontroller_manualverify",
+ "backend_src_payment_payment_controller_paymentcontroller_reconcilepending",
+ "backend_src_payment_payment_controller_paymentcontroller_verifypaymentdirect",
+ "backend_src_payment_payment_controller_ts_apibearerauth",
+ "backend_src_payment_payment_controller_ts_apioperation",
+ "backend_src_payment_payment_controller_ts_apitags",
+ "backend_src_payment_payment_controller_ts_controller",
+ "backend_src_payment_payment_controller_ts_get",
+ "backend_src_payment_payment_controller_ts_param",
+ "backend_src_payment_payment_controller_ts_query",
+ "backend_src_payment_payment_controller_ts_roles",
+ "backend_src_payment_payment_controller_ts_useguards"
+ ],
"67": [
"backend_src_pets_dto_create_pet_dto",
"backend_src_pets_dto_create_pet_dto_createpetdto",
@@ -2613,6 +2590,25 @@
"ai_agency_agents_09_devops_security_your_domain_what_you_review_only_these_areas"
],
"76": [
+ "backend_src_payment_dto_verify_payment_dto",
+ "backend_src_payment_dto_verify_payment_dto_ts_apipropertyoptional",
+ "backend_src_payment_dto_verify_payment_dto_ts_isoptional",
+ "backend_src_payment_dto_verify_payment_dto_ts_isstring",
+ "backend_src_payment_dto_verify_payment_dto_zibalcallbackquerydto",
+ "backend_src_payment_payment_controller_paymentcontroller_handlezibalcallback",
+ "backend_src_payment_payment_controller_paymentcontroller_handleziballazycallback",
+ "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment",
+ "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup",
+ "backend_src_payment_payment_controller_ts_apibadrequestresponse",
+ "backend_src_payment_payment_controller_ts_apiokresponse",
+ "backend_src_payment_payment_controller_ts_body",
+ "backend_src_payment_payment_controller_ts_post",
+ "backend_src_payment_payment_controller_ts_req",
+ "headers",
+ "ip",
+ "res"
+ ],
+ "77": [
"backend_src_payment_interfaces_payment_gateway_interface",
"backend_src_payment_interfaces_payment_gateway_interface_gatewayhealthresult",
"backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway",
@@ -2631,7 +2627,7 @@
"backend_src_payment_zibal_service_zibalrequestresponse",
"backend_src_payment_zibal_service_zibalverifyresponse"
],
- "77": [
+ "78": [
"frontend_admin_panel_src_components_ui_skeleton",
"frontend_admin_panel_src_components_ui_skeleton_skeleton",
"frontend_admin_panel_src_pages_orders",
@@ -2650,7 +2646,7 @@
"frontend_admin_panel_src_types_admin_petsummary",
"frontend_admin_panel_src_types_admin_useraddress"
],
- "78": [
+ "79": [
"autoprefixer",
"backend_package_devdependencies_eslint",
"backend_package_devdependencies_globals",
@@ -2668,7 +2664,7 @@
"frontend_application_package_devdependencies_eslint",
"postcss"
],
- "79": [
+ "80": [
"backend_package_devdependencies_prisma",
"backend_tsconfig",
"backend_tsconfig_build",
@@ -2686,7 +2682,7 @@
"ref_test",
"ref_tsconfig_json"
],
- "80": [
+ "81": [
"backend_prisma_seed",
"backend_prisma_seed_home",
"backend_prisma_seed_home_main",
@@ -2704,7 +2700,7 @@
"backend_prisma_seed_products_product_taglines_map",
"backend_prisma_seed_products_slugify"
],
- "81": [
+ "82": [
"docs_audit_02_audit_plan",
"docs_audit_02_audit_plan_10_documentation_engineer",
"docs_audit_02_audit_plan_1_lead_architect_orchestrator",
@@ -2722,7 +2718,7 @@
"docs_audit_02_audit_plan_strategy_for_deduplication_consolidation",
"docs_audit_02_audit_plan_subagent_execution_mode"
],
- "82": [
+ "83": [
"backend_prisma_migrations_20260526145407_init_migration",
"backend_prisma_migrations_20260526145407_init_migration_coupons",
"backend_prisma_migrations_20260526145407_init_migration_health_logs",
@@ -2739,7 +2735,7 @@
"backend_prisma_migrations_20260526145407_init_migration_users",
"backend_prisma_migrations_20260526145407_init_migration_wallet_transactions"
],
- "83": [
+ "84": [
"docs_audit_phase3_1_backlog_review",
"docs_audit_phase3_1_backlog_review_10_dependency_wave_adjustments",
"docs_audit_phase3_1_backlog_review_11_acceptance_criteria_refinements",
@@ -2756,7 +2752,7 @@
"docs_audit_phase3_1_backlog_review_9_architecture_review",
"docs_audit_phase3_1_backlog_review_phase_3_1_human_review_preparation_and_master_backlog_critique"
],
- "84": [
+ "85": [
"frontend_admin_panel_package_dependencies",
"frontend_admin_panel_package_dependencies_axios",
"frontend_admin_panel_package_dependencies_react",
@@ -2773,7 +2769,24 @@
"tanstack_react_query",
"vite"
],
- "85": [
+ "86": [
+ "frontend_admin_panel_src_components_protectedroute",
+ "frontend_admin_panel_src_components_protectedroute_protectedroute",
+ "frontend_admin_panel_src_components_topbar",
+ "frontend_admin_panel_src_components_topbar_searchable_pages",
+ "frontend_admin_panel_src_components_topbar_topbar",
+ "frontend_admin_panel_src_components_topbar_topbarprops",
+ "frontend_admin_panel_src_services_api",
+ "frontend_admin_panel_src_services_api_apierrorpayload",
+ "frontend_admin_panel_src_services_api_failedqueue",
+ "frontend_admin_panel_src_services_api_processqueue",
+ "frontend_admin_panel_src_store_adminauthstore",
+ "frontend_admin_panel_src_store_adminauthstore_useadminauthstore",
+ "frontend_admin_panel_src_types_admin_adminuser",
+ "frontend_admin_panel_src_types_admin_authresponsedata",
+ "frontend_admin_panel_src_types_admin_authstate"
+ ],
+ "87": [
"frontend_application_app_videos_page",
"frontend_application_app_videos_page_videos",
"frontend_application_components_safeimage",
@@ -2790,7 +2803,7 @@
"frontend_application_lib_services_videoservice_video",
"frontend_application_lib_services_videoservice_videoservice"
],
- "86": [
+ "88": [
"frontend_application_tsconfig_compileroptions",
"frontend_application_tsconfig_compileroptions_allowjs",
"frontend_application_tsconfig_compileroptions_esmoduleinterop",
@@ -2807,7 +2820,7 @@
"frontend_application_tsconfig_compileroptions_strict",
"frontend_application_tsconfig_compileroptions_target"
],
- "87": [
+ "89": [
"backend_package_scripts",
"backend_package_scripts_build",
"backend_package_scripts_docs_generate",
@@ -2823,7 +2836,7 @@
"backend_package_scripts_test_e2e",
"backend_package_scripts_test_watch"
],
- "88": [
+ "90": [
"backend_src_wiki_wiki_controller",
"backend_src_wiki_wiki_controller_ts_apitags",
"backend_src_wiki_wiki_controller_ts_controller",
@@ -2839,7 +2852,7 @@
"backend_src_wiki_wiki_service_wikiservice_findall",
"backend_src_wiki_wiki_service_wikiservice_findonebykey"
],
- "89": [
+ "91": [
"docs_audit_16_deep_audit_summary",
"docs_audit_16_deep_audit_summary_1_audit_overview",
"docs_audit_16_deep_audit_summary_2_findings_metrics",
@@ -2855,7 +2868,7 @@
"docs_audit_16_deep_audit_summary_executed_commands_results",
"docs_audit_16_deep_audit_summary_inspected_scopes"
],
- "90": [
+ "92": [
"frontend_admin_panel_package_dependencies_lucide_react",
"frontend_admin_panel_package_json_lucide_react",
"frontend_application_package_dependencies",
@@ -2871,7 +2884,7 @@
"next",
"sonner"
],
- "91": [
+ "93": [
"ai_agency_agents_04_architect",
"ai_agency_agents_04_architect_1_stack_detection_brownfield",
"ai_agency_agents_04_architect_2_stack_selection_greenfield",
@@ -2886,7 +2899,7 @@
"ai_agency_agents_04_architect_role_core_objective",
"ai_agency_agents_04_architect_strict_input_specifications_what_files_to_read"
],
- "92": [
+ "94": [
"backend_package_jest",
"backend_package_jest_collectcoveragefrom",
"backend_package_jest_coveragedirectory",
@@ -2901,7 +2914,7 @@
"ref_json",
"ref_t_j_s"
],
- "93": [
+ "95": [
"backend_src_admin_pets_controller_petscontroller",
"backend_src_admin_pets_controller_petscontroller_deletepet",
"backend_src_admin_pets_controller_petscontroller_getpets",
@@ -2916,7 +2929,7 @@
"backend_src_admin_pets_controller_ts_query",
"backend_src_admin_pets_controller_ts_useguards"
],
- "94": [
+ "96": [
"docs_audit_phase3_2_change_log",
"docs_audit_phase3_2_change_log_10_task_verify_001",
"docs_audit_phase3_2_change_log_1_task_sec_001",
@@ -2931,7 +2944,7 @@
"docs_audit_phase3_2_change_log_comprehensive_change_log",
"docs_audit_phase3_2_change_log_phase_3_2_implementation_readiness_change_log"
],
- "95": [
+ "97": [
"ai_agency_agents_07_qa_engineer",
"ai_agency_agents_07_qa_engineer_1_detect_test_runner_from_tech_stack",
"ai_agency_agents_07_qa_engineer_2_execution_output_capture_mandatory",
@@ -2945,7 +2958,7 @@
"ai_agency_agents_07_qa_engineer_role_core_objective",
"ai_agency_agents_07_qa_engineer_strict_input_specifications_what_files_to_read"
],
- "96": [
+ "98": [
"backend_src_blogs_blogs_controller_blogscontroller",
"backend_src_blogs_blogs_controller_blogscontroller_constructor",
"backend_src_blogs_blogs_controller_blogscontroller_findall",
@@ -2959,7 +2972,7 @@
"backend_src_blogs_blogs_controller_ts_param",
"backend_src_blogs_blogs_controller_ts_query"
],
- "97": [
+ "99": [
"backend_src_pets_pets_service_petsservice",
"backend_src_pets_pets_service_petsservice_addhealthlog",
"backend_src_pets_pets_service_petsservice_addreminder",
@@ -2973,7 +2986,7 @@
"backend_src_pets_pets_service_petsservice_update",
"backend_src_pets_pets_service_ts_injectable"
],
- "98": [
+ "100": [
"docs_audit_26_phase2_integrity_repair_report",
"docs_audit_26_phase2_integrity_repair_report_1_1_authoritative_source_file_inventory_rebuilt",
"docs_audit_26_phase2_integrity_repair_report_1_2_raw_finding_dispositions_reconciled",
@@ -2987,7 +3000,7 @@
"docs_audit_26_phase2_integrity_repair_report_by_severity",
"docs_audit_26_phase2_integrity_repair_report_phase_2_6_integrity_repair_audit_quality_gate_report"
],
- "99": [
+ "101": [
"ai_agency_agents_01_auditor",
"ai_agency_agents_01_auditor_1_detect_tech_stack_first_universal",
"ai_agency_agents_01_auditor_2_explicit_scoring_methodology_universal",
@@ -3000,7 +3013,7 @@
"ai_agency_agents_01_auditor_role_core_objective",
"ai_agency_agents_01_auditor_strict_input_specifications_what_files_to_read"
],
- "100": [
+ "102": [
"ai_agency_agents_10_tech_writer",
"ai_agency_agents_10_tech_writer_1_mark_active_task_as_complete",
"ai_agency_agents_10_tech_writer_2_documentation_updates",
@@ -3013,7 +3026,7 @@
"ai_agency_agents_10_tech_writer_role_core_objective",
"ai_agency_agents_10_tech_writer_strict_input_specifications_what_files_to_read"
],
- "101": [
+ "103": [
"ai_agency_agents_11_deploy",
"ai_agency_agents_11_deploy_1_pre_deployment_checklist",
"ai_agency_agents_11_deploy_2_build_verification",
@@ -3026,7 +3039,7 @@
"ai_agency_agents_11_deploy_role_core_objective",
"ai_agency_agents_11_deploy_strict_input_specifications_what_files_to_read"
],
- "102": [
+ "104": [
"backend_src_app_controller",
"backend_src_app_controller_appcontroller",
"backend_src_app_controller_appcontroller_constructor",
@@ -3039,7 +3052,7 @@
"backend_src_app_service_appservice_gethello",
"backend_src_app_service_ts_injectable"
],
- "103": [
+ "105": [
"backend_src_payment_dto_admin_transaction_filter_dto",
"backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto",
"backend_src_payment_dto_admin_transaction_filter_dto_ts_apipropertyoptional",
@@ -3052,7 +3065,7 @@
"backend_src_payment_payment_service_clientmetadata",
"backend_src_payment_payment_service_paymentservice_getadmintransactions"
],
- "104": [
+ "106": [
"frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog",
"frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_32_0_0",
"frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_32_1",
@@ -3065,7 +3078,7 @@
"frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_old_vazir_changelog",
"frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_vazirmatn_changelog"
],
- "105": [
+ "107": [
"frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme",
"frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_arch_linux_aur_https_aur_archlinux_org_packages_vazirmatn_fonts",
"frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_authors",
@@ -3078,7 +3091,7 @@
"frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_thank_you",
"frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_vazirmatn_font_\u0641\u0648\u0646\u062a_\u0648\u0632\u06cc\u0631\u0645\u062a\u0646"
],
- "106": [
+ "108": [
"ai_agency_agents_02_ceo",
"ai_agency_agents_02_ceo_1_mode_direction_decision",
"ai_agency_agents_02_ceo_2_brownfield_strategic_evaluation",
@@ -3090,7 +3103,7 @@
"ai_agency_agents_02_ceo_role_core_objective",
"ai_agency_agents_02_ceo_strict_input_specifications_what_files_to_read"
],
- "107": [
+ "109": [
"backend_readme",
"backend_readme_compile_and_run_the_project",
"backend_readme_deployment",
@@ -3102,7 +3115,7 @@
"backend_readme_stay_in_touch",
"backend_readme_support"
],
- "108": [
+ "110": [
"docs_audit_00_repository_map",
"docs_audit_00_repository_map_1_active_customer_storefront_react_19_vite_application",
"docs_audit_00_repository_map_2_active_backend_service_nestjs_application",
@@ -3114,7 +3127,7 @@
"docs_audit_00_repository_map_repository_map",
"docs_audit_00_repository_map_repository_structure_overview"
],
- "109": [
+ "111": [
"docs_audit_validate_integrity",
"docs_audit_validate_integrity_dispsum",
"docs_audit_validate_integrity_errors",
@@ -3126,7 +3139,7 @@
"docs_audit_validate_integrity_verifiedindex",
"docs_audit_validate_integrity_warnings"
],
- "110": [
+ "112": [
"frontend_admin_panel_package",
"frontend_admin_panel_package_name",
"frontend_admin_panel_package_private",
@@ -3138,7 +3151,7 @@
"frontend_admin_panel_package_type",
"frontend_admin_panel_package_version"
],
- "111": [
+ "113": [
"frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme",
"frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_arch_linux",
"frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_contributors",
@@ -3150,19 +3163,7 @@
"frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u0627\u0632_\u0646\u0633\u062e\u0647_\u0645\u062a\u063a\u06cc\u0631_variable",
"frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u062f\u0631_\u0635\u0641\u062d\u0627\u062a_\u0648\u0628"
],
- "112": [
- "frontend_admin_panel_src_pages_reports",
- "frontend_admin_panel_src_pages_reports_bestselleritem",
- "frontend_admin_panel_src_pages_reports_categorydistitem",
- "frontend_admin_panel_src_pages_reports_colors",
- "frontend_admin_panel_src_pages_reports_customtooltip",
- "frontend_admin_panel_src_pages_reports_customtooltipprops",
- "frontend_admin_panel_src_pages_reports_reportdata",
- "frontend_admin_panel_src_pages_reports_reports",
- "frontend_admin_panel_src_pages_reports_topcouponitem",
- "frontend_admin_panel_src_routes_adminroutes_reports"
- ],
- "113": [
+ "114": [
"frontend_application_public_fonts_sahel_font_v3_4_0_readme",
"frontend_application_public_fonts_sahel_font_v3_4_0_readme_arch_linux",
"frontend_application_public_fonts_sahel_font_v3_4_0_readme_contributors",
@@ -3174,7 +3175,7 @@
"frontend_application_public_fonts_sahel_font_v3_4_0_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u0627\u0632_\u0646\u0633\u062e\u0647_\u0645\u062a\u063a\u06cc\u0631_variable",
"frontend_application_public_fonts_sahel_font_v3_4_0_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u062f\u0631_\u0635\u0641\u062d\u0627\u062a_\u0648\u0628"
],
- "114": [
+ "115": [
"ai_agency_agents_00_intake",
"ai_agency_agents_00_intake_1_ask_don_t_assume",
"ai_agency_agents_00_intake_2_forbidden_actions",
@@ -3185,7 +3186,7 @@
"ai_agency_agents_00_intake_role_core_objective",
"ai_agency_agents_00_intake_strict_input_specifications_what_files_to_read"
],
- "115": [
+ "116": [
"ai_agency_orchestrate",
"ai_agency_orchestrate_cmd_next_task",
"ai_agency_orchestrate_cmd_progress",
@@ -3196,7 +3197,7 @@
"ai_agency_orchestrate_main",
"ai_agency_orchestrate_save_json"
],
- "116": [
+ "117": [
"backend_package",
"backend_package_author",
"backend_package_description",
@@ -3207,7 +3208,7 @@
"backend_package_private",
"backend_package_version"
],
- "117": [
+ "118": [
"claude_skills_graphify_references_exports",
"claude_skills_graphify_references_exports_graphify_reference_extra_exports_and_benchmark",
"claude_skills_graphify_references_exports_step_6b_wiki_only_if_wiki_flag",
@@ -3218,7 +3219,7 @@
"claude_skills_graphify_references_exports_step_7d_mcp_server_only_if_mcp_flag",
"claude_skills_graphify_references_exports_step_8_token_reduction_benchmark_only_if_total_words_5000"
],
- "118": [
+ "119": [
"docs_audit_21_phase2_quality_gate_summary",
"docs_audit_21_phase2_quality_gate_summary_1_executive_summary",
"docs_audit_21_phase2_quality_gate_summary_2_final_verified_finding_breakdown",
@@ -3229,7 +3230,7 @@
"docs_audit_21_phase2_quality_gate_summary_by_severity",
"docs_audit_21_phase2_quality_gate_summary_phase_2_final_quality_gate_summary_report"
],
- "119": [
+ "120": [
"docs_audit_phase3_1_change_log",
"docs_audit_phase3_1_change_log_1_task_auth_001",
"docs_audit_phase3_1_change_log_2_task_fin_001",
@@ -3240,7 +3241,7 @@
"docs_audit_phase3_1_change_log_phase_3_1_master_task_backlog_change_log",
"docs_audit_phase3_1_change_log_task_modifications_log"
],
- "120": [
+ "121": [
"frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme",
"frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_arch_linux",
"frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_bower",
@@ -3251,7 +3252,7 @@
"frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u062f\u0631_\u0635\u0641\u062d\u0627\u062a_\u0648\u0628",
"frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_\u0646\u0645\u0648\u0646\u0647_\u0645\u062a\u0646_sample"
],
- "121": [
+ "122": [
"frontend_application_components_errorboundary",
"frontend_application_components_errorboundary_errorboundary",
"frontend_application_components_errorboundary_errorboundary_componentdidcatch",
@@ -3262,7 +3263,7 @@
"frontend_application_components_errorboundary_props",
"frontend_application_components_errorboundary_state"
],
- "122": [
+ "123": [
"frontend_application_package",
"frontend_application_package_name",
"frontend_application_package_private",
@@ -3273,7 +3274,7 @@
"frontend_application_package_scripts_start",
"frontend_application_package_version"
],
- "123": [
+ "124": [
"backend_scripts_generate_openapi",
"backend_scripts_generate_openapi_app_module_1",
"backend_scripts_generate_openapi_core_1",
@@ -3283,7 +3284,7 @@
"backend_scripts_generate_openapi_swagger_1",
"backend_scripts_generate_openapi_yaml"
],
- "124": [
+ "125": [
"backend_src_payment_dto_initiate_payment_dto",
"backend_src_payment_dto_initiate_payment_dto_initiatepaymentdto",
"backend_src_payment_dto_initiate_payment_dto_initiatewallettopupdto",
@@ -3293,7 +3294,7 @@
"backend_src_payment_dto_initiate_payment_dto_ts_isoptional",
"backend_src_payment_dto_initiate_payment_dto_ts_isstring"
],
- "125": [
+ "126": [
"backend_src_settings_dto_sms_log_query_dto",
"backend_src_settings_dto_sms_log_query_dto_smslogquerydto",
"backend_src_settings_dto_sms_log_query_dto_ts_apipropertyoptional",
@@ -3303,7 +3304,7 @@
"backend_src_settings_dto_sms_log_query_dto_ts_isstring",
"backend_src_settings_dto_sms_log_query_dto_ts_type"
],
- "126": [
+ "127": [
"backend_src_wiki_wiki_controller_ts_apinotfoundresponse",
"backend_src_wiki_wiki_controller_ts_apiokresponse",
"backend_src_wiki_wiki_controller_ts_apioperation",
@@ -3313,7 +3314,7 @@
"backend_src_wiki_wiki_controller_wikicontroller_findall",
"backend_src_wiki_wiki_controller_wikicontroller_findone"
],
- "127": [
+ "128": [
"docs_audit_01_system_discovery",
"docs_audit_01_system_discovery_active_core_applications",
"docs_audit_01_system_discovery_current_architecture",
@@ -3323,7 +3324,7 @@
"docs_audit_01_system_discovery_system_discovery",
"docs_audit_01_system_discovery_technical_architecture_summary"
],
- "128": [
+ "129": [
"ai_agency_specs_prd",
"ai_agency_specs_prd_1_executive_vision",
"ai_agency_specs_prd_2_target_audience",
@@ -3332,7 +3333,7 @@
"ai_agency_specs_prd_5_epic_feature_breakdown",
"ai_agency_specs_prd_product_requirement_document_prd"
],
- "129": [
+ "130": [
"apiexcludecontroller",
"backend_src_common_metrics_controller_metricscontroller",
"backend_src_common_metrics_controller_metricscontroller_constructor",
@@ -3341,7 +3342,7 @@
"backend_src_common_metrics_controller_ts_get",
"backend_src_common_metrics_controller_ts_res"
],
- "130": [
+ "131": [
"backend_src_pets_dto_create_health_log_dto",
"backend_src_pets_dto_create_health_log_dto_createhealthlogdto",
"backend_src_pets_dto_create_health_log_dto_ts_apiproperty",
@@ -3350,7 +3351,7 @@
"backend_src_pets_dto_create_health_log_dto_ts_isoptional",
"backend_src_pets_dto_create_health_log_dto_ts_isstring"
],
- "131": [
+ "132": [
"backend_src_pets_dto_create_reminder_dto",
"backend_src_pets_dto_create_reminder_dto_createreminderdto",
"backend_src_pets_dto_create_reminder_dto_ts_apiproperty",
@@ -3359,7 +3360,7 @@
"backend_src_pets_dto_create_reminder_dto_ts_isoptional",
"backend_src_pets_dto_create_reminder_dto_ts_isstring"
],
- "132": [
+ "133": [
"backend_src_reviews_dto_update_review_dto",
"backend_src_reviews_dto_update_review_dto_ts_apiproperty",
"backend_src_reviews_dto_update_review_dto_ts_isin",
@@ -3368,7 +3369,7 @@
"backend_src_reviews_dto_update_review_dto_updatereviewdto",
"backend_src_reviews_reviews_service"
],
- "133": [
+ "134": [
"docs_audit_03_baseline_command_plan",
"docs_audit_03_baseline_command_plan_attempted_command_execution_log",
"docs_audit_03_baseline_command_plan_backend_backend_package_json_scripts",
@@ -3377,7 +3378,7 @@
"docs_audit_03_baseline_command_plan_permitted_safe_checks_for_phase_2",
"docs_audit_03_baseline_command_plan_root_package_json_scripts"
],
- "134": [
+ "135": [
"frontend_admin_panel_src_pages_smssettingspage",
"frontend_admin_panel_src_pages_smssettingspage_patternitem",
"frontend_admin_panel_src_pages_smssettingspage_smsconfigstate",
@@ -3386,7 +3387,7 @@
"frontend_admin_panel_src_pages_smssettingspage_smssettingspage",
"frontend_admin_panel_src_routes_adminroutes_smssettingspage"
],
- "135": [
+ "136": [
"frontend_application_app_error",
"frontend_application_app_error_errorboundary",
"frontend_application_app_not_found",
@@ -3395,7 +3396,7 @@
"frontend_application_components_errorpages_notfoundpage",
"frontend_application_components_errorpages_servererrorpage"
],
- "136": [
+ "137": [
"frontend_application_tsconfig_include",
"frontend_application_tsconfig_json_ref_ts",
"ref_mts",
@@ -3404,7 +3405,7 @@
"ref_next_types_ts",
"ref_tsx"
],
- "137": [
+ "138": [
"gitea_scripts_with_vpn",
"gitea_scripts_with_vpn_cleanup",
"gitea_scripts_with_vpn_log",
@@ -3413,7 +3414,7 @@
"gitea_scripts_with_vpn_stop_vpn",
"gitea_scripts_with_vpn_vpn_is_up"
],
- "138": [
+ "139": [
"ai_agency_specs_architecture_spec",
"ai_agency_specs_architecture_spec_1_single_non_negotiable_tech_stack",
"ai_agency_specs_architecture_spec_2_directory_structure_tree",
@@ -3421,7 +3422,7 @@
"ai_agency_specs_architecture_spec_4_deployment_docker_architecture",
"ai_agency_specs_architecture_spec_architecture_specification"
],
- "139": [
+ "140": [
"ai_agency_specs_project_health",
"ai_agency_specs_project_health_1_audit_score_summary",
"ai_agency_specs_project_health_2_technical_debt_inventory",
@@ -3429,7 +3430,7 @@
"ai_agency_specs_project_health_4_security_risks_env_leaks_unprotected_ports",
"ai_agency_specs_project_health_project_health_audit_report"
],
- "140": [
+ "141": [
"backend_nest_cli",
"backend_nest_cli_collection",
"backend_nest_cli_compileroptions",
@@ -3437,7 +3438,7 @@
"backend_nest_cli_schema",
"backend_nest_cli_sourceroot"
],
- "141": [
+ "142": [
"claude_skills_graphify_references_query",
"claude_skills_graphify_references_query_for_graphify_explain",
"claude_skills_graphify_references_query_for_graphify_path",
@@ -3445,7 +3446,7 @@
"claude_skills_graphify_references_query_step_0_constrained_query_expansion_required_before_traversal",
"claude_skills_graphify_references_query_step_1_traversal"
],
- "142": [
+ "143": [
"docs_audit_04_open_questions",
"docs_audit_04_open_questions_1_storefront_migration_roadmap_frontend_application",
"docs_audit_04_open_questions_2_payment_gateway_integration_provider",
@@ -3453,7 +3454,7 @@
"docs_audit_04_open_questions_4_sms_otp_service_provider",
"docs_audit_04_open_questions_open_questions"
],
- "143": [
+ "144": [
"docs_audit_33_final_phase2_audit_closure",
"docs_audit_33_final_phase2_audit_closure_1_executive_summary_honest_review_tier_metrics",
"docs_audit_33_final_phase2_audit_closure_2_reconciled_findings_canonical_identifier_normalization",
@@ -3461,7 +3462,15 @@
"docs_audit_33_final_phase2_audit_closure_4_final_quality_gate_conclusion",
"docs_audit_33_final_phase2_audit_closure_final_phase_2_audit_closure_report"
],
- "144": [
+ "145": [
+ "frontend_admin_panel_src_pages_transactions",
+ "frontend_admin_panel_src_pages_transactions_gatewayhealth",
+ "frontend_admin_panel_src_pages_transactions_stats",
+ "frontend_admin_panel_src_pages_transactions_transaction",
+ "frontend_admin_panel_src_pages_transactions_transactions",
+ "frontend_admin_panel_src_routes_adminroutes_transactions"
+ ],
+ "146": [
"scripts_open_browsers",
"scripts_open_browsers_checkandopen",
"scripts_open_browsers_exec",
@@ -3469,7 +3478,7 @@
"scripts_open_browsers_openurl",
"scripts_open_browsers_urls"
],
- "145": [
+ "147": [
"scripts_start_dev",
"scripts_start_dev_backend",
"scripts_start_dev_http",
@@ -3477,693 +3486,686 @@
"scripts_start_dev_waitforbackend",
"scripts_start_dev_waitforbackend_check"
],
- "146": [
+ "148": [
"ai_agency_memory_scratchpad",
"ai_agency_memory_scratchpad_active_agent_working_scratchpad",
"ai_agency_memory_scratchpad_execution_target",
"ai_agency_memory_scratchpad_project_canina_veterinary_e_commerce_system",
"ai_agency_memory_scratchpad_requirements_persona_mandates_intake_user_request"
],
- "147": [
+ "149": [
"ai_agency_specs_reviews_code_health_review",
"ai_agency_specs_reviews_code_health_review_code_health_audit_review_01_auditor",
"ai_agency_specs_reviews_code_health_review_executive_summary",
"ai_agency_specs_reviews_code_health_review_key_findings",
"ai_agency_specs_reviews_code_health_review_recommendations"
],
- "148": [
+ "150": [
"backend_src_common_schemas_paginated_response_schema",
"backend_src_common_schemas_paginated_response_schema_createpaginatedschema",
"backend_src_common_schemas_paginated_response_schema_paginatedresponse",
"backend_src_common_schemas_paginated_response_schema_paginationmeta",
"backend_src_common_schemas_paginated_response_schema_ts_apiproperty"
],
- "149": [
- "backend_src_payment_dto_verify_payment_dto",
- "backend_src_payment_dto_verify_payment_dto_ts_apipropertyoptional",
- "backend_src_payment_dto_verify_payment_dto_ts_isoptional",
- "backend_src_payment_dto_verify_payment_dto_ts_isstring",
- "backend_src_payment_dto_verify_payment_dto_zibalcallbackquerydto"
- ],
- "150": [
+ "151": [
"backend_src_pets_pets_controller_petscontroller_uploadpetimage",
"backend_src_pets_pets_controller_ts_apibadrequestresponse",
"backend_src_pets_pets_controller_ts_apicreatedresponse",
"backend_src_pets_pets_controller_ts_uploadedfile",
"backend_src_pets_pets_controller_ts_useinterceptors"
],
- "151": [
+ "152": [
"dejavu_sans",
"frontend_application_public_fonts_vazirmatn_v33_003_authors",
"frontend_application_public_fonts_vazirmatn_v33_003_ofl",
"frontend_application_public_fonts_vazirmatn_v33_003_readme",
"roboto_font"
],
- "152": [
+ "153": [
"docs_audit_24_omitted_file_inspection_report",
"docs_audit_24_omitted_file_inspection_report_conclusion",
"docs_audit_24_omitted_file_inspection_report_key_domain_findings_from_omitted_file_audit",
"docs_audit_24_omitted_file_inspection_report_omitted_file_inspection_report",
"docs_audit_24_omitted_file_inspection_report_overview_of_omitted_file_inspections"
],
- "153": [
+ "154": [
"docs_audit_phase3_2_implementation_readiness",
"docs_audit_phase3_2_implementation_readiness_1_executive_summary_architecture_decisions",
"docs_audit_phase3_2_implementation_readiness_2_updated_task_specifications_overview",
"docs_audit_phase3_2_implementation_readiness_3_final_readiness_statement",
"docs_audit_phase3_2_implementation_readiness_phase_3_2_3_3_implementation_readiness_architectural_finalization_report"
],
- "154": [
+ "155": [
"docs_audit_phase3_traceability_matrix",
"docs_audit_phase3_traceability_matrix_complete_finding_to_task_traceability_matrix",
"docs_audit_phase3_traceability_matrix_finding_disposition_accounting_verification",
"docs_audit_phase3_traceability_matrix_phase_3_audit_traceability_matrix",
"docs_audit_phase3_traceability_matrix_special_task_traceability_non_finding_tasks"
],
- "155": [
+ "156": [
"docs_audit_rebuild_honest_ledger",
"docs_audit_rebuild_honest_ledger_evidencelist",
"docs_audit_rebuild_honest_ledger_ledger",
"docs_audit_rebuild_honest_ledger_mandatorymap",
"docs_audit_rebuild_honest_ledger_mandatoryscope"
],
- "156": [
+ "157": [
"docs_audit_validate_evidence_grade",
"docs_audit_validate_evidence_grade_activefiles",
"docs_audit_validate_evidence_grade_errors",
"docs_audit_validate_evidence_grade_validationoutput",
"docs_audit_validate_evidence_grade_warnings"
],
- "157": [
+ "158": [
+ "frontend_admin_panel_src_pages_cms",
+ "frontend_admin_panel_src_pages_cms_cms",
+ "frontend_admin_panel_src_pages_cms_herobanner",
+ "frontend_admin_panel_src_pages_cms_vettestimonial",
+ "frontend_admin_panel_src_routes_adminroutes_cms"
+ ],
+ "159": [
"frontend_admin_panel_src_pages_reviews",
"frontend_admin_panel_src_pages_reviews_productreview",
"frontend_admin_panel_src_pages_reviews_reviews",
"frontend_admin_panel_src_pages_reviews_topersiandigits",
"frontend_admin_panel_src_routes_adminroutes_reviews"
],
- "158": [
+ "160": [
"frontend_admin_panel_src_pages_videos",
"frontend_admin_panel_src_pages_videos_fetchvideoslist",
"frontend_admin_panel_src_pages_videos_video",
"frontend_admin_panel_src_pages_videos_videos",
"frontend_admin_panel_src_routes_adminroutes_videos"
],
- "159": [
- "frontend_admin_panel_src_pages_wiki",
- "frontend_admin_panel_src_pages_wiki_productitem",
- "frontend_admin_panel_src_pages_wiki_wiki",
- "frontend_admin_panel_src_pages_wiki_wikiterm",
- "frontend_admin_panel_src_routes_adminroutes_wiki"
- ],
- "160": [
+ "161": [
"frontend_application_app_blog_slug_page",
"frontend_application_app_blog_slug_page_blogpostpage",
"frontend_application_app_blog_slug_page_generatemetadata",
"frontend_application_app_blog_slug_page_getblog",
"frontend_application_app_blog_slug_page_revalidate"
],
- "161": [
+ "162": [
"frontend_application_tsconfig",
"frontend_application_tsconfig_exclude",
"ref_tests",
"ref_vitest_config_ts",
"ref_vitest_setup_ts"
],
- "162": [
+ "163": [
"ai_agency_specs_api_contract",
"ai_agency_specs_api_contract_1_openapi_3_0_swagger_specification",
"ai_agency_specs_api_contract_2_endpoint_definitions_data_types",
"ai_agency_specs_api_contract_api_contract_specification"
],
- "163": [
+ "164": [
"ai_agency_specs_reviews_backend_review",
"ai_agency_specs_reviews_backend_review_architectural_overview",
"ai_agency_specs_reviews_backend_review_backend_technical_review_05_dev_backend",
"ai_agency_specs_reviews_backend_review_critical_review_findings_required_enhancements"
],
- "164": [
+ "165": [
"ai_agency_specs_reviews_frontend_review",
"ai_agency_specs_reviews_frontend_review_architectural_overview",
"ai_agency_specs_reviews_frontend_review_critical_review_findings_required_enhancements",
"ai_agency_specs_reviews_frontend_review_frontend_admin_panel_technical_review_06_dev_frontend"
],
- "165": [
+ "166": [
"ai_agency_specs_reviews_seo_content_review",
"ai_agency_specs_reviews_seo_content_review_overview_content_foundation",
"ai_agency_specs_reviews_seo_content_review_seo_content_requirements",
"ai_agency_specs_reviews_seo_content_review_seo_content_strategy_review_12_seo_content"
],
- "166": [
+ "167": [
"backend_package_devdependencies_types_node",
"backend_package_json_types_node",
"frontend_admin_panel_package_devdependencies_types_node",
"frontend_application_package_devdependencies_types_node"
],
- "167": [
+ "168": [
"backend_package_devdependencies_typescript",
"backend_package_json_typescript",
"frontend_admin_panel_package_devdependencies_typescript",
"frontend_application_package_devdependencies_typescript"
],
- "168": [
+ "169": [
"backend_prisma_seed_ui_texts",
"backend_prisma_seed_ui_texts_main",
"backend_prisma_seed_ui_texts_prisma",
"backend_prisma_seed_ui_texts_ui_texts"
],
- "169": [
+ "170": [
"backend_prisma_seed_wiki",
"backend_prisma_seed_wiki_canonical_wiki_terms",
"backend_prisma_seed_wiki_main",
"backend_prisma_seed_wiki_prisma"
],
- "170": [
+ "171": [
"backend_src_blogs_dto_create_blog_dto",
"backend_src_blogs_dto_create_blog_dto_createblogdto",
"backend_src_blogs_dto_update_blog_dto",
"backend_src_blogs_dto_update_blog_dto_updateblogdto"
],
- "171": [
+ "172": [
"backend_src_home_dto_create_home_dto",
"backend_src_home_dto_create_home_dto_createhomedto",
"backend_src_home_dto_update_home_dto",
"backend_src_home_dto_update_home_dto_updatehomedto"
],
- "172": [
+ "173": [
"backend_src_wiki_dto_create_wiki_dto",
"backend_src_wiki_dto_create_wiki_dto_createwikidto",
"backend_src_wiki_dto_update_wiki_dto",
"backend_src_wiki_dto_update_wiki_dto_updatewikidto"
],
- "173": [
+ "174": [
"claude_skills_graphify_references_add_watch",
"claude_skills_graphify_references_add_watch_for_graphify_add",
"claude_skills_graphify_references_add_watch_for_watch",
"claude_skills_graphify_references_add_watch_graphify_reference_add_a_url_and_watch_a_folder"
],
- "174": [
+ "175": [
"claude_skills_graphify_references_hooks",
"claude_skills_graphify_references_hooks_for_git_commit_hook",
"claude_skills_graphify_references_hooks_for_native_claude_md_integration",
"claude_skills_graphify_references_hooks_graphify_reference_commit_hook_and_native_claude_md_integration"
],
- "175": [
+ "176": [
"claude_skills_graphify_references_update",
"claude_skills_graphify_references_update_for_cluster_only",
"claude_skills_graphify_references_update_for_update_incremental_re_extraction",
"claude_skills_graphify_references_update_graphify_reference_incremental_update_and_cluster_only"
],
- "176": [
+ "177": [
"docs_audit_19_finding_verification_report",
"docs_audit_19_finding_verification_report_1_executive_summary_verification_reconciliation_table",
"docs_audit_19_finding_verification_report_2_newly_discovered_split_findings_canonical_ids",
"docs_audit_19_finding_verification_report_raw_finding_verification_disposition_report"
],
- "177": [
+ "178": [
"frontend_admin_panel_readme",
"frontend_admin_panel_readme_expanding_the_eslint_configuration",
"frontend_admin_panel_readme_react_compiler",
"frontend_admin_panel_readme_react_typescript_vite"
],
- "178": [
+ "179": [
"frontend_admin_panel_src_components_ui_select",
"frontend_admin_panel_src_components_ui_select_select",
"frontend_admin_panel_src_components_ui_select_selectoption",
"frontend_admin_panel_src_components_ui_select_selectprops"
],
- "179": [
+ "180": [
"frontend_application_app_wiki_slug_page",
"frontend_application_app_wiki_slug_page_generatemetadata",
"frontend_application_app_wiki_slug_page_getwikiterm",
"frontend_application_app_wiki_slug_page_wikitermpage"
],
- "180": [
+ "181": [
"frontend_application_readme",
"frontend_application_readme_deploy_on_vercel",
"frontend_application_readme_getting_started",
"frontend_application_readme_learn_more"
],
- "181": [
+ "182": [
"frontend_application_tsconfig_compileroptions_lib",
"frontend_application_tsconfig_json_ref_dom",
"ref_dom_iterable",
"ref_esnext"
],
- "182": [
+ "183": [
"scripts_deploy",
"scripts_deploy_compose_docker_cli_build",
"scripts_deploy_docker_buildkit",
"scripts_deploy_sh__entry"
],
- "183": [
+ "184": [
"ai_agency_specs_reviews_security_review",
"ai_agency_specs_reviews_security_review_security_architecture_best_practices",
"ai_agency_specs_reviews_security_review_security_performance_review_09_devops_security"
],
- "184": [
+ "185": [
"ai_agency_specs_reviews_ux_review",
"ai_agency_specs_reviews_ux_review_persona_experience_alignment",
"ai_agency_specs_reviews_ux_review_ux_persona_interface_review_08_visual_qa"
],
- "185": [
+ "186": [
"backend_package_devdependencies_eslint_js",
"backend_package_json_eslint_js",
"frontend_admin_panel_package_devdependencies_eslint_js"
],
- "186": [
+ "187": [
"backend_package_devdependencies_typescript_eslint",
"backend_package_json_typescript_eslint",
"frontend_admin_panel_package_devdependencies_typescript_eslint"
],
- "187": [
+ "188": [
"backend_prisma_migrations_20260526160916_add_ui_texts_and_scientific_terms_migration",
"backend_prisma_migrations_20260526160916_add_ui_texts_and_scientific_terms_migration_scientific_terms",
"backend_prisma_migrations_20260526160916_add_ui_texts_and_scientific_terms_migration_ui_texts"
],
- "188": [
+ "189": [
"backend_prisma_scientificterms",
"backend_prisma_scientificterms_scientific_terms",
"backend_prisma_scientificterms_scientificterm"
],
- "189": [
+ "190": [
"backend_prisma_seed_blogs",
"backend_prisma_seed_blogs_main",
"backend_prisma_seed_blogs_prisma"
],
- "190": [
+ "191": [
"backend_prisma_seed_custom",
"backend_prisma_seed_custom_main",
"backend_prisma_seed_custom_prisma"
],
- "191": [
+ "192": [
"claude_skills_graphify_references_github_and_merge",
"claude_skills_graphify_references_github_and_merge_graphify_reference_github_clone_and_cross_repo_merge",
"claude_skills_graphify_references_github_and_merge_step_0_clone_github_repo_s_only_if_a_github_url_was_given"
],
- "192": [
+ "193": [
"claude_skills_graphify_references_transcribe",
"claude_skills_graphify_references_transcribe_graphify_reference_transcribe_video_and_audio",
"claude_skills_graphify_references_transcribe_step_2_5_transcribe_video_audio_files_only_if_video_files_detected"
],
- "193": [
+ "194": [
"docs_audit_18_compiler_diagnostic_dispositions",
"docs_audit_18_compiler_diagnostic_dispositions_compiler_diagnostic_dispositions",
"docs_audit_18_compiler_diagnostic_dispositions_reconciled_compiler_diagnostic_table"
],
- "194": [
+ "195": [
"docs_audit_adr_auth_001",
"docs_audit_master_task_backlog",
"docs_audit_phase3_execution_plan"
],
- "195": [
+ "196": [
"docs_audit_build_manifest",
"docs_audit_build_manifest_entries",
"docs_audit_build_manifest_lines"
],
- "196": [
+ "197": [
"docs_audit_generate_classification",
"docs_audit_generate_classification_classified",
"docs_audit_generate_classification_lines"
],
- "197": [
+ "198": [
"docs_audit_generate_evidence",
"docs_audit_generate_evidence_classification",
"docs_audit_generate_evidence_evidenceentries"
],
- "198": [
+ "199": [
"docs_audit_generate_ledger",
"docs_audit_generate_ledger_evidence",
"docs_audit_generate_ledger_ledgerentries"
],
- "199": [
+ "200": [
"docs_audit_generate_manifest",
"docs_audit_generate_manifest_evidence",
"docs_audit_generate_manifest_manifestentries"
],
- "200": [
+ "201": [
"docs_audit_sync_honest_manifest",
"docs_audit_sync_honest_manifest_ledger",
"docs_audit_sync_honest_manifest_manifest"
],
- "201": [
+ "202": [
"docs_audit_sync_manifest",
"docs_audit_sync_manifest_ledger",
"docs_audit_sync_manifest_manifestentries"
],
- "202": [
+ "203": [
"frontend_admin_panel_package_dependencies_react_dom",
"frontend_admin_panel_package_json_react_dom",
"frontend_application_package_dependencies_react_dom"
],
- "203": [
+ "204": [
"frontend_admin_panel_package_dependencies_zustand",
"frontend_admin_panel_package_json_zustand",
"frontend_application_package_dependencies_zustand"
],
- "204": [
+ "205": [
"frontend_admin_panel_package_devdependencies_tailwindcss",
"frontend_admin_panel_package_json_tailwindcss",
"frontend_application_package_devdependencies_tailwindcss"
],
- "205": [
+ "206": [
"frontend_admin_panel_package_devdependencies_types_react_dom",
"frontend_application_package_devdependencies_types_react_dom",
"frontend_application_package_json_types_react_dom"
],
- "206": [
+ "207": [
"frontend_admin_panel_src_components_ui_formfield",
"frontend_admin_panel_src_components_ui_formfield_formfield",
"frontend_admin_panel_src_components_ui_formfield_formfieldprops"
],
- "207": [
+ "208": [
"frontend_admin_panel_src_components_ui_input",
"frontend_admin_panel_src_components_ui_input_input",
"frontend_admin_panel_src_components_ui_input_inputprops"
],
- "208": [
+ "209": [
"frontend_admin_panel_src_components_ui_textarea",
"frontend_admin_panel_src_components_ui_textarea_textarea",
"frontend_admin_panel_src_components_ui_textarea_textareaprops"
],
- "209": [
+ "210": [
"frontend_admin_panel_tsconfig",
"frontend_admin_panel_tsconfig_files",
"frontend_admin_panel_tsconfig_references"
],
- "210": [
+ "211": [
"frontend_application_app_about_page",
"frontend_application_app_about_page_aboutpage",
"frontend_application_app_about_page_metadata"
],
- "211": [
+ "212": [
"frontend_application_app_privacy_page",
"frontend_application_app_privacy_page_metadata",
"frontend_application_app_privacy_page_privacypage"
],
- "212": [
+ "213": [
"frontend_application_next_config",
"frontend_application_next_config_nextconfig",
"frontend_application_next_config_securityheaders"
],
- "213": [
+ "214": [
"frontend_application_public_fonts_shabnam_font_v5_0_1_readme",
"frontend_application_public_fonts_shabnam_font_v5_0_1_sample",
"vazir_font"
],
- "214": [
+ "215": [
"agents",
"agents_graphify"
],
- "215": [
+ "216": [
"agents_rules_graphify",
"agents_rules_graphify_graphify"
],
- "216": [
+ "217": [
"agents_workflows_graphify",
"agents_workflows_graphify_workflow_graphify"
],
- "217": [
+ "218": [
"antigravity_instructions",
"antigravity_instructions_graphify"
],
- "218": [
+ "219": [
"backend_package_dependencies_bcryptjs",
"bcryptjs"
],
- "219": [
+ "220": [
"backend_package_dependencies_helmet",
"helmet"
],
- "220": [
+ "221": [
"backend_package_dependencies_js_yaml",
"js_yaml"
],
- "221": [
+ "222": [
"backend_package_dependencies_nestjs_core",
"nestjs_core"
],
- "222": [
+ "223": [
"backend_package_dependencies_nestjs_jwt",
"nestjs_jwt"
],
- "223": [
+ "224": [
"backend_package_dependencies_nestjs_swagger",
"nestjs_swagger"
],
- "224": [
+ "225": [
"backend_package_dependencies_nestjs_throttler",
"nestjs_throttler"
],
- "225": [
+ "226": [
"backend_package_dependencies_passport_jwt",
"passport_jwt"
],
- "226": [
+ "227": [
"backend_package_dependencies_prisma_client",
"prisma_client"
],
- "227": [
+ "228": [
"backend_package_dependencies_swagger_ui_express",
"swagger_ui_express"
],
- "228": [
+ "229": [
"backend_package_devdependencies_nestjs_schematics",
"nestjs_schematics"
],
- "229": [
+ "230": [
"backend_package_devdependencies_ts_jest",
"ts_jest"
],
- "230": [
+ "231": [
"backend_package_devdependencies_ts_loader",
"ts_loader"
],
- "231": [
+ "232": [
"backend_package_devdependencies_tsconfig_paths",
"tsconfig_paths"
],
- "232": [
+ "233": [
"backend_package_devdependencies_types_bcrypt",
"types_bcrypt"
],
- "233": [
+ "234": [
"backend_package_devdependencies_types_supertest",
"types_supertest"
],
- "234": [
+ "235": [
"backend_src_blogs_entities_blog_entity",
"backend_src_blogs_entities_blog_entity_blog"
],
- "235": [
+ "236": [
"backend_src_home_entities_home_entity",
"backend_src_home_entities_home_entity_home"
],
- "236": [
+ "237": [
"backend_src_wiki_entities_wiki_entity",
"backend_src_wiki_entities_wiki_entity_wiki"
],
- "237": [
+ "238": [
"backend_uploads_1781288429353_508765350",
"docs_02_user_guide_roles"
],
- "238": [
+ "239": [
"claude",
"claude_graphify"
],
- "239": [
+ "240": [
"claude_claude",
"claude_claude_graphify"
],
- "240": [
+ "241": [
"claude_skills_graphify_references_extraction_spec",
"claude_skills_graphify_references_extraction_spec_graphify_reference_extraction_subagent_prompt"
],
- "241": [
+ "242": [
"database_schema_products",
"readme_smartadvisor"
],
- "242": [
+ "243": [
"database_schema_users",
"docker_backend_prod"
],
- "243": [
+ "244": [
"docs_audit_05_architectural_audit_findings",
"docs_audit_10_security_audit_findings"
],
- "244": [
+ "245": [
"docs_audit_cross_boundary_dependencies",
"docs_audit_frontend_integration_requirements"
],
- "245": [
+ "246": [
"frontend_application_agents",
"image_pharma_lab"
],
- "246": [
+ "247": [
"frontend_application_app_robots",
"frontend_application_app_robots_robots"
],
- "247": [
+ "248": [
"frontend_application_eslint_config",
"frontend_application_eslint_config_eslintconfig"
],
- "248": [
+ "249": [
"frontend_application_postcss_config",
"frontend_application_postcss_config_config"
],
- "249": [
+ "250": [
"frontend_application_vitest_setup",
"frontend_application_vitest_setup_mockintersectionobserver"
],
- "250": [
+ "251": [
"scripts_backup_db",
"scripts_backup_db_sh__entry"
],
- "251": [
+ "252": [
"start",
"start_sh__entry"
],
- "252": [
+ "253": [
"ai_agency_specs_reviews_readme"
],
- "253": [
+ "254": [
"backend_eslint_config"
],
- "254": [
+ "255": [
"backend_integration_login"
],
- "255": [
+ "256": [
"backend_integration_logout"
],
- "256": [
+ "257": [
"backend_scripts_generate_openapi_d"
],
- "257": [
+ "258": [
"backend_src_admin_admin_controller_ts_apiquery"
],
- "258": [
+ "259": [
"backend_src_common_filters_http_exception_filter_ts_catch"
],
- "259": [
+ "260": [
"backend_src_payment_payment_controller_ts_res"
],
- "260": [
+ "261": [
"backend_src_prescriptions_prescriptions_module_ts_module"
],
- "261": [
+ "262": [
"backend_src_reviews_dto_create_review_dto_ts_isint"
],
- "262": [
+ "263": [
"backend_src_reviews_dto_create_review_dto_ts_min"
],
- "263": [
+ "264": [
"backend_src_settings_settings_controller_ts_apibearerauth"
],
- "264": [
+ "265": [
"backend_src_settings_settings_controller_ts_apiokresponse"
],
- "265": [
+ "266": [
"backend_src_settings_settings_controller_ts_apioperation"
],
- "266": [
+ "267": [
"backend_src_settings_settings_controller_ts_apitags"
],
- "267": [
+ "268": [
"backend_src_settings_settings_controller_ts_body"
],
- "268": [
+ "269": [
"backend_src_settings_settings_controller_ts_controller"
],
- "269": [
+ "270": [
"backend_src_settings_settings_controller_ts_delete"
],
- "270": [
+ "271": [
"backend_src_settings_settings_controller_ts_get"
],
- "271": [
+ "272": [
"backend_src_settings_settings_controller_ts_param"
],
- "272": [
+ "273": [
"backend_src_settings_settings_controller_ts_patch"
],
- "273": [
+ "274": [
"backend_src_settings_settings_controller_ts_post"
],
- "274": [
+ "275": [
"backend_src_settings_settings_controller_ts_put"
],
- "275": [
+ "276": [
"backend_src_settings_settings_controller_ts_query"
],
- "276": [
+ "277": [
"backend_src_settings_settings_controller_ts_roles"
],
- "277": [
+ "278": [
"backend_src_settings_settings_controller_ts_useguards"
],
- "278": [
+ "279": [
"canina_pharma_gmbh"
],
- "279": [
+ "280": [
"database_schema_pets"
],
- "280": [
+ "281": [
"docs_01_introduction_canina_iran"
],
- "281": [
+ "282": [
"docs_03_developer_guide_standards"
],
- "282": [
+ "283": [
"docs_audit_frontend_route_map"
],
- "283": [
+ "284": [
"docs_backlog_tasks"
],
- "284": [
+ "285": [
"frontend_admin_panel_eslint_config"
],
- "285": [
+ "286": [
"frontend_admin_panel_postcss_config"
],
- "286": [
+ "287": [
"frontend_admin_panel_public_fonts_sahel_font_v3_4_0_changelog"
],
- "287": [
+ "288": [
"frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_changelog"
],
- "288": [
+ "289": [
"frontend_admin_panel_tailwind_config"
],
- "289": [
+ "290": [
"frontend_admin_panel_vite_config"
],
- "290": [
+ "291": [
"frontend_application_claude"
],
- "291": [
+ "292": [
"frontend_application_public_fonts_sahel_font_v3_4_0_changelog"
],
- "292": [
+ "293": [
"frontend_application_public_fonts_sahel_font_v3_4_0_sample_variable"
],
- "293": [
+ "294": [
"frontend_application_public_fonts_shabnam_font_v5_0_1_changelog"
],
- "294": [
+ "295": [
"frontend_application_public_fonts_vazirmatn_v33_003_changelog"
],
- "295": [
+ "296": [
"frontend_application_vitest_config"
],
- "296": [
+ "297": [
"image_sahel_sample"
],
- "297": [
+ "298": [
"image_shabnam_sample"
],
- "298": [
+ "299": [
"scripts_compose_prod"
],
- "299": [
+ "300": [
"scripts_compose_stage"
]
},
@@ -4175,9 +4177,9 @@
"4": 0.04597701149425287,
"5": 0.05889724310776942,
"6": 0.05952380952380952,
- "7": 0.08823529411764706,
- "8": 0.08672699849170437,
- "9": 0.07215686274509804,
+ "7": 0.06848357791754019,
+ "8": 0.08823529411764706,
+ "9": 0.08672699849170437,
"10": 0.08941176470588236,
"11": 0.0824829931972789,
"12": 0.07505285412262157,
@@ -4185,56 +4187,56 @@
"14": 0.08392603129445235,
"15": 0.08858858858858859,
"16": 0.09365079365079365,
- "17": 0.09523809523809523,
- "18": 0.0761904761904762,
- "19": 0.07130124777183601,
- "20": 0.0873440285204991,
- "21": 0.06060606060606061,
- "22": 0.06060606060606061,
- "23": 0.10037878787878787,
- "24": 0.10080645161290322,
- "25": 0.21370967741935484,
+ "17": 0.0761904761904762,
+ "18": 0.06060606060606061,
+ "19": 0.21212121212121213,
+ "20": 0.06060606060606061,
+ "21": 0.09090909090909091,
+ "22": 0.10080645161290322,
+ "23": 0.09879032258064516,
+ "24": 0.0625,
+ "25": 0.0625,
"26": 0.0625,
"27": 0.0625,
"28": 0.0625,
"29": 0.0625,
"30": 0.0625,
- "31": 0.0625,
- "32": 0.0625,
- "33": 0.0967741935483871,
- "34": 0.20430107526881722,
- "35": 0.1032258064516129,
- "36": 0.10591133004926108,
- "37": 0.13054187192118227,
- "38": 0.13793103448275862,
- "39": 0.06896551724137931,
- "40": 0.1206896551724138,
- "41": 0.10317460317460317,
- "42": 0.1111111111111111,
- "43": 0.07407407407407407,
- "44": 0.11965811965811966,
- "45": 0.1282051282051282,
- "46": 0.07407407407407407,
- "47": 0.08831908831908832,
- "48": 0.12923076923076923,
- "49": 0.18,
- "50": 0.13,
- "51": 0.13043478260869565,
- "52": 0.13043478260869565,
- "53": 0.08695652173913043,
- "54": 0.11067193675889328,
- "55": 0.13438735177865613,
+ "31": 0.07862903225806452,
+ "32": 0.0967741935483871,
+ "33": 0.10967741935483871,
+ "34": 0.1032258064516129,
+ "35": 0.10591133004926108,
+ "36": 0.13054187192118227,
+ "37": 0.13793103448275862,
+ "38": 0.06896551724137931,
+ "39": 0.10317460317460317,
+ "40": 0.1111111111111111,
+ "41": 0.07407407407407407,
+ "42": 0.11965811965811966,
+ "43": 0.1282051282051282,
+ "44": 0.07407407407407407,
+ "45": 0.08831908831908832,
+ "46": 0.12923076923076923,
+ "47": 0.18,
+ "48": 0.13,
+ "49": 0.13043478260869565,
+ "50": 0.13043478260869565,
+ "51": 0.08695652173913043,
+ "52": 0.11067193675889328,
+ "53": 0.13438735177865613,
+ "54": 0.08695652173913043,
+ "55": 0.09090909090909091,
"56": 0.08695652173913043,
- "57": 0.08695652173913043,
- "58": 0.09523809523809523,
- "59": 0.14761904761904762,
- "60": 0.12631578947368421,
+ "57": 0.09523809523809523,
+ "58": 0.14761904761904762,
+ "59": 0.12631578947368421,
+ "60": 0.1,
"61": 0.1,
- "62": 0.1,
- "63": 0.13157894736842105,
+ "62": 0.13157894736842105,
+ "63": 0.10526315789473684,
"64": 0.10526315789473684,
- "65": 0.10526315789473684,
- "66": 0.13450292397660818,
+ "65": 0.13450292397660818,
+ "66": 0.30994152046783624,
"67": 0.16374269005847952,
"68": 0.15789473684210525,
"69": 0.15204678362573099,
@@ -4244,93 +4246,93 @@
"73": 0.1503267973856209,
"74": 0.1111111111111111,
"75": 0.11764705882352941,
- "76": 0.16176470588235295,
- "77": 0.14705882352941177,
- "78": 0.125,
- "79": 0.14166666666666666,
- "80": 0.16666666666666666,
- "81": 0.125,
- "82": 0.26666666666666666,
- "83": 0.13333333333333333,
+ "76": 0.19852941176470587,
+ "77": 0.16176470588235295,
+ "78": 0.14705882352941177,
+ "79": 0.125,
+ "80": 0.14166666666666666,
+ "81": 0.16666666666666666,
+ "82": 0.125,
+ "83": 0.26666666666666666,
"84": 0.13333333333333333,
- "85": 0.20952380952380953,
- "86": 0.13333333333333333,
- "87": 0.14285714285714285,
- "88": 0.1978021978021978,
+ "85": 0.13333333333333333,
+ "86": 0.21904761904761905,
+ "87": 0.20952380952380953,
+ "88": 0.13333333333333333,
"89": 0.14285714285714285,
- "90": 0.14285714285714285,
- "91": 0.15384615384615385,
- "92": 0.15384615384615385,
- "93": 0.16666666666666666,
+ "90": 0.1978021978021978,
+ "91": 0.14285714285714285,
+ "92": 0.14285714285714285,
+ "93": 0.15384615384615385,
"94": 0.15384615384615385,
"95": 0.16666666666666666,
- "96": 0.21212121212121213,
- "97": 0.2878787878787879,
- "98": 0.16666666666666666,
- "99": 0.18181818181818182,
- "100": 0.18181818181818182,
+ "96": 0.15384615384615385,
+ "97": 0.16666666666666666,
+ "98": 0.21212121212121213,
+ "99": 0.2878787878787879,
+ "100": 0.16666666666666666,
"101": 0.18181818181818182,
- "102": 0.2909090909090909,
- "103": 0.2,
- "104": 0.18181818181818182,
- "105": 0.18181818181818182,
- "106": 0.2,
- "107": 0.2,
+ "102": 0.18181818181818182,
+ "103": 0.18181818181818182,
+ "104": 0.2909090909090909,
+ "105": 0.2,
+ "106": 0.18181818181818182,
+ "107": 0.18181818181818182,
"108": 0.2,
"109": 0.2,
"110": 0.2,
"111": 0.2,
"112": 0.2,
"113": 0.2,
- "114": 0.2222222222222222,
- "115": 0.5277777777777778,
- "116": 0.2222222222222222,
+ "114": 0.2,
+ "115": 0.2222222222222222,
+ "116": 0.5277777777777778,
"117": 0.2222222222222222,
"118": 0.2222222222222222,
"119": 0.2222222222222222,
"120": 0.2222222222222222,
"121": 0.2222222222222222,
"122": 0.2222222222222222,
- "123": 0.25,
- "124": 0.42857142857142855,
- "125": 0.25,
- "126": 0.32142857142857145,
- "127": 0.25,
- "128": 0.2857142857142857,
+ "123": 0.2222222222222222,
+ "124": 0.25,
+ "125": 0.42857142857142855,
+ "126": 0.25,
+ "127": 0.32142857142857145,
+ "128": 0.25,
"129": 0.2857142857142857,
"130": 0.2857142857142857,
"131": 0.2857142857142857,
- "132": 0.3333333333333333,
- "133": 0.2857142857142857,
+ "132": 0.2857142857142857,
+ "133": 0.3333333333333333,
"134": 0.2857142857142857,
- "135": 0.38095238095238093,
- "136": 0.2857142857142857,
- "137": 0.6190476190476191,
- "138": 0.3333333333333333,
+ "135": 0.2857142857142857,
+ "136": 0.38095238095238093,
+ "137": 0.2857142857142857,
+ "138": 0.6190476190476191,
"139": 0.3333333333333333,
"140": 0.3333333333333333,
"141": 0.3333333333333333,
"142": 0.3333333333333333,
"143": 0.3333333333333333,
- "144": 0.4,
+ "144": 0.3333333333333333,
"145": 0.3333333333333333,
"146": 0.4,
- "147": 0.4,
- "148": 0.5,
+ "147": 0.3333333333333333,
+ "148": 0.4,
"149": 0.4,
- "150": 0.4,
+ "150": 0.5,
"151": 0.4,
"152": 0.4,
"153": 0.4,
"154": 0.4,
"155": 0.4,
"156": 0.4,
- "157": 0.5,
- "158": 0.5,
- "159": 0.4,
- "160": 0.6,
- "161": 0.4,
- "162": 0.5,
+ "157": 0.4,
+ "158": 0.4,
+ "159": 0.5,
+ "160": 0.5,
+ "161": 0.6,
+ "162": 0.4,
"163": 0.5,
"164": 0.5,
"165": 0.5,
@@ -4338,20 +4340,20 @@
"167": 0.5,
"168": 0.5,
"169": 0.5,
- "170": 0.6666666666666666,
+ "170": 0.5,
"171": 0.6666666666666666,
"172": 0.6666666666666666,
- "173": 0.5,
+ "173": 0.6666666666666666,
"174": 0.5,
"175": 0.5,
"176": 0.5,
"177": 0.5,
"178": 0.5,
- "179": 0.8333333333333334,
- "180": 0.5,
+ "179": 0.5,
+ "180": 0.8333333333333334,
"181": 0.5,
"182": 0.5,
- "183": 0.6666666666666666,
+ "183": 0.5,
"184": 0.6666666666666666,
"185": 0.6666666666666666,
"186": 0.6666666666666666,
@@ -4382,7 +4384,7 @@
"211": 0.6666666666666666,
"212": 0.6666666666666666,
"213": 0.6666666666666666,
- "214": 1.0,
+ "214": 0.6666666666666666,
"215": 1.0,
"216": 1.0,
"217": 1.0,
@@ -4467,7 +4469,8 @@
"296": 1.0,
"297": 1.0,
"298": 1.0,
- "299": 1.0
+ "299": 1.0,
+ "300": 1.0
},
"gods": [
{
@@ -4533,28 +4536,6 @@
"relation": "conceptually_related_to",
"why": "inferred connection - not explicitly stated in source; crosses file types (doc \u2194 image); connects across different repos/directories"
},
- {
- "source": "PetsController",
- "target": "ApiResponse",
- "source_files": [
- "backend/src/pets/pets.controller.ts",
- "frontend/admin-panel/src/types/admin.ts"
- ],
- "confidence": "EXTRACTED",
- "relation": "references",
- "why": "connects across different repos/directories; bridges separate communities"
- },
- {
- "source": "WikiController",
- "target": "ApiResponse",
- "source_files": [
- "backend/src/wiki/wiki.controller.ts",
- "frontend/admin-panel/src/types/admin.ts"
- ],
- "confidence": "EXTRACTED",
- "relation": "references",
- "why": "connects across different repos/directories; bridges separate communities"
- },
{
"source": "ProductsController",
"target": "ApiResponse",
@@ -4576,6 +4557,28 @@
"confidence": "EXTRACTED",
"relation": "references",
"why": "connects across different repos/directories; bridges separate communities"
+ },
+ {
+ "source": "PetsController",
+ "target": "ApiResponse",
+ "source_files": [
+ "backend/src/pets/pets.controller.ts",
+ "frontend/admin-panel/src/types/admin.ts"
+ ],
+ "confidence": "EXTRACTED",
+ "relation": "references",
+ "why": "connects across different repos/directories; bridges separate communities"
+ },
+ {
+ "source": "AuthController",
+ "target": "ApiResponse",
+ "source_files": [
+ "backend/src/auth/auth.controller.ts",
+ "frontend/admin-panel/src/types/admin.ts"
+ ],
+ "confidence": "EXTRACTED",
+ "relation": "references",
+ "why": "connects across different repos/directories; bridges separate communities"
}
],
"tokens": {
diff --git a/graphify-out/2026-08-17/.graphify_analysis.json b/graphify-out/2026-08-17/.graphify_analysis.json
index 2bc9f8f..0376528 100644
--- a/graphify-out/2026-08-17/.graphify_analysis.json
+++ b/graphify-out/2026-08-17/.graphify_analysis.json
@@ -1,98 +1,6 @@
{
"communities": {
"0": [
- "apiquery",
- "backend_src_admin_admin_controller",
- "backend_src_admin_admin_controller_admincontroller",
- "backend_src_admin_admin_controller_admincontroller_adjustwallet",
- "backend_src_admin_admin_controller_admincontroller_constructor",
- "backend_src_admin_admin_controller_admincontroller_createcoupon",
- "backend_src_admin_admin_controller_admincontroller_createdoctor",
- "backend_src_admin_admin_controller_admincontroller_createproduct",
- "backend_src_admin_admin_controller_admincontroller_createuser",
- "backend_src_admin_admin_controller_admincontroller_deletecoupon",
- "backend_src_admin_admin_controller_admincontroller_deletedoctor",
- "backend_src_admin_admin_controller_admincontroller_deleteproduct",
- "backend_src_admin_admin_controller_admincontroller_deleteuser",
- "backend_src_admin_admin_controller_admincontroller_getcoupons",
- "backend_src_admin_admin_controller_admincontroller_getdashboardstats",
- "backend_src_admin_admin_controller_admincontroller_getdoctors",
- "backend_src_admin_admin_controller_admincontroller_getorders",
- "backend_src_admin_admin_controller_admincontroller_getproducts",
- "backend_src_admin_admin_controller_admincontroller_getsettings",
- "backend_src_admin_admin_controller_admincontroller_getuserdetails",
- "backend_src_admin_admin_controller_admincontroller_getusers",
- "backend_src_admin_admin_controller_admincontroller_togglecoupon",
- "backend_src_admin_admin_controller_admincontroller_updatecoupon",
- "backend_src_admin_admin_controller_admincontroller_updatedoctor",
- "backend_src_admin_admin_controller_admincontroller_updateorderstatus",
- "backend_src_admin_admin_controller_admincontroller_updateproduct",
- "backend_src_admin_admin_controller_admincontroller_updatesettings",
- "backend_src_admin_admin_controller_admincontroller_updateuser",
- "backend_src_admin_admin_controller_admincontroller_updateuserrole",
- "backend_src_admin_admin_controller_spec",
- "backend_src_admin_admin_controller_ts_apibearerauth",
- "backend_src_admin_admin_controller_ts_apioperation",
- "backend_src_admin_admin_controller_ts_apitags",
- "backend_src_admin_admin_controller_ts_body",
- "backend_src_admin_admin_controller_ts_controller",
- "backend_src_admin_admin_controller_ts_delete",
- "backend_src_admin_admin_controller_ts_get",
- "backend_src_admin_admin_controller_ts_param",
- "backend_src_admin_admin_controller_ts_post",
- "backend_src_admin_admin_controller_ts_put",
- "backend_src_admin_admin_controller_ts_query",
- "backend_src_admin_admin_controller_ts_useguards",
- "backend_src_admin_admin_service_adminservice",
- "backend_src_admin_admin_service_adminservice_adjustuserwallet",
- "backend_src_admin_admin_service_adminservice_constructor",
- "backend_src_admin_admin_service_adminservice_createcoupon",
- "backend_src_admin_admin_service_adminservice_createdoctor",
- "backend_src_admin_admin_service_adminservice_createproduct",
- "backend_src_admin_admin_service_adminservice_createuser",
- "backend_src_admin_admin_service_adminservice_deletecoupon",
- "backend_src_admin_admin_service_adminservice_deletedoctor",
- "backend_src_admin_admin_service_adminservice_deleteproduct",
- "backend_src_admin_admin_service_adminservice_deleteuser",
- "backend_src_admin_admin_service_adminservice_getcoupons",
- "backend_src_admin_admin_service_adminservice_getdashboardstats",
- "backend_src_admin_admin_service_adminservice_getdoctors",
- "backend_src_admin_admin_service_adminservice_getorders",
- "backend_src_admin_admin_service_adminservice_getpets",
- "backend_src_admin_admin_service_adminservice_getproducts",
- "backend_src_admin_admin_service_adminservice_getsettings",
- "backend_src_admin_admin_service_adminservice_getuserdetails",
- "backend_src_admin_admin_service_adminservice_getusers",
- "backend_src_admin_admin_service_adminservice_togglecoupon",
- "backend_src_admin_admin_service_adminservice_updatecoupon",
- "backend_src_admin_admin_service_adminservice_updatedoctor",
- "backend_src_admin_admin_service_adminservice_updateorderstatus",
- "backend_src_admin_admin_service_adminservice_updateproduct",
- "backend_src_admin_admin_service_adminservice_updatesettings",
- "backend_src_admin_admin_service_adminservice_updateuser",
- "backend_src_admin_admin_service_adminservice_updateuserrole",
- "backend_src_admin_admin_service_couponinput",
- "backend_src_admin_admin_service_productinput",
- "backend_src_admin_admin_service_ts_injectable",
- "backend_src_admin_dto_admin_query_dto",
- "backend_src_admin_dto_admin_query_dto_adminquerydto",
- "backend_src_admin_dto_admin_query_dto_ts_apipropertyoptional",
- "backend_src_admin_dto_admin_query_dto_ts_isoptional",
- "backend_src_admin_dto_admin_query_dto_ts_isstring",
- "backend_src_admin_dto_user_dto",
- "backend_src_admin_dto_user_dto_createuserdto",
- "backend_src_admin_dto_user_dto_ts_apiproperty",
- "backend_src_admin_dto_user_dto_ts_apipropertyoptional",
- "backend_src_admin_dto_user_dto_ts_isemail",
- "backend_src_admin_dto_user_dto_ts_isnotempty",
- "backend_src_admin_dto_user_dto_ts_isnumber",
- "backend_src_admin_dto_user_dto_ts_isoptional",
- "backend_src_admin_dto_user_dto_ts_isstring",
- "backend_src_admin_dto_user_dto_ts_minlength",
- "backend_src_admin_dto_user_dto_updateuserdto",
- "backend_src_redis_redis_service_redisservice_get"
- ],
- "1": [
"apibearerauth",
"apiokresponse",
"apioperation",
@@ -146,6 +54,7 @@
"backend_src_settings_settings_controller_settingscontroller_updatesmssettings",
"backend_src_settings_settings_controller_settingscontroller_updatesystemsettings",
"backend_src_settings_settings_controller_settingscontroller_upsertscientificterm",
+ "backend_src_settings_settings_service_scientifictermdata",
"backend_src_settings_settings_service_settingsservice",
"backend_src_settings_settings_service_settingsservice_addpattern",
"backend_src_settings_settings_service_settingsservice_clearallsmslogs",
@@ -182,15 +91,101 @@
"roles",
"useguards"
],
+ "1": [
+ "apiquery",
+ "backend_src_admin_admin_controller",
+ "backend_src_admin_admin_controller_admincontroller",
+ "backend_src_admin_admin_controller_admincontroller_adjustwallet",
+ "backend_src_admin_admin_controller_admincontroller_constructor",
+ "backend_src_admin_admin_controller_admincontroller_createcoupon",
+ "backend_src_admin_admin_controller_admincontroller_createdoctor",
+ "backend_src_admin_admin_controller_admincontroller_createproduct",
+ "backend_src_admin_admin_controller_admincontroller_createuser",
+ "backend_src_admin_admin_controller_admincontroller_deletecoupon",
+ "backend_src_admin_admin_controller_admincontroller_deletedoctor",
+ "backend_src_admin_admin_controller_admincontroller_deleteproduct",
+ "backend_src_admin_admin_controller_admincontroller_deleteuser",
+ "backend_src_admin_admin_controller_admincontroller_getcoupons",
+ "backend_src_admin_admin_controller_admincontroller_getdashboardstats",
+ "backend_src_admin_admin_controller_admincontroller_getdoctors",
+ "backend_src_admin_admin_controller_admincontroller_getorders",
+ "backend_src_admin_admin_controller_admincontroller_getproducts",
+ "backend_src_admin_admin_controller_admincontroller_getsettings",
+ "backend_src_admin_admin_controller_admincontroller_getuserdetails",
+ "backend_src_admin_admin_controller_admincontroller_getusers",
+ "backend_src_admin_admin_controller_admincontroller_togglecoupon",
+ "backend_src_admin_admin_controller_admincontroller_updatecoupon",
+ "backend_src_admin_admin_controller_admincontroller_updatedoctor",
+ "backend_src_admin_admin_controller_admincontroller_updateorderstatus",
+ "backend_src_admin_admin_controller_admincontroller_updateproduct",
+ "backend_src_admin_admin_controller_admincontroller_updatesettings",
+ "backend_src_admin_admin_controller_admincontroller_updateuser",
+ "backend_src_admin_admin_controller_admincontroller_updateuserrole",
+ "backend_src_admin_admin_controller_spec",
+ "backend_src_admin_admin_controller_ts_apibearerauth",
+ "backend_src_admin_admin_controller_ts_apioperation",
+ "backend_src_admin_admin_controller_ts_apitags",
+ "backend_src_admin_admin_controller_ts_body",
+ "backend_src_admin_admin_controller_ts_controller",
+ "backend_src_admin_admin_controller_ts_delete",
+ "backend_src_admin_admin_controller_ts_get",
+ "backend_src_admin_admin_controller_ts_param",
+ "backend_src_admin_admin_controller_ts_post",
+ "backend_src_admin_admin_controller_ts_put",
+ "backend_src_admin_admin_controller_ts_query",
+ "backend_src_admin_admin_controller_ts_useguards",
+ "backend_src_admin_admin_service",
+ "backend_src_admin_admin_service_adminservice",
+ "backend_src_admin_admin_service_adminservice_adjustuserwallet",
+ "backend_src_admin_admin_service_adminservice_constructor",
+ "backend_src_admin_admin_service_adminservice_createcoupon",
+ "backend_src_admin_admin_service_adminservice_createdoctor",
+ "backend_src_admin_admin_service_adminservice_createproduct",
+ "backend_src_admin_admin_service_adminservice_createuser",
+ "backend_src_admin_admin_service_adminservice_deletecoupon",
+ "backend_src_admin_admin_service_adminservice_deletedoctor",
+ "backend_src_admin_admin_service_adminservice_deleteproduct",
+ "backend_src_admin_admin_service_adminservice_deleteuser",
+ "backend_src_admin_admin_service_adminservice_getcoupons",
+ "backend_src_admin_admin_service_adminservice_getdoctors",
+ "backend_src_admin_admin_service_adminservice_getorders",
+ "backend_src_admin_admin_service_adminservice_getpets",
+ "backend_src_admin_admin_service_adminservice_getproducts",
+ "backend_src_admin_admin_service_adminservice_getsettings",
+ "backend_src_admin_admin_service_adminservice_getuserdetails",
+ "backend_src_admin_admin_service_adminservice_getusers",
+ "backend_src_admin_admin_service_adminservice_togglecoupon",
+ "backend_src_admin_admin_service_adminservice_updatecoupon",
+ "backend_src_admin_admin_service_adminservice_updatedoctor",
+ "backend_src_admin_admin_service_adminservice_updateorderstatus",
+ "backend_src_admin_admin_service_adminservice_updateproduct",
+ "backend_src_admin_admin_service_adminservice_updatesettings",
+ "backend_src_admin_admin_service_adminservice_updateuser",
+ "backend_src_admin_admin_service_adminservice_updateuserrole",
+ "backend_src_admin_admin_service_couponinput",
+ "backend_src_admin_admin_service_coupontargetinput",
+ "backend_src_admin_admin_service_paginationquery",
+ "backend_src_admin_admin_service_productinput",
+ "backend_src_admin_admin_service_ts_injectable",
+ "backend_src_admin_dto_user_dto",
+ "backend_src_admin_dto_user_dto_createuserdto",
+ "backend_src_admin_dto_user_dto_ts_apiproperty",
+ "backend_src_admin_dto_user_dto_ts_apipropertyoptional",
+ "backend_src_admin_dto_user_dto_ts_isemail",
+ "backend_src_admin_dto_user_dto_ts_isnotempty",
+ "backend_src_admin_dto_user_dto_ts_isnumber",
+ "backend_src_admin_dto_user_dto_ts_isoptional",
+ "backend_src_admin_dto_user_dto_ts_isstring",
+ "backend_src_admin_dto_user_dto_ts_minlength",
+ "backend_src_admin_dto_user_dto_updateuserdto",
+ "backend_src_settings_settings_service_canonical_aliases"
+ ],
"2": [
"backend_src_auth_auth_constants",
"backend_src_auth_auth_constants_default_jwt_refresh_secret",
"backend_src_auth_auth_constants_default_jwt_secret",
"backend_src_auth_auth_constants_getjwtrefreshsecret",
"backend_src_auth_auth_constants_getjwtsecret",
- "backend_src_auth_auth_module",
- "backend_src_auth_auth_module_authmodule",
- "backend_src_auth_auth_module_ts_module",
"backend_src_auth_jwt_strategy",
"backend_src_auth_jwt_strategy_jwtpayload",
"backend_src_auth_jwt_strategy_jwtstrategy",
@@ -238,9 +233,6 @@
"backend_src_users_users_controller_userscontroller_topupwallet",
"backend_src_users_users_controller_userscontroller_updateaddress",
"backend_src_users_users_controller_userscontroller_updateprofile",
- "backend_src_users_users_module",
- "backend_src_users_users_module_ts_module",
- "backend_src_users_users_module_usersmodule",
"backend_src_users_users_service_ts_injectable",
"backend_src_users_users_service_usersservice",
"backend_src_users_users_service_usersservice_addaddress",
@@ -318,6 +310,66 @@
"frontend_application_lib_types_ingredient"
],
"4": [
+ "backend_src_admin_admin_module",
+ "backend_src_admin_admin_module_adminmodule",
+ "backend_src_admin_admin_module_ts_module",
+ "backend_src_admin_blogs_controller",
+ "backend_src_admin_blogs_service",
+ "backend_src_admin_blogs_service_blogquery",
+ "backend_src_admin_blogs_service_blogsservice",
+ "backend_src_admin_blogs_service_blogsservice_constructor",
+ "backend_src_admin_blogs_service_blogsservice_createblog",
+ "backend_src_admin_blogs_service_blogsservice_deleteblog",
+ "backend_src_admin_blogs_service_blogsservice_getblogs",
+ "backend_src_admin_blogs_service_blogsservice_updateblog",
+ "backend_src_admin_blogs_service_ts_injectable",
+ "backend_src_admin_categories_controller",
+ "backend_src_admin_categories_service",
+ "backend_src_admin_categories_service_categoryquery",
+ "backend_src_admin_pets_controller",
+ "backend_src_admin_pets_controller_petscontroller_constructor",
+ "backend_src_admin_pets_service",
+ "backend_src_admin_pets_service_petquery",
+ "backend_src_admin_pets_service_petsservice",
+ "backend_src_admin_pets_service_petsservice_constructor",
+ "backend_src_admin_pets_service_petsservice_deletepet",
+ "backend_src_admin_pets_service_petsservice_getpets",
+ "backend_src_admin_pets_service_ts_injectable",
+ "backend_src_admin_reports_controller",
+ "backend_src_admin_reports_controller_reportscontroller",
+ "backend_src_admin_reports_controller_reportscontroller_constructor",
+ "backend_src_admin_reports_controller_reportscontroller_getreports",
+ "backend_src_admin_reports_controller_ts_apibearerauth",
+ "backend_src_admin_reports_controller_ts_apioperation",
+ "backend_src_admin_reports_controller_ts_apitags",
+ "backend_src_admin_reports_controller_ts_controller",
+ "backend_src_admin_reports_controller_ts_get",
+ "backend_src_admin_reports_controller_ts_useguards",
+ "backend_src_admin_reports_service",
+ "backend_src_admin_reports_service_reportsservice",
+ "backend_src_admin_reports_service_reportsservice_constructor",
+ "backend_src_admin_reports_service_reportsservice_getdashboardreports",
+ "backend_src_admin_reports_service_ts_injectable",
+ "backend_src_admin_ssl_service",
+ "backend_src_admin_ssl_service_sslcertinfo",
+ "backend_src_admin_wiki_controller",
+ "backend_src_admin_wiki_service",
+ "backend_src_admin_wiki_service_ts_injectable",
+ "backend_src_admin_wiki_service_wikiquery",
+ "backend_src_admin_wiki_service_wikiservice",
+ "backend_src_admin_wiki_service_wikiservice_constructor",
+ "backend_src_admin_wiki_service_wikiservice_createterm",
+ "backend_src_admin_wiki_service_wikiservice_deleteterm",
+ "backend_src_admin_wiki_service_wikiservice_getterms",
+ "backend_src_admin_wiki_service_wikiservice_updateterm",
+ "backend_src_common_dto_pagination_dto",
+ "backend_src_common_dto_pagination_dto_sortorder",
+ "backend_src_products_dto_get_products_dto",
+ "backend_src_redis_redis_module_redismodule",
+ "backend_src_redis_redis_module_ts_global",
+ "backend_src_redis_redis_module_ts_module"
+ ],
+ "5": [
"backend_src_auth_auth_controller",
"backend_src_auth_auth_controller_authcontroller",
"backend_src_auth_auth_controller_authcontroller_adminlogin",
@@ -376,7 +428,66 @@
"httpcode",
"length"
],
- "5": [
+ "6": [
+ "backend_src_orders_dto_create_order_dto",
+ "backend_src_orders_dto_create_order_dto_createorderdto",
+ "backend_src_orders_dto_create_order_dto_orderitemdto",
+ "backend_src_orders_dto_create_order_dto_ts_apiproperty",
+ "backend_src_orders_dto_create_order_dto_ts_apipropertyoptional",
+ "backend_src_orders_dto_create_order_dto_ts_isarray",
+ "backend_src_orders_dto_create_order_dto_ts_isnotempty",
+ "backend_src_orders_dto_create_order_dto_ts_isnumber",
+ "backend_src_orders_dto_create_order_dto_ts_isoptional",
+ "backend_src_orders_dto_create_order_dto_ts_isstring",
+ "backend_src_orders_dto_create_order_dto_ts_type",
+ "backend_src_orders_orders_controller",
+ "backend_src_orders_orders_controller_orderscontroller",
+ "backend_src_orders_orders_controller_orderscontroller_constructor",
+ "backend_src_orders_orders_controller_orderscontroller_create",
+ "backend_src_orders_orders_controller_orderscontroller_findall",
+ "backend_src_orders_orders_controller_orderscontroller_findone",
+ "backend_src_orders_orders_controller_orderscontroller_retrypayment",
+ "backend_src_orders_orders_controller_orderscontroller_validatecoupon",
+ "backend_src_orders_orders_controller_spec",
+ "backend_src_orders_orders_controller_ts_apibadrequestresponse",
+ "backend_src_orders_orders_controller_ts_apibearerauth",
+ "backend_src_orders_orders_controller_ts_apicreatedresponse",
+ "backend_src_orders_orders_controller_ts_apinotfoundresponse",
+ "backend_src_orders_orders_controller_ts_apiokresponse",
+ "backend_src_orders_orders_controller_ts_apioperation",
+ "backend_src_orders_orders_controller_ts_apitags",
+ "backend_src_orders_orders_controller_ts_body",
+ "backend_src_orders_orders_controller_ts_controller",
+ "backend_src_orders_orders_controller_ts_get",
+ "backend_src_orders_orders_controller_ts_isnotempty",
+ "backend_src_orders_orders_controller_ts_isnumber",
+ "backend_src_orders_orders_controller_ts_isstring",
+ "backend_src_orders_orders_controller_ts_param",
+ "backend_src_orders_orders_controller_ts_post",
+ "backend_src_orders_orders_controller_ts_query",
+ "backend_src_orders_orders_controller_ts_req",
+ "backend_src_orders_orders_controller_ts_useguards",
+ "backend_src_orders_orders_controller_validatecoupondto",
+ "backend_src_orders_orders_module",
+ "backend_src_orders_orders_module_ordersmodule",
+ "backend_src_orders_orders_module_ts_module",
+ "backend_src_orders_orders_service",
+ "backend_src_orders_orders_service_ordersservice",
+ "backend_src_orders_orders_service_ordersservice_checkandsendrefillreminders",
+ "backend_src_orders_orders_service_ordersservice_constructor",
+ "backend_src_orders_orders_service_ordersservice_create",
+ "backend_src_orders_orders_service_ordersservice_findallbyuser",
+ "backend_src_orders_orders_service_ordersservice_findone",
+ "backend_src_orders_orders_service_ordersservice_generatetrackingnumber",
+ "backend_src_orders_orders_service_ordersservice_releaseexpiredinventoryreservations",
+ "backend_src_orders_orders_service_ordersservice_retrypayment",
+ "backend_src_orders_orders_service_ordersservice_updatestatus",
+ "backend_src_orders_orders_service_ordersservice_validatecoupon",
+ "backend_src_orders_orders_service_spec",
+ "backend_src_orders_orders_service_ts_injectable",
+ "validatenested"
+ ],
+ "7": [
"backend_src_cms_cms_controller_cmscontroller",
"backend_src_cms_cms_controller_cmscontroller_constructor",
"backend_src_cms_cms_controller_cmscontroller_createherobanner",
@@ -430,7 +541,114 @@
"backend_src_cms_dto_cms_dto_ts_isstring",
"isuuid"
],
- "6": [
+ "8": [
+ "backend_src_tickets_dto_create_ticket_dto",
+ "backend_src_tickets_dto_create_ticket_dto_adminupdateticketdto",
+ "backend_src_tickets_dto_create_ticket_dto_createticketdto",
+ "backend_src_tickets_dto_create_ticket_dto_replyticketdto",
+ "backend_src_tickets_dto_create_ticket_dto_ts_apiproperty",
+ "backend_src_tickets_dto_create_ticket_dto_ts_apipropertyoptional",
+ "backend_src_tickets_dto_create_ticket_dto_ts_isnotempty",
+ "backend_src_tickets_dto_create_ticket_dto_ts_isoptional",
+ "backend_src_tickets_dto_create_ticket_dto_ts_isstring",
+ "backend_src_tickets_dto_ticket_query_dto",
+ "backend_src_tickets_dto_ticket_query_dto_ticketquerydto",
+ "backend_src_tickets_dto_ticket_query_dto_ts_apipropertyoptional",
+ "backend_src_tickets_dto_ticket_query_dto_ts_isnumber",
+ "backend_src_tickets_dto_ticket_query_dto_ts_isoptional",
+ "backend_src_tickets_dto_ticket_query_dto_ts_isstring",
+ "backend_src_tickets_dto_ticket_query_dto_ts_type",
+ "backend_src_tickets_tickets_controller",
+ "backend_src_tickets_tickets_controller_ticketscontroller",
+ "backend_src_tickets_tickets_controller_ticketscontroller_constructor",
+ "backend_src_tickets_tickets_controller_ticketscontroller_createticket",
+ "backend_src_tickets_tickets_controller_ticketscontroller_getadmintickets",
+ "backend_src_tickets_tickets_controller_ticketscontroller_getmytickets",
+ "backend_src_tickets_tickets_controller_ticketscontroller_getticketdetails",
+ "backend_src_tickets_tickets_controller_ticketscontroller_replyticket",
+ "backend_src_tickets_tickets_controller_ticketscontroller_updateticketstatus",
+ "backend_src_tickets_tickets_controller_ts_apibearerauth",
+ "backend_src_tickets_tickets_controller_ts_apioperation",
+ "backend_src_tickets_tickets_controller_ts_apitags",
+ "backend_src_tickets_tickets_controller_ts_body",
+ "backend_src_tickets_tickets_controller_ts_controller",
+ "backend_src_tickets_tickets_controller_ts_get",
+ "backend_src_tickets_tickets_controller_ts_param",
+ "backend_src_tickets_tickets_controller_ts_post",
+ "backend_src_tickets_tickets_controller_ts_put",
+ "backend_src_tickets_tickets_controller_ts_query",
+ "backend_src_tickets_tickets_controller_ts_req",
+ "backend_src_tickets_tickets_controller_ts_roles",
+ "backend_src_tickets_tickets_controller_ts_useguards",
+ "backend_src_tickets_tickets_module",
+ "backend_src_tickets_tickets_module_ticketsmodule",
+ "backend_src_tickets_tickets_module_ts_module",
+ "backend_src_tickets_tickets_service",
+ "backend_src_tickets_tickets_service_ticketsservice",
+ "backend_src_tickets_tickets_service_ticketsservice_constructor",
+ "backend_src_tickets_tickets_service_ticketsservice_createticket",
+ "backend_src_tickets_tickets_service_ticketsservice_generateticketnumber",
+ "backend_src_tickets_tickets_service_ticketsservice_getadmintickets",
+ "backend_src_tickets_tickets_service_ticketsservice_getticketdetails",
+ "backend_src_tickets_tickets_service_ticketsservice_getusertickets",
+ "backend_src_tickets_tickets_service_ticketsservice_replytoticket",
+ "backend_src_tickets_tickets_service_ticketsservice_updateticketstatus",
+ "backend_src_tickets_tickets_service_ts_injectable"
+ ],
+ "9": [
+ "backend_src_app_module",
+ "backend_src_auth_auth_module",
+ "backend_src_auth_auth_module_authmodule",
+ "backend_src_auth_auth_module_ts_module",
+ "backend_src_b2b_b2b_module",
+ "backend_src_b2b_b2b_module_b2bmodule",
+ "backend_src_b2b_b2b_module_ts_module",
+ "backend_src_banners_banners_module",
+ "backend_src_banners_banners_module_bannersmodule",
+ "backend_src_banners_banners_module_ts_module",
+ "backend_src_cms_cms_module",
+ "backend_src_cms_cms_module_cmsmodule",
+ "backend_src_cms_cms_module_ts_module",
+ "backend_src_common_sms_module",
+ "backend_src_common_sms_module_smsmodule",
+ "backend_src_common_sms_module_ts_global",
+ "backend_src_common_sms_module_ts_module",
+ "backend_src_contact_contact_module",
+ "backend_src_contact_contact_module_contactmodule",
+ "backend_src_contact_contact_module_ts_module",
+ "backend_src_ingredients_ingredients_module",
+ "backend_src_ingredients_ingredients_module_ingredientsmodule",
+ "backend_src_ingredients_ingredients_module_ts_module",
+ "backend_src_payment_payment_module",
+ "backend_src_payment_payment_module_paymentmodule",
+ "backend_src_payment_payment_module_ts_module",
+ "backend_src_prescriptions_prescriptions_module",
+ "backend_src_prescriptions_prescriptions_module_prescriptionsmodule",
+ "backend_src_prisma_prisma_module",
+ "backend_src_prisma_prisma_module_prismamodule",
+ "backend_src_prisma_prisma_module_ts_global",
+ "backend_src_prisma_prisma_module_ts_module",
+ "backend_src_reviews_reviews_module",
+ "backend_src_reviews_reviews_module_reviewsmodule",
+ "backend_src_reviews_reviews_module_ts_module",
+ "backend_src_settings_settings_module",
+ "backend_src_settings_settings_module_settingsmodule",
+ "backend_src_settings_settings_module_ts_module",
+ "backend_src_smart_advisor_smart_advisor_module",
+ "backend_src_smart_advisor_smart_advisor_module_smartadvisormodule",
+ "backend_src_smart_advisor_smart_advisor_module_ts_module",
+ "backend_src_testimonials_testimonials_module",
+ "backend_src_testimonials_testimonials_module_testimonialsmodule",
+ "backend_src_testimonials_testimonials_module_ts_module",
+ "backend_src_users_users_module",
+ "backend_src_users_users_module_ts_module",
+ "backend_src_users_users_module_usersmodule",
+ "backend_src_videos_videos_module",
+ "backend_src_videos_videos_module_ts_module",
+ "backend_src_videos_videos_module_videosmodule",
+ "module"
+ ],
+ "10": [
"frontend_application_app_clientlayout",
"frontend_application_app_clientlayout_clientlayout",
"frontend_application_app_layout",
@@ -483,7 +701,7 @@
"frontend_application_lib_types_navigationtarget",
"frontend_application_lib_utils_toenglishdigits"
],
- "7": [
+ "11": [
"frontend_application_app_checkout_page",
"frontend_application_app_checkout_page_checkout",
"frontend_application_app_dashboard_page",
@@ -534,107 +752,7 @@
"frontend_application_lib_utils_cn",
"frontend_application_lib_utils_topersian"
],
- "8": [
- "backend_src_app_module",
- "backend_src_b2b_b2b_module",
- "backend_src_b2b_b2b_module_b2bmodule",
- "backend_src_b2b_b2b_module_ts_module",
- "backend_src_banners_banners_module",
- "backend_src_banners_banners_module_bannersmodule",
- "backend_src_banners_banners_module_ts_module",
- "backend_src_cms_cms_module",
- "backend_src_cms_cms_module_cmsmodule",
- "backend_src_cms_cms_module_ts_module",
- "backend_src_common_sms_module",
- "backend_src_common_sms_module_smsmodule",
- "backend_src_common_sms_module_ts_global",
- "backend_src_common_sms_module_ts_module",
- "backend_src_contact_contact_module",
- "backend_src_contact_contact_module_contactmodule",
- "backend_src_contact_contact_module_ts_module",
- "backend_src_ingredients_ingredients_module",
- "backend_src_ingredients_ingredients_module_ingredientsmodule",
- "backend_src_ingredients_ingredients_module_ts_module",
- "backend_src_payment_payment_module",
- "backend_src_payment_payment_module_paymentmodule",
- "backend_src_payment_payment_module_ts_module",
- "backend_src_prescriptions_prescriptions_module",
- "backend_src_prescriptions_prescriptions_module_prescriptionsmodule",
- "backend_src_prisma_prisma_module",
- "backend_src_prisma_prisma_module_prismamodule",
- "backend_src_prisma_prisma_module_ts_global",
- "backend_src_prisma_prisma_module_ts_module",
- "backend_src_reviews_reviews_module",
- "backend_src_reviews_reviews_module_reviewsmodule",
- "backend_src_reviews_reviews_module_ts_module",
- "backend_src_settings_settings_module",
- "backend_src_settings_settings_module_settingsmodule",
- "backend_src_settings_settings_module_ts_module",
- "backend_src_smart_advisor_smart_advisor_module",
- "backend_src_smart_advisor_smart_advisor_module_smartadvisormodule",
- "backend_src_smart_advisor_smart_advisor_module_ts_module",
- "backend_src_testimonials_testimonials_module",
- "backend_src_testimonials_testimonials_module_testimonialsmodule",
- "backend_src_testimonials_testimonials_module_ts_module",
- "backend_src_tickets_tickets_module",
- "backend_src_tickets_tickets_module_ticketsmodule",
- "backend_src_tickets_tickets_module_ts_module",
- "backend_src_wholesale_wholesale_module",
- "backend_src_wholesale_wholesale_module_ts_module",
- "backend_src_wholesale_wholesale_module_wholesalemodule",
- "module"
- ],
- "9": [
- "backend_src_tickets_dto_create_ticket_dto",
- "backend_src_tickets_dto_create_ticket_dto_adminupdateticketdto",
- "backend_src_tickets_dto_create_ticket_dto_createticketdto",
- "backend_src_tickets_dto_create_ticket_dto_replyticketdto",
- "backend_src_tickets_dto_create_ticket_dto_ts_apiproperty",
- "backend_src_tickets_dto_create_ticket_dto_ts_apipropertyoptional",
- "backend_src_tickets_dto_create_ticket_dto_ts_isnotempty",
- "backend_src_tickets_dto_create_ticket_dto_ts_isoptional",
- "backend_src_tickets_dto_create_ticket_dto_ts_isstring",
- "backend_src_tickets_dto_ticket_query_dto",
- "backend_src_tickets_dto_ticket_query_dto_ticketquerydto",
- "backend_src_tickets_dto_ticket_query_dto_ts_apipropertyoptional",
- "backend_src_tickets_dto_ticket_query_dto_ts_isnumber",
- "backend_src_tickets_dto_ticket_query_dto_ts_isoptional",
- "backend_src_tickets_dto_ticket_query_dto_ts_isstring",
- "backend_src_tickets_dto_ticket_query_dto_ts_type",
- "backend_src_tickets_tickets_controller_ticketscontroller",
- "backend_src_tickets_tickets_controller_ticketscontroller_constructor",
- "backend_src_tickets_tickets_controller_ticketscontroller_createticket",
- "backend_src_tickets_tickets_controller_ticketscontroller_getadmintickets",
- "backend_src_tickets_tickets_controller_ticketscontroller_getmytickets",
- "backend_src_tickets_tickets_controller_ticketscontroller_getticketdetails",
- "backend_src_tickets_tickets_controller_ticketscontroller_replyticket",
- "backend_src_tickets_tickets_controller_ticketscontroller_updateticketstatus",
- "backend_src_tickets_tickets_controller_ts_apibearerauth",
- "backend_src_tickets_tickets_controller_ts_apioperation",
- "backend_src_tickets_tickets_controller_ts_apitags",
- "backend_src_tickets_tickets_controller_ts_body",
- "backend_src_tickets_tickets_controller_ts_controller",
- "backend_src_tickets_tickets_controller_ts_get",
- "backend_src_tickets_tickets_controller_ts_param",
- "backend_src_tickets_tickets_controller_ts_post",
- "backend_src_tickets_tickets_controller_ts_put",
- "backend_src_tickets_tickets_controller_ts_query",
- "backend_src_tickets_tickets_controller_ts_req",
- "backend_src_tickets_tickets_controller_ts_roles",
- "backend_src_tickets_tickets_controller_ts_useguards",
- "backend_src_tickets_tickets_service",
- "backend_src_tickets_tickets_service_ticketsservice",
- "backend_src_tickets_tickets_service_ticketsservice_constructor",
- "backend_src_tickets_tickets_service_ticketsservice_createticket",
- "backend_src_tickets_tickets_service_ticketsservice_generateticketnumber",
- "backend_src_tickets_tickets_service_ticketsservice_getadmintickets",
- "backend_src_tickets_tickets_service_ticketsservice_getticketdetails",
- "backend_src_tickets_tickets_service_ticketsservice_getusertickets",
- "backend_src_tickets_tickets_service_ticketsservice_replytoticket",
- "backend_src_tickets_tickets_service_ticketsservice_updateticketstatus",
- "backend_src_tickets_tickets_service_ts_injectable"
- ],
- "10": [
+ "12": [
"backend_src_videos_dto_create_video_dto",
"backend_src_videos_dto_create_video_dto_createvideodto",
"backend_src_videos_dto_create_video_dto_ts_apiproperty",
@@ -670,9 +788,6 @@
"backend_src_videos_videos_controller_videoscontroller_findone",
"backend_src_videos_videos_controller_videoscontroller_remove",
"backend_src_videos_videos_controller_videoscontroller_update",
- "backend_src_videos_videos_module",
- "backend_src_videos_videos_module_ts_module",
- "backend_src_videos_videos_module_videosmodule",
"backend_src_videos_videos_service_ts_injectable",
"backend_src_videos_videos_service_videosservice",
"backend_src_videos_videos_service_videosservice_constructor",
@@ -683,19 +798,53 @@
"backend_src_videos_videos_service_videosservice_update",
"transform"
],
- "11": [
+ "13": [
+ "backend_prisma_tsconfig",
+ "backend_prisma_tsconfig_compileroptions",
+ "backend_prisma_tsconfig_compileroptions_esmoduleinterop",
+ "backend_prisma_tsconfig_compileroptions_module",
+ "backend_prisma_tsconfig_compileroptions_moduleresolution",
+ "backend_prisma_tsconfig_compileroptions_skiplibcheck",
+ "backend_prisma_tsconfig_compileroptions_types",
+ "backend_prisma_tsconfig_include",
+ "backend_prisma_tsconfig_seed",
+ "backend_prisma_tsconfig_seed_compileroptions",
+ "backend_prisma_tsconfig_seed_compileroptions_esmoduleinterop",
+ "backend_prisma_tsconfig_seed_compileroptions_module",
+ "backend_prisma_tsconfig_seed_compileroptions_moduleresolution",
+ "backend_prisma_tsconfig_seed_compileroptions_skiplibcheck",
+ "backend_prisma_tsconfig_seed_compileroptions_types",
+ "backend_prisma_tsconfig_seed_include",
+ "frontend_admin_panel_tsconfig_node",
+ "frontend_admin_panel_tsconfig_node_compileroptions",
+ "frontend_admin_panel_tsconfig_node_compileroptions_allowimportingtsextensions",
+ "frontend_admin_panel_tsconfig_node_compileroptions_erasablesyntaxonly",
+ "frontend_admin_panel_tsconfig_node_compileroptions_lib",
+ "frontend_admin_panel_tsconfig_node_compileroptions_module",
+ "frontend_admin_panel_tsconfig_node_compileroptions_moduledetection",
+ "frontend_admin_panel_tsconfig_node_compileroptions_moduleresolution",
+ "frontend_admin_panel_tsconfig_node_compileroptions_noemit",
+ "frontend_admin_panel_tsconfig_node_compileroptions_nofallthroughcasesinswitch",
+ "frontend_admin_panel_tsconfig_node_compileroptions_nounusedlocals",
+ "frontend_admin_panel_tsconfig_node_compileroptions_nounusedparameters",
+ "frontend_admin_panel_tsconfig_node_compileroptions_skiplibcheck",
+ "frontend_admin_panel_tsconfig_node_compileroptions_target",
+ "frontend_admin_panel_tsconfig_node_compileroptions_tsbuildinfofile",
+ "frontend_admin_panel_tsconfig_node_compileroptions_types",
+ "frontend_admin_panel_tsconfig_node_compileroptions_verbatimmodulesyntax",
+ "frontend_admin_panel_tsconfig_node_include",
+ "frontend_admin_panel_tsconfig_node_json_ref_es2023",
+ "ref_node",
+ "ref_ts",
+ "ref_vite_config_ts"
+ ],
+ "14": [
"backend_src_reviews_dto_create_review_dto",
"backend_src_reviews_dto_create_review_dto_createreviewdto",
"backend_src_reviews_dto_create_review_dto_ts_apiproperty",
"backend_src_reviews_dto_create_review_dto_ts_isnotempty",
"backend_src_reviews_dto_create_review_dto_ts_isoptional",
"backend_src_reviews_dto_create_review_dto_ts_isstring",
- "backend_src_reviews_dto_update_review_dto",
- "backend_src_reviews_dto_update_review_dto_ts_apiproperty",
- "backend_src_reviews_dto_update_review_dto_ts_isin",
- "backend_src_reviews_dto_update_review_dto_ts_isoptional",
- "backend_src_reviews_dto_update_review_dto_ts_isstring",
- "backend_src_reviews_dto_update_review_dto_updatereviewdto",
"backend_src_reviews_reviews_controller_reviewscontroller",
"backend_src_reviews_reviews_controller_reviewscontroller_constructor",
"backend_src_reviews_reviews_controller_reviewscontroller_createreview",
@@ -717,7 +866,6 @@
"backend_src_reviews_reviews_controller_ts_req",
"backend_src_reviews_reviews_controller_ts_roles",
"backend_src_reviews_reviews_controller_ts_useguards",
- "backend_src_reviews_reviews_service",
"backend_src_reviews_reviews_service_reviewsservice",
"backend_src_reviews_reviews_service_reviewsservice_constructor",
"backend_src_reviews_reviews_service_reviewsservice_createreview",
@@ -730,185 +878,7 @@
"max",
"min"
],
- "12": [
- "backend_src_admin_categories_controller",
- "backend_src_blogs_blogs_controller",
- "backend_src_blogs_blogs_module",
- "backend_src_blogs_blogs_module_blogsmodule",
- "backend_src_blogs_blogs_module_ts_module",
- "backend_src_blogs_blogs_service",
- "backend_src_blogs_blogs_service_blogsservice",
- "backend_src_blogs_blogs_service_blogsservice_constructor",
- "backend_src_blogs_blogs_service_blogsservice_findall",
- "backend_src_blogs_blogs_service_blogsservice_findonebyslug",
- "backend_src_blogs_blogs_service_ts_injectable",
- "backend_src_common_dto_pagination_dto",
- "backend_src_common_dto_pagination_dto_paginationdto",
- "backend_src_common_dto_pagination_dto_sortorder",
- "backend_src_common_dto_pagination_dto_ts_apipropertyoptional",
- "backend_src_common_dto_pagination_dto_ts_isenum",
- "backend_src_common_dto_pagination_dto_ts_isint",
- "backend_src_common_dto_pagination_dto_ts_isoptional",
- "backend_src_common_dto_pagination_dto_ts_isstring",
- "backend_src_common_dto_pagination_dto_ts_min",
- "backend_src_common_dto_pagination_dto_ts_type",
- "backend_src_pets_pets_service_petsservice_findallbyuser",
- "backend_src_wiki_wiki_controller",
- "backend_src_wiki_wiki_controller_ts_apinotfoundresponse",
- "backend_src_wiki_wiki_controller_ts_apiokresponse",
- "backend_src_wiki_wiki_controller_ts_apioperation",
- "backend_src_wiki_wiki_controller_ts_apitags",
- "backend_src_wiki_wiki_controller_ts_controller",
- "backend_src_wiki_wiki_controller_ts_get",
- "backend_src_wiki_wiki_controller_ts_param",
- "backend_src_wiki_wiki_controller_ts_query",
- "backend_src_wiki_wiki_controller_wikicontroller",
- "backend_src_wiki_wiki_controller_wikicontroller_constructor",
- "backend_src_wiki_wiki_controller_wikicontroller_findall",
- "backend_src_wiki_wiki_controller_wikicontroller_findone",
- "backend_src_wiki_wiki_module",
- "backend_src_wiki_wiki_module_ts_module",
- "backend_src_wiki_wiki_module_wikimodule",
- "backend_src_wiki_wiki_service",
- "backend_src_wiki_wiki_service_ts_injectable",
- "backend_src_wiki_wiki_service_wikiservice",
- "backend_src_wiki_wiki_service_wikiservice_constructor",
- "backend_src_wiki_wiki_service_wikiservice_findall",
- "backend_src_wiki_wiki_service_wikiservice_findonebykey"
- ],
- "13": [
- "backend_src_admin_admin_module",
- "backend_src_admin_admin_module_adminmodule",
- "backend_src_admin_admin_module_ts_module",
- "backend_src_admin_blogs_controller",
- "backend_src_admin_blogs_service",
- "backend_src_admin_blogs_service_blogquery",
- "backend_src_admin_blogs_service_blogsservice",
- "backend_src_admin_blogs_service_blogsservice_constructor",
- "backend_src_admin_blogs_service_blogsservice_createblog",
- "backend_src_admin_blogs_service_blogsservice_deleteblog",
- "backend_src_admin_blogs_service_blogsservice_getblogs",
- "backend_src_admin_blogs_service_blogsservice_updateblog",
- "backend_src_admin_blogs_service_ts_injectable",
- "backend_src_admin_reports_controller",
- "backend_src_admin_reports_controller_reportscontroller",
- "backend_src_admin_reports_controller_reportscontroller_constructor",
- "backend_src_admin_reports_controller_reportscontroller_getreports",
- "backend_src_admin_reports_controller_ts_apibearerauth",
- "backend_src_admin_reports_controller_ts_apioperation",
- "backend_src_admin_reports_controller_ts_apitags",
- "backend_src_admin_reports_controller_ts_controller",
- "backend_src_admin_reports_controller_ts_get",
- "backend_src_admin_reports_controller_ts_useguards",
- "backend_src_admin_reports_service",
- "backend_src_admin_reports_service_reportsservice",
- "backend_src_admin_reports_service_reportsservice_constructor",
- "backend_src_admin_reports_service_reportsservice_getdashboardreports",
- "backend_src_admin_reports_service_ts_injectable",
- "backend_src_admin_ssl_service",
- "backend_src_admin_ssl_service_sslcertinfo",
- "backend_src_admin_wiki_controller",
- "backend_src_admin_wiki_service",
- "backend_src_admin_wiki_service_ts_injectable",
- "backend_src_admin_wiki_service_wikiquery",
- "backend_src_admin_wiki_service_wikiservice",
- "backend_src_admin_wiki_service_wikiservice_constructor",
- "backend_src_admin_wiki_service_wikiservice_createterm",
- "backend_src_admin_wiki_service_wikiservice_deleteterm",
- "backend_src_admin_wiki_service_wikiservice_getterms",
- "backend_src_admin_wiki_service_wikiservice_updateterm",
- "backend_src_redis_redis_module_redismodule",
- "backend_src_redis_redis_module_ts_global",
- "backend_src_redis_redis_module_ts_module"
- ],
- "14": [
- "backend_scripts_generate_openapi_ts_backend_scripts_generate_openapi",
- "backend_scripts_generate_openapi_ts_backend_scripts_generate_openapi_generateopenapi",
- "backend_src_admin_admin_service",
- "backend_src_admin_admin_service_coupontargetinput",
- "backend_src_admin_admin_service_paginationquery",
- "backend_src_admin_admin_service_spec",
- "backend_src_app_module_appmodule",
- "backend_src_app_module_appmodule_configure",
- "backend_src_app_module_appmodule_constructor",
- "backend_src_app_module_ts_module",
- "backend_src_auth_auth_service",
- "backend_src_auth_auth_service_adminlogininput",
- "backend_src_auth_auth_service_authservice",
- "backend_src_auth_auth_service_authservice_adminlogin",
- "backend_src_auth_auth_service_authservice_constructor",
- "backend_src_auth_auth_service_authservice_login",
- "backend_src_auth_auth_service_authservice_refresh",
- "backend_src_auth_auth_service_authservice_register",
- "backend_src_auth_auth_service_authservice_sendotp",
- "backend_src_auth_auth_service_authservice_verifyotp",
- "backend_src_auth_auth_service_logininput",
- "backend_src_auth_auth_service_registerinput",
- "backend_src_auth_auth_service_spec",
- "backend_src_auth_auth_service_ts_injectable",
- "backend_src_common_metrics_controller_metricscontroller_incrementrequestcount",
- "backend_src_common_utils_phone_utils",
- "backend_src_common_utils_phone_utils_normalizemobile",
- "backend_src_redis_redis_module",
- "backend_src_redis_redis_service",
- "backend_src_redis_redis_service_redisservice",
- "backend_src_redis_redis_service_redisservice_del",
- "backend_src_redis_redis_service_redisservice_incr",
- "backend_src_redis_redis_service_redisservice_onmoduledestroy",
- "backend_src_redis_redis_service_redisservice_onmoduleinit",
- "backend_src_redis_redis_service_redisservice_set",
- "backend_src_redis_redis_service_redisservice_ttl",
- "backend_src_redis_redis_service_spec",
- "backend_src_redis_redis_service_ts_injectable",
- "backend_src_settings_settings_service_canonical_aliases",
- "backend_src_users_users_service",
- "backend_src_users_users_service_useraddressinput",
- "backend_test_app_e2e_spec"
- ],
"15": [
- "backend_src_admin_categories_service",
- "backend_src_admin_categories_service_categoryquery",
- "backend_src_b2b_b2b_service",
- "backend_src_banners_banners_service",
- "backend_src_common_metrics_controller",
- "backend_src_common_services_sms_service",
- "backend_src_common_services_sms_service_melipayamakpattern",
- "backend_src_common_services_sms_service_melipayamakresponse",
- "backend_src_common_services_sms_service_sendpatternsmsoptions",
- "backend_src_common_services_sms_service_smsconfig",
- "backend_src_common_services_sms_service_smslogquery",
- "backend_src_contact_contact_service",
- "backend_src_contact_contact_service_createcontactsubmissiondto",
- "backend_src_contact_contact_service_updatecontactinfoitemdto",
- "backend_src_ingredients_ingredients_service",
- "backend_src_orders_orders_service_spec",
- "backend_src_payment_payment_service",
- "backend_src_payment_payment_service_clientmetadata",
- "backend_src_pets_pets_service",
- "backend_src_pets_pets_service_healthloginput",
- "backend_src_pets_pets_service_reminderinput",
- "backend_src_pets_pets_service_spec",
- "backend_src_prescriptions_prescriptions_service",
- "backend_src_prisma_prisma_service",
- "backend_src_prisma_prisma_service_prismaservice",
- "backend_src_prisma_prisma_service_prismaservice_ensuretablesexist",
- "backend_src_prisma_prisma_service_prismaservice_onmoduledestroy",
- "backend_src_prisma_prisma_service_prismaservice_onmoduleinit",
- "backend_src_prisma_prisma_service_ts_injectable",
- "backend_src_settings_default_ui_texts",
- "backend_src_settings_default_ui_texts_default_ui_texts",
- "backend_src_settings_settings_service",
- "backend_src_settings_settings_service_scientifictermdata",
- "backend_src_settings_settings_service_spec",
- "backend_src_smart_advisor_smart_advisor_service",
- "backend_src_testimonials_testimonials_service",
- "backend_src_users_users_service_spec",
- "backend_src_videos_videos_service",
- "backend_src_videos_videos_service_videoquery",
- "backend_src_wholesale_wholesale_service"
- ],
- "16": [
- "backend_src_products_dto_get_products_dto",
"backend_src_products_dto_get_products_dto_getproductsdto",
"backend_src_products_dto_get_products_dto_ts_apipropertyoptional",
"backend_src_products_dto_get_products_dto_ts_isenum",
@@ -947,83 +917,83 @@
"backend_src_products_products_service_spec",
"backend_src_products_products_service_ts_injectable"
],
+ "16": [
+ "backend_src_admin_media_service",
+ "backend_src_b2b_b2b_service",
+ "backend_src_banners_banners_service",
+ "backend_src_common_metrics_controller",
+ "backend_src_common_services_sms_service",
+ "backend_src_common_services_sms_service_melipayamakpattern",
+ "backend_src_common_services_sms_service_melipayamakresponse",
+ "backend_src_common_services_sms_service_sendpatternsmsoptions",
+ "backend_src_common_services_sms_service_smsconfig",
+ "backend_src_common_services_sms_service_smslogquery",
+ "backend_src_contact_contact_service",
+ "backend_src_contact_contact_service_createcontactsubmissiondto",
+ "backend_src_contact_contact_service_updatecontactinfoitemdto",
+ "backend_src_ingredients_ingredients_service",
+ "backend_src_pets_pets_service_spec",
+ "backend_src_prescriptions_prescriptions_service",
+ "backend_src_prescriptions_prescriptions_service_prescriptionsservice",
+ "backend_src_prescriptions_prescriptions_service_prescriptionsservice_constructor",
+ "backend_src_prescriptions_prescriptions_service_ts_injectable",
+ "backend_src_prisma_prisma_service",
+ "backend_src_prisma_prisma_service_prismaservice",
+ "backend_src_prisma_prisma_service_prismaservice_ensuretablesexist",
+ "backend_src_prisma_prisma_service_prismaservice_onmoduledestroy",
+ "backend_src_prisma_prisma_service_prismaservice_onmoduleinit",
+ "backend_src_prisma_prisma_service_ts_injectable",
+ "backend_src_settings_default_ui_texts",
+ "backend_src_settings_default_ui_texts_default_ui_texts",
+ "backend_src_settings_settings_service",
+ "backend_src_settings_settings_service_spec",
+ "backend_src_smart_advisor_smart_advisor_service",
+ "backend_src_testimonials_testimonials_service",
+ "backend_src_users_users_service",
+ "backend_src_users_users_service_spec",
+ "backend_src_users_users_service_useraddressinput",
+ "backend_src_videos_videos_service",
+ "backend_src_videos_videos_service_videoquery"
+ ],
"17": [
- "frontend_admin_panel_src_app",
- "frontend_admin_panel_src_app_app",
- "frontend_admin_panel_src_app_suspensefallback",
- "frontend_admin_panel_src_main",
- "frontend_admin_panel_src_pages_cms",
- "frontend_admin_panel_src_pages_cms_cms",
- "frontend_admin_panel_src_pages_cms_herobanner",
- "frontend_admin_panel_src_pages_cms_vettestimonial",
- "frontend_admin_panel_src_pages_contactsubmissions",
- "frontend_admin_panel_src_pages_contactsubmissions_contactinfoitem",
- "frontend_admin_panel_src_pages_contactsubmissions_contactsubmission",
- "frontend_admin_panel_src_pages_contactsubmissions_contactsubmissions",
- "frontend_admin_panel_src_pages_dashboard",
- "frontend_admin_panel_src_pages_dashboard_categorydist",
- "frontend_admin_panel_src_pages_dashboard_dashboard",
- "frontend_admin_panel_src_pages_dashboard_dashboarddata",
- "frontend_admin_panel_src_pages_sslsettingspage",
- "frontend_admin_panel_src_pages_sslsettingspage_sslsettingspage",
- "frontend_admin_panel_src_pages_sslsettingspage_sslstatus",
- "frontend_admin_panel_src_pages_tickets",
- "frontend_admin_panel_src_pages_tickets_ticket",
- "frontend_admin_panel_src_pages_tickets_ticketmessage",
- "frontend_admin_panel_src_pages_tickets_tickets",
- "frontend_admin_panel_src_pages_wiki",
- "frontend_admin_panel_src_pages_wiki_productitem",
- "frontend_admin_panel_src_pages_wiki_wiki",
- "frontend_admin_panel_src_pages_wiki_wikiterm",
- "frontend_admin_panel_src_routes_adminroutes",
- "frontend_admin_panel_src_routes_adminroutes_adminrouteconfig",
- "frontend_admin_panel_src_routes_adminroutes_cms",
- "frontend_admin_panel_src_routes_adminroutes_contactsubmissions",
- "frontend_admin_panel_src_routes_adminroutes_dashboard",
- "frontend_admin_panel_src_routes_adminroutes_router",
- "frontend_admin_panel_src_routes_adminroutes_sslsettingspage",
- "frontend_admin_panel_src_routes_adminroutes_tickets",
- "frontend_admin_panel_src_routes_adminroutes_wiki"
+ "backend_src_wholesale_dto_wholesale_apply_dto",
+ "backend_src_wholesale_dto_wholesale_apply_dto_ts_apiproperty",
+ "backend_src_wholesale_dto_wholesale_apply_dto_ts_apipropertyoptional",
+ "backend_src_wholesale_dto_wholesale_apply_dto_ts_isnotempty",
+ "backend_src_wholesale_dto_wholesale_apply_dto_ts_isoptional",
+ "backend_src_wholesale_dto_wholesale_apply_dto_ts_isstring",
+ "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto",
+ "backend_src_wholesale_wholesale_controller",
+ "backend_src_wholesale_wholesale_controller_ts_apibearerauth",
+ "backend_src_wholesale_wholesale_controller_ts_apioperation",
+ "backend_src_wholesale_wholesale_controller_ts_apitags",
+ "backend_src_wholesale_wholesale_controller_ts_body",
+ "backend_src_wholesale_wholesale_controller_ts_controller",
+ "backend_src_wholesale_wholesale_controller_ts_get",
+ "backend_src_wholesale_wholesale_controller_ts_param",
+ "backend_src_wholesale_wholesale_controller_ts_post",
+ "backend_src_wholesale_wholesale_controller_ts_put",
+ "backend_src_wholesale_wholesale_controller_ts_request",
+ "backend_src_wholesale_wholesale_controller_ts_useguards",
+ "backend_src_wholesale_wholesale_controller_wholesalecontroller",
+ "backend_src_wholesale_wholesale_controller_wholesalecontroller_applyforwholesale",
+ "backend_src_wholesale_wholesale_controller_wholesalecontroller_approvewholesalerequest",
+ "backend_src_wholesale_wholesale_controller_wholesalecontroller_constructor",
+ "backend_src_wholesale_wholesale_controller_wholesalecontroller_getwholesalerequests",
+ "backend_src_wholesale_wholesale_controller_wholesalecontroller_rejectwholesalerequest",
+ "backend_src_wholesale_wholesale_module",
+ "backend_src_wholesale_wholesale_module_ts_module",
+ "backend_src_wholesale_wholesale_module_wholesalemodule",
+ "backend_src_wholesale_wholesale_service",
+ "backend_src_wholesale_wholesale_service_ts_injectable",
+ "backend_src_wholesale_wholesale_service_wholesaleservice",
+ "backend_src_wholesale_wholesale_service_wholesaleservice_applyforwholesale",
+ "backend_src_wholesale_wholesale_service_wholesaleservice_approvewholesalerequest",
+ "backend_src_wholesale_wholesale_service_wholesaleservice_constructor",
+ "backend_src_wholesale_wholesale_service_wholesaleservice_getwholesalerequests",
+ "backend_src_wholesale_wholesale_service_wholesaleservice_rejectwholesalerequest"
],
"18": [
- "frontend_admin_panel_src_components_ui_confirmmodal",
- "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal",
- "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodalprops",
- "frontend_admin_panel_src_components_ui_mediaselector",
- "frontend_admin_panel_src_components_ui_mediaselector_media",
- "frontend_admin_panel_src_components_ui_mediaselector_mediaselector",
- "frontend_admin_panel_src_components_ui_mediaselector_mediaselectorprops",
- "frontend_admin_panel_src_components_ui_pagination",
- "frontend_admin_panel_src_components_ui_pagination_pagination",
- "frontend_admin_panel_src_components_ui_pagination_paginationprops",
- "frontend_admin_panel_src_pages_blogs",
- "frontend_admin_panel_src_pages_blogs_blogpost",
- "frontend_admin_panel_src_pages_blogs_blogs",
- "frontend_admin_panel_src_pages_categories",
- "frontend_admin_panel_src_pages_categories_categories",
- "frontend_admin_panel_src_pages_categories_category",
- "frontend_admin_panel_src_pages_pets",
- "frontend_admin_panel_src_pages_pets_pet",
- "frontend_admin_panel_src_pages_pets_pets",
- "frontend_admin_panel_src_pages_products",
- "frontend_admin_panel_src_pages_products_category",
- "frontend_admin_panel_src_pages_products_product",
- "frontend_admin_panel_src_pages_products_products",
- "frontend_admin_panel_src_pages_testimonialsmanager",
- "frontend_admin_panel_src_pages_testimonialsmanager_testimonialsmanager",
- "frontend_admin_panel_src_pages_wholesaleapplications",
- "frontend_admin_panel_src_pages_wholesaleapplications_wholesaleapplications",
- "frontend_admin_panel_src_pages_wholesaleapplications_wholesalerequest",
- "frontend_admin_panel_src_routes_adminroutes_blogs",
- "frontend_admin_panel_src_routes_adminroutes_categories",
- "frontend_admin_panel_src_routes_adminroutes_pets",
- "frontend_admin_panel_src_routes_adminroutes_products",
- "frontend_admin_panel_src_routes_adminroutes_testimonialsmanager",
- "frontend_admin_panel_src_routes_adminroutes_wholesaleapplications",
- "frontend_admin_panel_src_services_api_base_domain",
- "frontend_admin_panel_src_types_admin_testimonial"
- ],
- "19": [
"frontend_application_app_contact_page",
"frontend_application_app_contact_page_contactpage",
"frontend_application_app_contact_page_metadata",
@@ -1061,41 +1031,77 @@
"frontend_application_lib_store_userstore_userrole",
"frontend_application_lib_store_userstore_userstore"
],
+ "19": [
+ "frontend_admin_panel_src_app",
+ "frontend_admin_panel_src_app_app",
+ "frontend_admin_panel_src_app_suspensefallback",
+ "frontend_admin_panel_src_main",
+ "frontend_admin_panel_src_pages_contactsubmissions",
+ "frontend_admin_panel_src_pages_contactsubmissions_contactinfoitem",
+ "frontend_admin_panel_src_pages_contactsubmissions_contactsubmission",
+ "frontend_admin_panel_src_pages_contactsubmissions_contactsubmissions",
+ "frontend_admin_panel_src_pages_dashboard",
+ "frontend_admin_panel_src_pages_dashboard_categorydist",
+ "frontend_admin_panel_src_pages_dashboard_dashboard",
+ "frontend_admin_panel_src_pages_dashboard_dashboarddata",
+ "frontend_admin_panel_src_pages_sslsettingspage",
+ "frontend_admin_panel_src_pages_sslsettingspage_sslsettingspage",
+ "frontend_admin_panel_src_pages_sslsettingspage_sslstatus",
+ "frontend_admin_panel_src_pages_tickets",
+ "frontend_admin_panel_src_pages_tickets_ticket",
+ "frontend_admin_panel_src_pages_tickets_ticketmessage",
+ "frontend_admin_panel_src_pages_tickets_tickets",
+ "frontend_admin_panel_src_pages_transactions",
+ "frontend_admin_panel_src_pages_transactions_gatewayhealth",
+ "frontend_admin_panel_src_pages_transactions_stats",
+ "frontend_admin_panel_src_pages_transactions_transaction",
+ "frontend_admin_panel_src_pages_transactions_transactions",
+ "frontend_admin_panel_src_routes_adminroutes",
+ "frontend_admin_panel_src_routes_adminroutes_adminrouteconfig",
+ "frontend_admin_panel_src_routes_adminroutes_blogs",
+ "frontend_admin_panel_src_routes_adminroutes_categories",
+ "frontend_admin_panel_src_routes_adminroutes_contactsubmissions",
+ "frontend_admin_panel_src_routes_adminroutes_dashboard",
+ "frontend_admin_panel_src_routes_adminroutes_router",
+ "frontend_admin_panel_src_routes_adminroutes_sslsettingspage",
+ "frontend_admin_panel_src_routes_adminroutes_tickets",
+ "frontend_admin_panel_src_routes_adminroutes_transactions"
+ ],
"20": [
- "backend_src_orders_orders_controller_orderscontroller",
- "backend_src_orders_orders_controller_orderscontroller_constructor",
- "backend_src_orders_orders_controller_orderscontroller_create",
- "backend_src_orders_orders_controller_orderscontroller_findall",
- "backend_src_orders_orders_controller_orderscontroller_findone",
- "backend_src_orders_orders_controller_orderscontroller_retrypayment",
- "backend_src_orders_orders_controller_orderscontroller_validatecoupon",
- "backend_src_orders_orders_controller_ts_apibadrequestresponse",
- "backend_src_orders_orders_controller_ts_apibearerauth",
- "backend_src_orders_orders_controller_ts_apicreatedresponse",
- "backend_src_orders_orders_controller_ts_apinotfoundresponse",
- "backend_src_orders_orders_controller_ts_apiokresponse",
- "backend_src_orders_orders_controller_ts_apioperation",
- "backend_src_orders_orders_controller_ts_apitags",
- "backend_src_orders_orders_controller_ts_body",
- "backend_src_orders_orders_controller_ts_controller",
- "backend_src_orders_orders_controller_ts_get",
- "backend_src_orders_orders_controller_ts_param",
- "backend_src_orders_orders_controller_ts_post",
- "backend_src_orders_orders_controller_ts_query",
- "backend_src_orders_orders_controller_ts_req",
- "backend_src_orders_orders_controller_ts_useguards",
- "backend_src_orders_orders_service_ordersservice",
- "backend_src_orders_orders_service_ordersservice_checkandsendrefillreminders",
- "backend_src_orders_orders_service_ordersservice_constructor",
- "backend_src_orders_orders_service_ordersservice_create",
- "backend_src_orders_orders_service_ordersservice_findallbyuser",
- "backend_src_orders_orders_service_ordersservice_findone",
- "backend_src_orders_orders_service_ordersservice_generatetrackingnumber",
- "backend_src_orders_orders_service_ordersservice_releaseexpiredinventoryreservations",
- "backend_src_orders_orders_service_ordersservice_retrypayment",
- "backend_src_orders_orders_service_ordersservice_updatestatus",
- "backend_src_orders_orders_service_ordersservice_validatecoupon",
- "backend_src_orders_orders_service_ts_injectable"
+ "frontend_admin_panel_src_components_ui_spinner",
+ "frontend_admin_panel_src_components_ui_spinner_spinner",
+ "frontend_admin_panel_src_pages_b2bmanager",
+ "frontend_admin_panel_src_pages_b2bmanager_b2bmanager",
+ "frontend_admin_panel_src_pages_bannersmanager",
+ "frontend_admin_panel_src_pages_bannersmanager_bannersmanager",
+ "frontend_admin_panel_src_pages_ingredientsmanager",
+ "frontend_admin_panel_src_pages_ingredientsmanager_ingredientsmanager",
+ "frontend_admin_panel_src_pages_seosettingspage",
+ "frontend_admin_panel_src_pages_seosettingspage_seosettingspage",
+ "frontend_admin_panel_src_pages_smartadvisormanager",
+ "frontend_admin_panel_src_pages_smartadvisormanager_smartadvisormanager",
+ "frontend_admin_panel_src_pages_systemsettingspage",
+ "frontend_admin_panel_src_pages_systemsettingspage_systemsettingspage",
+ "frontend_admin_panel_src_routes_adminroutes_b2bmanager",
+ "frontend_admin_panel_src_routes_adminroutes_bannersmanager",
+ "frontend_admin_panel_src_routes_adminroutes_ingredientsmanager",
+ "frontend_admin_panel_src_routes_adminroutes_seosettingspage",
+ "frontend_admin_panel_src_routes_adminroutes_smartadvisormanager",
+ "frontend_admin_panel_src_routes_adminroutes_systemsettingspage",
+ "frontend_admin_panel_src_types_admin",
+ "frontend_admin_panel_src_types_admin_adminloginpayload",
+ "frontend_admin_panel_src_types_admin_authstate",
+ "frontend_admin_panel_src_types_admin_b2binquiry",
+ "frontend_admin_panel_src_types_admin_banner",
+ "frontend_admin_panel_src_types_admin_ingredient",
+ "frontend_admin_panel_src_types_admin_partneraccount",
+ "frontend_admin_panel_src_types_admin_product",
+ "frontend_admin_panel_src_types_admin_sendotppayload",
+ "frontend_admin_panel_src_types_admin_seosettings",
+ "frontend_admin_panel_src_types_admin_smartadvisorrule",
+ "frontend_admin_panel_src_types_admin_systemsettings",
+ "frontend_admin_panel_src_types_admin_testimonial",
+ "frontend_admin_panel_src_types_admin_verifyotppayload"
],
"21": [
"backend_package_devdependencies",
@@ -1133,41 +1139,6 @@
"types_passport_jwt"
],
"22": [
- "backend_src_admin_ssl_controller",
- "backend_src_auth_jwt_auth_guard",
- "backend_src_auth_jwt_auth_guard_jwtauthguard",
- "backend_src_auth_jwt_auth_guard_jwtauthguard_handlerequest",
- "backend_src_auth_jwt_auth_guard_ts_injectable",
- "backend_src_auth_roles_decorator",
- "backend_src_auth_roles_guard",
- "backend_src_b2b_b2b_controller",
- "backend_src_banners_banners_controller",
- "backend_src_cms_cms_controller",
- "backend_src_common_decorators_roles_decorator",
- "backend_src_common_decorators_roles_decorator_roles",
- "backend_src_common_decorators_roles_decorator_roles_key",
- "backend_src_common_guards_roles_guard",
- "backend_src_common_guards_roles_guard_requestwithuser",
- "backend_src_common_guards_roles_guard_rolesguard",
- "backend_src_common_guards_roles_guard_rolesguard_canactivate",
- "backend_src_common_guards_roles_guard_rolesguard_constructor",
- "backend_src_common_guards_roles_guard_spec",
- "backend_src_common_guards_roles_guard_ts_injectable",
- "backend_src_contact_contact_controller",
- "backend_src_ingredients_ingredients_controller",
- "backend_src_payment_payment_controller",
- "backend_src_prescriptions_prescriptions_controller",
- "backend_src_prescriptions_prescriptions_controller_userreqpayload",
- "backend_src_products_products_controller",
- "backend_src_reviews_reviews_controller",
- "backend_src_settings_settings_controller",
- "backend_src_settings_settings_controller_spec",
- "backend_src_smart_advisor_smart_advisor_controller",
- "backend_src_testimonials_testimonials_controller",
- "backend_src_tickets_tickets_controller",
- "backend_src_wholesale_wholesale_controller"
- ],
- "23": [
"docs_audit_07_backend_audit",
"docs_audit_07_backend_audit_acceptance_criteria",
"docs_audit_07_backend_audit_affected_application",
@@ -1202,7 +1173,110 @@
"docs_audit_07_backend_audit_verification_requirements",
"docs_audit_07_backend_audit_why_it_matters"
],
+ "23": [
+ "frontend_admin_panel_src_components_layout",
+ "frontend_admin_panel_src_components_layout_layout",
+ "frontend_admin_panel_src_components_protectedroute",
+ "frontend_admin_panel_src_components_protectedroute_protectedroute",
+ "frontend_admin_panel_src_components_sidebar",
+ "frontend_admin_panel_src_components_sidebar_menugroup",
+ "frontend_admin_panel_src_components_sidebar_sidebar",
+ "frontend_admin_panel_src_components_sidebar_sidebarprops",
+ "frontend_admin_panel_src_components_sidebar_submenuitem",
+ "frontend_admin_panel_src_components_topbar",
+ "frontend_admin_panel_src_components_topbar_searchable_pages",
+ "frontend_admin_panel_src_components_topbar_topbar",
+ "frontend_admin_panel_src_components_topbar_topbarprops",
+ "frontend_admin_panel_src_pages_cms",
+ "frontend_admin_panel_src_pages_cms_cms",
+ "frontend_admin_panel_src_pages_cms_herobanner",
+ "frontend_admin_panel_src_pages_cms_vettestimonial",
+ "frontend_admin_panel_src_pages_login",
+ "frontend_admin_panel_src_pages_login_login",
+ "frontend_admin_panel_src_pages_wholesaleapplications",
+ "frontend_admin_panel_src_pages_wholesaleapplications_wholesaleapplications",
+ "frontend_admin_panel_src_pages_wholesaleapplications_wholesalerequest",
+ "frontend_admin_panel_src_routes_adminroutes_cms",
+ "frontend_admin_panel_src_routes_adminroutes_wholesaleapplications",
+ "frontend_admin_panel_src_services_api",
+ "frontend_admin_panel_src_services_api_api",
+ "frontend_admin_panel_src_services_api_apierrorpayload",
+ "frontend_admin_panel_src_services_api_failedqueue",
+ "frontend_admin_panel_src_services_api_processqueue",
+ "frontend_admin_panel_src_store_adminauthstore",
+ "frontend_admin_panel_src_store_adminauthstore_useadminauthstore",
+ "frontend_admin_panel_src_types_admin_adminuser",
+ "frontend_admin_panel_src_types_admin_authresponsedata"
+ ],
"24": [
+ "backend_src_admin_admin_service_adminservice_getdashboardstats",
+ "backend_src_admin_admin_service_spec",
+ "backend_src_app_module_appmodule_configure",
+ "backend_src_auth_auth_service",
+ "backend_src_auth_auth_service_adminlogininput",
+ "backend_src_auth_auth_service_authservice",
+ "backend_src_auth_auth_service_authservice_adminlogin",
+ "backend_src_auth_auth_service_authservice_constructor",
+ "backend_src_auth_auth_service_authservice_login",
+ "backend_src_auth_auth_service_authservice_refresh",
+ "backend_src_auth_auth_service_authservice_register",
+ "backend_src_auth_auth_service_authservice_sendotp",
+ "backend_src_auth_auth_service_authservice_verifyotp",
+ "backend_src_auth_auth_service_logininput",
+ "backend_src_auth_auth_service_registerinput",
+ "backend_src_auth_auth_service_spec",
+ "backend_src_auth_auth_service_ts_injectable",
+ "backend_src_common_metrics_controller_metricscontroller_incrementrequestcount",
+ "backend_src_common_utils_phone_utils",
+ "backend_src_common_utils_phone_utils_normalizemobile",
+ "backend_src_redis_redis_module",
+ "backend_src_redis_redis_service",
+ "backend_src_redis_redis_service_redisservice",
+ "backend_src_redis_redis_service_redisservice_del",
+ "backend_src_redis_redis_service_redisservice_get",
+ "backend_src_redis_redis_service_redisservice_incr",
+ "backend_src_redis_redis_service_redisservice_onmoduledestroy",
+ "backend_src_redis_redis_service_redisservice_onmoduleinit",
+ "backend_src_redis_redis_service_redisservice_set",
+ "backend_src_redis_redis_service_redisservice_ttl",
+ "backend_src_redis_redis_service_spec",
+ "backend_src_redis_redis_service_ts_injectable"
+ ],
+ "25": [
+ "backend_src_admin_media_controller",
+ "backend_src_admin_ssl_controller",
+ "backend_src_auth_jwt_auth_guard",
+ "backend_src_auth_jwt_auth_guard_jwtauthguard",
+ "backend_src_auth_jwt_auth_guard_jwtauthguard_handlerequest",
+ "backend_src_auth_jwt_auth_guard_ts_injectable",
+ "backend_src_auth_roles_decorator",
+ "backend_src_auth_roles_guard",
+ "backend_src_b2b_b2b_controller",
+ "backend_src_banners_banners_controller",
+ "backend_src_cms_cms_controller",
+ "backend_src_common_decorators_roles_decorator",
+ "backend_src_common_decorators_roles_decorator_roles",
+ "backend_src_common_decorators_roles_decorator_roles_key",
+ "backend_src_common_guards_roles_guard",
+ "backend_src_common_guards_roles_guard_requestwithuser",
+ "backend_src_common_guards_roles_guard_rolesguard",
+ "backend_src_common_guards_roles_guard_rolesguard_canactivate",
+ "backend_src_common_guards_roles_guard_rolesguard_constructor",
+ "backend_src_common_guards_roles_guard_spec",
+ "backend_src_common_guards_roles_guard_ts_injectable",
+ "backend_src_contact_contact_controller",
+ "backend_src_ingredients_ingredients_controller",
+ "backend_src_payment_payment_controller",
+ "backend_src_prescriptions_prescriptions_controller",
+ "backend_src_prescriptions_prescriptions_controller_userreqpayload",
+ "backend_src_products_products_controller",
+ "backend_src_reviews_reviews_controller",
+ "backend_src_settings_settings_controller",
+ "backend_src_settings_settings_controller_spec",
+ "backend_src_smart_advisor_smart_advisor_controller",
+ "backend_src_testimonials_testimonials_controller"
+ ],
+ "26": [
"docs_audit_06_storefront_audit",
"docs_audit_06_storefront_audit_acceptance_criteria",
"docs_audit_06_storefront_audit_affected_application",
@@ -1236,7 +1310,7 @@
"docs_audit_06_storefront_audit_verification_requirements",
"docs_audit_06_storefront_audit_why_it_matters"
],
- "25": [
+ "27": [
"docs_audit_08_admin_features_audit",
"docs_audit_08_admin_features_audit_acceptance_criteria",
"docs_audit_08_admin_features_audit_adm_001",
@@ -1270,7 +1344,7 @@
"docs_audit_08_admin_features_audit_verification_requirements",
"docs_audit_08_admin_features_audit_why_it_matters"
],
- "26": [
+ "28": [
"docs_audit_09_database_audit",
"docs_audit_09_database_audit_acceptance_criteria",
"docs_audit_09_database_audit_affected_application",
@@ -1304,7 +1378,7 @@
"docs_audit_09_database_audit_verification_requirements",
"docs_audit_09_database_audit_why_it_matters"
],
- "27": [
+ "29": [
"docs_audit_11_code_quality_audit",
"docs_audit_11_code_quality_audit_acceptance_criteria",
"docs_audit_11_code_quality_audit_affected_application",
@@ -1338,7 +1412,7 @@
"docs_audit_11_code_quality_audit_verification_requirements",
"docs_audit_11_code_quality_audit_why_it_matters"
],
- "28": [
+ "30": [
"docs_audit_12_testing_audit",
"docs_audit_12_testing_audit_acceptance_criteria",
"docs_audit_12_testing_audit_affected_application",
@@ -1372,7 +1446,7 @@
"docs_audit_12_testing_audit_verification_requirements",
"docs_audit_12_testing_audit_why_it_matters"
],
- "29": [
+ "31": [
"docs_audit_13_devops_audit",
"docs_audit_13_devops_audit_acceptance_criteria",
"docs_audit_13_devops_audit_affected_application",
@@ -1406,7 +1480,7 @@
"docs_audit_13_devops_audit_verification_requirements",
"docs_audit_13_devops_audit_why_it_matters"
],
- "30": [
+ "32": [
"docs_audit_14_documentation_audit",
"docs_audit_14_documentation_audit_acceptance_criteria",
"docs_audit_14_documentation_audit_affected_application",
@@ -1440,41 +1514,7 @@
"docs_audit_14_documentation_audit_verification_requirements",
"docs_audit_14_documentation_audit_why_it_matters"
],
- "31": [
- "frontend_admin_panel_src_components_ui_spinner",
- "frontend_admin_panel_src_components_ui_spinner_spinner",
- "frontend_admin_panel_src_pages_b2bmanager",
- "frontend_admin_panel_src_pages_b2bmanager_b2bmanager",
- "frontend_admin_panel_src_pages_bannersmanager",
- "frontend_admin_panel_src_pages_bannersmanager_bannersmanager",
- "frontend_admin_panel_src_pages_ingredientsmanager",
- "frontend_admin_panel_src_pages_ingredientsmanager_ingredientsmanager",
- "frontend_admin_panel_src_pages_seosettingspage",
- "frontend_admin_panel_src_pages_seosettingspage_seosettingspage",
- "frontend_admin_panel_src_pages_smartadvisormanager",
- "frontend_admin_panel_src_pages_smartadvisormanager_smartadvisormanager",
- "frontend_admin_panel_src_pages_systemsettingspage",
- "frontend_admin_panel_src_pages_systemsettingspage_systemsettingspage",
- "frontend_admin_panel_src_routes_adminroutes_b2bmanager",
- "frontend_admin_panel_src_routes_adminroutes_bannersmanager",
- "frontend_admin_panel_src_routes_adminroutes_ingredientsmanager",
- "frontend_admin_panel_src_routes_adminroutes_seosettingspage",
- "frontend_admin_panel_src_routes_adminroutes_smartadvisormanager",
- "frontend_admin_panel_src_routes_adminroutes_systemsettingspage",
- "frontend_admin_panel_src_types_admin",
- "frontend_admin_panel_src_types_admin_adminloginpayload",
- "frontend_admin_panel_src_types_admin_b2binquiry",
- "frontend_admin_panel_src_types_admin_banner",
- "frontend_admin_panel_src_types_admin_ingredient",
- "frontend_admin_panel_src_types_admin_partneraccount",
- "frontend_admin_panel_src_types_admin_product",
- "frontend_admin_panel_src_types_admin_sendotppayload",
- "frontend_admin_panel_src_types_admin_seosettings",
- "frontend_admin_panel_src_types_admin_smartadvisorrule",
- "frontend_admin_panel_src_types_admin_systemsettings",
- "frontend_admin_panel_src_types_admin_verifyotppayload"
- ],
- "32": [
+ "33": [
"frontend_application_app_checkout_success_id_page",
"frontend_application_app_checkout_success_id_page_successpage",
"frontend_application_app_track_page",
@@ -1508,7 +1548,7 @@
"frontend_application_lib_store_tests_cartstore_test",
"frontend_application_lib_store_tests_cartstore_test_mockproduct"
],
- "33": [
+ "34": [
"backend_src_payment_payment_controller_paymentcontroller",
"backend_src_payment_payment_controller_paymentcontroller_getadminstats",
"backend_src_payment_payment_controller_paymentcontroller_getadmintransactions",
@@ -1541,39 +1581,6 @@
"ip",
"res"
],
- "34": [
- "backend_src_wholesale_dto_wholesale_apply_dto",
- "backend_src_wholesale_dto_wholesale_apply_dto_ts_apiproperty",
- "backend_src_wholesale_dto_wholesale_apply_dto_ts_apipropertyoptional",
- "backend_src_wholesale_dto_wholesale_apply_dto_ts_isnotempty",
- "backend_src_wholesale_dto_wholesale_apply_dto_ts_isoptional",
- "backend_src_wholesale_dto_wholesale_apply_dto_ts_isstring",
- "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto",
- "backend_src_wholesale_wholesale_controller_ts_apibearerauth",
- "backend_src_wholesale_wholesale_controller_ts_apioperation",
- "backend_src_wholesale_wholesale_controller_ts_apitags",
- "backend_src_wholesale_wholesale_controller_ts_body",
- "backend_src_wholesale_wholesale_controller_ts_controller",
- "backend_src_wholesale_wholesale_controller_ts_get",
- "backend_src_wholesale_wholesale_controller_ts_param",
- "backend_src_wholesale_wholesale_controller_ts_post",
- "backend_src_wholesale_wholesale_controller_ts_put",
- "backend_src_wholesale_wholesale_controller_ts_request",
- "backend_src_wholesale_wholesale_controller_ts_useguards",
- "backend_src_wholesale_wholesale_controller_wholesalecontroller",
- "backend_src_wholesale_wholesale_controller_wholesalecontroller_applyforwholesale",
- "backend_src_wholesale_wholesale_controller_wholesalecontroller_approvewholesalerequest",
- "backend_src_wholesale_wholesale_controller_wholesalecontroller_constructor",
- "backend_src_wholesale_wholesale_controller_wholesalecontroller_getwholesalerequests",
- "backend_src_wholesale_wholesale_controller_wholesalecontroller_rejectwholesalerequest",
- "backend_src_wholesale_wholesale_service_ts_injectable",
- "backend_src_wholesale_wholesale_service_wholesaleservice",
- "backend_src_wholesale_wholesale_service_wholesaleservice_applyforwholesale",
- "backend_src_wholesale_wholesale_service_wholesaleservice_approvewholesalerequest",
- "backend_src_wholesale_wholesale_service_wholesaleservice_constructor",
- "backend_src_wholesale_wholesale_service_wholesaleservice_getwholesalerequests",
- "backend_src_wholesale_wholesale_service_wholesaleservice_rejectwholesalerequest"
- ],
"35": [
"frontend_application_app_loading",
"frontend_application_app_loading_globalloading",
@@ -1608,70 +1615,37 @@
"frontend_application_lib_store_usepetstore_usepetstore"
],
"36": [
- "backend_prisma_tsconfig_seed",
- "backend_prisma_tsconfig_seed_compileroptions",
- "backend_prisma_tsconfig_seed_compileroptions_esmoduleinterop",
- "backend_prisma_tsconfig_seed_compileroptions_module",
- "backend_prisma_tsconfig_seed_compileroptions_moduleresolution",
- "backend_prisma_tsconfig_seed_compileroptions_skiplibcheck",
- "backend_prisma_tsconfig_seed_compileroptions_types",
- "backend_prisma_tsconfig_seed_include",
- "frontend_admin_panel_tsconfig_node",
- "frontend_admin_panel_tsconfig_node_compileroptions",
- "frontend_admin_panel_tsconfig_node_compileroptions_allowimportingtsextensions",
- "frontend_admin_panel_tsconfig_node_compileroptions_erasablesyntaxonly",
- "frontend_admin_panel_tsconfig_node_compileroptions_lib",
- "frontend_admin_panel_tsconfig_node_compileroptions_module",
- "frontend_admin_panel_tsconfig_node_compileroptions_moduledetection",
- "frontend_admin_panel_tsconfig_node_compileroptions_moduleresolution",
- "frontend_admin_panel_tsconfig_node_compileroptions_noemit",
- "frontend_admin_panel_tsconfig_node_compileroptions_nofallthroughcasesinswitch",
- "frontend_admin_panel_tsconfig_node_compileroptions_nounusedlocals",
- "frontend_admin_panel_tsconfig_node_compileroptions_nounusedparameters",
- "frontend_admin_panel_tsconfig_node_compileroptions_skiplibcheck",
- "frontend_admin_panel_tsconfig_node_compileroptions_target",
- "frontend_admin_panel_tsconfig_node_compileroptions_tsbuildinfofile",
- "frontend_admin_panel_tsconfig_node_compileroptions_types",
- "frontend_admin_panel_tsconfig_node_compileroptions_verbatimmodulesyntax",
- "frontend_admin_panel_tsconfig_node_include",
- "frontend_admin_panel_tsconfig_node_json_ref_es2023",
- "ref_node",
- "ref_ts",
- "ref_vite_config_ts"
+ "backend_scripts_generate_openapi_ts_backend_scripts_generate_openapi",
+ "backend_scripts_generate_openapi_ts_backend_scripts_generate_openapi_generateopenapi",
+ "backend_src_app_module_appmodule",
+ "backend_src_app_module_appmodule_constructor",
+ "backend_src_app_module_ts_module",
+ "backend_src_common_filters_http_exception_filter",
+ "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter",
+ "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_catch",
+ "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_deriveerrorcode",
+ "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_translategenericmessage",
+ "backend_src_common_filters_prisma_exception_filter",
+ "backend_src_common_filters_prisma_exception_filter_prismaexceptionfilter",
+ "backend_src_common_filters_prisma_exception_filter_prismaexceptionfilter_catch",
+ "backend_src_common_filters_prisma_exception_filter_ts_catch",
+ "backend_src_common_interceptors_decimal_interceptor",
+ "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor",
+ "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor_intercept",
+ "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor_transform",
+ "backend_src_common_interceptors_decimal_interceptor_spec",
+ "backend_src_common_interceptors_decimal_interceptor_ts_injectable",
+ "backend_src_common_schemas_error_response_schema",
+ "backend_src_common_schemas_error_response_schema_apierrorresponse",
+ "backend_src_common_schemas_error_response_schema_errordetailfield",
+ "backend_src_common_schemas_error_response_schema_ts_apiproperty",
+ "backend_src_main",
+ "backend_src_main_bootstrap",
+ "backend_test_app_audit_verification_e2e_spec",
+ "backend_test_app_e2e_spec",
+ "catch"
],
"37": [
- "backend_src_admin_media_controller",
- "backend_src_admin_media_controller_mediacontroller",
- "backend_src_admin_media_controller_mediacontroller_constructor",
- "backend_src_admin_media_controller_mediacontroller_deletemanymedia",
- "backend_src_admin_media_controller_mediacontroller_deletemedia",
- "backend_src_admin_media_controller_mediacontroller_getallmedia",
- "backend_src_admin_media_controller_mediacontroller_updatemedia",
- "backend_src_admin_media_controller_mediacontroller_uploadfile",
- "backend_src_admin_media_controller_ts_apibearerauth",
- "backend_src_admin_media_controller_ts_apioperation",
- "backend_src_admin_media_controller_ts_apitags",
- "backend_src_admin_media_controller_ts_body",
- "backend_src_admin_media_controller_ts_controller",
- "backend_src_admin_media_controller_ts_delete",
- "backend_src_admin_media_controller_ts_get",
- "backend_src_admin_media_controller_ts_param",
- "backend_src_admin_media_controller_ts_post",
- "backend_src_admin_media_controller_ts_put",
- "backend_src_admin_media_controller_ts_uploadedfile",
- "backend_src_admin_media_controller_ts_useguards",
- "backend_src_admin_media_controller_ts_useinterceptors",
- "backend_src_admin_media_service",
- "backend_src_admin_media_service_mediaservice",
- "backend_src_admin_media_service_mediaservice_constructor",
- "backend_src_admin_media_service_mediaservice_deletemanymedia",
- "backend_src_admin_media_service_mediaservice_deletemedia",
- "backend_src_admin_media_service_mediaservice_getallmedia",
- "backend_src_admin_media_service_mediaservice_updatemedia",
- "backend_src_admin_media_service_mediaservice_uploadfile",
- "backend_src_admin_media_service_ts_injectable"
- ],
- "38": [
"backend_src_b2b_b2b_controller_b2bcontroller",
"backend_src_b2b_b2b_controller_b2bcontroller_constructor",
"backend_src_b2b_b2b_controller_b2bcontroller_createinquiry",
@@ -1702,7 +1676,7 @@
"backend_src_b2b_b2b_service_b2bwholesaleorderitem",
"backend_src_b2b_b2b_service_ts_injectable"
],
- "39": [
+ "38": [
"backend_src_payment_payment_controller_paymentcontroller_constructor",
"backend_src_payment_payment_service_paymentservice",
"backend_src_payment_payment_service_paymentservice_adminliveinquiry",
@@ -1733,7 +1707,7 @@
"backend_src_payment_zibal_service_zibalservice_requestpayment",
"backend_src_payment_zibal_service_zibalservice_verifypayment"
],
- "40": [
+ "39": [
"docs_04_setup_and_deployment",
"docs_04_setup_and_deployment_\u0627\u062c\u0631\u0627\u06cc_\u0628\u06a9_\u0627\u0646\u062f",
"docs_04_setup_and_deployment_\u0627\u062c\u0631\u0627\u06cc_\u0641\u0631\u0627\u0646\u062a_\u0627\u0646\u062f",
@@ -1764,6 +1738,37 @@
"docs_readme",
"docs_readme_\u0641\u0647\u0631\u0633\u062a_\u0645\u0637\u0627\u0644\u0628_table_of_contents"
],
+ "40": [
+ "frontend_admin_panel_src_components_ui_confirmmodal",
+ "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal",
+ "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodalprops",
+ "frontend_admin_panel_src_components_ui_mediaselector",
+ "frontend_admin_panel_src_components_ui_mediaselector_media",
+ "frontend_admin_panel_src_components_ui_mediaselector_mediaselector",
+ "frontend_admin_panel_src_components_ui_mediaselector_mediaselectorprops",
+ "frontend_admin_panel_src_components_ui_pagination",
+ "frontend_admin_panel_src_components_ui_pagination_pagination",
+ "frontend_admin_panel_src_components_ui_pagination_paginationprops",
+ "frontend_admin_panel_src_pages_blogs",
+ "frontend_admin_panel_src_pages_blogs_blogpost",
+ "frontend_admin_panel_src_pages_blogs_blogs",
+ "frontend_admin_panel_src_pages_categories",
+ "frontend_admin_panel_src_pages_categories_categories",
+ "frontend_admin_panel_src_pages_categories_category",
+ "frontend_admin_panel_src_pages_pets",
+ "frontend_admin_panel_src_pages_pets_pet",
+ "frontend_admin_panel_src_pages_pets_pets",
+ "frontend_admin_panel_src_pages_products",
+ "frontend_admin_panel_src_pages_products_category",
+ "frontend_admin_panel_src_pages_products_product",
+ "frontend_admin_panel_src_pages_products_products",
+ "frontend_admin_panel_src_pages_testimonialsmanager",
+ "frontend_admin_panel_src_pages_testimonialsmanager_testimonialsmanager",
+ "frontend_admin_panel_src_routes_adminroutes_pets",
+ "frontend_admin_panel_src_routes_adminroutes_products",
+ "frontend_admin_panel_src_routes_adminroutes_testimonialsmanager",
+ "frontend_admin_panel_src_services_api_base_domain"
+ ],
"41": [
"backend_src_admin_categories_controller_categoriescontroller",
"backend_src_admin_categories_controller_categoriescontroller_constructor",
@@ -1795,6 +1800,36 @@
"backend_src_admin_categories_service_ts_injectable"
],
"42": [
+ "backend_src_admin_media_controller_mediacontroller",
+ "backend_src_admin_media_controller_mediacontroller_constructor",
+ "backend_src_admin_media_controller_mediacontroller_deletemanymedia",
+ "backend_src_admin_media_controller_mediacontroller_deletemedia",
+ "backend_src_admin_media_controller_mediacontroller_getallmedia",
+ "backend_src_admin_media_controller_mediacontroller_updatemedia",
+ "backend_src_admin_media_controller_mediacontroller_uploadfile",
+ "backend_src_admin_media_controller_ts_apibearerauth",
+ "backend_src_admin_media_controller_ts_apioperation",
+ "backend_src_admin_media_controller_ts_apitags",
+ "backend_src_admin_media_controller_ts_body",
+ "backend_src_admin_media_controller_ts_controller",
+ "backend_src_admin_media_controller_ts_delete",
+ "backend_src_admin_media_controller_ts_get",
+ "backend_src_admin_media_controller_ts_param",
+ "backend_src_admin_media_controller_ts_post",
+ "backend_src_admin_media_controller_ts_put",
+ "backend_src_admin_media_controller_ts_uploadedfile",
+ "backend_src_admin_media_controller_ts_useguards",
+ "backend_src_admin_media_controller_ts_useinterceptors",
+ "backend_src_admin_media_service_mediaservice",
+ "backend_src_admin_media_service_mediaservice_constructor",
+ "backend_src_admin_media_service_mediaservice_deletemanymedia",
+ "backend_src_admin_media_service_mediaservice_deletemedia",
+ "backend_src_admin_media_service_mediaservice_getallmedia",
+ "backend_src_admin_media_service_mediaservice_updatemedia",
+ "backend_src_admin_media_service_mediaservice_uploadfile",
+ "backend_src_admin_media_service_ts_injectable"
+ ],
+ "43": [
"antigravity_workflows_graphify",
"antigravity_workflows_graphify_for_graphify_add_and_watch",
"antigravity_workflows_graphify_for_graphify_query",
@@ -1823,7 +1858,7 @@
"antigravity_workflows_graphify_what_graphify_is_for",
"antigravity_workflows_graphify_what_you_must_do_when_invoked"
],
- "43": [
+ "44": [
"backend_src_admin_ssl_controller_sslcontroller",
"backend_src_admin_ssl_controller_sslcontroller_constructor",
"backend_src_admin_ssl_controller_sslcontroller_getstatus",
@@ -1852,7 +1887,7 @@
"backend_src_admin_ssl_service_ts_injectable",
"uploadedfiles"
],
- "44": [
+ "45": [
"backend_src_banners_banners_controller_bannerscontroller",
"backend_src_banners_banners_controller_bannerscontroller_constructor",
"backend_src_banners_banners_controller_bannerscontroller_create",
@@ -1881,7 +1916,7 @@
"backend_src_banners_banners_service_bannersservice_update",
"backend_src_banners_banners_service_ts_injectable"
],
- "45": [
+ "46": [
"claude_skills_graphify_skill",
"claude_skills_graphify_skill_for_graphify_add_and_watch",
"claude_skills_graphify_skill_for_graphify_query",
@@ -1910,7 +1945,7 @@
"claude_skills_graphify_skill_what_graphify_is_for",
"claude_skills_graphify_skill_what_you_must_do_when_invoked"
],
- "46": [
+ "47": [
"frontend_admin_panel_src_components_ui_badge",
"frontend_admin_panel_src_components_ui_badge_badge",
"frontend_admin_panel_src_components_ui_badge_badgeprops",
@@ -1939,7 +1974,7 @@
"frontend_admin_panel_src_routes_adminroutes_uitexts",
"frontend_admin_panel_src_types_admin_prescription"
],
- "47": [
+ "48": [
"backend_src_ingredients_ingredients_controller_ingredientscontroller",
"backend_src_ingredients_ingredients_controller_ingredientscontroller_constructor",
"backend_src_ingredients_ingredients_controller_ingredientscontroller_create",
@@ -1967,35 +2002,34 @@
"backend_src_ingredients_ingredients_service_ingredientsservice_update",
"backend_src_ingredients_ingredients_service_ts_injectable"
],
- "48": [
- "frontend_admin_panel_src_components_layout",
- "frontend_admin_panel_src_components_layout_layout",
- "frontend_admin_panel_src_components_protectedroute",
- "frontend_admin_panel_src_components_protectedroute_protectedroute",
- "frontend_admin_panel_src_components_sidebar",
- "frontend_admin_panel_src_components_sidebar_menugroup",
- "frontend_admin_panel_src_components_sidebar_sidebar",
- "frontend_admin_panel_src_components_sidebar_sidebarprops",
- "frontend_admin_panel_src_components_sidebar_submenuitem",
- "frontend_admin_panel_src_components_topbar",
- "frontend_admin_panel_src_components_topbar_searchable_pages",
- "frontend_admin_panel_src_components_topbar_topbar",
- "frontend_admin_panel_src_components_topbar_topbarprops",
- "frontend_admin_panel_src_pages_login",
- "frontend_admin_panel_src_pages_login_login",
- "frontend_admin_panel_src_services_api",
- "frontend_admin_panel_src_services_api_api",
- "frontend_admin_panel_src_services_api_apierrorpayload",
- "frontend_admin_panel_src_services_api_failedqueue",
- "frontend_admin_panel_src_services_api_processqueue",
- "frontend_admin_panel_src_store_adminauthstore",
- "frontend_admin_panel_src_store_adminauthstore_useadminauthstore",
- "frontend_admin_panel_src_types_admin_adminuser",
- "frontend_admin_panel_src_types_admin_apiresponse",
- "frontend_admin_panel_src_types_admin_authresponsedata",
- "frontend_admin_panel_src_types_admin_authstate"
- ],
"49": [
+ "backend_src_pets_pets_controller_petscontroller",
+ "backend_src_pets_pets_controller_petscontroller_addhealthlog",
+ "backend_src_pets_pets_controller_petscontroller_addreminder",
+ "backend_src_pets_pets_controller_petscontroller_constructor",
+ "backend_src_pets_pets_controller_petscontroller_create",
+ "backend_src_pets_pets_controller_petscontroller_findall",
+ "backend_src_pets_pets_controller_petscontroller_findone",
+ "backend_src_pets_pets_controller_petscontroller_remove",
+ "backend_src_pets_pets_controller_petscontroller_togglereminder",
+ "backend_src_pets_pets_controller_petscontroller_update",
+ "backend_src_pets_pets_controller_ts_apibearerauth",
+ "backend_src_pets_pets_controller_ts_apinotfoundresponse",
+ "backend_src_pets_pets_controller_ts_apiokresponse",
+ "backend_src_pets_pets_controller_ts_apioperation",
+ "backend_src_pets_pets_controller_ts_apitags",
+ "backend_src_pets_pets_controller_ts_body",
+ "backend_src_pets_pets_controller_ts_controller",
+ "backend_src_pets_pets_controller_ts_delete",
+ "backend_src_pets_pets_controller_ts_get",
+ "backend_src_pets_pets_controller_ts_param",
+ "backend_src_pets_pets_controller_ts_patch",
+ "backend_src_pets_pets_controller_ts_post",
+ "backend_src_pets_pets_controller_ts_query",
+ "backend_src_pets_pets_controller_ts_req",
+ "backend_src_pets_pets_controller_ts_useguards"
+ ],
+ "50": [
"frontend_application_app_homeclient",
"frontend_application_app_homeclient_homeclient",
"frontend_application_app_homeclient_homeclientprops",
@@ -2022,32 +2056,6 @@
"frontend_application_lib_types_smartadvisorrule",
"frontend_application_lib_types_testimonial"
],
- "50": [
- "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller",
- "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_constructor",
- "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_create",
- "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findall",
- "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findone",
- "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_review",
- "backend_src_prescriptions_prescriptions_controller_ts_apibearerauth",
- "backend_src_prescriptions_prescriptions_controller_ts_apioperation",
- "backend_src_prescriptions_prescriptions_controller_ts_apitags",
- "backend_src_prescriptions_prescriptions_controller_ts_body",
- "backend_src_prescriptions_prescriptions_controller_ts_controller",
- "backend_src_prescriptions_prescriptions_controller_ts_get",
- "backend_src_prescriptions_prescriptions_controller_ts_param",
- "backend_src_prescriptions_prescriptions_controller_ts_patch",
- "backend_src_prescriptions_prescriptions_controller_ts_post",
- "backend_src_prescriptions_prescriptions_controller_ts_req",
- "backend_src_prescriptions_prescriptions_controller_ts_useguards",
- "backend_src_prescriptions_prescriptions_service_prescriptionsservice",
- "backend_src_prescriptions_prescriptions_service_prescriptionsservice_constructor",
- "backend_src_prescriptions_prescriptions_service_prescriptionsservice_create",
- "backend_src_prescriptions_prescriptions_service_prescriptionsservice_findall",
- "backend_src_prescriptions_prescriptions_service_prescriptionsservice_findone",
- "backend_src_prescriptions_prescriptions_service_prescriptionsservice_review",
- "backend_src_prescriptions_prescriptions_service_ts_injectable"
- ],
"51": [
"backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller",
"backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_constructor",
@@ -2126,29 +2134,29 @@
"ai_agency_agents_12_seo_content_your_domain_what_you_review_only_these_areas"
],
"54": [
- "backend_src_common_filters_http_exception_filter",
- "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter",
- "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_catch",
- "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_deriveerrorcode",
- "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_translategenericmessage",
- "backend_src_common_filters_prisma_exception_filter",
- "backend_src_common_filters_prisma_exception_filter_prismaexceptionfilter",
- "backend_src_common_filters_prisma_exception_filter_prismaexceptionfilter_catch",
- "backend_src_common_filters_prisma_exception_filter_ts_catch",
- "backend_src_common_interceptors_decimal_interceptor",
- "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor",
- "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor_intercept",
- "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor_transform",
- "backend_src_common_interceptors_decimal_interceptor_spec",
- "backend_src_common_interceptors_decimal_interceptor_ts_injectable",
- "backend_src_common_schemas_error_response_schema",
- "backend_src_common_schemas_error_response_schema_apierrorresponse",
- "backend_src_common_schemas_error_response_schema_errordetailfield",
- "backend_src_common_schemas_error_response_schema_ts_apiproperty",
- "backend_src_main",
- "backend_src_main_bootstrap",
- "backend_test_app_audit_verification_e2e_spec",
- "catch"
+ "backend_src_admin_dto_admin_query_dto",
+ "backend_src_admin_dto_admin_query_dto_adminquerydto",
+ "backend_src_admin_dto_admin_query_dto_ts_apipropertyoptional",
+ "backend_src_admin_dto_admin_query_dto_ts_isoptional",
+ "backend_src_admin_dto_admin_query_dto_ts_isstring",
+ "backend_src_blogs_blogs_controller",
+ "backend_src_blogs_blogs_module",
+ "backend_src_blogs_blogs_module_blogsmodule",
+ "backend_src_blogs_blogs_module_ts_module",
+ "backend_src_blogs_blogs_service",
+ "backend_src_blogs_blogs_service_blogsservice",
+ "backend_src_blogs_blogs_service_blogsservice_constructor",
+ "backend_src_blogs_blogs_service_blogsservice_findall",
+ "backend_src_blogs_blogs_service_blogsservice_findonebyslug",
+ "backend_src_blogs_blogs_service_ts_injectable",
+ "backend_src_common_dto_pagination_dto_paginationdto",
+ "backend_src_common_dto_pagination_dto_ts_apipropertyoptional",
+ "backend_src_common_dto_pagination_dto_ts_isenum",
+ "backend_src_common_dto_pagination_dto_ts_isint",
+ "backend_src_common_dto_pagination_dto_ts_isoptional",
+ "backend_src_common_dto_pagination_dto_ts_isstring",
+ "backend_src_common_dto_pagination_dto_ts_min",
+ "backend_src_common_dto_pagination_dto_ts_type"
],
"55": [
"backend_src_contact_contact_controller_contactcontroller",
@@ -2226,77 +2234,52 @@
"ref_vite_client"
],
"58": [
- "backend_src_admin_pets_controller",
- "backend_src_admin_pets_controller_petscontroller",
- "backend_src_admin_pets_controller_petscontroller_constructor",
- "backend_src_admin_pets_controller_petscontroller_deletepet",
- "backend_src_admin_pets_controller_petscontroller_getpets",
- "backend_src_admin_pets_controller_ts_apibearerauth",
- "backend_src_admin_pets_controller_ts_apioperation",
- "backend_src_admin_pets_controller_ts_apiquery",
- "backend_src_admin_pets_controller_ts_apitags",
- "backend_src_admin_pets_controller_ts_controller",
- "backend_src_admin_pets_controller_ts_delete",
- "backend_src_admin_pets_controller_ts_get",
- "backend_src_admin_pets_controller_ts_param",
- "backend_src_admin_pets_controller_ts_query",
- "backend_src_admin_pets_controller_ts_useguards",
- "backend_src_admin_pets_service",
- "backend_src_admin_pets_service_petquery",
- "backend_src_admin_pets_service_petsservice",
- "backend_src_admin_pets_service_petsservice_constructor",
- "backend_src_admin_pets_service_petsservice_deletepet",
- "backend_src_admin_pets_service_petsservice_getpets",
- "backend_src_admin_pets_service_ts_injectable"
- ],
- "59": [
- "backend_src_orders_dto_create_order_dto",
- "backend_src_orders_dto_create_order_dto_createorderdto",
- "backend_src_orders_dto_create_order_dto_orderitemdto",
- "backend_src_orders_dto_create_order_dto_ts_apiproperty",
- "backend_src_orders_dto_create_order_dto_ts_apipropertyoptional",
- "backend_src_orders_dto_create_order_dto_ts_isarray",
- "backend_src_orders_dto_create_order_dto_ts_isnotempty",
- "backend_src_orders_dto_create_order_dto_ts_isnumber",
- "backend_src_orders_dto_create_order_dto_ts_isoptional",
- "backend_src_orders_dto_create_order_dto_ts_isstring",
- "backend_src_orders_dto_create_order_dto_ts_type",
- "backend_src_orders_orders_controller",
- "backend_src_orders_orders_controller_spec",
- "backend_src_orders_orders_controller_ts_isnotempty",
- "backend_src_orders_orders_controller_ts_isnumber",
- "backend_src_orders_orders_controller_ts_isstring",
- "backend_src_orders_orders_controller_validatecoupondto",
- "backend_src_orders_orders_module",
- "backend_src_orders_orders_module_ordersmodule",
- "backend_src_orders_orders_module_ts_module",
- "backend_src_orders_orders_service",
- "validatenested"
- ],
- "60": [
"backend_package_dependencies",
"backend_package_dependencies_bcrypt",
"backend_package_dependencies_class_transformer",
"backend_package_dependencies_class_validator",
"backend_package_dependencies_ioredis",
- "backend_package_dependencies_js_yaml",
"backend_package_dependencies_nestjs_common",
"backend_package_dependencies_nestjs_passport",
"backend_package_dependencies_nestjs_platform_express",
"backend_package_dependencies_passport",
+ "backend_package_dependencies_reflect_metadata",
"backend_package_dependencies_rxjs",
"bcrypt",
"class_transformer",
"class_validator",
"ioredis",
- "js_yaml",
"nestjs_common",
"nestjs_passport",
"nestjs_platform_express",
"passport",
+ "reflect_metadata",
"rxjs"
],
- "61": [
+ "59": [
+ "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller",
+ "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_constructor",
+ "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_create",
+ "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findall",
+ "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findone",
+ "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_review",
+ "backend_src_prescriptions_prescriptions_controller_ts_apibearerauth",
+ "backend_src_prescriptions_prescriptions_controller_ts_apioperation",
+ "backend_src_prescriptions_prescriptions_controller_ts_apitags",
+ "backend_src_prescriptions_prescriptions_controller_ts_body",
+ "backend_src_prescriptions_prescriptions_controller_ts_controller",
+ "backend_src_prescriptions_prescriptions_controller_ts_get",
+ "backend_src_prescriptions_prescriptions_controller_ts_param",
+ "backend_src_prescriptions_prescriptions_controller_ts_patch",
+ "backend_src_prescriptions_prescriptions_controller_ts_post",
+ "backend_src_prescriptions_prescriptions_controller_ts_req",
+ "backend_src_prescriptions_prescriptions_controller_ts_useguards",
+ "backend_src_prescriptions_prescriptions_service_prescriptionsservice_create",
+ "backend_src_prescriptions_prescriptions_service_prescriptionsservice_findall",
+ "backend_src_prescriptions_prescriptions_service_prescriptionsservice_findone",
+ "backend_src_prescriptions_prescriptions_service_prescriptionsservice_review"
+ ],
+ "60": [
"backend_src_admin_blogs_controller_blogscontroller",
"backend_src_admin_blogs_controller_blogscontroller_constructor",
"backend_src_admin_blogs_controller_blogscontroller_createblog",
@@ -2318,7 +2301,7 @@
"backend_src_admin_blogs_controller_ts_request",
"backend_src_admin_blogs_controller_ts_useguards"
],
- "62": [
+ "61": [
"docs_audit_31_module_audit_closure",
"docs_audit_31_module_audit_closure_10_orders_backend",
"docs_audit_31_module_audit_closure_11_settings_administrative_backend",
@@ -2340,7 +2323,7 @@
"docs_audit_31_module_audit_closure_module_audit_closure_report",
"docs_audit_31_module_audit_closure_required_review_group_closures"
],
- "63": [
+ "62": [
"eslint_config_next",
"frontend_admin_panel_package_devdependencies_tailwindcss_postcss",
"frontend_admin_panel_package_devdependencies_types_react",
@@ -2362,7 +2345,7 @@
"testing_library_react",
"vitest"
],
- "64": [
+ "63": [
"frontend_admin_panel_src_components_ui_priceinput",
"frontend_admin_panel_src_components_ui_priceinput_formatpricewithcommas",
"frontend_admin_panel_src_components_ui_priceinput_priceinput",
@@ -2384,7 +2367,7 @@
"frontend_admin_panel_src_routes_adminroutes_settings",
"frontend_admin_panel_src_types_admin_financialsettings"
],
- "65": [
+ "64": [
"ai_agency_agents_06_dev_frontend",
"ai_agency_agents_06_dev_frontend_1_always_read_tech_stack_first",
"ai_agency_agents_06_dev_frontend_2_sub_step_execution_token_resume_support",
@@ -2405,7 +2388,7 @@
"ai_agency_agents_06_dev_frontend_what_you_look_for_frontend_expert_eyes_only",
"ai_agency_agents_06_dev_frontend_your_domain_what_you_review_only_these_areas"
],
- "66": [
+ "65": [
"ai_agency_agents_08_visual_qa",
"ai_agency_agents_08_visual_qa_1_framework_aware_analysis",
"ai_agency_agents_08_visual_qa_2_dom_semantic_structure_analysis",
@@ -2426,7 +2409,7 @@
"ai_agency_agents_08_visual_qa_what_you_look_for_ux_expert_eyes_only",
"ai_agency_agents_08_visual_qa_your_domain_what_you_review_only_these_areas"
],
- "67": [
+ "66": [
"backend_src_admin_wiki_controller_ts_apibearerauth",
"backend_src_admin_wiki_controller_ts_apioperation",
"backend_src_admin_wiki_controller_ts_apiquery",
@@ -2447,28 +2430,28 @@
"backend_src_admin_wiki_controller_wikicontroller_getterms",
"backend_src_admin_wiki_controller_wikicontroller_updateterm"
],
- "68": [
- "backend_src_pets_pets_controller_petscontroller_addhealthlog",
- "backend_src_pets_pets_controller_petscontroller_addreminder",
- "backend_src_pets_pets_controller_petscontroller_create",
- "backend_src_pets_pets_controller_petscontroller_findall",
- "backend_src_pets_pets_controller_petscontroller_findone",
- "backend_src_pets_pets_controller_petscontroller_remove",
- "backend_src_pets_pets_controller_petscontroller_togglereminder",
- "backend_src_pets_pets_controller_petscontroller_update",
- "backend_src_pets_pets_controller_ts_apinotfoundresponse",
- "backend_src_pets_pets_controller_ts_apiokresponse",
- "backend_src_pets_pets_controller_ts_apioperation",
- "backend_src_pets_pets_controller_ts_body",
- "backend_src_pets_pets_controller_ts_delete",
- "backend_src_pets_pets_controller_ts_get",
- "backend_src_pets_pets_controller_ts_param",
- "backend_src_pets_pets_controller_ts_patch",
- "backend_src_pets_pets_controller_ts_post",
- "backend_src_pets_pets_controller_ts_query",
- "backend_src_pets_pets_controller_ts_req"
+ "67": [
+ "backend_src_pets_dto_create_pet_dto",
+ "backend_src_pets_dto_create_pet_dto_createpetdto",
+ "backend_src_pets_dto_create_pet_dto_ts_apiproperty",
+ "backend_src_pets_dto_create_pet_dto_ts_apipropertyoptional",
+ "backend_src_pets_dto_create_pet_dto_ts_isarray",
+ "backend_src_pets_dto_create_pet_dto_ts_isnotempty",
+ "backend_src_pets_dto_create_pet_dto_ts_isnumber",
+ "backend_src_pets_dto_create_pet_dto_ts_isoptional",
+ "backend_src_pets_dto_create_pet_dto_ts_isstring",
+ "backend_src_pets_dto_update_pet_dto",
+ "backend_src_pets_dto_update_pet_dto_updatepetdto",
+ "backend_src_pets_pets_controller",
+ "backend_src_pets_pets_controller_spec",
+ "backend_src_pets_pets_module",
+ "backend_src_pets_pets_module_petsmodule",
+ "backend_src_pets_pets_module_ts_module",
+ "backend_src_pets_pets_service",
+ "backend_src_pets_pets_service_healthloginput",
+ "backend_src_pets_pets_service_reminderinput"
],
- "69": [
+ "68": [
"backend_src_seo_seo_controller",
"backend_src_seo_seo_controller_seocontroller",
"backend_src_seo_seo_controller_seocontroller_constructor",
@@ -2489,7 +2472,7 @@
"backend_src_seo_seo_service_seoservice_getsitemapurls",
"backend_src_seo_seo_service_ts_injectable"
],
- "70": [
+ "69": [
"frontend_application_app_shop_slug_page",
"frontend_application_app_shop_slug_page_generatemetadata",
"frontend_application_app_shop_slug_page_shopproductpage",
@@ -2510,7 +2493,7 @@
"frontend_application_lib_data_scientificterms_scientific_terms",
"frontend_application_lib_data_scientificterms_scientificterm"
],
- "71": [
+ "70": [
"ai_agency_agency",
"ai_agency_agency_activation",
"ai_agency_agency_agent_directory_reference",
@@ -2530,7 +2513,7 @@
"ai_agency_agency_task_execution_loop_all_pipelines",
"ai_agency_agency_your_identity"
],
- "72": [
+ "71": [
"ai_agency_agents_03_product_manager",
"ai_agency_agents_03_product_manager_1_hierarchical_decomposition_algorithm_3_tier",
"ai_agency_agents_03_product_manager_2_sub_step_definition_required_for_all_tasks",
@@ -2550,7 +2533,7 @@
"ai_agency_agents_03_product_manager_synthesis_rules",
"ai_agency_agents_03_product_manager_what_you_read_all_of_these_the_full_picture"
],
- "73": [
+ "72": [
"ai_agency_agents_05_dev_backend",
"ai_agency_agents_05_dev_backend_1_always_read_tech_stack_first",
"ai_agency_agents_05_dev_backend_2_sub_step_execution_token_resume_support",
@@ -2570,6 +2553,26 @@
"ai_agency_agents_05_dev_backend_what_you_look_for_backend_expert_eyes_only",
"ai_agency_agents_05_dev_backend_your_domain_what_you_review_only_these_areas"
],
+ "73": [
+ "backend_src_home_home_controller",
+ "backend_src_home_home_controller_homecontroller",
+ "backend_src_home_home_controller_homecontroller_constructor",
+ "backend_src_home_home_controller_homecontroller_gethomedata",
+ "backend_src_home_home_controller_ts_apiokresponse",
+ "backend_src_home_home_controller_ts_apioperation",
+ "backend_src_home_home_controller_ts_apitags",
+ "backend_src_home_home_controller_ts_controller",
+ "backend_src_home_home_controller_ts_get",
+ "backend_src_home_home_module",
+ "backend_src_home_home_module_homemodule",
+ "backend_src_home_home_module_ts_module",
+ "backend_src_home_home_service",
+ "backend_src_home_home_service_homeservice",
+ "backend_src_home_home_service_homeservice_constructor",
+ "backend_src_home_home_service_homeservice_gethomedata",
+ "backend_src_home_home_service_ts_injectable",
+ "frontend_admin_panel_src_types_admin_apiresponse"
+ ],
"74": [
"concurrently",
"package",
@@ -2610,25 +2613,6 @@
"ai_agency_agents_09_devops_security_your_domain_what_you_review_only_these_areas"
],
"76": [
- "backend_src_home_home_controller",
- "backend_src_home_home_controller_homecontroller",
- "backend_src_home_home_controller_homecontroller_constructor",
- "backend_src_home_home_controller_homecontroller_gethomedata",
- "backend_src_home_home_controller_ts_apiokresponse",
- "backend_src_home_home_controller_ts_apioperation",
- "backend_src_home_home_controller_ts_apitags",
- "backend_src_home_home_controller_ts_controller",
- "backend_src_home_home_controller_ts_get",
- "backend_src_home_home_module",
- "backend_src_home_home_module_homemodule",
- "backend_src_home_home_module_ts_module",
- "backend_src_home_home_service",
- "backend_src_home_home_service_homeservice",
- "backend_src_home_home_service_homeservice_constructor",
- "backend_src_home_home_service_homeservice_gethomedata",
- "backend_src_home_home_service_ts_injectable"
- ],
- "77": [
"backend_src_payment_interfaces_payment_gateway_interface",
"backend_src_payment_interfaces_payment_gateway_interface_gatewayhealthresult",
"backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway",
@@ -2647,7 +2631,7 @@
"backend_src_payment_zibal_service_zibalrequestresponse",
"backend_src_payment_zibal_service_zibalverifyresponse"
],
- "78": [
+ "77": [
"frontend_admin_panel_src_components_ui_skeleton",
"frontend_admin_panel_src_components_ui_skeleton_skeleton",
"frontend_admin_panel_src_pages_orders",
@@ -2666,7 +2650,7 @@
"frontend_admin_panel_src_types_admin_petsummary",
"frontend_admin_panel_src_types_admin_useraddress"
],
- "79": [
+ "78": [
"autoprefixer",
"backend_package_devdependencies_eslint",
"backend_package_devdependencies_globals",
@@ -2684,7 +2668,7 @@
"frontend_application_package_devdependencies_eslint",
"postcss"
],
- "80": [
+ "79": [
"backend_package_devdependencies_prisma",
"backend_tsconfig",
"backend_tsconfig_build",
@@ -2702,7 +2686,7 @@
"ref_test",
"ref_tsconfig_json"
],
- "81": [
+ "80": [
"backend_prisma_seed",
"backend_prisma_seed_home",
"backend_prisma_seed_home_main",
@@ -2720,7 +2704,7 @@
"backend_prisma_seed_products_product_taglines_map",
"backend_prisma_seed_products_slugify"
],
- "82": [
+ "81": [
"docs_audit_02_audit_plan",
"docs_audit_02_audit_plan_10_documentation_engineer",
"docs_audit_02_audit_plan_1_lead_architect_orchestrator",
@@ -2738,7 +2722,7 @@
"docs_audit_02_audit_plan_strategy_for_deduplication_consolidation",
"docs_audit_02_audit_plan_subagent_execution_mode"
],
- "83": [
+ "82": [
"backend_prisma_migrations_20260526145407_init_migration",
"backend_prisma_migrations_20260526145407_init_migration_coupons",
"backend_prisma_migrations_20260526145407_init_migration_health_logs",
@@ -2755,7 +2739,7 @@
"backend_prisma_migrations_20260526145407_init_migration_users",
"backend_prisma_migrations_20260526145407_init_migration_wallet_transactions"
],
- "84": [
+ "83": [
"docs_audit_phase3_1_backlog_review",
"docs_audit_phase3_1_backlog_review_10_dependency_wave_adjustments",
"docs_audit_phase3_1_backlog_review_11_acceptance_criteria_refinements",
@@ -2772,7 +2756,7 @@
"docs_audit_phase3_1_backlog_review_9_architecture_review",
"docs_audit_phase3_1_backlog_review_phase_3_1_human_review_preparation_and_master_backlog_critique"
],
- "85": [
+ "84": [
"frontend_admin_panel_package_dependencies",
"frontend_admin_panel_package_dependencies_axios",
"frontend_admin_panel_package_dependencies_react",
@@ -2789,7 +2773,7 @@
"tanstack_react_query",
"vite"
],
- "86": [
+ "85": [
"frontend_application_app_videos_page",
"frontend_application_app_videos_page_videos",
"frontend_application_components_safeimage",
@@ -2806,7 +2790,7 @@
"frontend_application_lib_services_videoservice_video",
"frontend_application_lib_services_videoservice_videoservice"
],
- "87": [
+ "86": [
"frontend_application_tsconfig_compileroptions",
"frontend_application_tsconfig_compileroptions_allowjs",
"frontend_application_tsconfig_compileroptions_esmoduleinterop",
@@ -2823,7 +2807,7 @@
"frontend_application_tsconfig_compileroptions_strict",
"frontend_application_tsconfig_compileroptions_target"
],
- "88": [
+ "87": [
"backend_package_scripts",
"backend_package_scripts_build",
"backend_package_scripts_docs_generate",
@@ -2839,6 +2823,22 @@
"backend_package_scripts_test_e2e",
"backend_package_scripts_test_watch"
],
+ "88": [
+ "backend_src_wiki_wiki_controller",
+ "backend_src_wiki_wiki_controller_ts_apitags",
+ "backend_src_wiki_wiki_controller_ts_controller",
+ "backend_src_wiki_wiki_controller_wikicontroller",
+ "backend_src_wiki_wiki_controller_wikicontroller_constructor",
+ "backend_src_wiki_wiki_module",
+ "backend_src_wiki_wiki_module_ts_module",
+ "backend_src_wiki_wiki_module_wikimodule",
+ "backend_src_wiki_wiki_service",
+ "backend_src_wiki_wiki_service_ts_injectable",
+ "backend_src_wiki_wiki_service_wikiservice",
+ "backend_src_wiki_wiki_service_wikiservice_constructor",
+ "backend_src_wiki_wiki_service_wikiservice_findall",
+ "backend_src_wiki_wiki_service_wikiservice_findonebykey"
+ ],
"89": [
"docs_audit_16_deep_audit_summary",
"docs_audit_16_deep_audit_summary_1_audit_overview",
@@ -2902,6 +2902,21 @@
"ref_t_j_s"
],
"93": [
+ "backend_src_admin_pets_controller_petscontroller",
+ "backend_src_admin_pets_controller_petscontroller_deletepet",
+ "backend_src_admin_pets_controller_petscontroller_getpets",
+ "backend_src_admin_pets_controller_ts_apibearerauth",
+ "backend_src_admin_pets_controller_ts_apioperation",
+ "backend_src_admin_pets_controller_ts_apiquery",
+ "backend_src_admin_pets_controller_ts_apitags",
+ "backend_src_admin_pets_controller_ts_controller",
+ "backend_src_admin_pets_controller_ts_delete",
+ "backend_src_admin_pets_controller_ts_get",
+ "backend_src_admin_pets_controller_ts_param",
+ "backend_src_admin_pets_controller_ts_query",
+ "backend_src_admin_pets_controller_ts_useguards"
+ ],
+ "94": [
"docs_audit_phase3_2_change_log",
"docs_audit_phase3_2_change_log_10_task_verify_001",
"docs_audit_phase3_2_change_log_1_task_sec_001",
@@ -2916,7 +2931,7 @@
"docs_audit_phase3_2_change_log_comprehensive_change_log",
"docs_audit_phase3_2_change_log_phase_3_2_implementation_readiness_change_log"
],
- "94": [
+ "95": [
"ai_agency_agents_07_qa_engineer",
"ai_agency_agents_07_qa_engineer_1_detect_test_runner_from_tech_stack",
"ai_agency_agents_07_qa_engineer_2_execution_output_capture_mandatory",
@@ -2930,7 +2945,7 @@
"ai_agency_agents_07_qa_engineer_role_core_objective",
"ai_agency_agents_07_qa_engineer_strict_input_specifications_what_files_to_read"
],
- "95": [
+ "96": [
"backend_src_blogs_blogs_controller_blogscontroller",
"backend_src_blogs_blogs_controller_blogscontroller_constructor",
"backend_src_blogs_blogs_controller_blogscontroller_findall",
@@ -2944,21 +2959,21 @@
"backend_src_blogs_blogs_controller_ts_param",
"backend_src_blogs_blogs_controller_ts_query"
],
- "96": [
- "backend_src_pets_dto_create_pet_dto",
- "backend_src_pets_dto_create_pet_dto_createpetdto",
- "backend_src_pets_dto_create_pet_dto_ts_apiproperty",
- "backend_src_pets_dto_create_pet_dto_ts_apipropertyoptional",
- "backend_src_pets_dto_create_pet_dto_ts_isarray",
- "backend_src_pets_dto_create_pet_dto_ts_isnotempty",
- "backend_src_pets_dto_create_pet_dto_ts_isnumber",
- "backend_src_pets_dto_create_pet_dto_ts_isoptional",
- "backend_src_pets_dto_create_pet_dto_ts_isstring",
- "backend_src_pets_dto_update_pet_dto",
- "backend_src_pets_dto_update_pet_dto_updatepetdto",
- "backend_src_pets_pets_controller"
- ],
"97": [
+ "backend_src_pets_pets_service_petsservice",
+ "backend_src_pets_pets_service_petsservice_addhealthlog",
+ "backend_src_pets_pets_service_petsservice_addreminder",
+ "backend_src_pets_pets_service_petsservice_constructor",
+ "backend_src_pets_pets_service_petsservice_create",
+ "backend_src_pets_pets_service_petsservice_findalladmin",
+ "backend_src_pets_pets_service_petsservice_findallbyuser",
+ "backend_src_pets_pets_service_petsservice_findone",
+ "backend_src_pets_pets_service_petsservice_remove",
+ "backend_src_pets_pets_service_petsservice_togglereminder",
+ "backend_src_pets_pets_service_petsservice_update",
+ "backend_src_pets_pets_service_ts_injectable"
+ ],
+ "98": [
"docs_audit_26_phase2_integrity_repair_report",
"docs_audit_26_phase2_integrity_repair_report_1_1_authoritative_source_file_inventory_rebuilt",
"docs_audit_26_phase2_integrity_repair_report_1_2_raw_finding_dispositions_reconciled",
@@ -2972,7 +2987,7 @@
"docs_audit_26_phase2_integrity_repair_report_by_severity",
"docs_audit_26_phase2_integrity_repair_report_phase_2_6_integrity_repair_audit_quality_gate_report"
],
- "98": [
+ "99": [
"ai_agency_agents_01_auditor",
"ai_agency_agents_01_auditor_1_detect_tech_stack_first_universal",
"ai_agency_agents_01_auditor_2_explicit_scoring_methodology_universal",
@@ -2985,7 +3000,7 @@
"ai_agency_agents_01_auditor_role_core_objective",
"ai_agency_agents_01_auditor_strict_input_specifications_what_files_to_read"
],
- "99": [
+ "100": [
"ai_agency_agents_10_tech_writer",
"ai_agency_agents_10_tech_writer_1_mark_active_task_as_complete",
"ai_agency_agents_10_tech_writer_2_documentation_updates",
@@ -2998,7 +3013,7 @@
"ai_agency_agents_10_tech_writer_role_core_objective",
"ai_agency_agents_10_tech_writer_strict_input_specifications_what_files_to_read"
],
- "100": [
+ "101": [
"ai_agency_agents_11_deploy",
"ai_agency_agents_11_deploy_1_pre_deployment_checklist",
"ai_agency_agents_11_deploy_2_build_verification",
@@ -3011,7 +3026,7 @@
"ai_agency_agents_11_deploy_role_core_objective",
"ai_agency_agents_11_deploy_strict_input_specifications_what_files_to_read"
],
- "101": [
+ "102": [
"backend_src_app_controller",
"backend_src_app_controller_appcontroller",
"backend_src_app_controller_appcontroller_constructor",
@@ -3024,20 +3039,20 @@
"backend_src_app_service_appservice_gethello",
"backend_src_app_service_ts_injectable"
],
- "102": [
- "backend_src_pets_pets_service_petsservice",
- "backend_src_pets_pets_service_petsservice_addhealthlog",
- "backend_src_pets_pets_service_petsservice_addreminder",
- "backend_src_pets_pets_service_petsservice_constructor",
- "backend_src_pets_pets_service_petsservice_create",
- "backend_src_pets_pets_service_petsservice_findalladmin",
- "backend_src_pets_pets_service_petsservice_findone",
- "backend_src_pets_pets_service_petsservice_remove",
- "backend_src_pets_pets_service_petsservice_togglereminder",
- "backend_src_pets_pets_service_petsservice_update",
- "backend_src_pets_pets_service_ts_injectable"
- ],
"103": [
+ "backend_src_payment_dto_admin_transaction_filter_dto",
+ "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto",
+ "backend_src_payment_dto_admin_transaction_filter_dto_ts_apipropertyoptional",
+ "backend_src_payment_dto_admin_transaction_filter_dto_ts_isin",
+ "backend_src_payment_dto_admin_transaction_filter_dto_ts_isnumber",
+ "backend_src_payment_dto_admin_transaction_filter_dto_ts_isoptional",
+ "backend_src_payment_dto_admin_transaction_filter_dto_ts_isstring",
+ "backend_src_payment_dto_admin_transaction_filter_dto_ts_type",
+ "backend_src_payment_payment_service",
+ "backend_src_payment_payment_service_clientmetadata",
+ "backend_src_payment_payment_service_paymentservice_getadmintransactions"
+ ],
+ "104": [
"frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog",
"frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_32_0_0",
"frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_32_1",
@@ -3050,7 +3065,7 @@
"frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_old_vazir_changelog",
"frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_vazirmatn_changelog"
],
- "104": [
+ "105": [
"frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme",
"frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_arch_linux_aur_https_aur_archlinux_org_packages_vazirmatn_fonts",
"frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_authors",
@@ -3063,7 +3078,7 @@
"frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_thank_you",
"frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_vazirmatn_font_\u0641\u0648\u0646\u062a_\u0648\u0632\u06cc\u0631\u0645\u062a\u0646"
],
- "105": [
+ "106": [
"ai_agency_agents_02_ceo",
"ai_agency_agents_02_ceo_1_mode_direction_decision",
"ai_agency_agents_02_ceo_2_brownfield_strategic_evaluation",
@@ -3075,7 +3090,7 @@
"ai_agency_agents_02_ceo_role_core_objective",
"ai_agency_agents_02_ceo_strict_input_specifications_what_files_to_read"
],
- "106": [
+ "107": [
"backend_readme",
"backend_readme_compile_and_run_the_project",
"backend_readme_deployment",
@@ -3087,18 +3102,6 @@
"backend_readme_stay_in_touch",
"backend_readme_support"
],
- "107": [
- "backend_src_pets_pets_controller_petscontroller",
- "backend_src_pets_pets_controller_petscontroller_constructor",
- "backend_src_pets_pets_controller_spec",
- "backend_src_pets_pets_controller_ts_apibearerauth",
- "backend_src_pets_pets_controller_ts_apitags",
- "backend_src_pets_pets_controller_ts_controller",
- "backend_src_pets_pets_controller_ts_useguards",
- "backend_src_pets_pets_module",
- "backend_src_pets_pets_module_petsmodule",
- "backend_src_pets_pets_module_ts_module"
- ],
"108": [
"docs_audit_00_repository_map",
"docs_audit_00_repository_map_1_active_customer_storefront_react_19_vite_application",
@@ -3205,17 +3208,6 @@
"backend_package_version"
],
"117": [
- "backend_src_payment_dto_admin_transaction_filter_dto",
- "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto",
- "backend_src_payment_dto_admin_transaction_filter_dto_ts_apipropertyoptional",
- "backend_src_payment_dto_admin_transaction_filter_dto_ts_isin",
- "backend_src_payment_dto_admin_transaction_filter_dto_ts_isnumber",
- "backend_src_payment_dto_admin_transaction_filter_dto_ts_isoptional",
- "backend_src_payment_dto_admin_transaction_filter_dto_ts_isstring",
- "backend_src_payment_dto_admin_transaction_filter_dto_ts_type",
- "backend_src_payment_payment_service_paymentservice_getadmintransactions"
- ],
- "118": [
"claude_skills_graphify_references_exports",
"claude_skills_graphify_references_exports_graphify_reference_extra_exports_and_benchmark",
"claude_skills_graphify_references_exports_step_6b_wiki_only_if_wiki_flag",
@@ -3226,7 +3218,7 @@
"claude_skills_graphify_references_exports_step_7d_mcp_server_only_if_mcp_flag",
"claude_skills_graphify_references_exports_step_8_token_reduction_benchmark_only_if_total_words_5000"
],
- "119": [
+ "118": [
"docs_audit_21_phase2_quality_gate_summary",
"docs_audit_21_phase2_quality_gate_summary_1_executive_summary",
"docs_audit_21_phase2_quality_gate_summary_2_final_verified_finding_breakdown",
@@ -3237,7 +3229,7 @@
"docs_audit_21_phase2_quality_gate_summary_by_severity",
"docs_audit_21_phase2_quality_gate_summary_phase_2_final_quality_gate_summary_report"
],
- "120": [
+ "119": [
"docs_audit_phase3_1_change_log",
"docs_audit_phase3_1_change_log_1_task_auth_001",
"docs_audit_phase3_1_change_log_2_task_fin_001",
@@ -3248,7 +3240,7 @@
"docs_audit_phase3_1_change_log_phase_3_1_master_task_backlog_change_log",
"docs_audit_phase3_1_change_log_task_modifications_log"
],
- "121": [
+ "120": [
"frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme",
"frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_arch_linux",
"frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_bower",
@@ -3259,7 +3251,7 @@
"frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u062f\u0631_\u0635\u0641\u062d\u0627\u062a_\u0648\u0628",
"frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_\u0646\u0645\u0648\u0646\u0647_\u0645\u062a\u0646_sample"
],
- "122": [
+ "121": [
"frontend_application_components_errorboundary",
"frontend_application_components_errorboundary_errorboundary",
"frontend_application_components_errorboundary_errorboundary_componentdidcatch",
@@ -3270,7 +3262,7 @@
"frontend_application_components_errorboundary_props",
"frontend_application_components_errorboundary_state"
],
- "123": [
+ "122": [
"frontend_application_package",
"frontend_application_package_name",
"frontend_application_package_private",
@@ -3281,7 +3273,7 @@
"frontend_application_package_scripts_start",
"frontend_application_package_version"
],
- "124": [
+ "123": [
"backend_scripts_generate_openapi",
"backend_scripts_generate_openapi_app_module_1",
"backend_scripts_generate_openapi_core_1",
@@ -3291,7 +3283,7 @@
"backend_scripts_generate_openapi_swagger_1",
"backend_scripts_generate_openapi_yaml"
],
- "125": [
+ "124": [
"backend_src_payment_dto_initiate_payment_dto",
"backend_src_payment_dto_initiate_payment_dto_initiatepaymentdto",
"backend_src_payment_dto_initiate_payment_dto_initiatewallettopupdto",
@@ -3301,7 +3293,7 @@
"backend_src_payment_dto_initiate_payment_dto_ts_isoptional",
"backend_src_payment_dto_initiate_payment_dto_ts_isstring"
],
- "126": [
+ "125": [
"backend_src_settings_dto_sms_log_query_dto",
"backend_src_settings_dto_sms_log_query_dto_smslogquerydto",
"backend_src_settings_dto_sms_log_query_dto_ts_apipropertyoptional",
@@ -3311,6 +3303,16 @@
"backend_src_settings_dto_sms_log_query_dto_ts_isstring",
"backend_src_settings_dto_sms_log_query_dto_ts_type"
],
+ "126": [
+ "backend_src_wiki_wiki_controller_ts_apinotfoundresponse",
+ "backend_src_wiki_wiki_controller_ts_apiokresponse",
+ "backend_src_wiki_wiki_controller_ts_apioperation",
+ "backend_src_wiki_wiki_controller_ts_get",
+ "backend_src_wiki_wiki_controller_ts_param",
+ "backend_src_wiki_wiki_controller_ts_query",
+ "backend_src_wiki_wiki_controller_wikicontroller_findall",
+ "backend_src_wiki_wiki_controller_wikicontroller_findone"
+ ],
"127": [
"docs_audit_01_system_discovery",
"docs_audit_01_system_discovery_active_core_applications",
@@ -3358,6 +3360,15 @@
"backend_src_pets_dto_create_reminder_dto_ts_isstring"
],
"132": [
+ "backend_src_reviews_dto_update_review_dto",
+ "backend_src_reviews_dto_update_review_dto_ts_apiproperty",
+ "backend_src_reviews_dto_update_review_dto_ts_isin",
+ "backend_src_reviews_dto_update_review_dto_ts_isoptional",
+ "backend_src_reviews_dto_update_review_dto_ts_isstring",
+ "backend_src_reviews_dto_update_review_dto_updatereviewdto",
+ "backend_src_reviews_reviews_service"
+ ],
+ "133": [
"docs_audit_03_baseline_command_plan",
"docs_audit_03_baseline_command_plan_attempted_command_execution_log",
"docs_audit_03_baseline_command_plan_backend_backend_package_json_scripts",
@@ -3366,7 +3377,7 @@
"docs_audit_03_baseline_command_plan_permitted_safe_checks_for_phase_2",
"docs_audit_03_baseline_command_plan_root_package_json_scripts"
],
- "133": [
+ "134": [
"frontend_admin_panel_src_pages_smssettingspage",
"frontend_admin_panel_src_pages_smssettingspage_patternitem",
"frontend_admin_panel_src_pages_smssettingspage_smsconfigstate",
@@ -3375,7 +3386,7 @@
"frontend_admin_panel_src_pages_smssettingspage_smssettingspage",
"frontend_admin_panel_src_routes_adminroutes_smssettingspage"
],
- "134": [
+ "135": [
"frontend_application_app_error",
"frontend_application_app_error_errorboundary",
"frontend_application_app_not_found",
@@ -3384,7 +3395,7 @@
"frontend_application_components_errorpages_notfoundpage",
"frontend_application_components_errorpages_servererrorpage"
],
- "135": [
+ "136": [
"frontend_application_tsconfig_include",
"frontend_application_tsconfig_json_ref_ts",
"ref_mts",
@@ -3393,7 +3404,7 @@
"ref_next_types_ts",
"ref_tsx"
],
- "136": [
+ "137": [
"gitea_scripts_with_vpn",
"gitea_scripts_with_vpn_cleanup",
"gitea_scripts_with_vpn_log",
@@ -3402,7 +3413,7 @@
"gitea_scripts_with_vpn_stop_vpn",
"gitea_scripts_with_vpn_vpn_is_up"
],
- "137": [
+ "138": [
"ai_agency_specs_architecture_spec",
"ai_agency_specs_architecture_spec_1_single_non_negotiable_tech_stack",
"ai_agency_specs_architecture_spec_2_directory_structure_tree",
@@ -3410,7 +3421,7 @@
"ai_agency_specs_architecture_spec_4_deployment_docker_architecture",
"ai_agency_specs_architecture_spec_architecture_specification"
],
- "138": [
+ "139": [
"ai_agency_specs_project_health",
"ai_agency_specs_project_health_1_audit_score_summary",
"ai_agency_specs_project_health_2_technical_debt_inventory",
@@ -3418,7 +3429,7 @@
"ai_agency_specs_project_health_4_security_risks_env_leaks_unprotected_ports",
"ai_agency_specs_project_health_project_health_audit_report"
],
- "139": [
+ "140": [
"backend_nest_cli",
"backend_nest_cli_collection",
"backend_nest_cli_compileroptions",
@@ -3426,7 +3437,7 @@
"backend_nest_cli_schema",
"backend_nest_cli_sourceroot"
],
- "140": [
+ "141": [
"claude_skills_graphify_references_query",
"claude_skills_graphify_references_query_for_graphify_explain",
"claude_skills_graphify_references_query_for_graphify_path",
@@ -3434,7 +3445,7 @@
"claude_skills_graphify_references_query_step_0_constrained_query_expansion_required_before_traversal",
"claude_skills_graphify_references_query_step_1_traversal"
],
- "141": [
+ "142": [
"docs_audit_04_open_questions",
"docs_audit_04_open_questions_1_storefront_migration_roadmap_frontend_application",
"docs_audit_04_open_questions_2_payment_gateway_integration_provider",
@@ -3442,7 +3453,7 @@
"docs_audit_04_open_questions_4_sms_otp_service_provider",
"docs_audit_04_open_questions_open_questions"
],
- "142": [
+ "143": [
"docs_audit_33_final_phase2_audit_closure",
"docs_audit_33_final_phase2_audit_closure_1_executive_summary_honest_review_tier_metrics",
"docs_audit_33_final_phase2_audit_closure_2_reconciled_findings_canonical_identifier_normalization",
@@ -3450,14 +3461,6 @@
"docs_audit_33_final_phase2_audit_closure_4_final_quality_gate_conclusion",
"docs_audit_33_final_phase2_audit_closure_final_phase_2_audit_closure_report"
],
- "143": [
- "frontend_admin_panel_src_pages_transactions",
- "frontend_admin_panel_src_pages_transactions_gatewayhealth",
- "frontend_admin_panel_src_pages_transactions_stats",
- "frontend_admin_panel_src_pages_transactions_transaction",
- "frontend_admin_panel_src_pages_transactions_transactions",
- "frontend_admin_panel_src_routes_adminroutes_transactions"
- ],
"144": [
"scripts_open_browsers",
"scripts_open_browsers_checkandopen",
@@ -3566,704 +3569,711 @@
"frontend_admin_panel_src_routes_adminroutes_videos"
],
"159": [
+ "frontend_admin_panel_src_pages_wiki",
+ "frontend_admin_panel_src_pages_wiki_productitem",
+ "frontend_admin_panel_src_pages_wiki_wiki",
+ "frontend_admin_panel_src_pages_wiki_wikiterm",
+ "frontend_admin_panel_src_routes_adminroutes_wiki"
+ ],
+ "160": [
"frontend_application_app_blog_slug_page",
"frontend_application_app_blog_slug_page_blogpostpage",
"frontend_application_app_blog_slug_page_generatemetadata",
"frontend_application_app_blog_slug_page_getblog",
"frontend_application_app_blog_slug_page_revalidate"
],
- "160": [
+ "161": [
"frontend_application_tsconfig",
"frontend_application_tsconfig_exclude",
"ref_tests",
"ref_vitest_config_ts",
"ref_vitest_setup_ts"
],
- "161": [
+ "162": [
"ai_agency_specs_api_contract",
"ai_agency_specs_api_contract_1_openapi_3_0_swagger_specification",
"ai_agency_specs_api_contract_2_endpoint_definitions_data_types",
"ai_agency_specs_api_contract_api_contract_specification"
],
- "162": [
+ "163": [
"ai_agency_specs_reviews_backend_review",
"ai_agency_specs_reviews_backend_review_architectural_overview",
"ai_agency_specs_reviews_backend_review_backend_technical_review_05_dev_backend",
"ai_agency_specs_reviews_backend_review_critical_review_findings_required_enhancements"
],
- "163": [
+ "164": [
"ai_agency_specs_reviews_frontend_review",
"ai_agency_specs_reviews_frontend_review_architectural_overview",
"ai_agency_specs_reviews_frontend_review_critical_review_findings_required_enhancements",
"ai_agency_specs_reviews_frontend_review_frontend_admin_panel_technical_review_06_dev_frontend"
],
- "164": [
+ "165": [
"ai_agency_specs_reviews_seo_content_review",
"ai_agency_specs_reviews_seo_content_review_overview_content_foundation",
"ai_agency_specs_reviews_seo_content_review_seo_content_requirements",
"ai_agency_specs_reviews_seo_content_review_seo_content_strategy_review_12_seo_content"
],
- "165": [
+ "166": [
"backend_package_devdependencies_types_node",
"backend_package_json_types_node",
"frontend_admin_panel_package_devdependencies_types_node",
"frontend_application_package_devdependencies_types_node"
],
- "166": [
+ "167": [
"backend_package_devdependencies_typescript",
"backend_package_json_typescript",
"frontend_admin_panel_package_devdependencies_typescript",
"frontend_application_package_devdependencies_typescript"
],
- "167": [
+ "168": [
"backend_prisma_seed_ui_texts",
"backend_prisma_seed_ui_texts_main",
"backend_prisma_seed_ui_texts_prisma",
"backend_prisma_seed_ui_texts_ui_texts"
],
- "168": [
+ "169": [
"backend_prisma_seed_wiki",
"backend_prisma_seed_wiki_canonical_wiki_terms",
"backend_prisma_seed_wiki_main",
"backend_prisma_seed_wiki_prisma"
],
- "169": [
+ "170": [
"backend_src_blogs_dto_create_blog_dto",
"backend_src_blogs_dto_create_blog_dto_createblogdto",
"backend_src_blogs_dto_update_blog_dto",
"backend_src_blogs_dto_update_blog_dto_updateblogdto"
],
- "170": [
+ "171": [
"backend_src_home_dto_create_home_dto",
"backend_src_home_dto_create_home_dto_createhomedto",
"backend_src_home_dto_update_home_dto",
"backend_src_home_dto_update_home_dto_updatehomedto"
],
- "171": [
+ "172": [
"backend_src_wiki_dto_create_wiki_dto",
"backend_src_wiki_dto_create_wiki_dto_createwikidto",
"backend_src_wiki_dto_update_wiki_dto",
"backend_src_wiki_dto_update_wiki_dto_updatewikidto"
],
- "172": [
+ "173": [
"claude_skills_graphify_references_add_watch",
"claude_skills_graphify_references_add_watch_for_graphify_add",
"claude_skills_graphify_references_add_watch_for_watch",
"claude_skills_graphify_references_add_watch_graphify_reference_add_a_url_and_watch_a_folder"
],
- "173": [
+ "174": [
"claude_skills_graphify_references_hooks",
"claude_skills_graphify_references_hooks_for_git_commit_hook",
"claude_skills_graphify_references_hooks_for_native_claude_md_integration",
"claude_skills_graphify_references_hooks_graphify_reference_commit_hook_and_native_claude_md_integration"
],
- "174": [
+ "175": [
"claude_skills_graphify_references_update",
"claude_skills_graphify_references_update_for_cluster_only",
"claude_skills_graphify_references_update_for_update_incremental_re_extraction",
"claude_skills_graphify_references_update_graphify_reference_incremental_update_and_cluster_only"
],
- "175": [
+ "176": [
"docs_audit_19_finding_verification_report",
"docs_audit_19_finding_verification_report_1_executive_summary_verification_reconciliation_table",
"docs_audit_19_finding_verification_report_2_newly_discovered_split_findings_canonical_ids",
"docs_audit_19_finding_verification_report_raw_finding_verification_disposition_report"
],
- "176": [
+ "177": [
"frontend_admin_panel_readme",
"frontend_admin_panel_readme_expanding_the_eslint_configuration",
"frontend_admin_panel_readme_react_compiler",
"frontend_admin_panel_readme_react_typescript_vite"
],
- "177": [
+ "178": [
"frontend_admin_panel_src_components_ui_select",
"frontend_admin_panel_src_components_ui_select_select",
"frontend_admin_panel_src_components_ui_select_selectoption",
"frontend_admin_panel_src_components_ui_select_selectprops"
],
- "178": [
+ "179": [
"frontend_application_app_wiki_slug_page",
"frontend_application_app_wiki_slug_page_generatemetadata",
"frontend_application_app_wiki_slug_page_getwikiterm",
"frontend_application_app_wiki_slug_page_wikitermpage"
],
- "179": [
+ "180": [
"frontend_application_readme",
"frontend_application_readme_deploy_on_vercel",
"frontend_application_readme_getting_started",
"frontend_application_readme_learn_more"
],
- "180": [
+ "181": [
"frontend_application_tsconfig_compileroptions_lib",
"frontend_application_tsconfig_json_ref_dom",
"ref_dom_iterable",
"ref_esnext"
],
- "181": [
+ "182": [
"scripts_deploy",
"scripts_deploy_compose_docker_cli_build",
"scripts_deploy_docker_buildkit",
"scripts_deploy_sh__entry"
],
- "182": [
+ "183": [
"ai_agency_specs_reviews_security_review",
"ai_agency_specs_reviews_security_review_security_architecture_best_practices",
"ai_agency_specs_reviews_security_review_security_performance_review_09_devops_security"
],
- "183": [
+ "184": [
"ai_agency_specs_reviews_ux_review",
"ai_agency_specs_reviews_ux_review_persona_experience_alignment",
"ai_agency_specs_reviews_ux_review_ux_persona_interface_review_08_visual_qa"
],
- "184": [
+ "185": [
"backend_package_devdependencies_eslint_js",
"backend_package_json_eslint_js",
"frontend_admin_panel_package_devdependencies_eslint_js"
],
- "185": [
+ "186": [
"backend_package_devdependencies_typescript_eslint",
"backend_package_json_typescript_eslint",
"frontend_admin_panel_package_devdependencies_typescript_eslint"
],
- "186": [
+ "187": [
"backend_prisma_migrations_20260526160916_add_ui_texts_and_scientific_terms_migration",
"backend_prisma_migrations_20260526160916_add_ui_texts_and_scientific_terms_migration_scientific_terms",
"backend_prisma_migrations_20260526160916_add_ui_texts_and_scientific_terms_migration_ui_texts"
],
- "187": [
+ "188": [
"backend_prisma_scientificterms",
"backend_prisma_scientificterms_scientific_terms",
"backend_prisma_scientificterms_scientificterm"
],
- "188": [
+ "189": [
"backend_prisma_seed_blogs",
"backend_prisma_seed_blogs_main",
"backend_prisma_seed_blogs_prisma"
],
- "189": [
+ "190": [
"backend_prisma_seed_custom",
"backend_prisma_seed_custom_main",
"backend_prisma_seed_custom_prisma"
],
- "190": [
+ "191": [
"claude_skills_graphify_references_github_and_merge",
"claude_skills_graphify_references_github_and_merge_graphify_reference_github_clone_and_cross_repo_merge",
"claude_skills_graphify_references_github_and_merge_step_0_clone_github_repo_s_only_if_a_github_url_was_given"
],
- "191": [
+ "192": [
"claude_skills_graphify_references_transcribe",
"claude_skills_graphify_references_transcribe_graphify_reference_transcribe_video_and_audio",
"claude_skills_graphify_references_transcribe_step_2_5_transcribe_video_audio_files_only_if_video_files_detected"
],
- "192": [
+ "193": [
"docs_audit_18_compiler_diagnostic_dispositions",
"docs_audit_18_compiler_diagnostic_dispositions_compiler_diagnostic_dispositions",
"docs_audit_18_compiler_diagnostic_dispositions_reconciled_compiler_diagnostic_table"
],
- "193": [
+ "194": [
"docs_audit_adr_auth_001",
"docs_audit_master_task_backlog",
"docs_audit_phase3_execution_plan"
],
- "194": [
+ "195": [
"docs_audit_build_manifest",
"docs_audit_build_manifest_entries",
"docs_audit_build_manifest_lines"
],
- "195": [
+ "196": [
"docs_audit_generate_classification",
"docs_audit_generate_classification_classified",
"docs_audit_generate_classification_lines"
],
- "196": [
+ "197": [
"docs_audit_generate_evidence",
"docs_audit_generate_evidence_classification",
"docs_audit_generate_evidence_evidenceentries"
],
- "197": [
+ "198": [
"docs_audit_generate_ledger",
"docs_audit_generate_ledger_evidence",
"docs_audit_generate_ledger_ledgerentries"
],
- "198": [
+ "199": [
"docs_audit_generate_manifest",
"docs_audit_generate_manifest_evidence",
"docs_audit_generate_manifest_manifestentries"
],
- "199": [
+ "200": [
"docs_audit_sync_honest_manifest",
"docs_audit_sync_honest_manifest_ledger",
"docs_audit_sync_honest_manifest_manifest"
],
- "200": [
+ "201": [
"docs_audit_sync_manifest",
"docs_audit_sync_manifest_ledger",
"docs_audit_sync_manifest_manifestentries"
],
- "201": [
+ "202": [
"frontend_admin_panel_package_dependencies_react_dom",
"frontend_admin_panel_package_json_react_dom",
"frontend_application_package_dependencies_react_dom"
],
- "202": [
+ "203": [
"frontend_admin_panel_package_dependencies_zustand",
"frontend_admin_panel_package_json_zustand",
"frontend_application_package_dependencies_zustand"
],
- "203": [
+ "204": [
"frontend_admin_panel_package_devdependencies_tailwindcss",
"frontend_admin_panel_package_json_tailwindcss",
"frontend_application_package_devdependencies_tailwindcss"
],
- "204": [
+ "205": [
"frontend_admin_panel_package_devdependencies_types_react_dom",
"frontend_application_package_devdependencies_types_react_dom",
"frontend_application_package_json_types_react_dom"
],
- "205": [
+ "206": [
"frontend_admin_panel_src_components_ui_formfield",
"frontend_admin_panel_src_components_ui_formfield_formfield",
"frontend_admin_panel_src_components_ui_formfield_formfieldprops"
],
- "206": [
+ "207": [
"frontend_admin_panel_src_components_ui_input",
"frontend_admin_panel_src_components_ui_input_input",
"frontend_admin_panel_src_components_ui_input_inputprops"
],
- "207": [
+ "208": [
"frontend_admin_panel_src_components_ui_textarea",
"frontend_admin_panel_src_components_ui_textarea_textarea",
"frontend_admin_panel_src_components_ui_textarea_textareaprops"
],
- "208": [
+ "209": [
"frontend_admin_panel_tsconfig",
"frontend_admin_panel_tsconfig_files",
"frontend_admin_panel_tsconfig_references"
],
- "209": [
+ "210": [
"frontend_application_app_about_page",
"frontend_application_app_about_page_aboutpage",
"frontend_application_app_about_page_metadata"
],
- "210": [
+ "211": [
"frontend_application_app_privacy_page",
"frontend_application_app_privacy_page_metadata",
"frontend_application_app_privacy_page_privacypage"
],
- "211": [
+ "212": [
"frontend_application_next_config",
"frontend_application_next_config_nextconfig",
"frontend_application_next_config_securityheaders"
],
- "212": [
+ "213": [
"frontend_application_public_fonts_shabnam_font_v5_0_1_readme",
"frontend_application_public_fonts_shabnam_font_v5_0_1_sample",
"vazir_font"
],
- "213": [
+ "214": [
"agents",
"agents_graphify"
],
- "214": [
+ "215": [
"agents_rules_graphify",
"agents_rules_graphify_graphify"
],
- "215": [
+ "216": [
"agents_workflows_graphify",
"agents_workflows_graphify_workflow_graphify"
],
- "216": [
+ "217": [
"antigravity_instructions",
"antigravity_instructions_graphify"
],
- "217": [
+ "218": [
"backend_package_dependencies_bcryptjs",
"bcryptjs"
],
- "218": [
+ "219": [
"backend_package_dependencies_helmet",
"helmet"
],
- "219": [
+ "220": [
+ "backend_package_dependencies_js_yaml",
+ "js_yaml"
+ ],
+ "221": [
"backend_package_dependencies_nestjs_core",
"nestjs_core"
],
- "220": [
+ "222": [
"backend_package_dependencies_nestjs_jwt",
"nestjs_jwt"
],
- "221": [
+ "223": [
"backend_package_dependencies_nestjs_swagger",
"nestjs_swagger"
],
- "222": [
+ "224": [
"backend_package_dependencies_nestjs_throttler",
"nestjs_throttler"
],
- "223": [
+ "225": [
"backend_package_dependencies_passport_jwt",
"passport_jwt"
],
- "224": [
+ "226": [
"backend_package_dependencies_prisma_client",
"prisma_client"
],
- "225": [
- "backend_package_dependencies_reflect_metadata",
- "reflect_metadata"
- ],
- "226": [
+ "227": [
"backend_package_dependencies_swagger_ui_express",
"swagger_ui_express"
],
- "227": [
+ "228": [
"backend_package_devdependencies_nestjs_schematics",
"nestjs_schematics"
],
- "228": [
+ "229": [
"backend_package_devdependencies_ts_jest",
"ts_jest"
],
- "229": [
+ "230": [
"backend_package_devdependencies_ts_loader",
"ts_loader"
],
- "230": [
+ "231": [
"backend_package_devdependencies_tsconfig_paths",
"tsconfig_paths"
],
- "231": [
+ "232": [
"backend_package_devdependencies_types_bcrypt",
"types_bcrypt"
],
- "232": [
+ "233": [
"backend_package_devdependencies_types_supertest",
"types_supertest"
],
- "233": [
+ "234": [
"backend_src_blogs_entities_blog_entity",
"backend_src_blogs_entities_blog_entity_blog"
],
- "234": [
+ "235": [
"backend_src_home_entities_home_entity",
"backend_src_home_entities_home_entity_home"
],
- "235": [
+ "236": [
"backend_src_wiki_entities_wiki_entity",
"backend_src_wiki_entities_wiki_entity_wiki"
],
- "236": [
+ "237": [
"backend_uploads_1781288429353_508765350",
"docs_02_user_guide_roles"
],
- "237": [
+ "238": [
"claude",
"claude_graphify"
],
- "238": [
+ "239": [
"claude_claude",
"claude_claude_graphify"
],
- "239": [
+ "240": [
"claude_skills_graphify_references_extraction_spec",
"claude_skills_graphify_references_extraction_spec_graphify_reference_extraction_subagent_prompt"
],
- "240": [
+ "241": [
"database_schema_products",
"readme_smartadvisor"
],
- "241": [
+ "242": [
"database_schema_users",
"docker_backend_prod"
],
- "242": [
+ "243": [
"docs_audit_05_architectural_audit_findings",
"docs_audit_10_security_audit_findings"
],
- "243": [
+ "244": [
"docs_audit_cross_boundary_dependencies",
"docs_audit_frontend_integration_requirements"
],
- "244": [
+ "245": [
"frontend_application_agents",
"image_pharma_lab"
],
- "245": [
+ "246": [
"frontend_application_app_robots",
"frontend_application_app_robots_robots"
],
- "246": [
+ "247": [
"frontend_application_eslint_config",
"frontend_application_eslint_config_eslintconfig"
],
- "247": [
+ "248": [
"frontend_application_postcss_config",
"frontend_application_postcss_config_config"
],
- "248": [
+ "249": [
"frontend_application_vitest_setup",
"frontend_application_vitest_setup_mockintersectionobserver"
],
- "249": [
+ "250": [
"scripts_backup_db",
"scripts_backup_db_sh__entry"
],
- "250": [
+ "251": [
"start",
"start_sh__entry"
],
- "251": [
+ "252": [
"ai_agency_specs_reviews_readme"
],
- "252": [
+ "253": [
"backend_eslint_config"
],
- "253": [
+ "254": [
"backend_integration_login"
],
- "254": [
+ "255": [
"backend_integration_logout"
],
- "255": [
+ "256": [
"backend_scripts_generate_openapi_d"
],
- "256": [
+ "257": [
"backend_src_admin_admin_controller_ts_apiquery"
],
- "257": [
+ "258": [
"backend_src_common_filters_http_exception_filter_ts_catch"
],
- "258": [
+ "259": [
"backend_src_payment_payment_controller_ts_res"
],
- "259": [
+ "260": [
"backend_src_prescriptions_prescriptions_module_ts_module"
],
- "260": [
+ "261": [
"backend_src_reviews_dto_create_review_dto_ts_isint"
],
- "261": [
+ "262": [
"backend_src_reviews_dto_create_review_dto_ts_min"
],
- "262": [
+ "263": [
"backend_src_settings_settings_controller_ts_apibearerauth"
],
- "263": [
+ "264": [
"backend_src_settings_settings_controller_ts_apiokresponse"
],
- "264": [
+ "265": [
"backend_src_settings_settings_controller_ts_apioperation"
],
- "265": [
+ "266": [
"backend_src_settings_settings_controller_ts_apitags"
],
- "266": [
+ "267": [
"backend_src_settings_settings_controller_ts_body"
],
- "267": [
+ "268": [
"backend_src_settings_settings_controller_ts_controller"
],
- "268": [
+ "269": [
"backend_src_settings_settings_controller_ts_delete"
],
- "269": [
+ "270": [
"backend_src_settings_settings_controller_ts_get"
],
- "270": [
+ "271": [
"backend_src_settings_settings_controller_ts_param"
],
- "271": [
+ "272": [
"backend_src_settings_settings_controller_ts_patch"
],
- "272": [
+ "273": [
"backend_src_settings_settings_controller_ts_post"
],
- "273": [
+ "274": [
"backend_src_settings_settings_controller_ts_put"
],
- "274": [
+ "275": [
"backend_src_settings_settings_controller_ts_query"
],
- "275": [
+ "276": [
"backend_src_settings_settings_controller_ts_roles"
],
- "276": [
+ "277": [
"backend_src_settings_settings_controller_ts_useguards"
],
- "277": [
+ "278": [
"canina_pharma_gmbh"
],
- "278": [
+ "279": [
"database_schema_pets"
],
- "279": [
+ "280": [
"docs_01_introduction_canina_iran"
],
- "280": [
+ "281": [
"docs_03_developer_guide_standards"
],
- "281": [
+ "282": [
"docs_audit_frontend_route_map"
],
- "282": [
+ "283": [
"docs_backlog_tasks"
],
- "283": [
+ "284": [
"frontend_admin_panel_eslint_config"
],
- "284": [
+ "285": [
"frontend_admin_panel_postcss_config"
],
- "285": [
+ "286": [
"frontend_admin_panel_public_fonts_sahel_font_v3_4_0_changelog"
],
- "286": [
+ "287": [
"frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_changelog"
],
- "287": [
+ "288": [
"frontend_admin_panel_tailwind_config"
],
- "288": [
+ "289": [
"frontend_admin_panel_vite_config"
],
- "289": [
+ "290": [
"frontend_application_claude"
],
- "290": [
+ "291": [
"frontend_application_public_fonts_sahel_font_v3_4_0_changelog"
],
- "291": [
+ "292": [
"frontend_application_public_fonts_sahel_font_v3_4_0_sample_variable"
],
- "292": [
+ "293": [
"frontend_application_public_fonts_shabnam_font_v5_0_1_changelog"
],
- "293": [
+ "294": [
"frontend_application_public_fonts_vazirmatn_v33_003_changelog"
],
- "294": [
+ "295": [
"frontend_application_vitest_config"
],
- "295": [
+ "296": [
"image_sahel_sample"
],
- "296": [
+ "297": [
"image_shabnam_sample"
],
- "297": [
+ "298": [
"scripts_compose_prod"
],
- "298": [
+ "299": [
"scripts_compose_stage"
]
},
"cohesion": {
- "0": 0.051935081148564294,
- "1": 0.06974921630094044,
- "2": 0.05541346973572037,
+ "0": 0.06843718079673136,
+ "1": 0.056134723336006415,
+ "2": 0.059907834101382486,
"3": 0.059227921734531994,
- "4": 0.05889724310776942,
- "5": 0.08823529411764706,
- "6": 0.08941176470588236,
- "7": 0.0824829931972789,
- "8": 0.0797872340425532,
- "9": 0.08865248226950355,
- "10": 0.07030527289546716,
- "11": 0.07171717171717172,
- "12": 0.06765327695560254,
- "13": 0.059800664451827246,
- "14": 0.0743321718931475,
- "15": 0.08846153846153847,
- "16": 0.08677098150782361,
- "17": 0.06825396825396825,
- "18": 0.09047619047619047,
- "19": 0.0761904761904762,
- "20": 0.10160427807486631,
+ "4": 0.04597701149425287,
+ "5": 0.05889724310776942,
+ "6": 0.05952380952380952,
+ "7": 0.08823529411764706,
+ "8": 0.08672699849170437,
+ "9": 0.07215686274509804,
+ "10": 0.08941176470588236,
+ "11": 0.0824829931972789,
+ "12": 0.07505285412262157,
+ "13": 0.05405405405405406,
+ "14": 0.08392603129445235,
+ "15": 0.08858858858858859,
+ "16": 0.09365079365079365,
+ "17": 0.09523809523809523,
+ "18": 0.0761904761904762,
+ "19": 0.07130124777183601,
+ "20": 0.0873440285204991,
"21": 0.06060606060606061,
- "22": 0.2196969696969697,
- "23": 0.06060606060606061,
- "24": 0.0625,
- "25": 0.0625,
+ "22": 0.06060606060606061,
+ "23": 0.10037878787878787,
+ "24": 0.10080645161290322,
+ "25": 0.21370967741935484,
"26": 0.0625,
"27": 0.0625,
"28": 0.0625,
"29": 0.0625,
"30": 0.0625,
- "31": 0.09475806451612903,
- "32": 0.0967741935483871,
- "33": 0.20430107526881722,
- "34": 0.0989247311827957,
+ "31": 0.0625,
+ "32": 0.0625,
+ "33": 0.0967741935483871,
+ "34": 0.20430107526881722,
"35": 0.1032258064516129,
- "36": 0.06666666666666667,
- "37": 0.10574712643678161,
- "38": 0.13054187192118227,
- "39": 0.13793103448275862,
- "40": 0.06896551724137931,
+ "36": 0.10591133004926108,
+ "37": 0.13054187192118227,
+ "38": 0.13793103448275862,
+ "39": 0.06896551724137931,
+ "40": 0.1206896551724138,
"41": 0.10317460317460317,
- "42": 0.07407407407407407,
- "43": 0.11965811965811966,
- "44": 0.1282051282051282,
- "45": 0.07407407407407407,
- "46": 0.08831908831908832,
- "47": 0.12923076923076923,
- "48": 0.14153846153846153,
- "49": 0.13,
- "50": 0.13768115942028986,
+ "42": 0.1111111111111111,
+ "43": 0.07407407407407407,
+ "44": 0.11965811965811966,
+ "45": 0.1282051282051282,
+ "46": 0.07407407407407407,
+ "47": 0.08831908831908832,
+ "48": 0.12923076923076923,
+ "49": 0.18,
+ "50": 0.13,
"51": 0.13043478260869565,
"52": 0.13043478260869565,
"53": 0.08695652173913043,
- "54": 0.1422924901185771,
+ "54": 0.11067193675889328,
"55": 0.13438735177865613,
"56": 0.08695652173913043,
"57": 0.08695652173913043,
- "58": 0.1038961038961039,
- "59": 0.12554112554112554,
- "60": 0.09523809523809523,
- "61": 0.12631578947368421,
+ "58": 0.09523809523809523,
+ "59": 0.14761904761904762,
+ "60": 0.12631578947368421,
+ "61": 0.1,
"62": 0.1,
- "63": 0.1,
- "64": 0.13157894736842105,
+ "63": 0.13157894736842105,
+ "64": 0.10526315789473684,
"65": 0.10526315789473684,
- "66": 0.10526315789473684,
- "67": 0.13450292397660818,
- "68": 0.23976608187134502,
- "69": 0.15789473684210525,
- "70": 0.15204678362573099,
+ "66": 0.13450292397660818,
+ "67": 0.16374269005847952,
+ "68": 0.15789473684210525,
+ "69": 0.15204678362573099,
+ "70": 0.1111111111111111,
"71": 0.1111111111111111,
"72": 0.1111111111111111,
- "73": 0.1111111111111111,
+ "73": 0.1503267973856209,
"74": 0.1111111111111111,
"75": 0.11764705882352941,
"76": 0.16176470588235295,
- "77": 0.16176470588235295,
- "78": 0.14705882352941177,
- "79": 0.125,
- "80": 0.14166666666666666,
- "81": 0.16666666666666666,
- "82": 0.125,
- "83": 0.26666666666666666,
+ "77": 0.14705882352941177,
+ "78": 0.125,
+ "79": 0.14166666666666666,
+ "80": 0.16666666666666666,
+ "81": 0.125,
+ "82": 0.26666666666666666,
+ "83": 0.13333333333333333,
"84": 0.13333333333333333,
- "85": 0.13333333333333333,
- "86": 0.20952380952380953,
- "87": 0.13333333333333333,
- "88": 0.14285714285714285,
+ "85": 0.20952380952380953,
+ "86": 0.13333333333333333,
+ "87": 0.14285714285714285,
+ "88": 0.1978021978021978,
"89": 0.14285714285714285,
"90": 0.14285714285714285,
"91": 0.15384615384615385,
"92": 0.15384615384615385,
- "93": 0.15384615384615385,
- "94": 0.16666666666666666,
- "95": 0.21212121212121213,
- "96": 0.22727272727272727,
- "97": 0.16666666666666666,
- "98": 0.18181818181818182,
+ "93": 0.16666666666666666,
+ "94": 0.15384615384615385,
+ "95": 0.16666666666666666,
+ "96": 0.21212121212121213,
+ "97": 0.2878787878787879,
+ "98": 0.16666666666666666,
"99": 0.18181818181818182,
"100": 0.18181818181818182,
- "101": 0.2909090909090909,
- "102": 0.32727272727272727,
- "103": 0.18181818181818182,
+ "101": 0.18181818181818182,
+ "102": 0.2909090909090909,
+ "103": 0.2,
"104": 0.18181818181818182,
- "105": 0.2,
+ "105": 0.18181818181818182,
"106": 0.2,
"107": 0.2,
"108": 0.2,
@@ -4281,21 +4291,21 @@
"120": 0.2222222222222222,
"121": 0.2222222222222222,
"122": 0.2222222222222222,
- "123": 0.2222222222222222,
- "124": 0.25,
- "125": 0.42857142857142855,
- "126": 0.25,
+ "123": 0.25,
+ "124": 0.42857142857142855,
+ "125": 0.25,
+ "126": 0.32142857142857145,
"127": 0.25,
"128": 0.2857142857142857,
"129": 0.2857142857142857,
"130": 0.2857142857142857,
"131": 0.2857142857142857,
- "132": 0.2857142857142857,
+ "132": 0.3333333333333333,
"133": 0.2857142857142857,
- "134": 0.38095238095238093,
- "135": 0.2857142857142857,
- "136": 0.6190476190476191,
- "137": 0.3333333333333333,
+ "134": 0.2857142857142857,
+ "135": 0.38095238095238093,
+ "136": 0.2857142857142857,
+ "137": 0.6190476190476191,
"138": 0.3333333333333333,
"139": 0.3333333333333333,
"140": 0.3333333333333333,
@@ -4317,9 +4327,9 @@
"156": 0.4,
"157": 0.5,
"158": 0.5,
- "159": 0.6,
- "160": 0.4,
- "161": 0.5,
+ "159": 0.4,
+ "160": 0.6,
+ "161": 0.4,
"162": 0.5,
"163": 0.5,
"164": 0.5,
@@ -4327,20 +4337,20 @@
"166": 0.5,
"167": 0.5,
"168": 0.5,
- "169": 0.6666666666666666,
+ "169": 0.5,
"170": 0.6666666666666666,
"171": 0.6666666666666666,
- "172": 0.5,
+ "172": 0.6666666666666666,
"173": 0.5,
"174": 0.5,
"175": 0.5,
"176": 0.5,
"177": 0.5,
- "178": 0.8333333333333334,
- "179": 0.5,
+ "178": 0.5,
+ "179": 0.8333333333333334,
"180": 0.5,
"181": 0.5,
- "182": 0.6666666666666666,
+ "182": 0.5,
"183": 0.6666666666666666,
"184": 0.6666666666666666,
"185": 0.6666666666666666,
@@ -4371,7 +4381,7 @@
"210": 0.6666666666666666,
"211": 0.6666666666666666,
"212": 0.6666666666666666,
- "213": 1.0,
+ "213": 0.6666666666666666,
"214": 1.0,
"215": 1.0,
"216": 1.0,
@@ -4456,7 +4466,8 @@
"295": 1.0,
"296": 1.0,
"297": 1.0,
- "298": 1.0
+ "298": 1.0,
+ "299": 1.0
},
"gods": [
{
@@ -4523,10 +4534,10 @@
"why": "inferred connection - not explicitly stated in source; crosses file types (doc \u2194 image); connects across different repos/directories"
},
{
- "source": "UsersController",
+ "source": "PetsController",
"target": "ApiResponse",
"source_files": [
- "backend/src/users/users.controller.ts",
+ "backend/src/pets/pets.controller.ts",
"frontend/admin-panel/src/types/admin.ts"
],
"confidence": "EXTRACTED",
@@ -4545,10 +4556,10 @@
"why": "connects across different repos/directories; bridges separate communities"
},
{
- "source": "OrdersController",
+ "source": "ProductsController",
"target": "ApiResponse",
"source_files": [
- "backend/src/orders/orders.controller.ts",
+ "backend/src/products/products.controller.ts",
"frontend/admin-panel/src/types/admin.ts"
],
"confidence": "EXTRACTED",
@@ -4556,10 +4567,10 @@
"why": "connects across different repos/directories; bridges separate communities"
},
{
- "source": "ProductsController",
+ "source": "UsersController",
"target": "ApiResponse",
"source_files": [
- "backend/src/products/products.controller.ts",
+ "backend/src/users/users.controller.ts",
"frontend/admin-panel/src/types/admin.ts"
],
"confidence": "EXTRACTED",
diff --git a/graphify-out/2026-08-17/graph.json b/graphify-out/2026-08-17/graph.json
index 3c4d18d..f22257c 100644
--- a/graphify-out/2026-08-17/graph.json
+++ b/graphify-out/2026-08-17/graph.json
@@ -31,91 +31,6 @@
]
},
"nodes": [
- {
- "label": "AdminQueryDto",
- "file_type": "code",
- "source_file": "backend/src/admin/dto/admin-query.dto.ts",
- "source_location": "L5",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 0,
- "community_name": "AdminService",
- "norm_label": "adminquerydto",
- "id": "backend_src_admin_dto_admin_query_dto_adminquerydto"
- },
- {
- "label": "AdminController",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.controller.ts",
- "source_location": "L28",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": "admincontroller",
- "id": "backend_src_admin_admin_controller_admincontroller"
- },
- {
- "label": "AdminService",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.service.ts",
- "source_location": "L72",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": "adminservice",
- "id": "backend_src_admin_admin_service_adminservice"
- },
- {
- "label": "CouponInput",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.service.ts",
- "source_location": "L59",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": "couponinput",
- "id": "backend_src_admin_admin_service_couponinput"
- },
- {
- "label": "ProductInput",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.service.ts",
- "source_location": "L24",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": "productinput",
- "id": "backend_src_admin_admin_service_productinput"
- },
- {
- "label": "CreateUserDto",
- "file_type": "code",
- "source_file": "backend/src/admin/dto/user.dto.ts",
- "source_location": "L4",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": "createuserdto",
- "id": "backend_src_admin_dto_user_dto_createuserdto"
- },
- {
- "label": "UpdateUserDto",
- "file_type": "code",
- "source_file": "backend/src/admin/dto/user.dto.ts",
- "source_location": "L42",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": "updateuserdto",
- "id": "backend_src_admin_dto_user_dto_updateuserdto"
- },
{
"label": "SmsService",
"file_type": "code",
@@ -124,7 +39,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": "smsservice",
"id": "backend_src_common_services_sms_service_smsservice"
},
@@ -136,10 +51,22 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": "settingscontroller",
"id": "backend_src_settings_settings_controller_settingscontroller"
},
+ {
+ "label": "ScientificTermData",
+ "file_type": "code",
+ "source_file": "backend/src/settings/settings.service.ts",
+ "source_location": "L7",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 0,
+ "norm_label": "scientifictermdata",
+ "id": "backend_src_settings_settings_service_scientifictermdata"
+ },
{
"label": "SettingsService",
"file_type": "code",
@@ -148,87 +75,203 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": "settingsservice",
"id": "backend_src_settings_settings_service_settingsservice"
},
{
- "label": "CreateVideoDto",
+ "label": "AdminController",
"file_type": "code",
- "source_file": "backend/src/videos/dto/create-video.dto.ts",
+ "source_file": "backend/src/admin/admin.controller.ts",
+ "source_location": "L28",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": "admincontroller",
+ "id": "backend_src_admin_admin_controller_admincontroller"
+ },
+ {
+ "label": "AdminService",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.service.ts",
+ "source_location": "L72",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": "adminservice",
+ "id": "backend_src_admin_admin_service_adminservice"
+ },
+ {
+ "label": "CouponInput",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.service.ts",
+ "source_location": "L59",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": "couponinput",
+ "id": "backend_src_admin_admin_service_couponinput"
+ },
+ {
+ "label": "CouponTargetInput",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.service.ts",
+ "source_location": "L52",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": "coupontargetinput",
+ "id": "backend_src_admin_admin_service_coupontargetinput"
+ },
+ {
+ "label": "PaginationQuery",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.service.ts",
+ "source_location": "L15",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": "paginationquery",
+ "id": "backend_src_admin_admin_service_paginationquery"
+ },
+ {
+ "label": "ProductInput",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.service.ts",
+ "source_location": "L24",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": "productinput",
+ "id": "backend_src_admin_admin_service_productinput"
+ },
+ {
+ "label": "CreateUserDto",
+ "file_type": "code",
+ "source_file": "backend/src/admin/dto/user.dto.ts",
"source_location": "L4",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 10,
- "community_name": "CreateVideoDto",
- "norm_label": "createvideodto",
- "id": "backend_src_videos_dto_create_video_dto_createvideodto"
+ "community": 1,
+ "norm_label": "createuserdto",
+ "id": "backend_src_admin_dto_user_dto_createuserdto"
},
{
- "label": "UpdateVideoDto",
+ "label": "UpdateUserDto",
"file_type": "code",
- "source_file": "backend/src/videos/dto/create-video.dto.ts",
- "source_location": "L56",
+ "source_file": "backend/src/admin/dto/user.dto.ts",
+ "source_location": "L42",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": "updateuserdto",
+ "id": "backend_src_admin_dto_user_dto_updateuserdto"
+ },
+ {
+ "label": "UIState",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/store/uiStore.ts",
+ "source_location": "L3",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 10,
- "community_name": "CreateVideoDto",
- "norm_label": "updatevideodto",
- "id": "backend_src_videos_dto_create_video_dto_updatevideodto"
+ "community_name": "toPersian",
+ "norm_label": "uistate",
+ "id": "frontend_application_lib_store_uistore_uistate"
},
{
- "label": "GetVideosQueryDto",
+ "label": "NavigationTarget",
"file_type": "code",
- "source_file": "backend/src/videos/dto/get-videos-query.dto.ts",
- "source_location": "L6",
+ "source_file": "frontend/application/lib/types.ts",
+ "source_location": "L109",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 10,
- "community_name": "CreateVideoDto",
- "norm_label": "getvideosquerydto",
- "id": "backend_src_videos_dto_get_videos_query_dto_getvideosquerydto"
+ "community_name": "useSettingsStore",
+ "norm_label": "navigationtarget",
+ "id": "frontend_application_lib_types_navigationtarget"
},
{
- "label": "VideosController",
+ "label": "AuthModalProps",
"file_type": "code",
- "source_file": "backend/src/videos/videos.controller.ts",
+ "source_file": "frontend/application/components/AuthModal.tsx",
"source_location": "L25",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 10,
- "community_name": "CreateVideoDto",
- "norm_label": "videoscontroller",
- "id": "backend_src_videos_videos_controller_videoscontroller"
+ "norm_label": "authmodalprops",
+ "id": "frontend_application_components_authmodal_authmodalprops"
},
{
- "label": "VideosModule",
+ "label": "BrandLogoProps",
"file_type": "code",
- "source_file": "backend/src/videos/videos.module.ts",
+ "source_file": "frontend/application/components/BrandLogo.tsx",
+ "source_location": "L7",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 10,
+ "norm_label": "brandlogoprops",
+ "id": "frontend_application_components_brandlogo_brandlogoprops"
+ },
+ {
+ "label": "LoginModalProps",
+ "file_type": "code",
+ "source_file": "frontend/application/components/LoginModal.tsx",
"source_location": "L10",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 10,
- "community_name": "CreateVideoDto",
- "norm_label": "videosmodule",
- "id": "backend_src_videos_videos_module_videosmodule"
+ "norm_label": "loginmodalprops",
+ "id": "frontend_application_components_loginmodal_loginmodalprops"
},
{
- "label": "VideosService",
+ "label": "SmartAdvisorProps",
"file_type": "code",
- "source_file": "backend/src/videos/videos.service.ts",
- "source_location": "L14",
+ "source_file": "frontend/application/components/SmartAdvisor.tsx",
+ "source_location": "L28",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 10,
- "community_name": "CreateVideoDto",
- "norm_label": "videosservice",
- "id": "backend_src_videos_videos_service_videosservice"
+ "norm_label": "smartadvisorprops",
+ "id": "frontend_application_components_smartadvisor_smartadvisorprops"
+ },
+ {
+ "label": "ScientificTerm",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/store/settingsStore.ts",
+ "source_location": "L5",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 10,
+ "norm_label": "scientificterm",
+ "id": "frontend_application_lib_store_settingsstore_scientificterm"
+ },
+ {
+ "label": "SettingsStore",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/store/settingsStore.ts",
+ "source_location": "L12",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 10,
+ "norm_label": "settingsstore",
+ "id": "frontend_application_lib_store_settingsstore_settingsstore"
},
{
"label": "AppController",
@@ -238,7 +281,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 101,
+ "community": 102,
"community_name": "App Health Controller",
"norm_label": "appcontroller",
"id": "backend_src_app_controller_appcontroller"
@@ -251,96 +294,171 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 101,
+ "community": 102,
"community_name": "App Health Controller",
"norm_label": "appservice",
"id": "backend_src_app_service_appservice"
},
{
- "label": "PetsService",
+ "label": "AdminTransactionFilterDto",
"file_type": "code",
- "source_file": "backend/src/pets/pets.service.ts",
- "source_location": "L23",
+ "source_file": "backend/src/payment/dto/admin-transaction-filter.dto.ts",
+ "source_location": "L5",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 102,
- "community_name": "PetsService",
- "norm_label": "petsservice",
- "id": "backend_src_pets_pets_service_petsservice"
+ "community": 103,
+ "norm_label": "admintransactionfilterdto",
+ "id": "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto"
},
{
- "label": "PetsModule",
+ "label": "ClientMetadata",
"file_type": "code",
- "source_file": "backend/src/pets/pets.module.ts",
- "source_location": "L9",
+ "source_file": "backend/src/payment/payment.service.ts",
+ "source_location": "L13",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 107,
- "community_name": "pets/pets.controller.ts",
- "norm_label": "petsmodule",
- "id": "backend_src_pets_pets_module_petsmodule"
+ "community": 103,
+ "norm_label": "clientmetadata",
+ "id": "backend_src_payment_payment_service_clientmetadata"
},
{
- "label": "PetsController",
+ "label": "BackButtonProps",
"file_type": "code",
- "source_file": "backend/src/pets/pets.controller.ts",
- "source_location": "L55",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 107,
- "norm_label": "petscontroller",
- "id": "backend_src_pets_pets_controller_petscontroller"
- },
- {
- "label": "CreateReviewDto",
- "file_type": "code",
- "source_file": "backend/src/reviews/dto/create-review.dto.ts",
- "source_location": "L4",
+ "source_file": "frontend/application/components/BackButton.tsx",
+ "source_location": "L8",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 11,
- "norm_label": "createreviewdto",
- "id": "backend_src_reviews_dto_create_review_dto_createreviewdto"
+ "community_name": "PetProfile.tsx",
+ "norm_label": "backbuttonprops",
+ "id": "frontend_application_components_backbutton_backbuttonprops"
},
{
- "label": "UpdateReviewDto",
+ "label": "AddressModalProps",
"file_type": "code",
- "source_file": "backend/src/reviews/dto/update-review.dto.ts",
- "source_location": "L4",
+ "source_file": "frontend/application/components/AddressModal.tsx",
+ "source_location": "L11",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 11,
- "norm_label": "updatereviewdto",
- "id": "backend_src_reviews_dto_update_review_dto_updatereviewdto"
+ "community_name": "UserDashboard.tsx",
+ "norm_label": "addressmodalprops",
+ "id": "frontend_application_components_addressmodal_addressmodalprops"
},
{
- "label": "ReviewsController",
+ "label": "DeleteConfirmModalProps",
"file_type": "code",
- "source_file": "backend/src/reviews/reviews.controller.ts",
- "source_location": "L23",
+ "source_file": "frontend/application/components/DeleteConfirmModal.tsx",
+ "source_location": "L6",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 11,
- "norm_label": "reviewscontroller",
- "id": "backend_src_reviews_reviews_controller_reviewscontroller"
+ "community_name": "UserDashboard.tsx",
+ "norm_label": "deleteconfirmmodalprops",
+ "id": "frontend_application_components_deleteconfirmmodal_deleteconfirmmodalprops"
},
{
- "label": "ReviewsService",
+ "label": "SearchableSelectProps",
"file_type": "code",
- "source_file": "backend/src/reviews/reviews.service.ts",
- "source_location": "L7",
+ "source_file": "frontend/application/components/SearchableSelect.tsx",
+ "source_location": "L6",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 11,
- "norm_label": "reviewsservice",
- "id": "backend_src_reviews_reviews_service_reviewsservice"
+ "community_name": "UserDashboard.tsx",
+ "norm_label": "searchableselectprops",
+ "id": "frontend_application_components_searchableselect_searchableselectprops"
+ },
+ {
+ "label": "HeaderButtonProps",
+ "file_type": "code",
+ "source_file": "frontend/application/components/HeaderButton.tsx",
+ "source_location": "L6",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 11,
+ "community_name": "toPersian",
+ "norm_label": "headerbuttonprops",
+ "id": "frontend_application_components_headerbutton_headerbuttonprops"
+ },
+ {
+ "label": "OrderDetailsModalProps",
+ "file_type": "code",
+ "source_file": "frontend/application/components/OrderDetailsModal.tsx",
+ "source_location": "L28",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 11,
+ "norm_label": "orderdetailsmodalprops",
+ "id": "frontend_application_components_orderdetailsmodal_orderdetailsmodalprops"
+ },
+ {
+ "label": "TopUpModalProps",
+ "file_type": "code",
+ "source_file": "frontend/application/components/TopUpModal.tsx",
+ "source_location": "L11",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 11,
+ "norm_label": "topupmodalprops",
+ "id": "frontend_application_components_topupmodal_topupmodalprops"
+ },
+ {
+ "label": "CreateTicketPayload",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/services/ticketService.ts",
+ "source_location": "L34",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 11,
+ "norm_label": "createticketpayload",
+ "id": "frontend_application_lib_services_ticketservice_createticketpayload"
+ },
+ {
+ "label": "Ticket",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/services/ticketService.ts",
+ "source_location": "L14",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 11,
+ "norm_label": "ticket",
+ "id": "frontend_application_lib_services_ticketservice_ticket"
+ },
+ {
+ "label": "TicketMessage",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/services/ticketService.ts",
+ "source_location": "L3",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 11,
+ "norm_label": "ticketmessage",
+ "id": "frontend_application_lib_services_ticketservice_ticketmessage"
+ },
+ {
+ "label": "Address",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/store/userStore.ts",
+ "source_location": "L13",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 11,
+ "norm_label": "address",
+ "id": "frontend_application_lib_store_userstore_address"
},
{
"label": "BestSellerItem",
@@ -403,107 +521,69 @@
"id": "frontend_admin_panel_src_pages_reports_topcouponitem"
},
{
- "label": "AdminTransactionFilterDto",
+ "label": "CreateVideoDto",
"file_type": "code",
- "source_file": "backend/src/payment/dto/admin-transaction-filter.dto.ts",
- "source_location": "L5",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 117,
- "norm_label": "admintransactionfilterdto",
- "id": "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto"
- },
- {
- "label": "BlogsModule",
- "file_type": "code",
- "source_file": "backend/src/blogs/blogs.module.ts",
- "source_location": "L9",
+ "source_file": "backend/src/videos/dto/create-video.dto.ts",
+ "source_location": "L4",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 12,
- "community_name": "PaginationDto",
- "norm_label": "blogsmodule",
- "id": "backend_src_blogs_blogs_module_blogsmodule"
+ "community_name": "CreateVideoDto",
+ "norm_label": "createvideodto",
+ "id": "backend_src_videos_dto_create_video_dto_createvideodto"
},
{
- "label": "BlogsService",
+ "label": "UpdateVideoDto",
"file_type": "code",
- "source_file": "backend/src/blogs/blogs.service.ts",
- "source_location": "L7",
+ "source_file": "backend/src/videos/dto/create-video.dto.ts",
+ "source_location": "L56",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 12,
- "community_name": "PaginationDto",
- "norm_label": "blogsservice",
- "id": "backend_src_blogs_blogs_service_blogsservice"
+ "community_name": "CreateVideoDto",
+ "norm_label": "updatevideodto",
+ "id": "backend_src_videos_dto_create_video_dto_updatevideodto"
},
{
- "label": "PaginationDto",
+ "label": "GetVideosQueryDto",
"file_type": "code",
- "source_file": "backend/src/common/dto/pagination.dto.ts",
- "source_location": "L10",
+ "source_file": "backend/src/videos/dto/get-videos-query.dto.ts",
+ "source_location": "L6",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 12,
- "community_name": "PaginationDto",
- "norm_label": "paginationdto",
- "id": "backend_src_common_dto_pagination_dto_paginationdto"
+ "community_name": "CreateVideoDto",
+ "norm_label": "getvideosquerydto",
+ "id": "backend_src_videos_dto_get_videos_query_dto_getvideosquerydto"
},
{
- "label": "SortOrder",
+ "label": "VideosController",
"file_type": "code",
- "source_file": "backend/src/common/dto/pagination.dto.ts",
- "source_location": "L5",
+ "source_file": "backend/src/videos/videos.controller.ts",
+ "source_location": "L25",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 12,
- "community_name": "PaginationDto",
- "norm_label": "sortorder",
- "id": "backend_src_common_dto_pagination_dto_sortorder"
+ "community_name": "CreateVideoDto",
+ "norm_label": "videoscontroller",
+ "id": "backend_src_videos_videos_controller_videoscontroller"
},
{
- "label": "WikiModule",
+ "label": "VideosService",
"file_type": "code",
- "source_file": "backend/src/wiki/wiki.module.ts",
- "source_location": "L9",
+ "source_file": "backend/src/videos/videos.service.ts",
+ "source_location": "L14",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 12,
- "community_name": "PaginationDto",
- "norm_label": "wikimodule",
- "id": "backend_src_wiki_wiki_module_wikimodule"
- },
- {
- "label": "WikiService",
- "file_type": "code",
- "source_file": "backend/src/wiki/wiki.service.ts",
- "source_location": "L7",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 12,
- "community_name": "PaginationDto",
- "norm_label": "wikiservice",
- "id": "backend_src_wiki_wiki_service_wikiservice"
- },
- {
- "label": "WikiController",
- "file_type": "code",
- "source_file": "backend/src/wiki/wiki.controller.ts",
- "source_location": "L18",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 12,
- "community_name": "WikiController",
- "norm_label": "wikicontroller",
- "id": "backend_src_wiki_wiki_controller_wikicontroller"
+ "community_name": "CreateVideoDto",
+ "norm_label": "videosservice",
+ "id": "backend_src_videos_videos_service_videosservice"
},
{
"label": "ErrorBoundary",
@@ -513,7 +593,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 122,
+ "community": 121,
"community_name": "React Error Boundary",
"norm_label": "errorboundary",
"id": "frontend_application_components_errorboundary_errorboundary"
@@ -526,7 +606,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 122,
+ "community": 121,
"community_name": "React Error Boundary",
"norm_label": "props",
"id": "frontend_application_components_errorboundary_props"
@@ -539,7 +619,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 122,
+ "community": 121,
"community_name": "React Error Boundary",
"norm_label": "state",
"id": "frontend_application_components_errorboundary_state"
@@ -552,7 +632,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 125,
+ "community": 124,
"norm_label": "initiatepaymentdto",
"id": "backend_src_payment_dto_initiate_payment_dto_initiatepaymentdto"
},
@@ -564,7 +644,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 125,
+ "community": 124,
"norm_label": "initiatewallettopupdto",
"id": "backend_src_payment_dto_initiate_payment_dto_initiatewallettopupdto"
},
@@ -576,7 +656,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 126,
+ "community": 125,
"norm_label": "smslogquerydto",
"id": "backend_src_settings_dto_sms_log_query_dto_smslogquerydto"
},
@@ -593,121 +673,6 @@
"norm_label": "metricscontroller",
"id": "backend_src_common_metrics_controller_metricscontroller"
},
- {
- "label": "BlogQuery",
- "file_type": "code",
- "source_file": "backend/src/admin/blogs.service.ts",
- "source_location": "L5",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 13,
- "community_name": "BlogsService",
- "norm_label": "blogquery",
- "id": "backend_src_admin_blogs_service_blogquery"
- },
- {
- "label": "BlogsService",
- "file_type": "code",
- "source_file": "backend/src/admin/blogs.service.ts",
- "source_location": "L12",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 13,
- "community_name": "BlogsService",
- "norm_label": "blogsservice",
- "id": "backend_src_admin_blogs_service_blogsservice"
- },
- {
- "label": "ReportsController",
- "file_type": "code",
- "source_file": "backend/src/admin/reports.controller.ts",
- "source_location": "L9",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 13,
- "community_name": "admin.module.ts",
- "norm_label": "reportscontroller",
- "id": "backend_src_admin_reports_controller_reportscontroller"
- },
- {
- "label": "ReportsService",
- "file_type": "code",
- "source_file": "backend/src/admin/reports.service.ts",
- "source_location": "L5",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 13,
- "community_name": "admin.module.ts",
- "norm_label": "reportsservice",
- "id": "backend_src_admin_reports_service_reportsservice"
- },
- {
- "label": "WikiQuery",
- "file_type": "code",
- "source_file": "backend/src/admin/wiki.service.ts",
- "source_location": "L5",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 13,
- "community_name": "admin.module.ts",
- "norm_label": "wikiquery",
- "id": "backend_src_admin_wiki_service_wikiquery"
- },
- {
- "label": "WikiService",
- "file_type": "code",
- "source_file": "backend/src/admin/wiki.service.ts",
- "source_location": "L12",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 13,
- "community_name": "admin.module.ts",
- "norm_label": "wikiservice",
- "id": "backend_src_admin_wiki_service_wikiservice"
- },
- {
- "label": "RedisModule",
- "file_type": "code",
- "source_file": "backend/src/redis/redis.module.ts",
- "source_location": "L9",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 13,
- "community_name": "admin.module.ts",
- "norm_label": "redismodule",
- "id": "backend_src_redis_redis_module_redismodule"
- },
- {
- "label": "AdminModule",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.module.ts",
- "source_location": "L44",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 13,
- "norm_label": "adminmodule",
- "id": "backend_src_admin_admin_module_adminmodule"
- },
- {
- "label": "SslCertInfo",
- "file_type": "code",
- "source_file": "backend/src/admin/ssl.service.ts",
- "source_location": "L6",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 13,
- "norm_label": "sslcertinfo",
- "id": "backend_src_admin_ssl_service_sslcertinfo"
- },
{
"label": "CreateHealthLogDto",
"file_type": "code",
@@ -734,6 +699,18 @@
"norm_label": "createreminderdto",
"id": "backend_src_pets_dto_create_reminder_dto_createreminderdto"
},
+ {
+ "label": "UpdateReviewDto",
+ "file_type": "code",
+ "source_file": "backend/src/reviews/dto/update-review.dto.ts",
+ "source_location": "L4",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 132,
+ "norm_label": "updatereviewdto",
+ "id": "backend_src_reviews_dto_update_review_dto_updatereviewdto"
+ },
{
"label": "PatternItem",
"file_type": "code",
@@ -742,7 +719,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 133,
+ "community": 134,
"norm_label": "patternitem",
"id": "frontend_admin_panel_src_pages_smssettingspage_patternitem"
},
@@ -754,7 +731,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 133,
+ "community": 134,
"norm_label": "smsconfigstate",
"id": "frontend_admin_panel_src_pages_smssettingspage_smsconfigstate"
},
@@ -766,7 +743,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 133,
+ "community": 134,
"norm_label": "smslogitem",
"id": "frontend_admin_panel_src_pages_smssettingspage_smslogitem"
},
@@ -778,153 +755,45 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 133,
+ "community": 134,
"norm_label": "smslogstats",
"id": "frontend_admin_panel_src_pages_smssettingspage_smslogstats"
},
{
- "label": "CouponTargetInput",
+ "label": "CreateReviewDto",
"file_type": "code",
- "source_file": "backend/src/admin/admin.service.ts",
- "source_location": "L52",
+ "source_file": "backend/src/reviews/dto/create-review.dto.ts",
+ "source_location": "L4",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 14,
- "norm_label": "coupontargetinput",
- "id": "backend_src_admin_admin_service_coupontargetinput"
+ "norm_label": "createreviewdto",
+ "id": "backend_src_reviews_dto_create_review_dto_createreviewdto"
},
{
- "label": "PaginationQuery",
+ "label": "ReviewsController",
"file_type": "code",
- "source_file": "backend/src/admin/admin.service.ts",
- "source_location": "L15",
+ "source_file": "backend/src/reviews/reviews.controller.ts",
+ "source_location": "L23",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 14,
- "norm_label": "paginationquery",
- "id": "backend_src_admin_admin_service_paginationquery"
+ "norm_label": "reviewscontroller",
+ "id": "backend_src_reviews_reviews_controller_reviewscontroller"
},
{
- "label": "AppModule",
+ "label": "ReviewsService",
"file_type": "code",
- "source_file": "backend/src/app.module.ts",
- "source_location": "L81",
+ "source_file": "backend/src/reviews/reviews.service.ts",
+ "source_location": "L7",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 14,
- "norm_label": "appmodule",
- "id": "backend_src_app_module_appmodule"
- },
- {
- "label": "AdminLoginInput",
- "file_type": "code",
- "source_file": "backend/src/auth/auth.service.ts",
- "source_location": "L25",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 14,
- "norm_label": "adminlogininput",
- "id": "backend_src_auth_auth_service_adminlogininput"
- },
- {
- "label": "AuthService",
- "file_type": "code",
- "source_file": "backend/src/auth/auth.service.ts",
- "source_location": "L32",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 14,
- "norm_label": "authservice",
- "id": "backend_src_auth_auth_service_authservice"
- },
- {
- "label": "LoginInput",
- "file_type": "code",
- "source_file": "backend/src/auth/auth.service.ts",
- "source_location": "L20",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 14,
- "norm_label": "logininput",
- "id": "backend_src_auth_auth_service_logininput"
- },
- {
- "label": "RegisterInput",
- "file_type": "code",
- "source_file": "backend/src/auth/auth.service.ts",
- "source_location": "L12",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 14,
- "norm_label": "registerinput",
- "id": "backend_src_auth_auth_service_registerinput"
- },
- {
- "label": "RedisService",
- "file_type": "code",
- "source_file": "backend/src/redis/redis.service.ts",
- "source_location": "L5",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 14,
- "norm_label": "redisservice",
- "id": "backend_src_redis_redis_service_redisservice"
- },
- {
- "label": "UserAddressInput",
- "file_type": "code",
- "source_file": "backend/src/users/users.service.ts",
- "source_location": "L12",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 14,
- "norm_label": "useraddressinput",
- "id": "backend_src_users_users_service_useraddressinput"
- },
- {
- "label": "GatewayHealth",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Transactions.tsx",
- "source_location": "L79",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 143,
- "norm_label": "gatewayhealth",
- "id": "frontend_admin_panel_src_pages_transactions_gatewayhealth"
- },
- {
- "label": "Stats",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Transactions.tsx",
- "source_location": "L69",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 143,
- "norm_label": "stats",
- "id": "frontend_admin_panel_src_pages_transactions_stats"
- },
- {
- "label": "Transaction",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Transactions.tsx",
- "source_location": "L32",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 143,
- "norm_label": "transaction",
- "id": "frontend_admin_panel_src_pages_transactions_transaction"
+ "norm_label": "reviewsservice",
+ "id": "backend_src_reviews_reviews_service_reviewsservice"
},
{
"label": "PaginatedResponse",
@@ -965,176 +834,55 @@
"id": "backend_src_payment_dto_verify_payment_dto_zibalcallbackquerydto"
},
{
- "label": "VideoQuery",
+ "label": "GetProductsDto",
"file_type": "code",
- "source_file": "backend/src/videos/videos.service.ts",
- "source_location": "L6",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 15,
- "community_name": "CreateVideoDto",
- "norm_label": "videoquery",
- "id": "backend_src_videos_videos_service_videoquery"
- },
- {
- "label": "CategoryQuery",
- "file_type": "code",
- "source_file": "backend/src/admin/categories.service.ts",
+ "source_file": "backend/src/products/dto/get-products.dto.ts",
"source_location": "L5",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 15,
- "community_name": "PaginationDto",
- "norm_label": "categoryquery",
- "id": "backend_src_admin_categories_service_categoryquery"
+ "community_name": "ProductsService",
+ "norm_label": "getproductsdto",
+ "id": "backend_src_products_dto_get_products_dto_getproductsdto"
},
{
- "label": "HealthLogInput",
+ "label": "ProductsController",
"file_type": "code",
- "source_file": "backend/src/pets/pets.service.ts",
- "source_location": "L15",
+ "source_file": "backend/src/products/products.controller.ts",
+ "source_location": "L26",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 15,
- "community_name": "pets/pets.controller.ts",
- "norm_label": "healthloginput",
- "id": "backend_src_pets_pets_service_healthloginput"
+ "community_name": "ProductsService",
+ "norm_label": "productscontroller",
+ "id": "backend_src_products_products_controller_productscontroller"
},
{
- "label": "ReminderInput",
+ "label": "ProductsModule",
"file_type": "code",
- "source_file": "backend/src/pets/pets.service.ts",
- "source_location": "L8",
+ "source_file": "backend/src/products/products.module.ts",
+ "source_location": "L9",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 15,
- "community_name": "pets/pets.controller.ts",
- "norm_label": "reminderinput",
- "id": "backend_src_pets_pets_service_reminderinput"
+ "community_name": "ProductsService",
+ "norm_label": "productsmodule",
+ "id": "backend_src_products_products_module_productsmodule"
},
{
- "label": "MeliPayamakPattern",
+ "label": "ProductsService",
"file_type": "code",
- "source_file": "backend/src/common/services/sms.service.ts",
- "source_location": "L25",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 15,
- "norm_label": "melipayamakpattern",
- "id": "backend_src_common_services_sms_service_melipayamakpattern"
- },
- {
- "label": "MeliPayamakResponse",
- "file_type": "code",
- "source_file": "backend/src/common/services/sms.service.ts",
- "source_location": "L44",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 15,
- "norm_label": "melipayamakresponse",
- "id": "backend_src_common_services_sms_service_melipayamakresponse"
- },
- {
- "label": "SendPatternSmsOptions",
- "file_type": "code",
- "source_file": "backend/src/common/services/sms.service.ts",
- "source_location": "L6",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 15,
- "norm_label": "sendpatternsmsoptions",
- "id": "backend_src_common_services_sms_service_sendpatternsmsoptions"
- },
- {
- "label": "SmsConfig",
- "file_type": "code",
- "source_file": "backend/src/common/services/sms.service.ts",
- "source_location": "L13",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 15,
- "norm_label": "smsconfig",
- "id": "backend_src_common_services_sms_service_smsconfig"
- },
- {
- "label": "SmsLogQuery",
- "file_type": "code",
- "source_file": "backend/src/common/services/sms.service.ts",
- "source_location": "L34",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 15,
- "norm_label": "smslogquery",
- "id": "backend_src_common_services_sms_service_smslogquery"
- },
- {
- "label": "CreateContactSubmissionDto",
- "file_type": "code",
- "source_file": "backend/src/contact/contact.service.ts",
- "source_location": "L5",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 15,
- "norm_label": "createcontactsubmissiondto",
- "id": "backend_src_contact_contact_service_createcontactsubmissiondto"
- },
- {
- "label": "UpdateContactInfoItemDto",
- "file_type": "code",
- "source_file": "backend/src/contact/contact.service.ts",
- "source_location": "L13",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 15,
- "norm_label": "updatecontactinfoitemdto",
- "id": "backend_src_contact_contact_service_updatecontactinfoitemdto"
- },
- {
- "label": "ClientMetadata",
- "file_type": "code",
- "source_file": "backend/src/payment/payment.service.ts",
- "source_location": "L13",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 15,
- "norm_label": "clientmetadata",
- "id": "backend_src_payment_payment_service_clientmetadata"
- },
- {
- "label": "PrismaService",
- "file_type": "code",
- "source_file": "backend/src/prisma/prisma.service.ts",
- "source_location": "L5",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 15,
- "norm_label": "prismaservice",
- "id": "backend_src_prisma_prisma_service_prismaservice"
- },
- {
- "label": "ScientificTermData",
- "file_type": "code",
- "source_file": "backend/src/settings/settings.service.ts",
+ "source_file": "backend/src/products/products.service.ts",
"source_location": "L7",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 15,
- "norm_label": "scientifictermdata",
- "id": "backend_src_settings_settings_service_scientifictermdata"
+ "norm_label": "productsservice",
+ "id": "backend_src_products_products_service_productsservice"
},
{
"label": "ProductReview",
@@ -1161,55 +909,213 @@
"id": "frontend_admin_panel_src_pages_videos_video"
},
{
- "label": "GetProductsDto",
+ "label": "ProductItem",
"file_type": "code",
- "source_file": "backend/src/products/dto/get-products.dto.ts",
+ "source_file": "frontend/admin-panel/src/pages/Wiki.tsx",
+ "source_location": "L20",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 159,
+ "norm_label": "productitem",
+ "id": "frontend_admin_panel_src_pages_wiki_productitem"
+ },
+ {
+ "label": "WikiTerm",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Wiki.tsx",
+ "source_location": "L9",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 159,
+ "norm_label": "wikiterm",
+ "id": "frontend_admin_panel_src_pages_wiki_wikiterm"
+ },
+ {
+ "label": "VideoQuery",
+ "file_type": "code",
+ "source_file": "backend/src/videos/videos.service.ts",
+ "source_location": "L6",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 16,
+ "community_name": "CreateVideoDto",
+ "norm_label": "videoquery",
+ "id": "backend_src_videos_videos_service_videoquery"
+ },
+ {
+ "label": "MeliPayamakPattern",
+ "file_type": "code",
+ "source_file": "backend/src/common/services/sms.service.ts",
+ "source_location": "L25",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 16,
+ "norm_label": "melipayamakpattern",
+ "id": "backend_src_common_services_sms_service_melipayamakpattern"
+ },
+ {
+ "label": "MeliPayamakResponse",
+ "file_type": "code",
+ "source_file": "backend/src/common/services/sms.service.ts",
+ "source_location": "L44",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 16,
+ "norm_label": "melipayamakresponse",
+ "id": "backend_src_common_services_sms_service_melipayamakresponse"
+ },
+ {
+ "label": "SendPatternSmsOptions",
+ "file_type": "code",
+ "source_file": "backend/src/common/services/sms.service.ts",
+ "source_location": "L6",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 16,
+ "norm_label": "sendpatternsmsoptions",
+ "id": "backend_src_common_services_sms_service_sendpatternsmsoptions"
+ },
+ {
+ "label": "SmsConfig",
+ "file_type": "code",
+ "source_file": "backend/src/common/services/sms.service.ts",
+ "source_location": "L13",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 16,
+ "norm_label": "smsconfig",
+ "id": "backend_src_common_services_sms_service_smsconfig"
+ },
+ {
+ "label": "SmsLogQuery",
+ "file_type": "code",
+ "source_file": "backend/src/common/services/sms.service.ts",
+ "source_location": "L34",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 16,
+ "norm_label": "smslogquery",
+ "id": "backend_src_common_services_sms_service_smslogquery"
+ },
+ {
+ "label": "CreateContactSubmissionDto",
+ "file_type": "code",
+ "source_file": "backend/src/contact/contact.service.ts",
"source_location": "L5",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 16,
- "community_name": "ProductsService",
- "norm_label": "getproductsdto",
- "id": "backend_src_products_dto_get_products_dto_getproductsdto"
+ "norm_label": "createcontactsubmissiondto",
+ "id": "backend_src_contact_contact_service_createcontactsubmissiondto"
},
{
- "label": "ProductsController",
+ "label": "UpdateContactInfoItemDto",
"file_type": "code",
- "source_file": "backend/src/products/products.controller.ts",
- "source_location": "L26",
+ "source_file": "backend/src/contact/contact.service.ts",
+ "source_location": "L13",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 16,
- "community_name": "ProductsService",
- "norm_label": "productscontroller",
- "id": "backend_src_products_products_controller_productscontroller"
+ "norm_label": "updatecontactinfoitemdto",
+ "id": "backend_src_contact_contact_service_updatecontactinfoitemdto"
},
{
- "label": "ProductsModule",
+ "label": "PrescriptionsService",
"file_type": "code",
- "source_file": "backend/src/products/products.module.ts",
- "source_location": "L9",
+ "source_file": "backend/src/prescriptions/prescriptions.service.ts",
+ "source_location": "L11",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 16,
- "community_name": "ProductsService",
- "norm_label": "productsmodule",
- "id": "backend_src_products_products_module_productsmodule"
+ "norm_label": "prescriptionsservice",
+ "id": "backend_src_prescriptions_prescriptions_service_prescriptionsservice"
},
{
- "label": "ProductsService",
+ "label": "PrismaService",
"file_type": "code",
- "source_file": "backend/src/products/products.service.ts",
- "source_location": "L7",
+ "source_file": "backend/src/prisma/prisma.service.ts",
+ "source_location": "L5",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 16,
- "norm_label": "productsservice",
- "id": "backend_src_products_products_service_productsservice"
+ "norm_label": "prismaservice",
+ "id": "backend_src_prisma_prisma_service_prismaservice"
+ },
+ {
+ "label": "UserAddressInput",
+ "file_type": "code",
+ "source_file": "backend/src/users/users.service.ts",
+ "source_location": "L12",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 16,
+ "norm_label": "useraddressinput",
+ "id": "backend_src_users_users_service_useraddressinput"
+ },
+ {
+ "label": "WholesaleApplyDto",
+ "file_type": "code",
+ "source_file": "backend/src/wholesale/dto/wholesale-apply.dto.ts",
+ "source_location": "L4",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 17,
+ "community_name": "WholesaleApplyDto",
+ "norm_label": "wholesaleapplydto",
+ "id": "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto"
+ },
+ {
+ "label": "WholesaleController",
+ "file_type": "code",
+ "source_file": "backend/src/wholesale/wholesale.controller.ts",
+ "source_location": "L20",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 17,
+ "community_name": "WholesaleApplyDto",
+ "norm_label": "wholesalecontroller",
+ "id": "backend_src_wholesale_wholesale_controller_wholesalecontroller"
+ },
+ {
+ "label": "WholesaleService",
+ "file_type": "code",
+ "source_file": "backend/src/wholesale/wholesale.service.ts",
+ "source_location": "L8",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 17,
+ "community_name": "WholesaleApplyDto",
+ "norm_label": "wholesaleservice",
+ "id": "backend_src_wholesale_wholesale_service_wholesaleservice"
+ },
+ {
+ "label": "WholesaleModule",
+ "file_type": "code",
+ "source_file": "backend/src/wholesale/wholesale.module.ts",
+ "source_location": "L12",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 17,
+ "community_name": "app.module.ts",
+ "norm_label": "wholesalemodule",
+ "id": "backend_src_wholesale_wholesale_module_wholesalemodule"
},
{
"label": "CreateBlogDto",
@@ -1219,7 +1125,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 169,
+ "community": 170,
"community_name": "Blog Management DTOs",
"norm_label": "createblogdto",
"id": "backend_src_blogs_dto_create_blog_dto_createblogdto"
@@ -1232,159 +1138,11 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 169,
+ "community": 170,
"community_name": "Blog Management DTOs",
"norm_label": "updateblogdto",
"id": "backend_src_blogs_dto_update_blog_dto_updateblogdto"
},
- {
- "label": "HeroBanner",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/CMS.tsx",
- "source_location": "L6",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 17,
- "community_name": "adminRoutes.tsx",
- "norm_label": "herobanner",
- "id": "frontend_admin_panel_src_pages_cms_herobanner"
- },
- {
- "label": "VetTestimonial",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/CMS.tsx",
- "source_location": "L14",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 17,
- "community_name": "adminRoutes.tsx",
- "norm_label": "vettestimonial",
- "id": "frontend_admin_panel_src_pages_cms_vettestimonial"
- },
- {
- "label": "ContactInfoItem",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx",
- "source_location": "L17",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 17,
- "community_name": "adminRoutes.tsx",
- "norm_label": "contactinfoitem",
- "id": "frontend_admin_panel_src_pages_contactsubmissions_contactinfoitem"
- },
- {
- "label": "ContactSubmission",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx",
- "source_location": "L5",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 17,
- "community_name": "adminRoutes.tsx",
- "norm_label": "contactsubmission",
- "id": "frontend_admin_panel_src_pages_contactsubmissions_contactsubmission"
- },
- {
- "label": "CategoryDist",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Dashboard.tsx",
- "source_location": "L7",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 17,
- "norm_label": "categorydist",
- "id": "frontend_admin_panel_src_pages_dashboard_categorydist"
- },
- {
- "label": "DashboardData",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Dashboard.tsx",
- "source_location": "L12",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 17,
- "norm_label": "dashboarddata",
- "id": "frontend_admin_panel_src_pages_dashboard_dashboarddata"
- },
- {
- "label": "SslStatus",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/SslSettingsPage.tsx",
- "source_location": "L23",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 17,
- "norm_label": "sslstatus",
- "id": "frontend_admin_panel_src_pages_sslsettingspage_sslstatus"
- },
- {
- "label": "Ticket",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Tickets.tsx",
- "source_location": "L34",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 17,
- "norm_label": "ticket",
- "id": "frontend_admin_panel_src_pages_tickets_ticket"
- },
- {
- "label": "TicketMessage",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Tickets.tsx",
- "source_location": "L24",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 17,
- "norm_label": "ticketmessage",
- "id": "frontend_admin_panel_src_pages_tickets_ticketmessage"
- },
- {
- "label": "ProductItem",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Wiki.tsx",
- "source_location": "L20",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 17,
- "norm_label": "productitem",
- "id": "frontend_admin_panel_src_pages_wiki_productitem"
- },
- {
- "label": "WikiTerm",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Wiki.tsx",
- "source_location": "L9",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 17,
- "norm_label": "wikiterm",
- "id": "frontend_admin_panel_src_pages_wiki_wikiterm"
- },
- {
- "label": "AdminRouteConfig",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
- "source_location": "L42",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 17,
- "norm_label": "adminrouteconfig",
- "id": "frontend_admin_panel_src_routes_adminroutes_adminrouteconfig"
- },
{
"label": "CreateHomeDto",
"file_type": "code",
@@ -1393,7 +1151,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 170,
+ "community": 171,
"community_name": "Home Management DTOs",
"norm_label": "createhomedto",
"id": "backend_src_home_dto_create_home_dto_createhomedto"
@@ -1406,7 +1164,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 170,
+ "community": 171,
"community_name": "Home Management DTOs",
"norm_label": "updatehomedto",
"id": "backend_src_home_dto_update_home_dto_updatehomedto"
@@ -1419,7 +1177,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 171,
+ "community": 172,
"community_name": "Wiki Management DTOs",
"norm_label": "createwikidto",
"id": "backend_src_wiki_dto_create_wiki_dto_createwikidto"
@@ -1432,7 +1190,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 171,
+ "community": 172,
"community_name": "Wiki Management DTOs",
"norm_label": "updatewikidto",
"id": "backend_src_wiki_dto_update_wiki_dto_updatewikidto"
@@ -1445,7 +1203,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 177,
+ "community": 178,
"norm_label": "selectoption",
"id": "frontend_admin_panel_src_components_ui_select_selectoption"
},
@@ -1457,160 +1215,10 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 177,
+ "community": 178,
"norm_label": "selectprops",
"id": "frontend_admin_panel_src_components_ui_select_selectprops"
},
- {
- "label": "ConfirmModalProps",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/components/ui/ConfirmModal.tsx",
- "source_location": "L3",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 18,
- "community_name": "Spinner.tsx",
- "norm_label": "confirmmodalprops",
- "id": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodalprops"
- },
- {
- "label": "PaginationProps",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/components/ui/Pagination.tsx",
- "source_location": "L4",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 18,
- "community_name": "Spinner.tsx",
- "norm_label": "paginationprops",
- "id": "frontend_admin_panel_src_components_ui_pagination_paginationprops"
- },
- {
- "label": "BlogPost",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Blogs.tsx",
- "source_location": "L10",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 18,
- "community_name": "Spinner.tsx",
- "norm_label": "blogpost",
- "id": "frontend_admin_panel_src_pages_blogs_blogpost"
- },
- {
- "label": "Category",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Categories.tsx",
- "source_location": "L10",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 18,
- "community_name": "Spinner.tsx",
- "norm_label": "category",
- "id": "frontend_admin_panel_src_pages_categories_category"
- },
- {
- "label": "WholesaleRequest",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/WholesaleApplications.tsx",
- "source_location": "L6",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 18,
- "community_name": "adminRoutes.tsx",
- "norm_label": "wholesalerequest",
- "id": "frontend_admin_panel_src_pages_wholesaleapplications_wholesalerequest"
- },
- {
- "label": "Media",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx",
- "source_location": "L10",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 18,
- "norm_label": "media",
- "id": "frontend_admin_panel_src_components_ui_mediaselector_media"
- },
- {
- "label": "MediaSelectorProps",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx",
- "source_location": "L17",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 18,
- "norm_label": "mediaselectorprops",
- "id": "frontend_admin_panel_src_components_ui_mediaselector_mediaselectorprops"
- },
- {
- "label": "Pet",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Pets.tsx",
- "source_location": "L9",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 18,
- "norm_label": "pet",
- "id": "frontend_admin_panel_src_pages_pets_pet"
- },
- {
- "label": "Category",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Products.tsx",
- "source_location": "L11",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 18,
- "norm_label": "category",
- "id": "frontend_admin_panel_src_pages_products_category"
- },
- {
- "label": "Product",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Products.tsx",
- "source_location": "L18",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 18,
- "norm_label": "product",
- "id": "frontend_admin_panel_src_pages_products_product"
- },
- {
- "label": "Testimonial",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/types/admin.ts",
- "source_location": "L97",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 18,
- "norm_label": "testimonial",
- "id": "frontend_admin_panel_src_types_admin_testimonial"
- },
- {
- "label": "ScientificTerm",
- "file_type": "code",
- "source_file": "backend/prisma/scientificTerms.ts",
- "source_location": "L1",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 187,
- "community_name": "Scientific Terms Schema",
- "norm_label": "scientificterm",
- "id": "backend_prisma_scientificterms_scientificterm"
- },
{
"label": "ContactInfoItem",
"file_type": "code",
@@ -1619,7 +1227,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 19,
+ "community": 18,
"norm_label": "contactinfoitem",
"id": "frontend_application_components_contactformclient_contactinfoitem"
},
@@ -1631,7 +1239,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 19,
+ "community": 18,
"norm_label": "prescriptionuploadmodalprops",
"id": "frontend_application_components_prescriptionuploadmodal_prescriptionuploadmodalprops"
},
@@ -1643,7 +1251,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 19,
+ "community": 18,
"norm_label": "apierrorpayload",
"id": "frontend_application_lib_services_api_apierrorpayload"
},
@@ -1655,7 +1263,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 19,
+ "community": 18,
"norm_label": "apierr",
"id": "frontend_application_lib_services_authservice_apierr"
},
@@ -1667,7 +1275,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 19,
+ "community": 18,
"norm_label": "authresponse",
"id": "frontend_application_lib_services_authservice_authresponse"
},
@@ -1679,7 +1287,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 19,
+ "community": 18,
"norm_label": "authservice",
"id": "frontend_application_lib_services_authservice_authservice"
},
@@ -1691,7 +1299,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 19,
+ "community": 18,
"norm_label": "user",
"id": "frontend_application_lib_services_authservice_user"
},
@@ -1703,7 +1311,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 19,
+ "community": 18,
"norm_label": "transaction",
"id": "frontend_application_lib_store_userstore_transaction"
},
@@ -1715,7 +1323,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 19,
+ "community": 18,
"norm_label": "userprofile",
"id": "frontend_application_lib_store_userstore_userprofile"
},
@@ -1727,7 +1335,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 19,
+ "community": 18,
"norm_label": "userrole",
"id": "frontend_application_lib_store_userstore_userrole"
},
@@ -1739,10 +1347,157 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 19,
+ "community": 18,
"norm_label": "userstore",
"id": "frontend_application_lib_store_userstore_userstore"
},
+ {
+ "label": "ScientificTerm",
+ "file_type": "code",
+ "source_file": "backend/prisma/scientificTerms.ts",
+ "source_location": "L1",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 188,
+ "community_name": "Scientific Terms Schema",
+ "norm_label": "scientificterm",
+ "id": "backend_prisma_scientificterms_scientificterm"
+ },
+ {
+ "label": "ContactInfoItem",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx",
+ "source_location": "L17",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 19,
+ "community_name": "adminRoutes.tsx",
+ "norm_label": "contactinfoitem",
+ "id": "frontend_admin_panel_src_pages_contactsubmissions_contactinfoitem"
+ },
+ {
+ "label": "ContactSubmission",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx",
+ "source_location": "L5",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 19,
+ "community_name": "adminRoutes.tsx",
+ "norm_label": "contactsubmission",
+ "id": "frontend_admin_panel_src_pages_contactsubmissions_contactsubmission"
+ },
+ {
+ "label": "CategoryDist",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Dashboard.tsx",
+ "source_location": "L7",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 19,
+ "norm_label": "categorydist",
+ "id": "frontend_admin_panel_src_pages_dashboard_categorydist"
+ },
+ {
+ "label": "DashboardData",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Dashboard.tsx",
+ "source_location": "L12",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 19,
+ "norm_label": "dashboarddata",
+ "id": "frontend_admin_panel_src_pages_dashboard_dashboarddata"
+ },
+ {
+ "label": "SslStatus",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/SslSettingsPage.tsx",
+ "source_location": "L23",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 19,
+ "norm_label": "sslstatus",
+ "id": "frontend_admin_panel_src_pages_sslsettingspage_sslstatus"
+ },
+ {
+ "label": "Ticket",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Tickets.tsx",
+ "source_location": "L34",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 19,
+ "norm_label": "ticket",
+ "id": "frontend_admin_panel_src_pages_tickets_ticket"
+ },
+ {
+ "label": "TicketMessage",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Tickets.tsx",
+ "source_location": "L24",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 19,
+ "norm_label": "ticketmessage",
+ "id": "frontend_admin_panel_src_pages_tickets_ticketmessage"
+ },
+ {
+ "label": "GatewayHealth",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Transactions.tsx",
+ "source_location": "L79",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 19,
+ "norm_label": "gatewayhealth",
+ "id": "frontend_admin_panel_src_pages_transactions_gatewayhealth"
+ },
+ {
+ "label": "Stats",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Transactions.tsx",
+ "source_location": "L69",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 19,
+ "norm_label": "stats",
+ "id": "frontend_admin_panel_src_pages_transactions_stats"
+ },
+ {
+ "label": "Transaction",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Transactions.tsx",
+ "source_location": "L32",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 19,
+ "norm_label": "transaction",
+ "id": "frontend_admin_panel_src_pages_transactions_transaction"
+ },
+ {
+ "label": "AdminRouteConfig",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
+ "source_location": "L42",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 19,
+ "norm_label": "adminrouteconfig",
+ "id": "frontend_admin_panel_src_routes_adminroutes_adminrouteconfig"
+ },
{
"label": "AddressDto",
"file_type": "code",
@@ -1769,31 +1524,6 @@
"norm_label": "userscontroller",
"id": "backend_src_users_users_controller_userscontroller"
},
- {
- "label": "UsersModule",
- "file_type": "code",
- "source_file": "backend/src/users/users.module.ts",
- "source_location": "L10",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 2,
- "community_name": "UsersService",
- "norm_label": "usersmodule",
- "id": "backend_src_users_users_module_usersmodule"
- },
- {
- "label": "AuthModule",
- "file_type": "code",
- "source_file": "backend/src/auth/auth.module.ts",
- "source_location": "L25",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 2,
- "norm_label": "authmodule",
- "id": "backend_src_auth_auth_module_authmodule"
- },
{
"label": "JwtPayload",
"file_type": "code",
@@ -1843,28 +1573,160 @@
"id": "backend_src_users_users_service_usersservice"
},
{
- "label": "OrdersController",
+ "label": "AdminLoginPayload",
"file_type": "code",
- "source_file": "backend/src/orders/orders.controller.ts",
- "source_location": "L54",
+ "source_file": "frontend/admin-panel/src/types/admin.ts",
+ "source_location": "L31",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 20,
- "norm_label": "orderscontroller",
- "id": "backend_src_orders_orders_controller_orderscontroller"
+ "norm_label": "adminloginpayload",
+ "id": "frontend_admin_panel_src_types_admin_adminloginpayload"
},
{
- "label": "OrdersService",
+ "label": "AuthState",
"file_type": "code",
- "source_file": "backend/src/orders/orders.service.ts",
+ "source_file": "frontend/admin-panel/src/types/admin.ts",
"source_location": "L14",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 20,
- "norm_label": "ordersservice",
- "id": "backend_src_orders_orders_service_ordersservice"
+ "norm_label": "authstate",
+ "id": "frontend_admin_panel_src_types_admin_authstate"
+ },
+ {
+ "label": "B2BInquiry",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/types/admin.ts",
+ "source_location": "L136",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 20,
+ "norm_label": "b2binquiry",
+ "id": "frontend_admin_panel_src_types_admin_b2binquiry"
+ },
+ {
+ "label": "Banner",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/types/admin.ts",
+ "source_location": "L70",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 20,
+ "norm_label": "banner",
+ "id": "frontend_admin_panel_src_types_admin_banner"
+ },
+ {
+ "label": "Ingredient",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/types/admin.ts",
+ "source_location": "L111",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 20,
+ "norm_label": "ingredient",
+ "id": "frontend_admin_panel_src_types_admin_ingredient"
+ },
+ {
+ "label": "PartnerAccount",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/types/admin.ts",
+ "source_location": "L151",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 20,
+ "norm_label": "partneraccount",
+ "id": "frontend_admin_panel_src_types_admin_partneraccount"
+ },
+ {
+ "label": "Product",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/types/admin.ts",
+ "source_location": "L187",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 20,
+ "norm_label": "product",
+ "id": "frontend_admin_panel_src_types_admin_product"
+ },
+ {
+ "label": "SendOtpPayload",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/types/admin.ts",
+ "source_location": "L22",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 20,
+ "norm_label": "sendotppayload",
+ "id": "frontend_admin_panel_src_types_admin_sendotppayload"
+ },
+ {
+ "label": "SeoSettings",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/types/admin.ts",
+ "source_location": "L163",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 20,
+ "norm_label": "seosettings",
+ "id": "frontend_admin_panel_src_types_admin_seosettings"
+ },
+ {
+ "label": "SmartAdvisorRule",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/types/admin.ts",
+ "source_location": "L83",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 20,
+ "norm_label": "smartadvisorrule",
+ "id": "frontend_admin_panel_src_types_admin_smartadvisorrule"
+ },
+ {
+ "label": "SystemSettings",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/types/admin.ts",
+ "source_location": "L179",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 20,
+ "norm_label": "systemsettings",
+ "id": "frontend_admin_panel_src_types_admin_systemsettings"
+ },
+ {
+ "label": "Testimonial",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/types/admin.ts",
+ "source_location": "L97",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 20,
+ "norm_label": "testimonial",
+ "id": "frontend_admin_panel_src_types_admin_testimonial"
+ },
+ {
+ "label": "VerifyOtpPayload",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/types/admin.ts",
+ "source_location": "L26",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 20,
+ "norm_label": "verifyotppayload",
+ "id": "frontend_admin_panel_src_types_admin_verifyotppayload"
},
{
"label": "FormFieldProps",
@@ -1874,7 +1736,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 205,
+ "community": 206,
"norm_label": "formfieldprops",
"id": "frontend_admin_panel_src_components_ui_formfield_formfieldprops"
},
@@ -1886,7 +1748,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 206,
+ "community": 207,
"norm_label": "inputprops",
"id": "frontend_admin_panel_src_components_ui_input_inputprops"
},
@@ -1898,61 +1760,132 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 207,
+ "community": 208,
"norm_label": "textareaprops",
"id": "frontend_admin_panel_src_components_ui_textarea_textareaprops"
},
{
- "label": "JwtAuthGuard",
+ "label": "HeroBanner",
"file_type": "code",
- "source_file": "backend/src/auth/jwt-auth.guard.ts",
- "source_location": "L5",
+ "source_file": "frontend/admin-panel/src/pages/CMS.tsx",
+ "source_location": "L6",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 22,
- "community_name": "JwtAuthGuard",
- "norm_label": "jwtauthguard",
- "id": "backend_src_auth_jwt_auth_guard_jwtauthguard"
+ "community": 23,
+ "community_name": "adminRoutes.tsx",
+ "norm_label": "herobanner",
+ "id": "frontend_admin_panel_src_pages_cms_herobanner"
},
{
- "label": "RequestWithUser",
+ "label": "VetTestimonial",
"file_type": "code",
- "source_file": "backend/src/common/guards/roles.guard.ts",
- "source_location": "L10",
+ "source_file": "frontend/admin-panel/src/pages/CMS.tsx",
+ "source_location": "L14",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 22,
- "community_name": "JwtAuthGuard",
- "norm_label": "requestwithuser",
- "id": "backend_src_common_guards_roles_guard_requestwithuser"
+ "community": 23,
+ "community_name": "adminRoutes.tsx",
+ "norm_label": "vettestimonial",
+ "id": "frontend_admin_panel_src_pages_cms_vettestimonial"
},
{
- "label": "RolesGuard",
+ "label": "WholesaleRequest",
"file_type": "code",
- "source_file": "backend/src/common/guards/roles.guard.ts",
- "source_location": "L17",
+ "source_file": "frontend/admin-panel/src/pages/WholesaleApplications.tsx",
+ "source_location": "L6",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 22,
- "community_name": "JwtAuthGuard",
- "norm_label": "rolesguard",
- "id": "backend_src_common_guards_roles_guard_rolesguard"
+ "community": 23,
+ "community_name": "adminRoutes.tsx",
+ "norm_label": "wholesalerequest",
+ "id": "frontend_admin_panel_src_pages_wholesaleapplications_wholesalerequest"
},
{
- "label": "UserReqPayload",
+ "label": "MenuGroup",
"file_type": "code",
- "source_file": "backend/src/prescriptions/prescriptions.controller.ts",
- "source_location": "L17",
+ "source_file": "frontend/admin-panel/src/components/Sidebar.tsx",
+ "source_location": "L42",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 22,
- "community_name": "JwtAuthGuard",
- "norm_label": "userreqpayload",
- "id": "backend_src_prescriptions_prescriptions_controller_userreqpayload"
+ "community": 23,
+ "norm_label": "menugroup",
+ "id": "frontend_admin_panel_src_components_sidebar_menugroup"
+ },
+ {
+ "label": "SidebarProps",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/components/Sidebar.tsx",
+ "source_location": "L49",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 23,
+ "norm_label": "sidebarprops",
+ "id": "frontend_admin_panel_src_components_sidebar_sidebarprops"
+ },
+ {
+ "label": "SubMenuItem",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/components/Sidebar.tsx",
+ "source_location": "L35",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 23,
+ "norm_label": "submenuitem",
+ "id": "frontend_admin_panel_src_components_sidebar_submenuitem"
+ },
+ {
+ "label": "TopbarProps",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/components/Topbar.tsx",
+ "source_location": "L8",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 23,
+ "norm_label": "topbarprops",
+ "id": "frontend_admin_panel_src_components_topbar_topbarprops"
+ },
+ {
+ "label": "ApiErrorPayload",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/services/api.ts",
+ "source_location": "L13",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 23,
+ "norm_label": "apierrorpayload",
+ "id": "frontend_admin_panel_src_services_api_apierrorpayload"
+ },
+ {
+ "label": "AdminUser",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/types/admin.ts",
+ "source_location": "L1",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 23,
+ "norm_label": "adminuser",
+ "id": "frontend_admin_panel_src_types_admin_adminuser"
+ },
+ {
+ "label": "AuthResponseData",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/types/admin.ts",
+ "source_location": "L36",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 23,
+ "norm_label": "authresponsedata",
+ "id": "frontend_admin_panel_src_types_admin_authresponsedata"
},
{
"label": "Blog",
@@ -1962,7 +1895,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 233,
+ "community": 234,
"community_name": "Blog Entity Model",
"norm_label": "blog",
"id": "backend_src_blogs_entities_blog_entity_blog"
@@ -1975,7 +1908,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 234,
+ "community": 235,
"community_name": "Home Entity Model",
"norm_label": "home",
"id": "backend_src_home_entities_home_entity_home"
@@ -1988,11 +1921,71 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 235,
+ "community": 236,
"community_name": "Wiki Entity Model",
"norm_label": "wiki",
"id": "backend_src_wiki_entities_wiki_entity_wiki"
},
+ {
+ "label": "AdminLoginInput",
+ "file_type": "code",
+ "source_file": "backend/src/auth/auth.service.ts",
+ "source_location": "L25",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 24,
+ "norm_label": "adminlogininput",
+ "id": "backend_src_auth_auth_service_adminlogininput"
+ },
+ {
+ "label": "AuthService",
+ "file_type": "code",
+ "source_file": "backend/src/auth/auth.service.ts",
+ "source_location": "L32",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 24,
+ "norm_label": "authservice",
+ "id": "backend_src_auth_auth_service_authservice"
+ },
+ {
+ "label": "LoginInput",
+ "file_type": "code",
+ "source_file": "backend/src/auth/auth.service.ts",
+ "source_location": "L20",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 24,
+ "norm_label": "logininput",
+ "id": "backend_src_auth_auth_service_logininput"
+ },
+ {
+ "label": "RegisterInput",
+ "file_type": "code",
+ "source_file": "backend/src/auth/auth.service.ts",
+ "source_location": "L12",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 24,
+ "norm_label": "registerinput",
+ "id": "backend_src_auth_auth_service_registerinput"
+ },
+ {
+ "label": "RedisService",
+ "file_type": "code",
+ "source_file": "backend/src/redis/redis.service.ts",
+ "source_location": "L5",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 24,
+ "norm_label": "redisservice",
+ "id": "backend_src_redis_redis_service_redisservice"
+ },
{
"label": "MockIntersectionObserver",
"file_type": "code",
@@ -2001,11 +1994,63 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 248,
+ "community": 249,
"community_name": "Vitest Test Setup",
"norm_label": "mockintersectionobserver",
"id": "frontend_application_vitest_setup_mockintersectionobserver"
},
+ {
+ "label": "JwtAuthGuard",
+ "file_type": "code",
+ "source_file": "backend/src/auth/jwt-auth.guard.ts",
+ "source_location": "L5",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "JwtAuthGuard",
+ "norm_label": "jwtauthguard",
+ "id": "backend_src_auth_jwt_auth_guard_jwtauthguard"
+ },
+ {
+ "label": "RequestWithUser",
+ "file_type": "code",
+ "source_file": "backend/src/common/guards/roles.guard.ts",
+ "source_location": "L10",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "JwtAuthGuard",
+ "norm_label": "requestwithuser",
+ "id": "backend_src_common_guards_roles_guard_requestwithuser"
+ },
+ {
+ "label": "RolesGuard",
+ "file_type": "code",
+ "source_file": "backend/src/common/guards/roles.guard.ts",
+ "source_location": "L17",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "JwtAuthGuard",
+ "norm_label": "rolesguard",
+ "id": "backend_src_common_guards_roles_guard_rolesguard"
+ },
+ {
+ "label": "UserReqPayload",
+ "file_type": "code",
+ "source_file": "backend/src/prescriptions/prescriptions.controller.ts",
+ "source_location": "L17",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "JwtAuthGuard",
+ "norm_label": "userreqpayload",
+ "id": "backend_src_prescriptions_prescriptions_controller_userreqpayload"
+ },
{
"label": "Ingredient",
"file_type": "code",
@@ -2175,138 +2220,6 @@
"norm_label": "productservice",
"id": "frontend_application_lib_services_productservice_productservice"
},
- {
- "label": "AdminLoginPayload",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/types/admin.ts",
- "source_location": "L31",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 31,
- "norm_label": "adminloginpayload",
- "id": "frontend_admin_panel_src_types_admin_adminloginpayload"
- },
- {
- "label": "B2BInquiry",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/types/admin.ts",
- "source_location": "L136",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 31,
- "norm_label": "b2binquiry",
- "id": "frontend_admin_panel_src_types_admin_b2binquiry"
- },
- {
- "label": "Banner",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/types/admin.ts",
- "source_location": "L70",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 31,
- "norm_label": "banner",
- "id": "frontend_admin_panel_src_types_admin_banner"
- },
- {
- "label": "Ingredient",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/types/admin.ts",
- "source_location": "L111",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 31,
- "norm_label": "ingredient",
- "id": "frontend_admin_panel_src_types_admin_ingredient"
- },
- {
- "label": "PartnerAccount",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/types/admin.ts",
- "source_location": "L151",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 31,
- "norm_label": "partneraccount",
- "id": "frontend_admin_panel_src_types_admin_partneraccount"
- },
- {
- "label": "Product",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/types/admin.ts",
- "source_location": "L187",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 31,
- "norm_label": "product",
- "id": "frontend_admin_panel_src_types_admin_product"
- },
- {
- "label": "SendOtpPayload",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/types/admin.ts",
- "source_location": "L22",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 31,
- "norm_label": "sendotppayload",
- "id": "frontend_admin_panel_src_types_admin_sendotppayload"
- },
- {
- "label": "SeoSettings",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/types/admin.ts",
- "source_location": "L163",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 31,
- "norm_label": "seosettings",
- "id": "frontend_admin_panel_src_types_admin_seosettings"
- },
- {
- "label": "SmartAdvisorRule",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/types/admin.ts",
- "source_location": "L83",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 31,
- "norm_label": "smartadvisorrule",
- "id": "frontend_admin_panel_src_types_admin_smartadvisorrule"
- },
- {
- "label": "SystemSettings",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/types/admin.ts",
- "source_location": "L179",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 31,
- "norm_label": "systemsettings",
- "id": "frontend_admin_panel_src_types_admin_systemsettings"
- },
- {
- "label": "VerifyOtpPayload",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/types/admin.ts",
- "source_location": "L26",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 31,
- "norm_label": "verifyotppayload",
- "id": "frontend_admin_panel_src_types_admin_verifyotppayload"
- },
{
"label": "ApiErr",
"file_type": "code",
@@ -2315,7 +2228,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 32,
+ "community": 33,
"community_name": "useCartStore",
"norm_label": "apierr",
"id": "frontend_application_lib_services_orderservice_apierr"
@@ -2328,7 +2241,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 32,
+ "community": 33,
"community_name": "useCartStore",
"norm_label": "order",
"id": "frontend_application_lib_services_orderservice_order"
@@ -2341,7 +2254,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 32,
+ "community": 33,
"community_name": "useCartStore",
"norm_label": "orderitem",
"id": "frontend_application_lib_services_orderservice_orderitem"
@@ -2354,7 +2267,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 32,
+ "community": 33,
"community_name": "useCartStore",
"norm_label": "orderservice",
"id": "frontend_application_lib_services_orderservice_orderservice"
@@ -2367,7 +2280,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 32,
+ "community": 33,
"norm_label": "cartitem",
"id": "frontend_application_lib_store_cartstore_cartitem"
},
@@ -2379,7 +2292,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 32,
+ "community": 33,
"norm_label": "cartstore",
"id": "frontend_application_lib_store_cartstore_cartstore"
},
@@ -2391,7 +2304,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 32,
+ "community": 33,
"norm_label": "order",
"id": "frontend_application_lib_store_cartstore_order"
},
@@ -2403,49 +2316,10 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 33,
+ "community": 34,
"norm_label": "paymentcontroller",
"id": "backend_src_payment_payment_controller_paymentcontroller"
},
- {
- "label": "WholesaleApplyDto",
- "file_type": "code",
- "source_file": "backend/src/wholesale/dto/wholesale-apply.dto.ts",
- "source_location": "L4",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 34,
- "community_name": "WholesaleApplyDto",
- "norm_label": "wholesaleapplydto",
- "id": "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto"
- },
- {
- "label": "WholesaleController",
- "file_type": "code",
- "source_file": "backend/src/wholesale/wholesale.controller.ts",
- "source_location": "L20",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 34,
- "community_name": "WholesaleApplyDto",
- "norm_label": "wholesalecontroller",
- "id": "backend_src_wholesale_wholesale_controller_wholesalecontroller"
- },
- {
- "label": "WholesaleService",
- "file_type": "code",
- "source_file": "backend/src/wholesale/wholesale.service.ts",
- "source_location": "L8",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 34,
- "community_name": "WholesaleApplyDto",
- "norm_label": "wholesaleservice",
- "id": "backend_src_wholesale_wholesale_service_wholesaleservice"
- },
{
"label": "SkeletonProps",
"file_type": "code",
@@ -2520,28 +2394,80 @@
"id": "frontend_application_lib_store_usepetstore_reminder"
},
{
- "label": "MediaController",
+ "label": "PrismaExceptionFilter",
"file_type": "code",
- "source_file": "backend/src/admin/media.controller.ts",
- "source_location": "L22",
+ "source_file": "backend/src/common/filters/prisma-exception.filter.ts",
+ "source_location": "L12",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 37,
- "norm_label": "mediacontroller",
- "id": "backend_src_admin_media_controller_mediacontroller"
+ "community": 36,
+ "community_name": "main.ts",
+ "norm_label": "prismaexceptionfilter",
+ "id": "backend_src_common_filters_prisma_exception_filter_prismaexceptionfilter"
},
{
- "label": "MediaService",
+ "label": "DecimalInterceptor",
"file_type": "code",
- "source_file": "backend/src/admin/media.service.ts",
- "source_location": "L7",
+ "source_file": "backend/src/common/interceptors/decimal.interceptor.ts",
+ "source_location": "L12",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 37,
- "norm_label": "mediaservice",
- "id": "backend_src_admin_media_service_mediaservice"
+ "community": 36,
+ "community_name": "main.ts",
+ "norm_label": "decimalinterceptor",
+ "id": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor"
+ },
+ {
+ "label": "ApiErrorResponse",
+ "file_type": "code",
+ "source_file": "backend/src/common/schemas/error-response.schema.ts",
+ "source_location": "L14",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 36,
+ "community_name": "main.ts",
+ "norm_label": "apierrorresponse",
+ "id": "backend_src_common_schemas_error_response_schema_apierrorresponse"
+ },
+ {
+ "label": "ErrorDetailField",
+ "file_type": "code",
+ "source_file": "backend/src/common/schemas/error-response.schema.ts",
+ "source_location": "L3",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 36,
+ "community_name": "main.ts",
+ "norm_label": "errordetailfield",
+ "id": "backend_src_common_schemas_error_response_schema_errordetailfield"
+ },
+ {
+ "label": "AppModule",
+ "file_type": "code",
+ "source_file": "backend/src/app.module.ts",
+ "source_location": "L81",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 36,
+ "norm_label": "appmodule",
+ "id": "backend_src_app_module_appmodule"
+ },
+ {
+ "label": "CustomHttpExceptionFilter",
+ "file_type": "code",
+ "source_file": "backend/src/common/filters/http-exception.filter.ts",
+ "source_location": "L13",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 36,
+ "norm_label": "customhttpexceptionfilter",
+ "id": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter"
},
{
"label": "B2BController",
@@ -2551,7 +2477,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 38,
+ "community": 37,
"community_name": "B2BService",
"norm_label": "b2bcontroller",
"id": "backend_src_b2b_b2b_controller_b2bcontroller"
@@ -2564,7 +2490,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 38,
+ "community": 37,
"community_name": "B2BService",
"norm_label": "b2bservice",
"id": "backend_src_b2b_b2b_service_b2bservice"
@@ -2577,7 +2503,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 38,
+ "community": 37,
"community_name": "PrismaService",
"norm_label": "b2bwholesaleorderitem",
"id": "backend_src_b2b_b2b_service_b2bwholesaleorderitem"
@@ -2590,7 +2516,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 39,
+ "community": 38,
"norm_label": "paymentservice",
"id": "backend_src_payment_payment_service_paymentservice"
},
@@ -2602,86 +2528,286 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 39,
+ "community": 38,
"norm_label": "zibalservice",
"id": "backend_src_payment_zibal_service_zibalservice"
},
{
- "label": "VerifyOtpDto",
+ "label": "BlogQuery",
"file_type": "code",
- "source_file": "backend/src/auth/dto/verify-otp.dto.ts",
- "source_location": "L4",
+ "source_file": "backend/src/admin/blogs.service.ts",
+ "source_location": "L5",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 4,
- "community_name": "VerifyOtpDto",
- "norm_label": "verifyotpdto",
- "id": "backend_src_auth_dto_verify_otp_dto_verifyotpdto"
+ "community_name": "BlogsService",
+ "norm_label": "blogquery",
+ "id": "backend_src_admin_blogs_service_blogquery"
},
{
- "label": "AdminLoginDto",
+ "label": "BlogsService",
"file_type": "code",
- "source_file": "backend/src/auth/dto/admin-login.dto.ts",
- "source_location": "L4",
+ "source_file": "backend/src/admin/blogs.service.ts",
+ "source_location": "L12",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 4,
- "community_name": "auth.controller.ts",
- "norm_label": "adminlogindto",
- "id": "backend_src_auth_dto_admin_login_dto_adminlogindto"
+ "community_name": "BlogsService",
+ "norm_label": "blogsservice",
+ "id": "backend_src_admin_blogs_service_blogsservice"
},
{
- "label": "LoginDto",
+ "label": "CategoryQuery",
"file_type": "code",
- "source_file": "backend/src/auth/dto/login.dto.ts",
- "source_location": "L4",
+ "source_file": "backend/src/admin/categories.service.ts",
+ "source_location": "L5",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 4,
- "community_name": "auth.controller.ts",
- "norm_label": "logindto",
- "id": "backend_src_auth_dto_login_dto_logindto"
+ "community_name": "PaginationDto",
+ "norm_label": "categoryquery",
+ "id": "backend_src_admin_categories_service_categoryquery"
},
{
- "label": "RegisterDto",
+ "label": "SortOrder",
"file_type": "code",
- "source_file": "backend/src/auth/dto/register.dto.ts",
+ "source_file": "backend/src/common/dto/pagination.dto.ts",
+ "source_location": "L5",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 4,
+ "community_name": "PaginationDto",
+ "norm_label": "sortorder",
+ "id": "backend_src_common_dto_pagination_dto_sortorder"
+ },
+ {
+ "label": "ReportsController",
+ "file_type": "code",
+ "source_file": "backend/src/admin/reports.controller.ts",
+ "source_location": "L9",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 4,
+ "community_name": "admin.module.ts",
+ "norm_label": "reportscontroller",
+ "id": "backend_src_admin_reports_controller_reportscontroller"
+ },
+ {
+ "label": "ReportsService",
+ "file_type": "code",
+ "source_file": "backend/src/admin/reports.service.ts",
+ "source_location": "L5",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 4,
+ "community_name": "admin.module.ts",
+ "norm_label": "reportsservice",
+ "id": "backend_src_admin_reports_service_reportsservice"
+ },
+ {
+ "label": "WikiQuery",
+ "file_type": "code",
+ "source_file": "backend/src/admin/wiki.service.ts",
+ "source_location": "L5",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 4,
+ "community_name": "admin.module.ts",
+ "norm_label": "wikiquery",
+ "id": "backend_src_admin_wiki_service_wikiquery"
+ },
+ {
+ "label": "WikiService",
+ "file_type": "code",
+ "source_file": "backend/src/admin/wiki.service.ts",
+ "source_location": "L12",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 4,
+ "community_name": "admin.module.ts",
+ "norm_label": "wikiservice",
+ "id": "backend_src_admin_wiki_service_wikiservice"
+ },
+ {
+ "label": "RedisModule",
+ "file_type": "code",
+ "source_file": "backend/src/redis/redis.module.ts",
+ "source_location": "L9",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 4,
+ "community_name": "admin.module.ts",
+ "norm_label": "redismodule",
+ "id": "backend_src_redis_redis_module_redismodule"
+ },
+ {
+ "label": "AdminModule",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.module.ts",
+ "source_location": "L44",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 4,
+ "norm_label": "adminmodule",
+ "id": "backend_src_admin_admin_module_adminmodule"
+ },
+ {
+ "label": "PetQuery",
+ "file_type": "code",
+ "source_file": "backend/src/admin/pets.service.ts",
+ "source_location": "L5",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 4,
+ "norm_label": "petquery",
+ "id": "backend_src_admin_pets_service_petquery"
+ },
+ {
+ "label": "PetsService",
+ "file_type": "code",
+ "source_file": "backend/src/admin/pets.service.ts",
+ "source_location": "L12",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 4,
+ "norm_label": "petsservice",
+ "id": "backend_src_admin_pets_service_petsservice"
+ },
+ {
+ "label": "SslCertInfo",
+ "file_type": "code",
+ "source_file": "backend/src/admin/ssl.service.ts",
+ "source_location": "L6",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 4,
+ "norm_label": "sslcertinfo",
+ "id": "backend_src_admin_ssl_service_sslcertinfo"
+ },
+ {
+ "label": "ConfirmModalProps",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/components/ui/ConfirmModal.tsx",
+ "source_location": "L3",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 40,
+ "community_name": "Spinner.tsx",
+ "norm_label": "confirmmodalprops",
+ "id": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodalprops"
+ },
+ {
+ "label": "PaginationProps",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/components/ui/Pagination.tsx",
+ "source_location": "L4",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 40,
+ "community_name": "Spinner.tsx",
+ "norm_label": "paginationprops",
+ "id": "frontend_admin_panel_src_components_ui_pagination_paginationprops"
+ },
+ {
+ "label": "BlogPost",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Blogs.tsx",
"source_location": "L10",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 4,
- "community_name": "auth.controller.ts",
- "norm_label": "registerdto",
- "id": "backend_src_auth_dto_register_dto_registerdto"
+ "community": 40,
+ "community_name": "Spinner.tsx",
+ "norm_label": "blogpost",
+ "id": "frontend_admin_panel_src_pages_blogs_blogpost"
},
{
- "label": "SendOtpDto",
+ "label": "Category",
"file_type": "code",
- "source_file": "backend/src/auth/dto/send-otp.dto.ts",
- "source_location": "L4",
+ "source_file": "frontend/admin-panel/src/pages/Categories.tsx",
+ "source_location": "L10",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 4,
- "community_name": "auth.service.ts",
- "norm_label": "sendotpdto",
- "id": "backend_src_auth_dto_send_otp_dto_sendotpdto"
+ "community": 40,
+ "community_name": "Spinner.tsx",
+ "norm_label": "category",
+ "id": "frontend_admin_panel_src_pages_categories_category"
},
{
- "label": "AuthController",
+ "label": "Media",
"file_type": "code",
- "source_file": "backend/src/auth/auth.controller.ts",
- "source_location": "L33",
+ "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx",
+ "source_location": "L10",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 4,
- "norm_label": "authcontroller",
- "id": "backend_src_auth_auth_controller_authcontroller"
+ "community": 40,
+ "norm_label": "media",
+ "id": "frontend_admin_panel_src_components_ui_mediaselector_media"
+ },
+ {
+ "label": "MediaSelectorProps",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx",
+ "source_location": "L17",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 40,
+ "norm_label": "mediaselectorprops",
+ "id": "frontend_admin_panel_src_components_ui_mediaselector_mediaselectorprops"
+ },
+ {
+ "label": "Pet",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Pets.tsx",
+ "source_location": "L9",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 40,
+ "norm_label": "pet",
+ "id": "frontend_admin_panel_src_pages_pets_pet"
+ },
+ {
+ "label": "Category",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Products.tsx",
+ "source_location": "L11",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 40,
+ "norm_label": "category",
+ "id": "frontend_admin_panel_src_pages_products_category"
+ },
+ {
+ "label": "Product",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Products.tsx",
+ "source_location": "L18",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 40,
+ "norm_label": "product",
+ "id": "frontend_admin_panel_src_pages_products_product"
},
{
"label": "CategoriesController",
@@ -2709,6 +2835,30 @@
"norm_label": "categoriesservice",
"id": "backend_src_admin_categories_service_categoriesservice"
},
+ {
+ "label": "MediaController",
+ "file_type": "code",
+ "source_file": "backend/src/admin/media.controller.ts",
+ "source_location": "L22",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 42,
+ "norm_label": "mediacontroller",
+ "id": "backend_src_admin_media_controller_mediacontroller"
+ },
+ {
+ "label": "MediaService",
+ "file_type": "code",
+ "source_file": "backend/src/admin/media.service.ts",
+ "source_location": "L7",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 42,
+ "norm_label": "mediaservice",
+ "id": "backend_src_admin_media_service_mediaservice"
+ },
{
"label": "SslController",
"file_type": "code",
@@ -2717,7 +2867,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 43,
+ "community": 44,
"norm_label": "sslcontroller",
"id": "backend_src_admin_ssl_controller_sslcontroller"
},
@@ -2729,7 +2879,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 43,
+ "community": 44,
"norm_label": "sslservice",
"id": "backend_src_admin_ssl_service_sslservice"
},
@@ -2741,7 +2891,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 44,
+ "community": 45,
"community_name": "BannersService",
"norm_label": "bannerscontroller",
"id": "backend_src_banners_banners_controller_bannerscontroller"
@@ -2754,7 +2904,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 44,
+ "community": 45,
"community_name": "BannersService",
"norm_label": "bannersservice",
"id": "backend_src_banners_banners_service_bannersservice"
@@ -2767,7 +2917,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 46,
+ "community": 47,
"norm_label": "badgeprops",
"id": "frontend_admin_panel_src_components_ui_badge_badgeprops"
},
@@ -2779,7 +2929,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 46,
+ "community": 47,
"norm_label": "badgevariant",
"id": "frontend_admin_panel_src_components_ui_badge_badgevariant"
},
@@ -2791,7 +2941,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 46,
+ "community": 47,
"norm_label": "imagepreviewmodalprops",
"id": "frontend_admin_panel_src_components_ui_imagepreviewmodal_imagepreviewmodalprops"
},
@@ -2803,7 +2953,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 46,
+ "community": 47,
"norm_label": "toggleswitchprops",
"id": "frontend_admin_panel_src_components_ui_toggleswitch_toggleswitchprops"
},
@@ -2815,7 +2965,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 46,
+ "community": 47,
"norm_label": "media",
"id": "frontend_admin_panel_src_pages_media_media"
},
@@ -2827,7 +2977,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 46,
+ "community": 47,
"norm_label": "productitem",
"id": "frontend_admin_panel_src_pages_prescriptionsmanager_productitem"
},
@@ -2839,7 +2989,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 46,
+ "community": 47,
"norm_label": "prescription",
"id": "frontend_admin_panel_src_types_admin_prescription"
},
@@ -2851,7 +3001,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 47,
+ "community": 48,
"community_name": "Ingredient Management Controller",
"norm_label": "ingredientscontroller",
"id": "backend_src_ingredients_ingredients_controller_ingredientscontroller"
@@ -2864,118 +3014,99 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 47,
+ "community": 48,
"community_name": "Ingredient Management Controller",
"norm_label": "ingredientsservice",
"id": "backend_src_ingredients_ingredients_service_ingredientsservice"
},
{
- "label": "MenuGroup",
+ "label": "PetsController",
"file_type": "code",
- "source_file": "frontend/admin-panel/src/components/Sidebar.tsx",
- "source_location": "L42",
+ "source_file": "backend/src/pets/pets.controller.ts",
+ "source_location": "L55",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 48,
- "norm_label": "menugroup",
- "id": "frontend_admin_panel_src_components_sidebar_menugroup"
+ "community": 49,
+ "norm_label": "petscontroller",
+ "id": "backend_src_pets_pets_controller_petscontroller"
},
{
- "label": "SidebarProps",
+ "label": "VerifyOtpDto",
"file_type": "code",
- "source_file": "frontend/admin-panel/src/components/Sidebar.tsx",
- "source_location": "L49",
+ "source_file": "backend/src/auth/dto/verify-otp.dto.ts",
+ "source_location": "L4",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 48,
- "norm_label": "sidebarprops",
- "id": "frontend_admin_panel_src_components_sidebar_sidebarprops"
+ "community": 5,
+ "community_name": "VerifyOtpDto",
+ "norm_label": "verifyotpdto",
+ "id": "backend_src_auth_dto_verify_otp_dto_verifyotpdto"
},
{
- "label": "SubMenuItem",
+ "label": "AdminLoginDto",
"file_type": "code",
- "source_file": "frontend/admin-panel/src/components/Sidebar.tsx",
- "source_location": "L35",
+ "source_file": "backend/src/auth/dto/admin-login.dto.ts",
+ "source_location": "L4",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 48,
- "norm_label": "submenuitem",
- "id": "frontend_admin_panel_src_components_sidebar_submenuitem"
+ "community": 5,
+ "community_name": "auth.controller.ts",
+ "norm_label": "adminlogindto",
+ "id": "backend_src_auth_dto_admin_login_dto_adminlogindto"
},
{
- "label": "TopbarProps",
+ "label": "LoginDto",
"file_type": "code",
- "source_file": "frontend/admin-panel/src/components/Topbar.tsx",
- "source_location": "L8",
+ "source_file": "backend/src/auth/dto/login.dto.ts",
+ "source_location": "L4",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 48,
- "norm_label": "topbarprops",
- "id": "frontend_admin_panel_src_components_topbar_topbarprops"
+ "community": 5,
+ "community_name": "auth.controller.ts",
+ "norm_label": "logindto",
+ "id": "backend_src_auth_dto_login_dto_logindto"
},
{
- "label": "ApiErrorPayload",
+ "label": "RegisterDto",
"file_type": "code",
- "source_file": "frontend/admin-panel/src/services/api.ts",
- "source_location": "L13",
+ "source_file": "backend/src/auth/dto/register.dto.ts",
+ "source_location": "L10",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 48,
- "norm_label": "apierrorpayload",
- "id": "frontend_admin_panel_src_services_api_apierrorpayload"
+ "community": 5,
+ "community_name": "auth.controller.ts",
+ "norm_label": "registerdto",
+ "id": "backend_src_auth_dto_register_dto_registerdto"
},
{
- "label": "AdminUser",
+ "label": "SendOtpDto",
"file_type": "code",
- "source_file": "frontend/admin-panel/src/types/admin.ts",
- "source_location": "L1",
+ "source_file": "backend/src/auth/dto/send-otp.dto.ts",
+ "source_location": "L4",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 48,
- "norm_label": "adminuser",
- "id": "frontend_admin_panel_src_types_admin_adminuser"
+ "community": 5,
+ "community_name": "auth.service.ts",
+ "norm_label": "sendotpdto",
+ "id": "backend_src_auth_dto_send_otp_dto_sendotpdto"
},
{
- "label": "ApiResponse",
+ "label": "AuthController",
"file_type": "code",
- "source_file": "frontend/admin-panel/src/types/admin.ts",
- "source_location": "L41",
+ "source_file": "backend/src/auth/auth.controller.ts",
+ "source_location": "L33",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 48,
- "norm_label": "apiresponse",
- "id": "frontend_admin_panel_src_types_admin_apiresponse"
- },
- {
- "label": "AuthResponseData",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/types/admin.ts",
- "source_location": "L36",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 48,
- "norm_label": "authresponsedata",
- "id": "frontend_admin_panel_src_types_admin_authresponsedata"
- },
- {
- "label": "AuthState",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/types/admin.ts",
- "source_location": "L14",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 48,
- "norm_label": "authstate",
- "id": "frontend_admin_panel_src_types_admin_authstate"
+ "community": 5,
+ "norm_label": "authcontroller",
+ "id": "backend_src_auth_auth_controller_authcontroller"
},
{
"label": "B2BInquiry",
@@ -2985,7 +3116,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 49,
+ "community": 50,
"community_name": "ArchivePage.tsx",
"norm_label": "b2binquiry",
"id": "frontend_application_lib_types_b2binquiry"
@@ -2998,7 +3129,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 49,
+ "community": 50,
"community_name": "ArchivePage.tsx",
"norm_label": "banner",
"id": "frontend_application_lib_types_banner"
@@ -3011,7 +3142,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 49,
+ "community": 50,
"community_name": "ArchivePage.tsx",
"norm_label": "homeapiresponse",
"id": "frontend_application_lib_types_homeapiresponse"
@@ -3024,7 +3155,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 49,
+ "community": 50,
"community_name": "ArchivePage.tsx",
"norm_label": "navigationhandler",
"id": "frontend_application_lib_types_navigationhandler"
@@ -3037,7 +3168,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 49,
+ "community": 50,
"community_name": "ArchivePage.tsx",
"norm_label": "partneraccount",
"id": "frontend_application_lib_types_partneraccount"
@@ -3050,7 +3181,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 49,
+ "community": 50,
"community_name": "ArchivePage.tsx",
"norm_label": "prescription",
"id": "frontend_application_lib_types_prescription"
@@ -3063,7 +3194,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 49,
+ "community": 50,
"community_name": "ArchivePage.tsx",
"norm_label": "smartadvisorrule",
"id": "frontend_application_lib_types_smartadvisorrule"
@@ -3076,7 +3207,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 49,
+ "community": 50,
"community_name": "ArchivePage.tsx",
"norm_label": "testimonial",
"id": "frontend_application_lib_types_testimonial"
@@ -3089,7 +3220,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 49,
+ "community": 50,
"community_name": "ProductPage.tsx",
"norm_label": "dosageconfig",
"id": "frontend_application_lib_types_dosageconfig"
@@ -3102,7 +3233,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 49,
+ "community": 50,
"norm_label": "homeclientprops",
"id": "frontend_application_app_homeclient_homeclientprops"
},
@@ -3114,100 +3245,10 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 49,
+ "community": 50,
"norm_label": "bannerplacementprops",
"id": "frontend_application_components_bannerplacement_bannerplacementprops"
},
- {
- "label": "CmsController",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.controller.ts",
- "source_location": "L27",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 5,
- "community_name": "CmsController",
- "norm_label": "cmscontroller",
- "id": "backend_src_cms_cms_controller_cmscontroller"
- },
- {
- "label": "CmsService",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.service.ts",
- "source_location": "L10",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 5,
- "community_name": "CmsController",
- "norm_label": "cmsservice",
- "id": "backend_src_cms_cms_service_cmsservice"
- },
- {
- "label": "CreateHeroBannerDto",
- "file_type": "code",
- "source_file": "backend/src/cms/dto/cms.dto.ts",
- "source_location": "L10",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 5,
- "community_name": "CmsController",
- "norm_label": "createherobannerdto",
- "id": "backend_src_cms_dto_cms_dto_createherobannerdto"
- },
- {
- "label": "CreateSmartAdvisorRuleDto",
- "file_type": "code",
- "source_file": "backend/src/cms/dto/cms.dto.ts",
- "source_location": "L80",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 5,
- "community_name": "CmsController",
- "norm_label": "createsmartadvisorruledto",
- "id": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto"
- },
- {
- "label": "CreateVetTestimonialDto",
- "file_type": "code",
- "source_file": "backend/src/cms/dto/cms.dto.ts",
- "source_location": "L45",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 5,
- "community_name": "CmsController",
- "norm_label": "createvettestimonialdto",
- "id": "backend_src_cms_dto_cms_dto_createvettestimonialdto"
- },
- {
- "label": "PrescriptionsController",
- "file_type": "code",
- "source_file": "backend/src/prescriptions/prescriptions.controller.ts",
- "source_location": "L27",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 50,
- "community_name": "Prescription Review Controller",
- "norm_label": "prescriptionscontroller",
- "id": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller"
- },
- {
- "label": "PrescriptionsService",
- "file_type": "code",
- "source_file": "backend/src/prescriptions/prescriptions.service.ts",
- "source_location": "L11",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 50,
- "norm_label": "prescriptionsservice",
- "id": "backend_src_prescriptions_prescriptions_service_prescriptionsservice"
- },
{
"label": "SmartAdvisorController",
"file_type": "code",
@@ -3261,68 +3302,56 @@
"id": "backend_src_testimonials_testimonials_service_testimonialsservice"
},
{
- "label": "PrismaExceptionFilter",
+ "label": "AdminQueryDto",
"file_type": "code",
- "source_file": "backend/src/common/filters/prisma-exception.filter.ts",
- "source_location": "L12",
+ "source_file": "backend/src/admin/dto/admin-query.dto.ts",
+ "source_location": "L5",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 54,
- "community_name": "main.ts",
- "norm_label": "prismaexceptionfilter",
- "id": "backend_src_common_filters_prisma_exception_filter_prismaexceptionfilter"
+ "community_name": "AdminService",
+ "norm_label": "adminquerydto",
+ "id": "backend_src_admin_dto_admin_query_dto_adminquerydto"
},
{
- "label": "DecimalInterceptor",
+ "label": "BlogsModule",
"file_type": "code",
- "source_file": "backend/src/common/interceptors/decimal.interceptor.ts",
- "source_location": "L12",
+ "source_file": "backend/src/blogs/blogs.module.ts",
+ "source_location": "L9",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 54,
- "community_name": "main.ts",
- "norm_label": "decimalinterceptor",
- "id": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor"
+ "community_name": "PaginationDto",
+ "norm_label": "blogsmodule",
+ "id": "backend_src_blogs_blogs_module_blogsmodule"
},
{
- "label": "ApiErrorResponse",
+ "label": "BlogsService",
"file_type": "code",
- "source_file": "backend/src/common/schemas/error-response.schema.ts",
- "source_location": "L14",
+ "source_file": "backend/src/blogs/blogs.service.ts",
+ "source_location": "L7",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 54,
- "community_name": "main.ts",
- "norm_label": "apierrorresponse",
- "id": "backend_src_common_schemas_error_response_schema_apierrorresponse"
+ "community_name": "PaginationDto",
+ "norm_label": "blogsservice",
+ "id": "backend_src_blogs_blogs_service_blogsservice"
},
{
- "label": "ErrorDetailField",
+ "label": "PaginationDto",
"file_type": "code",
- "source_file": "backend/src/common/schemas/error-response.schema.ts",
- "source_location": "L3",
+ "source_file": "backend/src/common/dto/pagination.dto.ts",
+ "source_location": "L10",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 54,
- "community_name": "main.ts",
- "norm_label": "errordetailfield",
- "id": "backend_src_common_schemas_error_response_schema_errordetailfield"
- },
- {
- "label": "CustomHttpExceptionFilter",
- "file_type": "code",
- "source_file": "backend/src/common/filters/http-exception.filter.ts",
- "source_location": "L13",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 54,
- "norm_label": "customhttpexceptionfilter",
- "id": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter"
+ "community_name": "PaginationDto",
+ "norm_label": "paginationdto",
+ "id": "backend_src_common_dto_pagination_dto_paginationdto"
},
{
"label": "ContactController",
@@ -3350,41 +3379,17 @@
"id": "backend_src_contact_contact_service_contactservice"
},
{
- "label": "PetsController",
+ "label": "PrescriptionsController",
"file_type": "code",
- "source_file": "backend/src/admin/pets.controller.ts",
- "source_location": "L24",
+ "source_file": "backend/src/prescriptions/prescriptions.controller.ts",
+ "source_location": "L27",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 58,
- "community_name": "PetsController",
- "norm_label": "petscontroller",
- "id": "backend_src_admin_pets_controller_petscontroller"
- },
- {
- "label": "PetQuery",
- "file_type": "code",
- "source_file": "backend/src/admin/pets.service.ts",
- "source_location": "L5",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 58,
- "norm_label": "petquery",
- "id": "backend_src_admin_pets_service_petquery"
- },
- {
- "label": "PetsService",
- "file_type": "code",
- "source_file": "backend/src/admin/pets.service.ts",
- "source_location": "L12",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 58,
- "norm_label": "petsservice",
- "id": "backend_src_admin_pets_service_petsservice"
+ "community": 59,
+ "community_name": "Prescription Review Controller",
+ "norm_label": "prescriptionscontroller",
+ "id": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller"
},
{
"label": "CreateOrderDto",
@@ -3394,7 +3399,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 59,
+ "community": 6,
"community_name": "OrdersService",
"norm_label": "createorderdto",
"id": "backend_src_orders_dto_create_order_dto_createorderdto"
@@ -3407,7 +3412,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 59,
+ "community": 6,
"community_name": "OrdersService",
"norm_label": "orderitemdto",
"id": "backend_src_orders_dto_create_order_dto_orderitemdto"
@@ -3420,11 +3425,23 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 59,
+ "community": 6,
"community_name": "PaginationDto",
"norm_label": "ordersmodule",
"id": "backend_src_orders_orders_module_ordersmodule"
},
+ {
+ "label": "OrdersController",
+ "file_type": "code",
+ "source_file": "backend/src/orders/orders.controller.ts",
+ "source_location": "L54",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 6,
+ "norm_label": "orderscontroller",
+ "id": "backend_src_orders_orders_controller_orderscontroller"
+ },
{
"label": "ValidateCouponDto",
"file_type": "code",
@@ -3433,107 +3450,21 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 59,
+ "community": 6,
"norm_label": "validatecoupondto",
"id": "backend_src_orders_orders_controller_validatecoupondto"
},
{
- "label": "UIState",
+ "label": "OrdersService",
"file_type": "code",
- "source_file": "frontend/application/lib/store/uiStore.ts",
- "source_location": "L3",
+ "source_file": "backend/src/orders/orders.service.ts",
+ "source_location": "L14",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 6,
- "community_name": "toPersian",
- "norm_label": "uistate",
- "id": "frontend_application_lib_store_uistore_uistate"
- },
- {
- "label": "NavigationTarget",
- "file_type": "code",
- "source_file": "frontend/application/lib/types.ts",
- "source_location": "L109",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 6,
- "community_name": "useSettingsStore",
- "norm_label": "navigationtarget",
- "id": "frontend_application_lib_types_navigationtarget"
- },
- {
- "label": "AuthModalProps",
- "file_type": "code",
- "source_file": "frontend/application/components/AuthModal.tsx",
- "source_location": "L25",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 6,
- "norm_label": "authmodalprops",
- "id": "frontend_application_components_authmodal_authmodalprops"
- },
- {
- "label": "BrandLogoProps",
- "file_type": "code",
- "source_file": "frontend/application/components/BrandLogo.tsx",
- "source_location": "L7",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 6,
- "norm_label": "brandlogoprops",
- "id": "frontend_application_components_brandlogo_brandlogoprops"
- },
- {
- "label": "LoginModalProps",
- "file_type": "code",
- "source_file": "frontend/application/components/LoginModal.tsx",
- "source_location": "L10",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 6,
- "norm_label": "loginmodalprops",
- "id": "frontend_application_components_loginmodal_loginmodalprops"
- },
- {
- "label": "SmartAdvisorProps",
- "file_type": "code",
- "source_file": "frontend/application/components/SmartAdvisor.tsx",
- "source_location": "L28",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 6,
- "norm_label": "smartadvisorprops",
- "id": "frontend_application_components_smartadvisor_smartadvisorprops"
- },
- {
- "label": "ScientificTerm",
- "file_type": "code",
- "source_file": "frontend/application/lib/store/settingsStore.ts",
- "source_location": "L5",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 6,
- "norm_label": "scientificterm",
- "id": "frontend_application_lib_store_settingsstore_scientificterm"
- },
- {
- "label": "SettingsStore",
- "file_type": "code",
- "source_file": "frontend/application/lib/store/settingsStore.ts",
- "source_location": "L12",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 6,
- "norm_label": "settingsstore",
- "id": "frontend_application_lib_store_settingsstore_settingsstore"
+ "norm_label": "ordersservice",
+ "id": "backend_src_orders_orders_service_ordersservice"
},
{
"label": "BlogsController",
@@ -3543,7 +3474,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 61,
+ "community": 60,
"community_name": "Admin Blog Controller",
"norm_label": "blogscontroller",
"id": "backend_src_admin_blogs_controller_blogscontroller"
@@ -3556,7 +3487,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 64,
+ "community": 63,
"norm_label": "priceinputprops",
"id": "frontend_admin_panel_src_components_ui_priceinput_priceinputprops"
},
@@ -3568,7 +3499,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 64,
+ "community": 63,
"norm_label": "coupon",
"id": "frontend_admin_panel_src_pages_coupons_coupon"
},
@@ -3580,7 +3511,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 64,
+ "community": 63,
"norm_label": "couponformdata",
"id": "frontend_admin_panel_src_pages_coupons_couponformdata"
},
@@ -3592,7 +3523,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 64,
+ "community": 63,
"norm_label": "couponmodalprops",
"id": "frontend_admin_panel_src_pages_coupons_couponmodalprops"
},
@@ -3604,7 +3535,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 64,
+ "community": 63,
"norm_label": "coupontarget",
"id": "frontend_admin_panel_src_pages_coupons_coupontarget"
},
@@ -3616,7 +3547,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 64,
+ "community": 63,
"norm_label": "financialsettings",
"id": "frontend_admin_panel_src_types_admin_financialsettings"
},
@@ -3628,11 +3559,76 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 67,
+ "community": 66,
"community_name": "Generic CRUD Controller",
"norm_label": "wikicontroller",
"id": "backend_src_admin_wiki_controller_wikicontroller"
},
+ {
+ "label": "CreatePetDto",
+ "file_type": "code",
+ "source_file": "backend/src/pets/dto/create-pet.dto.ts",
+ "source_location": "L10",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 67,
+ "community_name": "pets/pets.controller.ts",
+ "norm_label": "createpetdto",
+ "id": "backend_src_pets_dto_create_pet_dto_createpetdto"
+ },
+ {
+ "label": "UpdatePetDto",
+ "file_type": "code",
+ "source_file": "backend/src/pets/dto/update-pet.dto.ts",
+ "source_location": "L4",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 67,
+ "community_name": "pets/pets.controller.ts",
+ "norm_label": "updatepetdto",
+ "id": "backend_src_pets_dto_update_pet_dto_updatepetdto"
+ },
+ {
+ "label": "PetsModule",
+ "file_type": "code",
+ "source_file": "backend/src/pets/pets.module.ts",
+ "source_location": "L9",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 67,
+ "community_name": "pets/pets.controller.ts",
+ "norm_label": "petsmodule",
+ "id": "backend_src_pets_pets_module_petsmodule"
+ },
+ {
+ "label": "HealthLogInput",
+ "file_type": "code",
+ "source_file": "backend/src/pets/pets.service.ts",
+ "source_location": "L15",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 67,
+ "community_name": "pets/pets.controller.ts",
+ "norm_label": "healthloginput",
+ "id": "backend_src_pets_pets_service_healthloginput"
+ },
+ {
+ "label": "ReminderInput",
+ "file_type": "code",
+ "source_file": "backend/src/pets/pets.service.ts",
+ "source_location": "L8",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 67,
+ "community_name": "pets/pets.controller.ts",
+ "norm_label": "reminderinput",
+ "id": "backend_src_pets_pets_service_reminderinput"
+ },
{
"label": "SeoController",
"file_type": "code",
@@ -3641,7 +3637,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 69,
+ "community": 68,
"community_name": "seo.module.ts",
"norm_label": "seocontroller",
"id": "backend_src_seo_seo_controller_seocontroller"
@@ -3654,7 +3650,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 69,
+ "community": 68,
"community_name": "seo.module.ts",
"norm_label": "seomodule",
"id": "backend_src_seo_seo_module_seomodule"
@@ -3667,148 +3663,11 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 69,
+ "community": 68,
"community_name": "seo.module.ts",
"norm_label": "seoservice",
"id": "backend_src_seo_seo_service_seoservice"
},
- {
- "label": "BackButtonProps",
- "file_type": "code",
- "source_file": "frontend/application/components/BackButton.tsx",
- "source_location": "L8",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 7,
- "community_name": "PetProfile.tsx",
- "norm_label": "backbuttonprops",
- "id": "frontend_application_components_backbutton_backbuttonprops"
- },
- {
- "label": "AddressModalProps",
- "file_type": "code",
- "source_file": "frontend/application/components/AddressModal.tsx",
- "source_location": "L11",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 7,
- "community_name": "UserDashboard.tsx",
- "norm_label": "addressmodalprops",
- "id": "frontend_application_components_addressmodal_addressmodalprops"
- },
- {
- "label": "DeleteConfirmModalProps",
- "file_type": "code",
- "source_file": "frontend/application/components/DeleteConfirmModal.tsx",
- "source_location": "L6",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 7,
- "community_name": "UserDashboard.tsx",
- "norm_label": "deleteconfirmmodalprops",
- "id": "frontend_application_components_deleteconfirmmodal_deleteconfirmmodalprops"
- },
- {
- "label": "SearchableSelectProps",
- "file_type": "code",
- "source_file": "frontend/application/components/SearchableSelect.tsx",
- "source_location": "L6",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 7,
- "community_name": "UserDashboard.tsx",
- "norm_label": "searchableselectprops",
- "id": "frontend_application_components_searchableselect_searchableselectprops"
- },
- {
- "label": "HeaderButtonProps",
- "file_type": "code",
- "source_file": "frontend/application/components/HeaderButton.tsx",
- "source_location": "L6",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 7,
- "community_name": "toPersian",
- "norm_label": "headerbuttonprops",
- "id": "frontend_application_components_headerbutton_headerbuttonprops"
- },
- {
- "label": "OrderDetailsModalProps",
- "file_type": "code",
- "source_file": "frontend/application/components/OrderDetailsModal.tsx",
- "source_location": "L28",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 7,
- "norm_label": "orderdetailsmodalprops",
- "id": "frontend_application_components_orderdetailsmodal_orderdetailsmodalprops"
- },
- {
- "label": "TopUpModalProps",
- "file_type": "code",
- "source_file": "frontend/application/components/TopUpModal.tsx",
- "source_location": "L11",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 7,
- "norm_label": "topupmodalprops",
- "id": "frontend_application_components_topupmodal_topupmodalprops"
- },
- {
- "label": "CreateTicketPayload",
- "file_type": "code",
- "source_file": "frontend/application/lib/services/ticketService.ts",
- "source_location": "L34",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 7,
- "norm_label": "createticketpayload",
- "id": "frontend_application_lib_services_ticketservice_createticketpayload"
- },
- {
- "label": "Ticket",
- "file_type": "code",
- "source_file": "frontend/application/lib/services/ticketService.ts",
- "source_location": "L14",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 7,
- "norm_label": "ticket",
- "id": "frontend_application_lib_services_ticketservice_ticket"
- },
- {
- "label": "TicketMessage",
- "file_type": "code",
- "source_file": "frontend/application/lib/services/ticketService.ts",
- "source_location": "L3",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 7,
- "norm_label": "ticketmessage",
- "id": "frontend_application_lib_services_ticketservice_ticketmessage"
- },
- {
- "label": "Address",
- "file_type": "code",
- "source_file": "frontend/application/lib/store/userStore.ts",
- "source_location": "L13",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 7,
- "norm_label": "address",
- "id": "frontend_application_lib_store_userstore_address"
- },
{
"label": "CalculatorState",
"file_type": "code",
@@ -3817,7 +3676,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 70,
+ "community": 69,
"norm_label": "calculatorstate",
"id": "frontend_application_components_productpage_calculatorstate"
},
@@ -3829,7 +3688,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 70,
+ "community": 69,
"norm_label": "productreviewsprops",
"id": "frontend_application_components_productreviews_productreviewsprops"
},
@@ -3841,7 +3700,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 70,
+ "community": 69,
"norm_label": "reviewitem",
"id": "frontend_application_components_productreviews_reviewitem"
},
@@ -3853,7 +3712,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 70,
+ "community": 69,
"norm_label": "tooltipprops",
"id": "frontend_application_components_tooltip_tooltipprops"
},
@@ -3865,10 +3724,75 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 70,
+ "community": 69,
"norm_label": "scientificterm",
"id": "frontend_application_lib_data_scientificterms_scientificterm"
},
+ {
+ "label": "CmsController",
+ "file_type": "code",
+ "source_file": "backend/src/cms/cms.controller.ts",
+ "source_location": "L27",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "CmsController",
+ "norm_label": "cmscontroller",
+ "id": "backend_src_cms_cms_controller_cmscontroller"
+ },
+ {
+ "label": "CmsService",
+ "file_type": "code",
+ "source_file": "backend/src/cms/cms.service.ts",
+ "source_location": "L10",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "CmsController",
+ "norm_label": "cmsservice",
+ "id": "backend_src_cms_cms_service_cmsservice"
+ },
+ {
+ "label": "CreateHeroBannerDto",
+ "file_type": "code",
+ "source_file": "backend/src/cms/dto/cms.dto.ts",
+ "source_location": "L10",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "CmsController",
+ "norm_label": "createherobannerdto",
+ "id": "backend_src_cms_dto_cms_dto_createherobannerdto"
+ },
+ {
+ "label": "CreateSmartAdvisorRuleDto",
+ "file_type": "code",
+ "source_file": "backend/src/cms/dto/cms.dto.ts",
+ "source_location": "L80",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "CmsController",
+ "norm_label": "createsmartadvisorruledto",
+ "id": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto"
+ },
+ {
+ "label": "CreateVetTestimonialDto",
+ "file_type": "code",
+ "source_file": "backend/src/cms/dto/cms.dto.ts",
+ "source_location": "L45",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "CmsController",
+ "norm_label": "createvettestimonialdto",
+ "id": "backend_src_cms_dto_cms_dto_createvettestimonialdto"
+ },
{
"label": "HomeController",
"file_type": "code",
@@ -3877,7 +3801,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 76,
+ "community": 73,
"community_name": "Home Data Module",
"norm_label": "homecontroller",
"id": "backend_src_home_home_controller_homecontroller"
@@ -3890,7 +3814,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 76,
+ "community": 73,
"community_name": "Home Data Module",
"norm_label": "homemodule",
"id": "backend_src_home_home_module_homemodule"
@@ -3903,11 +3827,23 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 76,
+ "community": 73,
"community_name": "Home Data Module",
"norm_label": "homeservice",
"id": "backend_src_home_home_service_homeservice"
},
+ {
+ "label": "ApiResponse",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/types/admin.ts",
+ "source_location": "L41",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 73,
+ "norm_label": "apiresponse",
+ "id": "frontend_admin_panel_src_types_admin_apiresponse"
+ },
{
"label": "GatewayHealthResult",
"file_type": "code",
@@ -3916,7 +3852,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 77,
+ "community": 76,
"norm_label": "gatewayhealthresult",
"id": "backend_src_payment_interfaces_payment_gateway_interface_gatewayhealthresult"
},
@@ -3928,7 +3864,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 77,
+ "community": 76,
"norm_label": "ipaymentgateway",
"id": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway"
},
@@ -3940,7 +3876,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 77,
+ "community": 76,
"norm_label": "paymentinquiryresult",
"id": "backend_src_payment_interfaces_payment_gateway_interface_paymentinquiryresult"
},
@@ -3952,7 +3888,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 77,
+ "community": 76,
"norm_label": "paymentrequestoptions",
"id": "backend_src_payment_interfaces_payment_gateway_interface_paymentrequestoptions"
},
@@ -3964,7 +3900,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 77,
+ "community": 76,
"norm_label": "paymentrequestresult",
"id": "backend_src_payment_interfaces_payment_gateway_interface_paymentrequestresult"
},
@@ -3976,7 +3912,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 77,
+ "community": 76,
"norm_label": "paymentverifyresult",
"id": "backend_src_payment_interfaces_payment_gateway_interface_paymentverifyresult"
},
@@ -3988,7 +3924,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 77,
+ "community": 76,
"norm_label": "zibalinquiryresponse",
"id": "backend_src_payment_zibal_service_zibalinquiryresponse"
},
@@ -4000,7 +3936,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 77,
+ "community": 76,
"norm_label": "zibalrequestresponse",
"id": "backend_src_payment_zibal_service_zibalrequestresponse"
},
@@ -4012,7 +3948,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 77,
+ "community": 76,
"norm_label": "zibalverifyresponse",
"id": "backend_src_payment_zibal_service_zibalverifyresponse"
},
@@ -4024,7 +3960,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 78,
+ "community": 77,
"norm_label": "order",
"id": "frontend_admin_panel_src_pages_orders_order"
},
@@ -4036,7 +3972,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 78,
+ "community": 77,
"norm_label": "orderitem",
"id": "frontend_admin_panel_src_pages_orders_orderitem"
},
@@ -4048,7 +3984,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 78,
+ "community": 77,
"norm_label": "paymenttx",
"id": "frontend_admin_panel_src_pages_orders_paymenttx"
},
@@ -4060,7 +3996,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 78,
+ "community": 77,
"norm_label": "userrecord",
"id": "frontend_admin_panel_src_pages_users_userrecord"
},
@@ -4072,7 +4008,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 78,
+ "community": 77,
"norm_label": "petsummary",
"id": "frontend_admin_panel_src_types_admin_petsummary"
},
@@ -4084,188 +4020,69 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 78,
+ "community": 77,
"norm_label": "useraddress",
"id": "frontend_admin_panel_src_types_admin_useraddress"
},
{
- "label": "CmsModule",
+ "label": "AdminUpdateTicketDto",
"file_type": "code",
- "source_file": "backend/src/cms/cms.module.ts",
- "source_location": "L12",
+ "source_file": "backend/src/tickets/dto/create-ticket.dto.ts",
+ "source_location": "L53",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 8,
- "community_name": "CmsController",
- "norm_label": "cmsmodule",
- "id": "backend_src_cms_cms_module_cmsmodule"
+ "norm_label": "adminupdateticketdto",
+ "id": "backend_src_tickets_dto_create_ticket_dto_adminupdateticketdto"
},
{
- "label": "B2BModule",
+ "label": "CreateTicketDto",
"file_type": "code",
- "source_file": "backend/src/b2b/b2b.module.ts",
- "source_location": "L12",
+ "source_file": "backend/src/tickets/dto/create-ticket.dto.ts",
+ "source_location": "L4",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 8,
- "community_name": "app.module.ts",
- "norm_label": "b2bmodule",
- "id": "backend_src_b2b_b2b_module_b2bmodule"
+ "norm_label": "createticketdto",
+ "id": "backend_src_tickets_dto_create_ticket_dto_createticketdto"
},
{
- "label": "BannersModule",
+ "label": "ReplyTicketDto",
"file_type": "code",
- "source_file": "backend/src/banners/banners.module.ts",
- "source_location": "L12",
+ "source_file": "backend/src/tickets/dto/create-ticket.dto.ts",
+ "source_location": "L36",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 8,
- "community_name": "app.module.ts",
- "norm_label": "bannersmodule",
- "id": "backend_src_banners_banners_module_bannersmodule"
+ "norm_label": "replyticketdto",
+ "id": "backend_src_tickets_dto_create_ticket_dto_replyticketdto"
},
{
- "label": "SmsModule",
+ "label": "TicketQueryDto",
"file_type": "code",
- "source_file": "backend/src/common/sms.module.ts",
- "source_location": "L9",
+ "source_file": "backend/src/tickets/dto/ticket-query.dto.ts",
+ "source_location": "L5",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 8,
- "community_name": "app.module.ts",
- "norm_label": "smsmodule",
- "id": "backend_src_common_sms_module_smsmodule"
+ "norm_label": "ticketquerydto",
+ "id": "backend_src_tickets_dto_ticket_query_dto_ticketquerydto"
},
{
- "label": "ContactModule",
+ "label": "TicketsController",
"file_type": "code",
- "source_file": "backend/src/contact/contact.module.ts",
- "source_location": "L12",
+ "source_file": "backend/src/tickets/tickets.controller.ts",
+ "source_location": "L27",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 8,
- "community_name": "app.module.ts",
- "norm_label": "contactmodule",
- "id": "backend_src_contact_contact_module_contactmodule"
- },
- {
- "label": "IngredientsModule",
- "file_type": "code",
- "source_file": "backend/src/ingredients/ingredients.module.ts",
- "source_location": "L12",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 8,
- "community_name": "app.module.ts",
- "norm_label": "ingredientsmodule",
- "id": "backend_src_ingredients_ingredients_module_ingredientsmodule"
- },
- {
- "label": "PrismaModule",
- "file_type": "code",
- "source_file": "backend/src/prisma/prisma.module.ts",
- "source_location": "L9",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 8,
- "community_name": "app.module.ts",
- "norm_label": "prismamodule",
- "id": "backend_src_prisma_prisma_module_prismamodule"
- },
- {
- "label": "SettingsModule",
- "file_type": "code",
- "source_file": "backend/src/settings/settings.module.ts",
- "source_location": "L12",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 8,
- "community_name": "app.module.ts",
- "norm_label": "settingsmodule",
- "id": "backend_src_settings_settings_module_settingsmodule"
- },
- {
- "label": "SmartAdvisorModule",
- "file_type": "code",
- "source_file": "backend/src/smart-advisor/smart-advisor.module.ts",
- "source_location": "L12",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 8,
- "community_name": "app.module.ts",
- "norm_label": "smartadvisormodule",
- "id": "backend_src_smart_advisor_smart_advisor_module_smartadvisormodule"
- },
- {
- "label": "TestimonialsModule",
- "file_type": "code",
- "source_file": "backend/src/testimonials/testimonials.module.ts",
- "source_location": "L12",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 8,
- "community_name": "app.module.ts",
- "norm_label": "testimonialsmodule",
- "id": "backend_src_testimonials_testimonials_module_testimonialsmodule"
- },
- {
- "label": "WholesaleModule",
- "file_type": "code",
- "source_file": "backend/src/wholesale/wholesale.module.ts",
- "source_location": "L12",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 8,
- "community_name": "app.module.ts",
- "norm_label": "wholesalemodule",
- "id": "backend_src_wholesale_wholesale_module_wholesalemodule"
- },
- {
- "label": "PaymentModule",
- "file_type": "code",
- "source_file": "backend/src/payment/payment.module.ts",
- "source_location": "L14",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 8,
- "norm_label": "paymentmodule",
- "id": "backend_src_payment_payment_module_paymentmodule"
- },
- {
- "label": "PrescriptionsModule",
- "file_type": "code",
- "source_file": "backend/src/prescriptions/prescriptions.module.ts",
- "source_location": "L13",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 8,
- "norm_label": "prescriptionsmodule",
- "id": "backend_src_prescriptions_prescriptions_module_prescriptionsmodule"
- },
- {
- "label": "ReviewsModule",
- "file_type": "code",
- "source_file": "backend/src/reviews/reviews.module.ts",
- "source_location": "L12",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 8,
- "norm_label": "reviewsmodule",
- "id": "backend_src_reviews_reviews_module_reviewsmodule"
+ "norm_label": "ticketscontroller",
+ "id": "backend_src_tickets_tickets_controller_ticketscontroller"
},
{
"label": "TicketsModule",
@@ -4279,6 +4096,18 @@
"norm_label": "ticketsmodule",
"id": "backend_src_tickets_tickets_module_ticketsmodule"
},
+ {
+ "label": "TicketsService",
+ "file_type": "code",
+ "source_file": "backend/src/tickets/tickets.service.ts",
+ "source_location": "L14",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 8,
+ "norm_label": "ticketsservice",
+ "id": "backend_src_tickets_tickets_service_ticketsservice"
+ },
{
"label": "Video",
"file_type": "code",
@@ -4287,7 +4116,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 86,
+ "community": 85,
"community_name": "VetGallery.tsx",
"norm_label": "video",
"id": "frontend_application_lib_services_videoservice_video"
@@ -4300,7 +4129,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 86,
+ "community": 85,
"norm_label": "safeimageprops",
"id": "frontend_application_components_safeimage_safeimageprops"
},
@@ -4312,7 +4141,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 86,
+ "community": 85,
"norm_label": "displayvideoitem",
"id": "frontend_application_components_vetgallery_displayvideoitem"
},
@@ -4324,81 +4153,265 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 86,
+ "community": 85,
"norm_label": "testimonialitem",
"id": "frontend_application_components_vetgallery_testimonialitem"
},
{
- "label": "AdminUpdateTicketDto",
+ "label": "WikiModule",
"file_type": "code",
- "source_file": "backend/src/tickets/dto/create-ticket.dto.ts",
- "source_location": "L53",
+ "source_file": "backend/src/wiki/wiki.module.ts",
+ "source_location": "L9",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 88,
+ "community_name": "PaginationDto",
+ "norm_label": "wikimodule",
+ "id": "backend_src_wiki_wiki_module_wikimodule"
+ },
+ {
+ "label": "WikiService",
+ "file_type": "code",
+ "source_file": "backend/src/wiki/wiki.service.ts",
+ "source_location": "L7",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 88,
+ "community_name": "PaginationDto",
+ "norm_label": "wikiservice",
+ "id": "backend_src_wiki_wiki_service_wikiservice"
+ },
+ {
+ "label": "WikiController",
+ "file_type": "code",
+ "source_file": "backend/src/wiki/wiki.controller.ts",
+ "source_location": "L18",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 88,
+ "community_name": "WikiController",
+ "norm_label": "wikicontroller",
+ "id": "backend_src_wiki_wiki_controller_wikicontroller"
+ },
+ {
+ "label": "CmsModule",
+ "file_type": "code",
+ "source_file": "backend/src/cms/cms.module.ts",
+ "source_location": "L12",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 9,
- "norm_label": "adminupdateticketdto",
- "id": "backend_src_tickets_dto_create_ticket_dto_adminupdateticketdto"
+ "community_name": "CmsController",
+ "norm_label": "cmsmodule",
+ "id": "backend_src_cms_cms_module_cmsmodule"
},
{
- "label": "CreateTicketDto",
+ "label": "VideosModule",
"file_type": "code",
- "source_file": "backend/src/tickets/dto/create-ticket.dto.ts",
- "source_location": "L4",
+ "source_file": "backend/src/videos/videos.module.ts",
+ "source_location": "L10",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 9,
- "norm_label": "createticketdto",
- "id": "backend_src_tickets_dto_create_ticket_dto_createticketdto"
+ "community_name": "CreateVideoDto",
+ "norm_label": "videosmodule",
+ "id": "backend_src_videos_videos_module_videosmodule"
},
{
- "label": "ReplyTicketDto",
+ "label": "UsersModule",
"file_type": "code",
- "source_file": "backend/src/tickets/dto/create-ticket.dto.ts",
- "source_location": "L36",
+ "source_file": "backend/src/users/users.module.ts",
+ "source_location": "L10",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 9,
- "norm_label": "replyticketdto",
- "id": "backend_src_tickets_dto_create_ticket_dto_replyticketdto"
+ "community_name": "UsersService",
+ "norm_label": "usersmodule",
+ "id": "backend_src_users_users_module_usersmodule"
},
{
- "label": "TicketQueryDto",
+ "label": "B2BModule",
"file_type": "code",
- "source_file": "backend/src/tickets/dto/ticket-query.dto.ts",
- "source_location": "L5",
+ "source_file": "backend/src/b2b/b2b.module.ts",
+ "source_location": "L12",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 9,
- "norm_label": "ticketquerydto",
- "id": "backend_src_tickets_dto_ticket_query_dto_ticketquerydto"
+ "community_name": "app.module.ts",
+ "norm_label": "b2bmodule",
+ "id": "backend_src_b2b_b2b_module_b2bmodule"
},
{
- "label": "TicketsController",
+ "label": "BannersModule",
"file_type": "code",
- "source_file": "backend/src/tickets/tickets.controller.ts",
- "source_location": "L27",
+ "source_file": "backend/src/banners/banners.module.ts",
+ "source_location": "L12",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 9,
- "norm_label": "ticketscontroller",
- "id": "backend_src_tickets_tickets_controller_ticketscontroller"
+ "community_name": "app.module.ts",
+ "norm_label": "bannersmodule",
+ "id": "backend_src_banners_banners_module_bannersmodule"
},
{
- "label": "TicketsService",
+ "label": "SmsModule",
"file_type": "code",
- "source_file": "backend/src/tickets/tickets.service.ts",
+ "source_file": "backend/src/common/sms.module.ts",
+ "source_location": "L9",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "app.module.ts",
+ "norm_label": "smsmodule",
+ "id": "backend_src_common_sms_module_smsmodule"
+ },
+ {
+ "label": "ContactModule",
+ "file_type": "code",
+ "source_file": "backend/src/contact/contact.module.ts",
+ "source_location": "L12",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "app.module.ts",
+ "norm_label": "contactmodule",
+ "id": "backend_src_contact_contact_module_contactmodule"
+ },
+ {
+ "label": "IngredientsModule",
+ "file_type": "code",
+ "source_file": "backend/src/ingredients/ingredients.module.ts",
+ "source_location": "L12",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "app.module.ts",
+ "norm_label": "ingredientsmodule",
+ "id": "backend_src_ingredients_ingredients_module_ingredientsmodule"
+ },
+ {
+ "label": "PrismaModule",
+ "file_type": "code",
+ "source_file": "backend/src/prisma/prisma.module.ts",
+ "source_location": "L9",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "app.module.ts",
+ "norm_label": "prismamodule",
+ "id": "backend_src_prisma_prisma_module_prismamodule"
+ },
+ {
+ "label": "SettingsModule",
+ "file_type": "code",
+ "source_file": "backend/src/settings/settings.module.ts",
+ "source_location": "L12",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "app.module.ts",
+ "norm_label": "settingsmodule",
+ "id": "backend_src_settings_settings_module_settingsmodule"
+ },
+ {
+ "label": "SmartAdvisorModule",
+ "file_type": "code",
+ "source_file": "backend/src/smart-advisor/smart-advisor.module.ts",
+ "source_location": "L12",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "app.module.ts",
+ "norm_label": "smartadvisormodule",
+ "id": "backend_src_smart_advisor_smart_advisor_module_smartadvisormodule"
+ },
+ {
+ "label": "TestimonialsModule",
+ "file_type": "code",
+ "source_file": "backend/src/testimonials/testimonials.module.ts",
+ "source_location": "L12",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "app.module.ts",
+ "norm_label": "testimonialsmodule",
+ "id": "backend_src_testimonials_testimonials_module_testimonialsmodule"
+ },
+ {
+ "label": "AuthModule",
+ "file_type": "code",
+ "source_file": "backend/src/auth/auth.module.ts",
+ "source_location": "L25",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 9,
+ "norm_label": "authmodule",
+ "id": "backend_src_auth_auth_module_authmodule"
+ },
+ {
+ "label": "PaymentModule",
+ "file_type": "code",
+ "source_file": "backend/src/payment/payment.module.ts",
"source_location": "L14",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 9,
- "norm_label": "ticketsservice",
- "id": "backend_src_tickets_tickets_service_ticketsservice"
+ "norm_label": "paymentmodule",
+ "id": "backend_src_payment_payment_module_paymentmodule"
+ },
+ {
+ "label": "PrescriptionsModule",
+ "file_type": "code",
+ "source_file": "backend/src/prescriptions/prescriptions.module.ts",
+ "source_location": "L13",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 9,
+ "norm_label": "prescriptionsmodule",
+ "id": "backend_src_prescriptions_prescriptions_module_prescriptionsmodule"
+ },
+ {
+ "label": "ReviewsModule",
+ "file_type": "code",
+ "source_file": "backend/src/reviews/reviews.module.ts",
+ "source_location": "L12",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 9,
+ "norm_label": "reviewsmodule",
+ "id": "backend_src_reviews_reviews_module_reviewsmodule"
+ },
+ {
+ "label": "PetsController",
+ "file_type": "code",
+ "source_file": "backend/src/admin/pets.controller.ts",
+ "source_location": "L24",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 93,
+ "community_name": "PetsController",
+ "norm_label": "petscontroller",
+ "id": "backend_src_admin_pets_controller_petscontroller"
},
{
"label": "BlogsController",
@@ -4408,630 +4421,23 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 95,
+ "community": 96,
"community_name": "BlogsController",
"norm_label": "blogscontroller",
"id": "backend_src_blogs_blogs_controller_blogscontroller"
},
{
- "label": "CreatePetDto",
+ "label": "PetsService",
"file_type": "code",
- "source_file": "backend/src/pets/dto/create-pet.dto.ts",
- "source_location": "L10",
+ "source_file": "backend/src/pets/pets.service.ts",
+ "source_location": "L23",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 96,
- "community_name": "pets/pets.controller.ts",
- "norm_label": "createpetdto",
- "id": "backend_src_pets_dto_create_pet_dto_createpetdto"
- },
- {
- "label": "UpdatePetDto",
- "file_type": "code",
- "source_file": "backend/src/pets/dto/update-pet.dto.ts",
- "source_location": "L4",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 96,
- "community_name": "pets/pets.controller.ts",
- "norm_label": "updatepetdto",
- "id": "backend_src_pets_dto_update_pet_dto_updatepetdto"
- },
- {
- "label": ".adjustWallet()",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.controller.ts",
- "source_location": "L99",
- "_callable": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": ".adjustwallet()",
- "id": "backend_src_admin_admin_controller_admincontroller_adjustwallet"
- },
- {
- "label": ".constructor()",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.controller.ts",
- "source_location": "L29",
- "_callable": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": ".constructor()",
- "id": "backend_src_admin_admin_controller_admincontroller_constructor"
- },
- {
- "label": ".createCoupon()",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.controller.ts",
- "source_location": "L189",
- "_callable": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": ".createcoupon()",
- "id": "backend_src_admin_admin_controller_admincontroller_createcoupon"
- },
- {
- "label": ".createDoctor()",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.controller.ts",
- "source_location": "L227",
- "_callable": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": ".createdoctor()",
- "id": "backend_src_admin_admin_controller_admincontroller_createdoctor"
- },
- {
- "label": ".createProduct()",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.controller.ts",
- "source_location": "L130",
- "_callable": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": ".createproduct()",
- "id": "backend_src_admin_admin_controller_admincontroller_createproduct"
- },
- {
- "label": ".createUser()",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.controller.ts",
- "source_location": "L50",
- "_callable": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": ".createuser()",
- "id": "backend_src_admin_admin_controller_admincontroller_createuser"
- },
- {
- "label": ".deleteCoupon()",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.controller.ts",
- "source_location": "L213",
- "_callable": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": ".deletecoupon()",
- "id": "backend_src_admin_admin_controller_admincontroller_deletecoupon"
- },
- {
- "label": ".deleteDoctor()",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.controller.ts",
- "source_location": "L260",
- "_callable": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": ".deletedoctor()",
- "id": "backend_src_admin_admin_controller_admincontroller_deletedoctor"
- },
- {
- "label": ".deleteProduct()",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.controller.ts",
- "source_location": "L147",
- "_callable": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": ".deleteproduct()",
- "id": "backend_src_admin_admin_controller_admincontroller_deleteproduct"
- },
- {
- "label": ".deleteUser()",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.controller.ts",
- "source_location": "L82",
- "_callable": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": ".deleteuser()",
- "id": "backend_src_admin_admin_controller_admincontroller_deleteuser"
- },
- {
- "label": ".getCoupons()",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.controller.ts",
- "source_location": "L182",
- "_callable": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": ".getcoupons()",
- "id": "backend_src_admin_admin_controller_admincontroller_getcoupons"
- },
- {
- "label": ".getDashboardStats()",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.controller.ts",
- "source_location": "L33",
- "_callable": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": ".getdashboardstats()",
- "id": "backend_src_admin_admin_controller_admincontroller_getdashboardstats"
- },
- {
- "label": ".getDoctors()",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.controller.ts",
- "source_location": "L220",
- "_callable": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": ".getdoctors()",
- "id": "backend_src_admin_admin_controller_admincontroller_getdoctors"
- },
- {
- "label": ".getOrders()",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.controller.ts",
- "source_location": "L157",
- "_callable": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": ".getorders()",
- "id": "backend_src_admin_admin_controller_admincontroller_getorders"
- },
- {
- "label": ".getProducts()",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.controller.ts",
- "source_location": "L123",
- "_callable": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": ".getproducts()",
- "id": "backend_src_admin_admin_controller_admincontroller_getproducts"
- },
- {
- "label": ".getSettings()",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.controller.ts",
- "source_location": "L267",
- "_callable": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": ".getsettings()",
- "id": "backend_src_admin_admin_controller_admincontroller_getsettings"
- },
- {
- "label": ".getUserDetails()",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.controller.ts",
- "source_location": "L61",
- "_callable": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": ".getuserdetails()",
- "id": "backend_src_admin_admin_controller_admincontroller_getuserdetails"
- },
- {
- "label": ".getUsers()",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.controller.ts",
- "source_location": "L43",
- "_callable": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": ".getusers()",
- "id": "backend_src_admin_admin_controller_admincontroller_getusers"
- },
- {
- "label": ".toggleCoupon()",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.controller.ts",
- "source_location": "L203",
- "_callable": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": ".togglecoupon()",
- "id": "backend_src_admin_admin_controller_admincontroller_togglecoupon"
- },
- {
- "label": ".updateCoupon()",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.controller.ts",
- "source_location": "L196",
- "_callable": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": ".updatecoupon()",
- "id": "backend_src_admin_admin_controller_admincontroller_updatecoupon"
- },
- {
- "label": ".updateDoctor()",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.controller.ts",
- "source_location": "L243",
- "_callable": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": ".updatedoctor()",
- "id": "backend_src_admin_admin_controller_admincontroller_updatedoctor"
- },
- {
- "label": ".updateOrderStatus()",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.controller.ts",
- "source_location": "L164",
- "_callable": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": ".updateorderstatus()",
- "id": "backend_src_admin_admin_controller_admincontroller_updateorderstatus"
- },
- {
- "label": ".updateProduct()",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.controller.ts",
- "source_location": "L137",
- "_callable": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": ".updateproduct()",
- "id": "backend_src_admin_admin_controller_admincontroller_updateproduct"
- },
- {
- "label": ".updateSettings()",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.controller.ts",
- "source_location": "L274",
- "_callable": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": ".updatesettings()",
- "id": "backend_src_admin_admin_controller_admincontroller_updatesettings"
- },
- {
- "label": ".updateUser()",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.controller.ts",
- "source_location": "L68",
- "_callable": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": ".updateuser()",
- "id": "backend_src_admin_admin_controller_admincontroller_updateuser"
- },
- {
- "label": ".updateUserRole()",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.controller.ts",
- "source_location": "L92",
- "_callable": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": ".updateuserrole()",
- "id": "backend_src_admin_admin_controller_admincontroller_updateuserrole"
- },
- {
- "label": ".adjustUserWallet()",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.service.ts",
- "source_location": "L743",
- "_callable": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": ".adjustuserwallet()",
- "id": "backend_src_admin_admin_service_adminservice_adjustuserwallet"
- },
- {
- "label": ".constructor()",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.service.ts",
- "source_location": "L73",
- "_callable": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": ".constructor()",
- "id": "backend_src_admin_admin_service_adminservice_constructor"
- },
- {
- "label": ".createCoupon()",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.service.ts",
- "source_location": "L545",
- "_callable": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": ".createcoupon()",
- "id": "backend_src_admin_admin_service_adminservice_createcoupon"
- },
- {
- "label": ".createDoctor()",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.service.ts",
- "source_location": "L716",
- "_callable": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": ".createdoctor()",
- "id": "backend_src_admin_admin_service_adminservice_createdoctor"
- },
- {
- "label": ".createProduct()",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.service.ts",
- "source_location": "L336",
- "_callable": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": ".createproduct()",
- "id": "backend_src_admin_admin_service_adminservice_createproduct"
- },
- {
- "label": ".createUser()",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.service.ts",
- "source_location": "L181",
- "_callable": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": ".createuser()",
- "id": "backend_src_admin_admin_service_adminservice_createuser"
- },
- {
- "label": ".deleteCoupon()",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.service.ts",
- "source_location": "L609",
- "_callable": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": ".deletecoupon()",
- "id": "backend_src_admin_admin_service_adminservice_deletecoupon"
- },
- {
- "label": ".deleteDoctor()",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.service.ts",
- "source_location": "L739",
- "_callable": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": ".deletedoctor()",
- "id": "backend_src_admin_admin_service_adminservice_deletedoctor"
- },
- {
- "label": ".deleteProduct()",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.service.ts",
- "source_location": "L441",
- "_callable": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": ".deleteproduct()",
- "id": "backend_src_admin_admin_service_adminservice_deleteproduct"
- },
- {
- "label": ".deleteUser()",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.service.ts",
- "source_location": "L274",
- "_callable": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": ".deleteuser()",
- "id": "backend_src_admin_admin_service_adminservice_deleteuser"
- },
- {
- "label": ".getCoupons()",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.service.ts",
- "source_location": "L514",
- "_callable": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": ".getcoupons()",
- "id": "backend_src_admin_admin_service_adminservice_getcoupons"
- },
- {
- "label": ".getDashboardStats()",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.service.ts",
- "source_location": "L78",
- "_callable": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": ".getdashboardstats()",
- "id": "backend_src_admin_admin_service_adminservice_getdashboardstats"
- },
- {
- "label": ".getDoctors()",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.service.ts",
- "source_location": "L710",
- "_callable": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": ".getdoctors()",
- "id": "backend_src_admin_admin_service_adminservice_getdoctors"
- },
- {
- "label": ".getOrders()",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.service.ts",
- "source_location": "L447",
- "_callable": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": ".getorders()",
- "id": "backend_src_admin_admin_service_adminservice_getorders"
- },
- {
- "label": ".getPets()",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.service.ts",
- "source_location": "L660",
- "_callable": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": ".getpets()",
- "id": "backend_src_admin_admin_service_adminservice_getpets"
- },
- {
- "label": ".getProducts()",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.service.ts",
- "source_location": "L297",
- "_callable": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": ".getproducts()",
- "id": "backend_src_admin_admin_service_adminservice_getproducts"
- },
- {
- "label": ".getSettings()",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.service.ts",
- "source_location": "L615",
- "_callable": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": ".getsettings()",
- "id": "backend_src_admin_admin_service_adminservice_getsettings"
- },
- {
- "label": ".getUserDetails()",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.service.ts",
- "source_location": "L167",
- "_callable": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": ".getuserdetails()",
- "id": "backend_src_admin_admin_service_adminservice_getuserdetails"
- },
- {
- "label": ".getUsers()",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.service.ts",
- "source_location": "L122",
- "_callable": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": ".getusers()",
- "id": "backend_src_admin_admin_service_adminservice_getusers"
- },
- {
- "label": ".toggleCoupon()",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.service.ts",
- "source_location": "L602",
- "_callable": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": ".togglecoupon()",
- "id": "backend_src_admin_admin_service_adminservice_togglecoupon"
- },
- {
- "label": ".updateCoupon()",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.service.ts",
- "source_location": "L572",
- "_callable": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": ".updatecoupon()",
- "id": "backend_src_admin_admin_service_adminservice_updatecoupon"
- },
- {
- "label": ".updateDoctor()",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.service.ts",
- "source_location": "L726",
- "_callable": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": ".updatedoctor()",
- "id": "backend_src_admin_admin_service_adminservice_updatedoctor"
- },
- {
- "label": ".updateOrderStatus()",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.service.ts",
- "source_location": "L495",
- "_callable": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": ".updateorderstatus()",
- "id": "backend_src_admin_admin_service_adminservice_updateorderstatus"
- },
- {
- "label": ".updateProduct()",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.service.ts",
- "source_location": "L384",
- "_callable": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": ".updateproduct()",
- "id": "backend_src_admin_admin_service_adminservice_updateproduct"
- },
- {
- "label": ".updateSettings()",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.service.ts",
- "source_location": "L623",
- "_callable": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": ".updatesettings()",
- "id": "backend_src_admin_admin_service_adminservice_updatesettings"
- },
- {
- "label": ".updateUser()",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.service.ts",
- "source_location": "L218",
- "_callable": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": ".updateuser()",
- "id": "backend_src_admin_admin_service_adminservice_updateuser"
- },
- {
- "label": ".updateUserRole()",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.service.ts",
- "source_location": "L267",
- "_callable": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": ".updateuserrole()",
- "id": "backend_src_admin_admin_service_adminservice_updateuserrole"
- },
- {
- "label": ".get()",
- "file_type": "code",
- "source_file": "backend/src/redis/redis.service.ts",
- "source_location": "L27",
- "_callable": true,
- "_origin": "ast",
- "community": 0,
- "norm_label": ".get()",
- "id": "backend_src_redis_redis_service_redisservice_get"
+ "community": 97,
+ "community_name": "PetsService",
+ "norm_label": "petsservice",
+ "id": "backend_src_pets_pets_service_petsservice"
},
{
"label": ".addPattern()",
@@ -5040,7 +4446,7 @@
"source_location": "L407",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".addpattern()",
"id": "backend_src_common_services_sms_service_smsservice_addpattern"
},
@@ -5051,7 +4457,7 @@
"source_location": "L255",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".clearallsmslogs()",
"id": "backend_src_common_services_sms_service_smsservice_clearallsmslogs"
},
@@ -5062,7 +4468,7 @@
"source_location": "L54",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".constructor()",
"id": "backend_src_common_services_sms_service_smsservice_constructor"
},
@@ -5073,7 +4479,7 @@
"source_location": "L248",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".deletesmslog()",
"id": "backend_src_common_services_sms_service_smsservice_deletesmslog"
},
@@ -5084,7 +4490,7 @@
"source_location": "L486",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".editpattern()",
"id": "backend_src_common_services_sms_service_smsservice_editpattern"
},
@@ -5095,7 +4501,7 @@
"source_location": "L300",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".getpatterns()",
"id": "backend_src_common_services_sms_service_smsservice_getpatterns"
},
@@ -5106,7 +4512,7 @@
"source_location": "L59",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".getsmsconfig()",
"id": "backend_src_common_services_sms_service_smsservice_getsmsconfig"
},
@@ -5117,7 +4523,7 @@
"source_location": "L191",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".getsmslogs()",
"id": "backend_src_common_services_sms_service_smsservice_getsmslogs"
},
@@ -5128,7 +4534,7 @@
"source_location": "L262",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".parsepatternsxml()",
"id": "backend_src_common_services_sms_service_smsservice_parsepatternsxml"
},
@@ -5139,7 +4545,7 @@
"source_location": "L123",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".postasmx()",
"id": "backend_src_common_services_sms_service_smsservice_postasmx"
},
@@ -5150,7 +4556,7 @@
"source_location": "L159",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".recordlog()",
"id": "backend_src_common_services_sms_service_smsservice_recordlog"
},
@@ -5161,7 +4567,7 @@
"source_location": "L541",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".savelocalpattern()",
"id": "backend_src_common_services_sms_service_smsservice_savelocalpattern"
},
@@ -5172,7 +4578,7 @@
"source_location": "L911",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".sendb2bnotification()",
"id": "backend_src_common_services_sms_service_smsservice_sendb2bnotification"
},
@@ -5183,7 +4589,7 @@
"source_location": "L875",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".sendorderconfirmation()",
"id": "backend_src_common_services_sms_service_smsservice_sendorderconfirmation"
},
@@ -5194,7 +4600,7 @@
"source_location": "L862",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".sendotp()",
"id": "backend_src_common_services_sms_service_smsservice_sendotp"
},
@@ -5205,7 +4611,7 @@
"source_location": "L609",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".sendpatternsms()",
"id": "backend_src_common_services_sms_service_smsservice_sendpatternsms"
},
@@ -5216,7 +4622,7 @@
"source_location": "L927",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".sendpetcarereminder()",
"id": "backend_src_common_services_sms_service_smsservice_sendpetcarereminder"
},
@@ -5227,7 +4633,7 @@
"source_location": "L894",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".sendshippingnotification()",
"id": "backend_src_common_services_sms_service_smsservice_sendshippingnotification"
},
@@ -5238,7 +4644,7 @@
"source_location": "L945",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".sendsms()",
"id": "backend_src_common_services_sms_service_smsservice_sendsms"
},
@@ -5249,7 +4655,7 @@
"source_location": "L737",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".testsms()",
"id": "backend_src_common_services_sms_service_smsservice_testsms"
},
@@ -5260,7 +4666,7 @@
"source_location": "L569",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".updatelocalpattern()",
"id": "backend_src_common_services_sms_service_smsservice_updatelocalpattern"
},
@@ -5271,7 +4677,7 @@
"source_location": "L225",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".addpattern()",
"id": "backend_src_settings_settings_controller_settingscontroller_addpattern"
},
@@ -5282,7 +4688,7 @@
"source_location": "L270",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".clearallsmslogs()",
"id": "backend_src_settings_settings_controller_settingscontroller_clearallsmslogs"
},
@@ -5293,7 +4699,7 @@
"source_location": "L29",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".constructor()",
"id": "backend_src_settings_settings_controller_settingscontroller_constructor"
},
@@ -5304,7 +4710,7 @@
"source_location": "L119",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".deletescientificterm()",
"id": "backend_src_settings_settings_controller_settingscontroller_deletescientificterm"
},
@@ -5315,7 +4721,7 @@
"source_location": "L261",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".deletesmslog()",
"id": "backend_src_settings_settings_controller_settingscontroller_deletesmslog"
},
@@ -5326,7 +4732,7 @@
"source_location": "L240",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".editpattern()",
"id": "backend_src_settings_settings_controller_settingscontroller_editpattern"
},
@@ -5337,7 +4743,7 @@
"source_location": "L82",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".getfinancial()",
"id": "backend_src_settings_settings_controller_settingscontroller_getfinancial"
},
@@ -5348,7 +4754,7 @@
"source_location": "L145",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".getfinancialsettings()",
"id": "backend_src_settings_settings_controller_settingscontroller_getfinancialsettings"
},
@@ -5359,7 +4765,7 @@
"source_location": "L216",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".getpatterns()",
"id": "backend_src_settings_settings_controller_settingscontroller_getpatterns"
},
@@ -5370,7 +4776,7 @@
"source_location": "L98",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".getscientificterms()",
"id": "backend_src_settings_settings_controller_settingscontroller_getscientificterms"
},
@@ -5381,7 +4787,7 @@
"source_location": "L126",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".getseosettings()",
"id": "backend_src_settings_settings_controller_settingscontroller_getseosettings"
},
@@ -5392,7 +4798,7 @@
"source_location": "L252",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".getsmslogs()",
"id": "backend_src_settings_settings_controller_settingscontroller_getsmslogs"
},
@@ -5403,7 +4809,7 @@
"source_location": "L183",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".getsmssettings()",
"id": "backend_src_settings_settings_controller_settingscontroller_getsmssettings"
},
@@ -5414,7 +4820,7 @@
"source_location": "L164",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".getsystemsettings()",
"id": "backend_src_settings_settings_controller_settingscontroller_getsystemsettings"
},
@@ -5425,7 +4831,7 @@
"source_location": "L37",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".getuitexts()",
"id": "backend_src_settings_settings_controller_settingscontroller_getuitexts"
},
@@ -5436,7 +4842,7 @@
"source_location": "L61",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".patchuitext()",
"id": "backend_src_settings_settings_controller_settingscontroller_patchuitext"
},
@@ -5447,7 +4853,7 @@
"source_location": "L76",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".putbulkuitexts()",
"id": "backend_src_settings_settings_controller_settingscontroller_putbulkuitexts"
},
@@ -5458,7 +4864,7 @@
"source_location": "L46",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".putuitext()",
"id": "backend_src_settings_settings_controller_settingscontroller_putuitext"
},
@@ -5469,7 +4875,7 @@
"source_location": "L201",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".testsms()",
"id": "backend_src_settings_settings_controller_settingscontroller_testsms"
},
@@ -5480,7 +4886,7 @@
"source_location": "L92",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".updatefinancial()",
"id": "backend_src_settings_settings_controller_settingscontroller_updatefinancial"
},
@@ -5491,7 +4897,7 @@
"source_location": "L154",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".updatefinancialsettings()",
"id": "backend_src_settings_settings_controller_settingscontroller_updatefinancialsettings"
},
@@ -5502,7 +4908,7 @@
"source_location": "L135",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".updateseosettings()",
"id": "backend_src_settings_settings_controller_settingscontroller_updateseosettings"
},
@@ -5513,7 +4919,7 @@
"source_location": "L192",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".updatesmssettings()",
"id": "backend_src_settings_settings_controller_settingscontroller_updatesmssettings"
},
@@ -5524,7 +4930,7 @@
"source_location": "L173",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".updatesystemsettings()",
"id": "backend_src_settings_settings_controller_settingscontroller_updatesystemsettings"
},
@@ -5535,7 +4941,7 @@
"source_location": "L107",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".upsertscientificterm()",
"id": "backend_src_settings_settings_controller_settingscontroller_upsertscientificterm"
},
@@ -5546,7 +4952,7 @@
"source_location": "L387",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".addpattern()",
"id": "backend_src_settings_settings_service_settingsservice_addpattern"
},
@@ -5557,7 +4963,7 @@
"source_location": "L403",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".clearallsmslogs()",
"id": "backend_src_settings_settings_service_settingsservice_clearallsmslogs"
},
@@ -5568,7 +4974,7 @@
"source_location": "L89",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".constructor()",
"id": "backend_src_settings_settings_service_settingsservice_constructor"
},
@@ -5579,7 +4985,7 @@
"source_location": "L296",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".deletescientificterm()",
"id": "backend_src_settings_settings_service_settingsservice_deletescientificterm"
},
@@ -5590,7 +4996,7 @@
"source_location": "L399",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".deletesmslog()",
"id": "backend_src_settings_settings_service_settingsservice_deletesmslog"
},
@@ -5601,7 +5007,7 @@
"source_location": "L391",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".editpattern()",
"id": "backend_src_settings_settings_service_settingsservice_editpattern"
},
@@ -5612,7 +5018,7 @@
"source_location": "L302",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".getcategorysetting()",
"id": "backend_src_settings_settings_service_settingsservice_getcategorysetting"
},
@@ -5623,7 +5029,7 @@
"source_location": "L200",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".getfinancialsettings()",
"id": "backend_src_settings_settings_service_settingsservice_getfinancialsettings"
},
@@ -5634,7 +5040,7 @@
"source_location": "L383",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".getpatterns()",
"id": "backend_src_settings_settings_service_settingsservice_getpatterns"
},
@@ -5645,7 +5051,7 @@
"source_location": "L271",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".getscientificterms()",
"id": "backend_src_settings_settings_service_settingsservice_getscientificterms"
},
@@ -5656,7 +5062,7 @@
"source_location": "L395",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".getsmslogs()",
"id": "backend_src_settings_settings_service_settingsservice_getsmslogs"
},
@@ -5667,7 +5073,7 @@
"source_location": "L366",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".getsmssettings()",
"id": "backend_src_settings_settings_service_settingsservice_getsmssettings"
},
@@ -5678,7 +5084,7 @@
"source_location": "L119",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".getuitexts()",
"id": "backend_src_settings_settings_service_settingsservice_getuitexts"
},
@@ -5689,7 +5095,7 @@
"source_location": "L94",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".onmoduleinit()",
"id": "backend_src_settings_settings_service_settingsservice_onmoduleinit"
},
@@ -5700,7 +5106,7 @@
"source_location": "L98",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".seeddefaultuitexts()",
"id": "backend_src_settings_settings_service_settingsservice_seeddefaultuitexts"
},
@@ -5711,7 +5117,7 @@
"source_location": "L379",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".testsms()",
"id": "backend_src_settings_settings_service_settingsservice_testsms"
},
@@ -5722,7 +5128,7 @@
"source_location": "L191",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".updatebulkuitexts()",
"id": "backend_src_settings_settings_service_settingsservice_updatebulkuitexts"
},
@@ -5733,7 +5139,7 @@
"source_location": "L327",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".updatecategorysetting()",
"id": "backend_src_settings_settings_service_settingsservice_updatecategorysetting"
},
@@ -5744,7 +5150,7 @@
"source_location": "L225",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".updatefinancialsettings()",
"id": "backend_src_settings_settings_service_settingsservice_updatefinancialsettings"
},
@@ -5755,7 +5161,7 @@
"source_location": "L370",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".updatesmssettings()",
"id": "backend_src_settings_settings_service_settingsservice_updatesmssettings"
},
@@ -5766,7 +5172,7 @@
"source_location": "L164",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".updateuitext()",
"id": "backend_src_settings_settings_service_settingsservice_updateuitext"
},
@@ -5777,153 +5183,772 @@
"source_location": "L275",
"_callable": true,
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": ".upsertscientificterm()",
"id": "backend_src_settings_settings_service_settingsservice_upsertscientificterm"
},
{
- "label": ".constructor()",
+ "label": ".adjustWallet()",
"file_type": "code",
- "source_file": "backend/src/videos/videos.controller.ts",
- "source_location": "L26",
+ "source_file": "backend/src/admin/admin.controller.ts",
+ "source_location": "L99",
"_callable": true,
"_origin": "ast",
- "community": 10,
- "community_name": "CreateVideoDto",
- "norm_label": ".constructor()",
- "id": "backend_src_videos_videos_controller_videoscontroller_constructor"
- },
- {
- "label": ".create()",
- "file_type": "code",
- "source_file": "backend/src/videos/videos.controller.ts",
- "source_location": "L48",
- "_callable": true,
- "_origin": "ast",
- "community": 10,
- "community_name": "CreateVideoDto",
- "norm_label": ".create()",
- "id": "backend_src_videos_videos_controller_videoscontroller_create"
- },
- {
- "label": ".findAll()",
- "file_type": "code",
- "source_file": "backend/src/videos/videos.controller.ts",
- "source_location": "L34",
- "_callable": true,
- "_origin": "ast",
- "community": 10,
- "community_name": "CreateVideoDto",
- "norm_label": ".findall()",
- "id": "backend_src_videos_videos_controller_videoscontroller_findall"
- },
- {
- "label": ".findOne()",
- "file_type": "code",
- "source_file": "backend/src/videos/videos.controller.ts",
- "source_location": "L40",
- "_callable": true,
- "_origin": "ast",
- "community": 10,
- "community_name": "CreateVideoDto",
- "norm_label": ".findone()",
- "id": "backend_src_videos_videos_controller_videoscontroller_findone"
- },
- {
- "label": ".remove()",
- "file_type": "code",
- "source_file": "backend/src/videos/videos.controller.ts",
- "source_location": "L67",
- "_callable": true,
- "_origin": "ast",
- "community": 10,
- "community_name": "CreateVideoDto",
- "norm_label": ".remove()",
- "id": "backend_src_videos_videos_controller_videoscontroller_remove"
- },
- {
- "label": ".update()",
- "file_type": "code",
- "source_file": "backend/src/videos/videos.controller.ts",
- "source_location": "L56",
- "_callable": true,
- "_origin": "ast",
- "community": 10,
- "community_name": "CreateVideoDto",
- "norm_label": ".update()",
- "id": "backend_src_videos_videos_controller_videoscontroller_update"
+ "community": 1,
+ "norm_label": ".adjustwallet()",
+ "id": "backend_src_admin_admin_controller_admincontroller_adjustwallet"
},
{
"label": ".constructor()",
"file_type": "code",
- "source_file": "backend/src/videos/videos.service.ts",
- "source_location": "L15",
+ "source_file": "backend/src/admin/admin.controller.ts",
+ "source_location": "L29",
"_callable": true,
"_origin": "ast",
- "community": 10,
- "community_name": "CreateVideoDto",
+ "community": 1,
"norm_label": ".constructor()",
- "id": "backend_src_videos_videos_service_videosservice_constructor"
+ "id": "backend_src_admin_admin_controller_admincontroller_constructor"
},
{
- "label": ".create()",
+ "label": ".createCoupon()",
"file_type": "code",
- "source_file": "backend/src/videos/videos.service.ts",
- "source_location": "L69",
+ "source_file": "backend/src/admin/admin.controller.ts",
+ "source_location": "L189",
"_callable": true,
"_origin": "ast",
- "community": 10,
- "community_name": "CreateVideoDto",
- "norm_label": ".create()",
- "id": "backend_src_videos_videos_service_videosservice_create"
+ "community": 1,
+ "norm_label": ".createcoupon()",
+ "id": "backend_src_admin_admin_controller_admincontroller_createcoupon"
},
{
- "label": ".findAll()",
+ "label": ".createDoctor()",
"file_type": "code",
- "source_file": "backend/src/videos/videos.service.ts",
- "source_location": "L17",
+ "source_file": "backend/src/admin/admin.controller.ts",
+ "source_location": "L227",
"_callable": true,
"_origin": "ast",
- "community": 10,
- "community_name": "CreateVideoDto",
- "norm_label": ".findall()",
- "id": "backend_src_videos_videos_service_videosservice_findall"
+ "community": 1,
+ "norm_label": ".createdoctor()",
+ "id": "backend_src_admin_admin_controller_admincontroller_createdoctor"
},
{
- "label": ".findOne()",
+ "label": ".createProduct()",
"file_type": "code",
- "source_file": "backend/src/videos/videos.service.ts",
- "source_location": "L57",
+ "source_file": "backend/src/admin/admin.controller.ts",
+ "source_location": "L130",
"_callable": true,
"_origin": "ast",
- "community": 10,
- "community_name": "CreateVideoDto",
- "norm_label": ".findone()",
- "id": "backend_src_videos_videos_service_videosservice_findone"
+ "community": 1,
+ "norm_label": ".createproduct()",
+ "id": "backend_src_admin_admin_controller_admincontroller_createproduct"
},
{
- "label": ".remove()",
+ "label": ".createUser()",
"file_type": "code",
- "source_file": "backend/src/videos/videos.service.ts",
+ "source_file": "backend/src/admin/admin.controller.ts",
+ "source_location": "L50",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": ".createuser()",
+ "id": "backend_src_admin_admin_controller_admincontroller_createuser"
+ },
+ {
+ "label": ".deleteCoupon()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.controller.ts",
+ "source_location": "L213",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": ".deletecoupon()",
+ "id": "backend_src_admin_admin_controller_admincontroller_deletecoupon"
+ },
+ {
+ "label": ".deleteDoctor()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.controller.ts",
+ "source_location": "L260",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": ".deletedoctor()",
+ "id": "backend_src_admin_admin_controller_admincontroller_deletedoctor"
+ },
+ {
+ "label": ".deleteProduct()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.controller.ts",
+ "source_location": "L147",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": ".deleteproduct()",
+ "id": "backend_src_admin_admin_controller_admincontroller_deleteproduct"
+ },
+ {
+ "label": ".deleteUser()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.controller.ts",
+ "source_location": "L82",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": ".deleteuser()",
+ "id": "backend_src_admin_admin_controller_admincontroller_deleteuser"
+ },
+ {
+ "label": ".getCoupons()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.controller.ts",
+ "source_location": "L182",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": ".getcoupons()",
+ "id": "backend_src_admin_admin_controller_admincontroller_getcoupons"
+ },
+ {
+ "label": ".getDashboardStats()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.controller.ts",
+ "source_location": "L33",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": ".getdashboardstats()",
+ "id": "backend_src_admin_admin_controller_admincontroller_getdashboardstats"
+ },
+ {
+ "label": ".getDoctors()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.controller.ts",
+ "source_location": "L220",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": ".getdoctors()",
+ "id": "backend_src_admin_admin_controller_admincontroller_getdoctors"
+ },
+ {
+ "label": ".getOrders()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.controller.ts",
+ "source_location": "L157",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": ".getorders()",
+ "id": "backend_src_admin_admin_controller_admincontroller_getorders"
+ },
+ {
+ "label": ".getProducts()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.controller.ts",
+ "source_location": "L123",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": ".getproducts()",
+ "id": "backend_src_admin_admin_controller_admincontroller_getproducts"
+ },
+ {
+ "label": ".getSettings()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.controller.ts",
+ "source_location": "L267",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": ".getsettings()",
+ "id": "backend_src_admin_admin_controller_admincontroller_getsettings"
+ },
+ {
+ "label": ".getUserDetails()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.controller.ts",
+ "source_location": "L61",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": ".getuserdetails()",
+ "id": "backend_src_admin_admin_controller_admincontroller_getuserdetails"
+ },
+ {
+ "label": ".getUsers()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.controller.ts",
+ "source_location": "L43",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": ".getusers()",
+ "id": "backend_src_admin_admin_controller_admincontroller_getusers"
+ },
+ {
+ "label": ".toggleCoupon()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.controller.ts",
+ "source_location": "L203",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": ".togglecoupon()",
+ "id": "backend_src_admin_admin_controller_admincontroller_togglecoupon"
+ },
+ {
+ "label": ".updateCoupon()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.controller.ts",
+ "source_location": "L196",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": ".updatecoupon()",
+ "id": "backend_src_admin_admin_controller_admincontroller_updatecoupon"
+ },
+ {
+ "label": ".updateDoctor()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.controller.ts",
+ "source_location": "L243",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": ".updatedoctor()",
+ "id": "backend_src_admin_admin_controller_admincontroller_updatedoctor"
+ },
+ {
+ "label": ".updateOrderStatus()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.controller.ts",
+ "source_location": "L164",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": ".updateorderstatus()",
+ "id": "backend_src_admin_admin_controller_admincontroller_updateorderstatus"
+ },
+ {
+ "label": ".updateProduct()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.controller.ts",
+ "source_location": "L137",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": ".updateproduct()",
+ "id": "backend_src_admin_admin_controller_admincontroller_updateproduct"
+ },
+ {
+ "label": ".updateSettings()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.controller.ts",
+ "source_location": "L274",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": ".updatesettings()",
+ "id": "backend_src_admin_admin_controller_admincontroller_updatesettings"
+ },
+ {
+ "label": ".updateUser()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.controller.ts",
+ "source_location": "L68",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": ".updateuser()",
+ "id": "backend_src_admin_admin_controller_admincontroller_updateuser"
+ },
+ {
+ "label": ".updateUserRole()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.controller.ts",
"source_location": "L92",
"_callable": true,
"_origin": "ast",
- "community": 10,
- "community_name": "CreateVideoDto",
- "norm_label": ".remove()",
- "id": "backend_src_videos_videos_service_videosservice_remove"
+ "community": 1,
+ "norm_label": ".updateuserrole()",
+ "id": "backend_src_admin_admin_controller_admincontroller_updateuserrole"
},
{
- "label": ".update()",
+ "label": ".adjustUserWallet()",
"file_type": "code",
- "source_file": "backend/src/videos/videos.service.ts",
- "source_location": "L83",
+ "source_file": "backend/src/admin/admin.service.ts",
+ "source_location": "L743",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": ".adjustuserwallet()",
+ "id": "backend_src_admin_admin_service_adminservice_adjustuserwallet"
+ },
+ {
+ "label": ".constructor()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.service.ts",
+ "source_location": "L73",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": ".constructor()",
+ "id": "backend_src_admin_admin_service_adminservice_constructor"
+ },
+ {
+ "label": ".createCoupon()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.service.ts",
+ "source_location": "L545",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": ".createcoupon()",
+ "id": "backend_src_admin_admin_service_adminservice_createcoupon"
+ },
+ {
+ "label": ".createDoctor()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.service.ts",
+ "source_location": "L716",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": ".createdoctor()",
+ "id": "backend_src_admin_admin_service_adminservice_createdoctor"
+ },
+ {
+ "label": ".createProduct()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.service.ts",
+ "source_location": "L336",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": ".createproduct()",
+ "id": "backend_src_admin_admin_service_adminservice_createproduct"
+ },
+ {
+ "label": ".createUser()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.service.ts",
+ "source_location": "L181",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": ".createuser()",
+ "id": "backend_src_admin_admin_service_adminservice_createuser"
+ },
+ {
+ "label": ".deleteCoupon()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.service.ts",
+ "source_location": "L609",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": ".deletecoupon()",
+ "id": "backend_src_admin_admin_service_adminservice_deletecoupon"
+ },
+ {
+ "label": ".deleteDoctor()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.service.ts",
+ "source_location": "L739",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": ".deletedoctor()",
+ "id": "backend_src_admin_admin_service_adminservice_deletedoctor"
+ },
+ {
+ "label": ".deleteProduct()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.service.ts",
+ "source_location": "L441",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": ".deleteproduct()",
+ "id": "backend_src_admin_admin_service_adminservice_deleteproduct"
+ },
+ {
+ "label": ".deleteUser()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.service.ts",
+ "source_location": "L274",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": ".deleteuser()",
+ "id": "backend_src_admin_admin_service_adminservice_deleteuser"
+ },
+ {
+ "label": ".getCoupons()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.service.ts",
+ "source_location": "L514",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": ".getcoupons()",
+ "id": "backend_src_admin_admin_service_adminservice_getcoupons"
+ },
+ {
+ "label": ".getDoctors()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.service.ts",
+ "source_location": "L710",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": ".getdoctors()",
+ "id": "backend_src_admin_admin_service_adminservice_getdoctors"
+ },
+ {
+ "label": ".getOrders()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.service.ts",
+ "source_location": "L447",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": ".getorders()",
+ "id": "backend_src_admin_admin_service_adminservice_getorders"
+ },
+ {
+ "label": ".getPets()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.service.ts",
+ "source_location": "L660",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": ".getpets()",
+ "id": "backend_src_admin_admin_service_adminservice_getpets"
+ },
+ {
+ "label": ".getProducts()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.service.ts",
+ "source_location": "L297",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": ".getproducts()",
+ "id": "backend_src_admin_admin_service_adminservice_getproducts"
+ },
+ {
+ "label": ".getSettings()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.service.ts",
+ "source_location": "L615",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": ".getsettings()",
+ "id": "backend_src_admin_admin_service_adminservice_getsettings"
+ },
+ {
+ "label": ".getUserDetails()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.service.ts",
+ "source_location": "L167",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": ".getuserdetails()",
+ "id": "backend_src_admin_admin_service_adminservice_getuserdetails"
+ },
+ {
+ "label": ".getUsers()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.service.ts",
+ "source_location": "L122",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": ".getusers()",
+ "id": "backend_src_admin_admin_service_adminservice_getusers"
+ },
+ {
+ "label": ".toggleCoupon()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.service.ts",
+ "source_location": "L602",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": ".togglecoupon()",
+ "id": "backend_src_admin_admin_service_adminservice_togglecoupon"
+ },
+ {
+ "label": ".updateCoupon()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.service.ts",
+ "source_location": "L572",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": ".updatecoupon()",
+ "id": "backend_src_admin_admin_service_adminservice_updatecoupon"
+ },
+ {
+ "label": ".updateDoctor()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.service.ts",
+ "source_location": "L726",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": ".updatedoctor()",
+ "id": "backend_src_admin_admin_service_adminservice_updatedoctor"
+ },
+ {
+ "label": ".updateOrderStatus()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.service.ts",
+ "source_location": "L495",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": ".updateorderstatus()",
+ "id": "backend_src_admin_admin_service_adminservice_updateorderstatus"
+ },
+ {
+ "label": ".updateProduct()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.service.ts",
+ "source_location": "L384",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": ".updateproduct()",
+ "id": "backend_src_admin_admin_service_adminservice_updateproduct"
+ },
+ {
+ "label": ".updateSettings()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.service.ts",
+ "source_location": "L623",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": ".updatesettings()",
+ "id": "backend_src_admin_admin_service_adminservice_updatesettings"
+ },
+ {
+ "label": ".updateUser()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.service.ts",
+ "source_location": "L218",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": ".updateuser()",
+ "id": "backend_src_admin_admin_service_adminservice_updateuser"
+ },
+ {
+ "label": ".updateUserRole()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.service.ts",
+ "source_location": "L267",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": ".updateuserrole()",
+ "id": "backend_src_admin_admin_service_adminservice_updateuserrole"
+ },
+ {
+ "label": "NetworkBanner()",
+ "file_type": "code",
+ "source_file": "frontend/application/components/NetworkBanner.tsx",
+ "source_location": "L7",
"_callable": true,
"_origin": "ast",
"community": 10,
- "community_name": "CreateVideoDto",
- "norm_label": ".update()",
- "id": "backend_src_videos_videos_service_videosservice_update"
+ "community_name": "toPersian",
+ "norm_label": "networkbanner()",
+ "id": "frontend_application_components_networkbanner_networkbanner"
+ },
+ {
+ "label": "useNetworkStatus()",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/hooks/useNetworkStatus.ts",
+ "source_location": "L3",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 10,
+ "community_name": "toPersian",
+ "norm_label": "usenetworkstatus()",
+ "id": "frontend_application_lib_hooks_usenetworkstatus_usenetworkstatus"
+ },
+ {
+ "label": "toEnglishDigits()",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/utils.ts",
+ "source_location": "L6",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 10,
+ "community_name": "toPersian",
+ "norm_label": "toenglishdigits()",
+ "id": "frontend_application_lib_utils_toenglishdigits"
+ },
+ {
+ "label": "EnamadBadge()",
+ "file_type": "code",
+ "source_file": "frontend/application/components/EnamadBadge.tsx",
+ "source_location": "L9",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 10,
+ "community_name": "useSettingsStore",
+ "norm_label": "enamadbadge()",
+ "id": "frontend_application_components_enamadbadge_enamadbadge"
+ },
+ {
+ "label": "ClientLayout()",
+ "file_type": "code",
+ "source_file": "frontend/application/app/ClientLayout.tsx",
+ "source_location": "L21",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 10,
+ "norm_label": "clientlayout()",
+ "id": "frontend_application_app_clientlayout_clientlayout"
+ },
+ {
+ "label": "generateMetadata()",
+ "file_type": "code",
+ "source_file": "frontend/application/app/layout.tsx",
+ "source_location": "L5",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 10,
+ "norm_label": "generatemetadata()",
+ "id": "frontend_application_app_layout_generatemetadata"
+ },
+ {
+ "label": "RootLayout()",
+ "file_type": "code",
+ "source_file": "frontend/application/app/layout.tsx",
+ "source_location": "L94",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 10,
+ "norm_label": "rootlayout()",
+ "id": "frontend_application_app_layout_rootlayout"
+ },
+ {
+ "label": "TrustSealsPage()",
+ "file_type": "code",
+ "source_file": "frontend/application/app/trust-seals/page.tsx",
+ "source_location": "L11",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 10,
+ "norm_label": "trustsealspage()",
+ "id": "frontend_application_app_trust_seals_page_trustsealspage"
+ },
+ {
+ "label": "AuthModal()",
+ "file_type": "code",
+ "source_file": "frontend/application/components/AuthModal.tsx",
+ "source_location": "L38",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 10,
+ "norm_label": "authmodal()",
+ "id": "frontend_application_components_authmodal_authmodal"
+ },
+ {
+ "label": "extractOtpFromText()",
+ "file_type": "code",
+ "source_file": "frontend/application/components/AuthModal.tsx",
+ "source_location": "L30",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 10,
+ "norm_label": "extractotpfromtext()",
+ "id": "frontend_application_components_authmodal_extractotpfromtext"
+ },
+ {
+ "label": "B2BPortal()",
+ "file_type": "code",
+ "source_file": "frontend/application/components/B2BPortal.tsx",
+ "source_location": "L23",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 10,
+ "norm_label": "b2bportal()",
+ "id": "frontend_application_components_b2bportal_b2bportal"
+ },
+ {
+ "label": "BrandLogo()",
+ "file_type": "code",
+ "source_file": "frontend/application/components/BrandLogo.tsx",
+ "source_location": "L14",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 10,
+ "norm_label": "brandlogo()",
+ "id": "frontend_application_components_brandlogo_brandlogo"
+ },
+ {
+ "label": "Footer()",
+ "file_type": "code",
+ "source_file": "frontend/application/components/Footer.tsx",
+ "source_location": "L11",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 10,
+ "norm_label": "footer()",
+ "id": "frontend_application_components_footer_footer"
+ },
+ {
+ "label": "LoginModal()",
+ "file_type": "code",
+ "source_file": "frontend/application/components/LoginModal.tsx",
+ "source_location": "L18",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 10,
+ "norm_label": "loginmodal()",
+ "id": "frontend_application_components_loginmodal_loginmodal"
+ },
+ {
+ "label": "MaintenancePage()",
+ "file_type": "code",
+ "source_file": "frontend/application/components/MaintenancePage.tsx",
+ "source_location": "L7",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 10,
+ "norm_label": "maintenancepage()",
+ "id": "frontend_application_components_maintenancepage_maintenancepage"
+ },
+ {
+ "label": "SmartAdvisor()",
+ "file_type": "code",
+ "source_file": "frontend/application/components/SmartAdvisor.tsx",
+ "source_location": "L52",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 10,
+ "norm_label": "smartadvisor()",
+ "id": "frontend_application_components_smartadvisor_smartadvisor"
+ },
+ {
+ "label": "TickerBanner()",
+ "file_type": "code",
+ "source_file": "frontend/application/components/TickerBanner.tsx",
+ "source_location": "L6",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 10,
+ "norm_label": "tickerbanner()",
+ "id": "frontend_application_components_tickerbanner_tickerbanner"
},
{
"label": ".constructor()",
@@ -5932,7 +5957,7 @@
"source_location": "L6",
"_callable": true,
"_origin": "ast",
- "community": 101,
+ "community": 102,
"community_name": "App Health Controller",
"norm_label": ".constructor()",
"id": "backend_src_app_controller_appcontroller_constructor"
@@ -5944,7 +5969,7 @@
"source_location": "L9",
"_callable": true,
"_origin": "ast",
- "community": 101,
+ "community": 102,
"community_name": "App Health Controller",
"norm_label": ".gethello()",
"id": "backend_src_app_controller_appcontroller_gethello"
@@ -5956,261 +5981,240 @@
"source_location": "L5",
"_callable": true,
"_origin": "ast",
- "community": 101,
+ "community": 102,
"community_name": "App Health Controller",
"norm_label": ".gethello()",
"id": "backend_src_app_service_appservice_gethello"
},
{
- "label": ".addHealthLog()",
+ "label": ".getAdminTransactions()",
"file_type": "code",
- "source_file": "backend/src/pets/pets.service.ts",
- "source_location": "L260",
+ "source_file": "backend/src/payment/payment.service.ts",
+ "source_location": "L669",
"_callable": true,
"_origin": "ast",
- "community": 102,
- "community_name": "PetsService",
- "norm_label": ".addhealthlog()",
- "id": "backend_src_pets_pets_service_petsservice_addhealthlog"
+ "community": 103,
+ "norm_label": ".getadmintransactions()",
+ "id": "backend_src_payment_payment_service_paymentservice_getadmintransactions"
},
{
- "label": ".addReminder()",
+ "label": "OrderRowSkeleton()",
"file_type": "code",
- "source_file": "backend/src/pets/pets.service.ts",
- "source_location": "L198",
- "_callable": true,
- "_origin": "ast",
- "community": 102,
- "community_name": "PetsService",
- "norm_label": ".addreminder()",
- "id": "backend_src_pets_pets_service_petsservice_addreminder"
- },
- {
- "label": ".constructor()",
- "file_type": "code",
- "source_file": "backend/src/pets/pets.service.ts",
- "source_location": "L24",
- "_callable": true,
- "_origin": "ast",
- "community": 102,
- "community_name": "PetsService",
- "norm_label": ".constructor()",
- "id": "backend_src_pets_pets_service_petsservice_constructor"
- },
- {
- "label": ".create()",
- "file_type": "code",
- "source_file": "backend/src/pets/pets.service.ts",
- "source_location": "L26",
- "_callable": true,
- "_origin": "ast",
- "community": 102,
- "community_name": "PetsService",
- "norm_label": ".create()",
- "id": "backend_src_pets_pets_service_petsservice_create"
- },
- {
- "label": ".findAllAdmin()",
- "file_type": "code",
- "source_file": "backend/src/pets/pets.service.ts",
- "source_location": "L49",
- "_callable": true,
- "_origin": "ast",
- "community": 102,
- "community_name": "PetsService",
- "norm_label": ".findalladmin()",
- "id": "backend_src_pets_pets_service_petsservice_findalladmin"
- },
- {
- "label": ".findOne()",
- "file_type": "code",
- "source_file": "backend/src/pets/pets.service.ts",
- "source_location": "L150",
- "_callable": true,
- "_origin": "ast",
- "community": 102,
- "community_name": "PetsService",
- "norm_label": ".findone()",
- "id": "backend_src_pets_pets_service_petsservice_findone"
- },
- {
- "label": ".remove()",
- "file_type": "code",
- "source_file": "backend/src/pets/pets.service.ts",
- "source_location": "L191",
- "_callable": true,
- "_origin": "ast",
- "community": 102,
- "community_name": "PetsService",
- "norm_label": ".remove()",
- "id": "backend_src_pets_pets_service_petsservice_remove"
- },
- {
- "label": ".toggleReminder()",
- "file_type": "code",
- "source_file": "backend/src/pets/pets.service.ts",
- "source_location": "L211",
- "_callable": true,
- "_origin": "ast",
- "community": 102,
- "community_name": "PetsService",
- "norm_label": ".togglereminder()",
- "id": "backend_src_pets_pets_service_petsservice_togglereminder"
- },
- {
- "label": ".update()",
- "file_type": "code",
- "source_file": "backend/src/pets/pets.service.ts",
- "source_location": "L161",
- "_callable": true,
- "_origin": "ast",
- "community": 102,
- "community_name": "PetsService",
- "norm_label": ".update()",
- "id": "backend_src_pets_pets_service_petsservice_update"
- },
- {
- "label": ".constructor()",
- "file_type": "code",
- "source_file": "backend/src/pets/pets.controller.ts",
- "source_location": "L56",
- "_callable": true,
- "_origin": "ast",
- "community": 107,
- "norm_label": ".constructor()",
- "id": "backend_src_pets_pets_controller_petscontroller_constructor"
- },
- {
- "label": ".constructor()",
- "file_type": "code",
- "source_file": "backend/src/reviews/reviews.controller.ts",
- "source_location": "L24",
+ "source_file": "frontend/application/components/Skeleton.tsx",
+ "source_location": "L70",
"_callable": true,
"_origin": "ast",
"community": 11,
- "norm_label": ".constructor()",
- "id": "backend_src_reviews_reviews_controller_reviewscontroller_constructor"
+ "community_name": "ArchivePage.tsx",
+ "norm_label": "orderrowskeleton()",
+ "id": "frontend_application_components_skeleton_orderrowskeleton"
},
{
- "label": ".createReview()",
+ "label": "BackButton()",
"file_type": "code",
- "source_file": "backend/src/reviews/reviews.controller.ts",
- "source_location": "L31",
+ "source_file": "frontend/application/components/BackButton.tsx",
+ "source_location": "L13",
"_callable": true,
"_origin": "ast",
"community": 11,
- "norm_label": ".createreview()",
- "id": "backend_src_reviews_reviews_controller_reviewscontroller_createreview"
+ "community_name": "PetProfile.tsx",
+ "norm_label": "backbutton()",
+ "id": "frontend_application_components_backbutton_backbutton"
},
{
- "label": ".deleteReview()",
+ "label": "cn()",
"file_type": "code",
- "source_file": "backend/src/reviews/reviews.controller.ts",
- "source_location": "L104",
+ "source_file": "frontend/application/lib/utils.ts",
+ "source_location": "L11",
"_callable": true,
"_origin": "ast",
"community": 11,
- "norm_label": ".deletereview()",
- "id": "backend_src_reviews_reviews_controller_reviewscontroller_deletereview"
+ "community_name": "PetProfile.tsx",
+ "norm_label": "cn()",
+ "id": "frontend_application_lib_utils_cn"
},
{
- "label": ".getAdminReviews()",
+ "label": "Checkout()",
"file_type": "code",
- "source_file": "backend/src/reviews/reviews.controller.ts",
- "source_location": "L65",
+ "source_file": "frontend/application/app/checkout/page.tsx",
+ "source_location": "L3",
"_callable": true,
"_origin": "ast",
"community": 11,
- "norm_label": ".getadminreviews()",
- "id": "backend_src_reviews_reviews_controller_reviewscontroller_getadminreviews"
+ "community_name": "UserDashboard.tsx",
+ "norm_label": "checkout()",
+ "id": "frontend_application_app_checkout_page_checkout"
},
{
- "label": ".getProductReviews()",
+ "label": "DashboardPage()",
"file_type": "code",
- "source_file": "backend/src/reviews/reviews.controller.ts",
- "source_location": "L45",
+ "source_file": "frontend/application/app/dashboard/page.tsx",
+ "source_location": "L3",
"_callable": true,
"_origin": "ast",
"community": 11,
- "norm_label": ".getproductreviews()",
- "id": "backend_src_reviews_reviews_controller_reviewscontroller_getproductreviews"
+ "community_name": "UserDashboard.tsx",
+ "norm_label": "dashboardpage()",
+ "id": "frontend_application_app_dashboard_page_dashboardpage"
},
{
- "label": ".updateReviewStatus()",
+ "label": "AddressModal()",
"file_type": "code",
- "source_file": "backend/src/reviews/reviews.controller.ts",
- "source_location": "L89",
+ "source_file": "frontend/application/components/AddressModal.tsx",
+ "source_location": "L18",
"_callable": true,
"_origin": "ast",
"community": 11,
- "norm_label": ".updatereviewstatus()",
- "id": "backend_src_reviews_reviews_controller_reviewscontroller_updatereviewstatus"
+ "community_name": "UserDashboard.tsx",
+ "norm_label": "addressmodal()",
+ "id": "frontend_application_components_addressmodal_addressmodal"
},
{
- "label": ".constructor()",
+ "label": "DeleteConfirmModal()",
"file_type": "code",
- "source_file": "backend/src/reviews/reviews.service.ts",
- "source_location": "L10",
+ "source_file": "frontend/application/components/DeleteConfirmModal.tsx",
+ "source_location": "L14",
"_callable": true,
"_origin": "ast",
"community": 11,
- "norm_label": ".constructor()",
- "id": "backend_src_reviews_reviews_service_reviewsservice_constructor"
+ "community_name": "UserDashboard.tsx",
+ "norm_label": "deleteconfirmmodal()",
+ "id": "frontend_application_components_deleteconfirmmodal_deleteconfirmmodal"
},
{
- "label": ".createReview()",
+ "label": "SearchableSelect()",
"file_type": "code",
- "source_file": "backend/src/reviews/reviews.service.ts",
- "source_location": "L15",
+ "source_file": "frontend/application/components/SearchableSelect.tsx",
+ "source_location": "L17",
"_callable": true,
"_origin": "ast",
"community": 11,
- "norm_label": ".createreview()",
- "id": "backend_src_reviews_reviews_service_reviewsservice_createreview"
+ "community_name": "UserDashboard.tsx",
+ "norm_label": "searchableselect()",
+ "id": "frontend_application_components_searchableselect_searchableselect"
},
{
- "label": ".deleteReview()",
+ "label": "HeaderButton()",
"file_type": "code",
- "source_file": "backend/src/reviews/reviews.service.ts",
- "source_location": "L212",
+ "source_file": "frontend/application/components/HeaderButton.tsx",
+ "source_location": "L16",
"_callable": true,
"_origin": "ast",
"community": 11,
- "norm_label": ".deletereview()",
- "id": "backend_src_reviews_reviews_service_reviewsservice_deletereview"
+ "community_name": "toPersian",
+ "norm_label": "headerbutton()",
+ "id": "frontend_application_components_headerbutton_headerbutton"
},
{
- "label": ".getAdminReviews()",
+ "label": "toPersian()",
"file_type": "code",
- "source_file": "backend/src/reviews/reviews.service.ts",
- "source_location": "L121",
+ "source_file": "frontend/application/lib/utils.ts",
+ "source_location": "L1",
"_callable": true,
"_origin": "ast",
"community": 11,
- "norm_label": ".getadminreviews()",
- "id": "backend_src_reviews_reviews_service_reviewsservice_getadminreviews"
+ "community_name": "toPersian",
+ "norm_label": "topersian()",
+ "id": "frontend_application_lib_utils_topersian"
},
{
- "label": ".getProductReviews()",
+ "label": "PaymentVerifyPage()",
"file_type": "code",
- "source_file": "backend/src/reviews/reviews.service.ts",
- "source_location": "L69",
+ "source_file": "frontend/application/app/payment/verify/page.tsx",
+ "source_location": "L319",
"_callable": true,
"_origin": "ast",
"community": 11,
- "norm_label": ".getproductreviews()",
- "id": "backend_src_reviews_reviews_service_reviewsservice_getproductreviews"
+ "norm_label": "paymentverifypage()",
+ "id": "frontend_application_app_payment_verify_page_paymentverifypage"
},
{
- "label": ".updateReviewStatus()",
+ "label": "VerifyContent()",
"file_type": "code",
- "source_file": "backend/src/reviews/reviews.service.ts",
- "source_location": "L185",
+ "source_file": "frontend/application/app/payment/verify/page.tsx",
+ "source_location": "L23",
"_callable": true,
"_origin": "ast",
"community": 11,
- "norm_label": ".updatereviewstatus()",
- "id": "backend_src_reviews_reviews_service_reviewsservice_updatereviewstatus"
+ "norm_label": "verifycontent()",
+ "id": "frontend_application_app_payment_verify_page_verifycontent"
+ },
+ {
+ "label": "CheckoutPage()",
+ "file_type": "code",
+ "source_file": "frontend/application/components/CheckoutPage.tsx",
+ "source_location": "L33",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 11,
+ "norm_label": "checkoutpage()",
+ "id": "frontend_application_components_checkoutpage_checkoutpage"
+ },
+ {
+ "label": "OrderDetailsModal()",
+ "file_type": "code",
+ "source_file": "frontend/application/components/OrderDetailsModal.tsx",
+ "source_location": "L35",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 11,
+ "norm_label": "orderdetailsmodal()",
+ "id": "frontend_application_components_orderdetailsmodal_orderdetailsmodal"
+ },
+ {
+ "label": "getStatusIcon()",
+ "file_type": "code",
+ "source_file": "frontend/application/components/OrderDetailsModal.tsx",
+ "source_location": "L274",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 11,
+ "norm_label": "getstatusicon()",
+ "id": "frontend_application_components_orderdetailsmodal_orderdetailsmodal_getstatusicon"
+ },
+ {
+ "label": "getStatusLabel()",
+ "file_type": "code",
+ "source_file": "frontend/application/components/OrderDetailsModal.tsx",
+ "source_location": "L294",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 11,
+ "norm_label": "getstatuslabel()",
+ "id": "frontend_application_components_orderdetailsmodal_orderdetailsmodal_getstatuslabel"
+ },
+ {
+ "label": "PetProfile()",
+ "file_type": "code",
+ "source_file": "frontend/application/components/PetProfile.tsx",
+ "source_location": "L40",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 11,
+ "norm_label": "petprofile()",
+ "id": "frontend_application_components_petprofile_petprofile"
+ },
+ {
+ "label": "TopUpModal()",
+ "file_type": "code",
+ "source_file": "frontend/application/components/TopUpModal.tsx",
+ "source_location": "L23",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 11,
+ "norm_label": "topupmodal()",
+ "id": "frontend_application_components_topupmodal_topupmodal"
+ },
+ {
+ "label": "UserDashboard()",
+ "file_type": "code",
+ "source_file": "frontend/application/components/UserDashboard.tsx",
+ "source_location": "L22",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 11,
+ "norm_label": "userdashboard()",
+ "id": "frontend_application_components_userdashboard_userdashboard"
},
{
"label": "CustomTooltip()",
@@ -6330,136 +6334,149 @@
"norm_label": "save_json()",
"id": "ai_agency_orchestrate_save_json"
},
- {
- "label": ".getAdminTransactions()",
- "file_type": "code",
- "source_file": "backend/src/payment/payment.service.ts",
- "source_location": "L669",
- "_callable": true,
- "_origin": "ast",
- "community": 117,
- "norm_label": ".getadmintransactions()",
- "id": "backend_src_payment_payment_service_paymentservice_getadmintransactions"
- },
{
"label": ".constructor()",
"file_type": "code",
- "source_file": "backend/src/blogs/blogs.service.ts",
- "source_location": "L8",
+ "source_file": "backend/src/videos/videos.controller.ts",
+ "source_location": "L26",
"_callable": true,
"_origin": "ast",
"community": 12,
- "community_name": "PaginationDto",
+ "community_name": "CreateVideoDto",
"norm_label": ".constructor()",
- "id": "backend_src_blogs_blogs_service_blogsservice_constructor"
+ "id": "backend_src_videos_videos_controller_videoscontroller_constructor"
+ },
+ {
+ "label": ".create()",
+ "file_type": "code",
+ "source_file": "backend/src/videos/videos.controller.ts",
+ "source_location": "L48",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 12,
+ "community_name": "CreateVideoDto",
+ "norm_label": ".create()",
+ "id": "backend_src_videos_videos_controller_videoscontroller_create"
},
{
"label": ".findAll()",
"file_type": "code",
- "source_file": "backend/src/blogs/blogs.service.ts",
- "source_location": "L10",
+ "source_file": "backend/src/videos/videos.controller.ts",
+ "source_location": "L34",
"_callable": true,
"_origin": "ast",
"community": 12,
- "community_name": "PaginationDto",
+ "community_name": "CreateVideoDto",
"norm_label": ".findall()",
- "id": "backend_src_blogs_blogs_service_blogsservice_findall"
- },
- {
- "label": ".findOneBySlug()",
- "file_type": "code",
- "source_file": "backend/src/blogs/blogs.service.ts",
- "source_location": "L55",
- "_callable": true,
- "_origin": "ast",
- "community": 12,
- "community_name": "PaginationDto",
- "norm_label": ".findonebyslug()",
- "id": "backend_src_blogs_blogs_service_blogsservice_findonebyslug"
- },
- {
- "label": ".constructor()",
- "file_type": "code",
- "source_file": "backend/src/wiki/wiki.service.ts",
- "source_location": "L8",
- "_callable": true,
- "_origin": "ast",
- "community": 12,
- "community_name": "PaginationDto",
- "norm_label": ".constructor()",
- "id": "backend_src_wiki_wiki_service_wikiservice_constructor"
- },
- {
- "label": ".findAll()",
- "file_type": "code",
- "source_file": "backend/src/wiki/wiki.service.ts",
- "source_location": "L10",
- "_callable": true,
- "_origin": "ast",
- "community": 12,
- "community_name": "PaginationDto",
- "norm_label": ".findall()",
- "id": "backend_src_wiki_wiki_service_wikiservice_findall"
- },
- {
- "label": ".findOneByKey()",
- "file_type": "code",
- "source_file": "backend/src/wiki/wiki.service.ts",
- "source_location": "L52",
- "_callable": true,
- "_origin": "ast",
- "community": 12,
- "community_name": "PaginationDto",
- "norm_label": ".findonebykey()",
- "id": "backend_src_wiki_wiki_service_wikiservice_findonebykey"
- },
- {
- "label": ".findAllByUser()",
- "file_type": "code",
- "source_file": "backend/src/pets/pets.service.ts",
- "source_location": "L109",
- "_callable": true,
- "_origin": "ast",
- "community": 12,
- "community_name": "PetsService",
- "norm_label": ".findallbyuser()",
- "id": "backend_src_pets_pets_service_petsservice_findallbyuser"
- },
- {
- "label": ".constructor()",
- "file_type": "code",
- "source_file": "backend/src/wiki/wiki.controller.ts",
- "source_location": "L19",
- "_callable": true,
- "_origin": "ast",
- "community": 12,
- "community_name": "WikiController",
- "norm_label": ".constructor()",
- "id": "backend_src_wiki_wiki_controller_wikicontroller_constructor"
- },
- {
- "label": ".findAll()",
- "file_type": "code",
- "source_file": "backend/src/wiki/wiki.controller.ts",
- "source_location": "L24",
- "_callable": true,
- "_origin": "ast",
- "community": 12,
- "community_name": "WikiController",
- "norm_label": ".findall()",
- "id": "backend_src_wiki_wiki_controller_wikicontroller_findall"
+ "id": "backend_src_videos_videos_controller_videoscontroller_findall"
},
{
"label": ".findOne()",
"file_type": "code",
- "source_file": "backend/src/wiki/wiki.controller.ts",
- "source_location": "L32",
+ "source_file": "backend/src/videos/videos.controller.ts",
+ "source_location": "L40",
"_callable": true,
"_origin": "ast",
"community": 12,
- "community_name": "WikiController",
+ "community_name": "CreateVideoDto",
"norm_label": ".findone()",
- "id": "backend_src_wiki_wiki_controller_wikicontroller_findone"
+ "id": "backend_src_videos_videos_controller_videoscontroller_findone"
+ },
+ {
+ "label": ".remove()",
+ "file_type": "code",
+ "source_file": "backend/src/videos/videos.controller.ts",
+ "source_location": "L67",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 12,
+ "community_name": "CreateVideoDto",
+ "norm_label": ".remove()",
+ "id": "backend_src_videos_videos_controller_videoscontroller_remove"
+ },
+ {
+ "label": ".update()",
+ "file_type": "code",
+ "source_file": "backend/src/videos/videos.controller.ts",
+ "source_location": "L56",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 12,
+ "community_name": "CreateVideoDto",
+ "norm_label": ".update()",
+ "id": "backend_src_videos_videos_controller_videoscontroller_update"
+ },
+ {
+ "label": ".constructor()",
+ "file_type": "code",
+ "source_file": "backend/src/videos/videos.service.ts",
+ "source_location": "L15",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 12,
+ "community_name": "CreateVideoDto",
+ "norm_label": ".constructor()",
+ "id": "backend_src_videos_videos_service_videosservice_constructor"
+ },
+ {
+ "label": ".create()",
+ "file_type": "code",
+ "source_file": "backend/src/videos/videos.service.ts",
+ "source_location": "L69",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 12,
+ "community_name": "CreateVideoDto",
+ "norm_label": ".create()",
+ "id": "backend_src_videos_videos_service_videosservice_create"
+ },
+ {
+ "label": ".findAll()",
+ "file_type": "code",
+ "source_file": "backend/src/videos/videos.service.ts",
+ "source_location": "L17",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 12,
+ "community_name": "CreateVideoDto",
+ "norm_label": ".findall()",
+ "id": "backend_src_videos_videos_service_videosservice_findall"
+ },
+ {
+ "label": ".findOne()",
+ "file_type": "code",
+ "source_file": "backend/src/videos/videos.service.ts",
+ "source_location": "L57",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 12,
+ "community_name": "CreateVideoDto",
+ "norm_label": ".findone()",
+ "id": "backend_src_videos_videos_service_videosservice_findone"
+ },
+ {
+ "label": ".remove()",
+ "file_type": "code",
+ "source_file": "backend/src/videos/videos.service.ts",
+ "source_location": "L92",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 12,
+ "community_name": "CreateVideoDto",
+ "norm_label": ".remove()",
+ "id": "backend_src_videos_videos_service_videosservice_remove"
+ },
+ {
+ "label": ".update()",
+ "file_type": "code",
+ "source_file": "backend/src/videos/videos.service.ts",
+ "source_location": "L83",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 12,
+ "community_name": "CreateVideoDto",
+ "norm_label": ".update()",
+ "id": "backend_src_videos_videos_service_videosservice_update"
},
{
"label": ".componentDidCatch()",
@@ -6468,7 +6485,7 @@
"source_location": "L30",
"_callable": true,
"_origin": "ast",
- "community": 122,
+ "community": 121,
"community_name": "React Error Boundary",
"norm_label": ".componentdidcatch()",
"id": "frontend_application_components_errorboundary_errorboundary_componentdidcatch"
@@ -6480,7 +6497,7 @@
"source_location": "L18",
"_callable": true,
"_origin": "ast",
- "community": 122,
+ "community": 121,
"community_name": "React Error Boundary",
"norm_label": ".constructor()",
"id": "frontend_application_components_errorboundary_errorboundary_constructor"
@@ -6492,7 +6509,7 @@
"source_location": "L26",
"_callable": true,
"_origin": "ast",
- "community": 122,
+ "community": 121,
"community_name": "React Error Boundary",
"norm_label": ".getderivedstatefromerror()",
"id": "frontend_application_components_errorboundary_errorboundary_getderivedstatefromerror"
@@ -6504,7 +6521,7 @@
"source_location": "L34",
"_callable": true,
"_origin": "ast",
- "community": 122,
+ "community": 121,
"community_name": "React Error Boundary",
"norm_label": ".handleretry()",
"id": "frontend_application_components_errorboundary_errorboundary_handleretry"
@@ -6516,7 +6533,7 @@
"source_location": "L39",
"_callable": true,
"_origin": "ast",
- "community": 122,
+ "community": 121,
"community_name": "React Error Boundary",
"norm_label": ".render()",
"id": "frontend_application_components_errorboundary_errorboundary_render"
@@ -6528,10 +6545,34 @@
"source_location": "L42",
"_callable": true,
"_origin": "ast",
- "community": 124,
+ "community": 123,
"norm_label": "generateopenapi()",
"id": "backend_scripts_generate_openapi_generateopenapi"
},
+ {
+ "label": ".findAll()",
+ "file_type": "code",
+ "source_file": "backend/src/wiki/wiki.controller.ts",
+ "source_location": "L24",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 126,
+ "community_name": "WikiController",
+ "norm_label": ".findall()",
+ "id": "backend_src_wiki_wiki_controller_wikicontroller_findall"
+ },
+ {
+ "label": ".findOne()",
+ "file_type": "code",
+ "source_file": "backend/src/wiki/wiki.controller.ts",
+ "source_location": "L32",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 126,
+ "community_name": "WikiController",
+ "norm_label": ".findone()",
+ "id": "backend_src_wiki_wiki_controller_wikicontroller_findone"
+ },
{
"label": ".constructor()",
"file_type": "code",
@@ -6556,174 +6597,6 @@
"norm_label": ".getmetrics()",
"id": "backend_src_common_metrics_controller_metricscontroller_getmetrics"
},
- {
- "label": ".constructor()",
- "file_type": "code",
- "source_file": "backend/src/admin/blogs.service.ts",
- "source_location": "L13",
- "_callable": true,
- "_origin": "ast",
- "community": 13,
- "community_name": "BlogsService",
- "norm_label": ".constructor()",
- "id": "backend_src_admin_blogs_service_blogsservice_constructor"
- },
- {
- "label": ".createBlog()",
- "file_type": "code",
- "source_file": "backend/src/admin/blogs.service.ts",
- "source_location": "L46",
- "_callable": true,
- "_origin": "ast",
- "community": 13,
- "community_name": "BlogsService",
- "norm_label": ".createblog()",
- "id": "backend_src_admin_blogs_service_blogsservice_createblog"
- },
- {
- "label": ".deleteBlog()",
- "file_type": "code",
- "source_file": "backend/src/admin/blogs.service.ts",
- "source_location": "L61",
- "_callable": true,
- "_origin": "ast",
- "community": 13,
- "community_name": "BlogsService",
- "norm_label": ".deleteblog()",
- "id": "backend_src_admin_blogs_service_blogsservice_deleteblog"
- },
- {
- "label": ".getBlogs()",
- "file_type": "code",
- "source_file": "backend/src/admin/blogs.service.ts",
- "source_location": "L15",
- "_callable": true,
- "_origin": "ast",
- "community": 13,
- "community_name": "BlogsService",
- "norm_label": ".getblogs()",
- "id": "backend_src_admin_blogs_service_blogsservice_getblogs"
- },
- {
- "label": ".updateBlog()",
- "file_type": "code",
- "source_file": "backend/src/admin/blogs.service.ts",
- "source_location": "L55",
- "_callable": true,
- "_origin": "ast",
- "community": 13,
- "community_name": "BlogsService",
- "norm_label": ".updateblog()",
- "id": "backend_src_admin_blogs_service_blogsservice_updateblog"
- },
- {
- "label": ".constructor()",
- "file_type": "code",
- "source_file": "backend/src/admin/reports.controller.ts",
- "source_location": "L10",
- "_callable": true,
- "_origin": "ast",
- "community": 13,
- "community_name": "admin.module.ts",
- "norm_label": ".constructor()",
- "id": "backend_src_admin_reports_controller_reportscontroller_constructor"
- },
- {
- "label": ".getReports()",
- "file_type": "code",
- "source_file": "backend/src/admin/reports.controller.ts",
- "source_location": "L15",
- "_callable": true,
- "_origin": "ast",
- "community": 13,
- "community_name": "admin.module.ts",
- "norm_label": ".getreports()",
- "id": "backend_src_admin_reports_controller_reportscontroller_getreports"
- },
- {
- "label": ".constructor()",
- "file_type": "code",
- "source_file": "backend/src/admin/reports.service.ts",
- "source_location": "L6",
- "_callable": true,
- "_origin": "ast",
- "community": 13,
- "community_name": "admin.module.ts",
- "norm_label": ".constructor()",
- "id": "backend_src_admin_reports_service_reportsservice_constructor"
- },
- {
- "label": ".getDashboardReports()",
- "file_type": "code",
- "source_file": "backend/src/admin/reports.service.ts",
- "source_location": "L8",
- "_callable": true,
- "_origin": "ast",
- "community": 13,
- "community_name": "admin.module.ts",
- "norm_label": ".getdashboardreports()",
- "id": "backend_src_admin_reports_service_reportsservice_getdashboardreports"
- },
- {
- "label": ".constructor()",
- "file_type": "code",
- "source_file": "backend/src/admin/wiki.service.ts",
- "source_location": "L13",
- "_callable": true,
- "_origin": "ast",
- "community": 13,
- "community_name": "admin.module.ts",
- "norm_label": ".constructor()",
- "id": "backend_src_admin_wiki_service_wikiservice_constructor"
- },
- {
- "label": ".createTerm()",
- "file_type": "code",
- "source_file": "backend/src/admin/wiki.service.ts",
- "source_location": "L45",
- "_callable": true,
- "_origin": "ast",
- "community": 13,
- "community_name": "admin.module.ts",
- "norm_label": ".createterm()",
- "id": "backend_src_admin_wiki_service_wikiservice_createterm"
- },
- {
- "label": ".deleteTerm()",
- "file_type": "code",
- "source_file": "backend/src/admin/wiki.service.ts",
- "source_location": "L57",
- "_callable": true,
- "_origin": "ast",
- "community": 13,
- "community_name": "admin.module.ts",
- "norm_label": ".deleteterm()",
- "id": "backend_src_admin_wiki_service_wikiservice_deleteterm"
- },
- {
- "label": ".getTerms()",
- "file_type": "code",
- "source_file": "backend/src/admin/wiki.service.ts",
- "source_location": "L15",
- "_callable": true,
- "_origin": "ast",
- "community": 13,
- "community_name": "admin.module.ts",
- "norm_label": ".getterms()",
- "id": "backend_src_admin_wiki_service_wikiservice_getterms"
- },
- {
- "label": ".updateTerm()",
- "file_type": "code",
- "source_file": "backend/src/admin/wiki.service.ts",
- "source_location": "L49",
- "_callable": true,
- "_origin": "ast",
- "community": 13,
- "community_name": "admin.module.ts",
- "norm_label": ".updateterm()",
- "id": "backend_src_admin_wiki_service_wikiservice_updateterm"
- },
{
"label": "SmsSettingsPage()",
"file_type": "code",
@@ -6731,7 +6604,7 @@
"source_location": "L83",
"_callable": true,
"_origin": "ast",
- "community": 133,
+ "community": 134,
"norm_label": "smssettingspage()",
"id": "frontend_admin_panel_src_pages_smssettingspage_smssettingspage"
},
@@ -6742,7 +6615,7 @@
"source_location": "L5",
"_callable": true,
"_origin": "ast",
- "community": 134,
+ "community": 135,
"community_name": "Error and Not Found Pages",
"norm_label": "errorboundary()",
"id": "frontend_application_app_error_errorboundary"
@@ -6754,7 +6627,7 @@
"source_location": "L3",
"_callable": true,
"_origin": "ast",
- "community": 134,
+ "community": 135,
"community_name": "Error and Not Found Pages",
"norm_label": "notfound()",
"id": "frontend_application_app_not_found_notfound"
@@ -6766,7 +6639,7 @@
"source_location": "L7",
"_callable": true,
"_origin": "ast",
- "community": 134,
+ "community": 135,
"norm_label": "notfoundpage()",
"id": "frontend_application_components_errorpages_notfoundpage"
},
@@ -6777,220 +6650,141 @@
"source_location": "L38",
"_callable": true,
"_origin": "ast",
- "community": 134,
+ "community": 135,
"norm_label": "servererrorpage()",
"id": "frontend_application_components_errorpages_servererrorpage"
},
- {
- "label": "generateOpenApi()",
- "file_type": "code",
- "source_file": "backend/scripts/generate-openapi.ts",
- "source_location": "L8",
- "_callable": true,
- "_origin": "ast",
- "community": 14,
- "community_name": "RedisService",
- "norm_label": "generateopenapi()",
- "id": "backend_scripts_generate_openapi_ts_backend_scripts_generate_openapi_generateopenapi"
- },
- {
- "label": ".incrementRequestCount()",
- "file_type": "code",
- "source_file": "backend/src/common/metrics.controller.ts",
- "source_location": "L13",
- "_callable": true,
- "_origin": "ast",
- "community": 14,
- "community_name": "RedisService",
- "norm_label": ".incrementrequestcount()",
- "id": "backend_src_common_metrics_controller_metricscontroller_incrementrequestcount"
- },
- {
- "label": ".configure()",
- "file_type": "code",
- "source_file": "backend/src/app.module.ts",
- "source_location": "L84",
- "_callable": true,
- "_origin": "ast",
- "community": 14,
- "norm_label": ".configure()",
- "id": "backend_src_app_module_appmodule_configure"
- },
{
"label": ".constructor()",
"file_type": "code",
- "source_file": "backend/src/app.module.ts",
- "source_location": "L82",
+ "source_file": "backend/src/reviews/reviews.controller.ts",
+ "source_location": "L24",
"_callable": true,
"_origin": "ast",
"community": 14,
"norm_label": ".constructor()",
- "id": "backend_src_app_module_appmodule_constructor"
+ "id": "backend_src_reviews_reviews_controller_reviewscontroller_constructor"
},
{
- "label": ".adminLogin()",
+ "label": ".createReview()",
"file_type": "code",
- "source_file": "backend/src/auth/auth.service.ts",
- "source_location": "L254",
- "_callable": true,
- "_origin": "ast",
- "community": 14,
- "norm_label": ".adminlogin()",
- "id": "backend_src_auth_auth_service_authservice_adminlogin"
- },
- {
- "label": ".constructor()",
- "file_type": "code",
- "source_file": "backend/src/auth/auth.service.ts",
- "source_location": "L33",
- "_callable": true,
- "_origin": "ast",
- "community": 14,
- "norm_label": ".constructor()",
- "id": "backend_src_auth_auth_service_authservice_constructor"
- },
- {
- "label": ".login()",
- "file_type": "code",
- "source_file": "backend/src/auth/auth.service.ts",
- "source_location": "L213",
- "_callable": true,
- "_origin": "ast",
- "community": 14,
- "norm_label": ".login()",
- "id": "backend_src_auth_auth_service_authservice_login"
- },
- {
- "label": ".refresh()",
- "file_type": "code",
- "source_file": "backend/src/auth/auth.service.ts",
- "source_location": "L310",
- "_callable": true,
- "_origin": "ast",
- "community": 14,
- "norm_label": ".refresh()",
- "id": "backend_src_auth_auth_service_authservice_refresh"
- },
- {
- "label": ".register()",
- "file_type": "code",
- "source_file": "backend/src/auth/auth.service.ts",
- "source_location": "L160",
- "_callable": true,
- "_origin": "ast",
- "community": 14,
- "norm_label": ".register()",
- "id": "backend_src_auth_auth_service_authservice_register"
- },
- {
- "label": ".sendOtp()",
- "file_type": "code",
- "source_file": "backend/src/auth/auth.service.ts",
- "source_location": "L40",
- "_callable": true,
- "_origin": "ast",
- "community": 14,
- "norm_label": ".sendotp()",
- "id": "backend_src_auth_auth_service_authservice_sendotp"
- },
- {
- "label": ".verifyOtp()",
- "file_type": "code",
- "source_file": "backend/src/auth/auth.service.ts",
- "source_location": "L119",
- "_callable": true,
- "_origin": "ast",
- "community": 14,
- "norm_label": ".verifyotp()",
- "id": "backend_src_auth_auth_service_authservice_verifyotp"
- },
- {
- "label": "normalizeMobile()",
- "file_type": "code",
- "source_file": "backend/src/common/utils/phone.utils.ts",
- "source_location": "L7",
- "_callable": true,
- "_origin": "ast",
- "community": 14,
- "norm_label": "normalizemobile()",
- "id": "backend_src_common_utils_phone_utils_normalizemobile"
- },
- {
- "label": ".del()",
- "file_type": "code",
- "source_file": "backend/src/redis/redis.service.ts",
+ "source_file": "backend/src/reviews/reviews.controller.ts",
"source_location": "L31",
"_callable": true,
"_origin": "ast",
"community": 14,
- "norm_label": ".del()",
- "id": "backend_src_redis_redis_service_redisservice_del"
+ "norm_label": ".createreview()",
+ "id": "backend_src_reviews_reviews_controller_reviewscontroller_createreview"
},
{
- "label": ".incr()",
+ "label": ".deleteReview()",
"file_type": "code",
- "source_file": "backend/src/redis/redis.service.ts",
- "source_location": "L35",
+ "source_file": "backend/src/reviews/reviews.controller.ts",
+ "source_location": "L104",
"_callable": true,
"_origin": "ast",
"community": 14,
- "norm_label": ".incr()",
- "id": "backend_src_redis_redis_service_redisservice_incr"
+ "norm_label": ".deletereview()",
+ "id": "backend_src_reviews_reviews_controller_reviewscontroller_deletereview"
},
{
- "label": ".onModuleDestroy()",
+ "label": ".getAdminReviews()",
"file_type": "code",
- "source_file": "backend/src/redis/redis.service.ts",
+ "source_file": "backend/src/reviews/reviews.controller.ts",
+ "source_location": "L65",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 14,
+ "norm_label": ".getadminreviews()",
+ "id": "backend_src_reviews_reviews_controller_reviewscontroller_getadminreviews"
+ },
+ {
+ "label": ".getProductReviews()",
+ "file_type": "code",
+ "source_file": "backend/src/reviews/reviews.controller.ts",
+ "source_location": "L45",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 14,
+ "norm_label": ".getproductreviews()",
+ "id": "backend_src_reviews_reviews_controller_reviewscontroller_getproductreviews"
+ },
+ {
+ "label": ".updateReviewStatus()",
+ "file_type": "code",
+ "source_file": "backend/src/reviews/reviews.controller.ts",
+ "source_location": "L89",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 14,
+ "norm_label": ".updatereviewstatus()",
+ "id": "backend_src_reviews_reviews_controller_reviewscontroller_updatereviewstatus"
+ },
+ {
+ "label": ".constructor()",
+ "file_type": "code",
+ "source_file": "backend/src/reviews/reviews.service.ts",
+ "source_location": "L10",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 14,
+ "norm_label": ".constructor()",
+ "id": "backend_src_reviews_reviews_service_reviewsservice_constructor"
+ },
+ {
+ "label": ".createReview()",
+ "file_type": "code",
+ "source_file": "backend/src/reviews/reviews.service.ts",
"source_location": "L15",
"_callable": true,
"_origin": "ast",
"community": 14,
- "norm_label": ".onmoduledestroy()",
- "id": "backend_src_redis_redis_service_redisservice_onmoduledestroy"
+ "norm_label": ".createreview()",
+ "id": "backend_src_reviews_reviews_service_reviewsservice_createreview"
},
{
- "label": ".onModuleInit()",
+ "label": ".deleteReview()",
"file_type": "code",
- "source_file": "backend/src/redis/redis.service.ts",
- "source_location": "L8",
+ "source_file": "backend/src/reviews/reviews.service.ts",
+ "source_location": "L212",
"_callable": true,
"_origin": "ast",
"community": 14,
- "norm_label": ".onmoduleinit()",
- "id": "backend_src_redis_redis_service_redisservice_onmoduleinit"
+ "norm_label": ".deletereview()",
+ "id": "backend_src_reviews_reviews_service_reviewsservice_deletereview"
},
{
- "label": ".set()",
+ "label": ".getAdminReviews()",
"file_type": "code",
- "source_file": "backend/src/redis/redis.service.ts",
- "source_location": "L19",
+ "source_file": "backend/src/reviews/reviews.service.ts",
+ "source_location": "L121",
"_callable": true,
"_origin": "ast",
"community": 14,
- "norm_label": ".set()",
- "id": "backend_src_redis_redis_service_redisservice_set"
+ "norm_label": ".getadminreviews()",
+ "id": "backend_src_reviews_reviews_service_reviewsservice_getadminreviews"
},
{
- "label": ".ttl()",
+ "label": ".getProductReviews()",
"file_type": "code",
- "source_file": "backend/src/redis/redis.service.ts",
- "source_location": "L44",
+ "source_file": "backend/src/reviews/reviews.service.ts",
+ "source_location": "L69",
"_callable": true,
"_origin": "ast",
"community": 14,
- "norm_label": ".ttl()",
- "id": "backend_src_redis_redis_service_redisservice_ttl"
+ "norm_label": ".getproductreviews()",
+ "id": "backend_src_reviews_reviews_service_reviewsservice_getproductreviews"
},
{
- "label": "Transactions()",
+ "label": ".updateReviewStatus()",
"file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Transactions.tsx",
- "source_location": "L89",
+ "source_file": "backend/src/reviews/reviews.service.ts",
+ "source_location": "L185",
"_callable": true,
"_origin": "ast",
- "community": 143,
- "norm_label": "transactions()",
- "id": "frontend_admin_panel_src_pages_transactions_transactions"
+ "community": 14,
+ "norm_label": ".updatereviewstatus()",
+ "id": "backend_src_reviews_reviews_service_reviewsservice_updatereviewstatus"
},
{
"label": "checkAndOpen()",
@@ -7053,37 +6847,165 @@
"id": "backend_src_common_schemas_paginated_response_schema_createpaginatedschema"
},
{
- "label": ".ensureTablesExist()",
+ "label": ".constructor()",
"file_type": "code",
- "source_file": "backend/src/prisma/prisma.service.ts",
- "source_location": "L14",
+ "source_file": "backend/src/products/products.controller.ts",
+ "source_location": "L27",
"_callable": true,
"_origin": "ast",
"community": 15,
- "norm_label": ".ensuretablesexist()",
- "id": "backend_src_prisma_prisma_service_prismaservice_ensuretablesexist"
+ "community_name": "ProductsService",
+ "norm_label": ".constructor()",
+ "id": "backend_src_products_products_controller_productscontroller_constructor"
},
{
- "label": ".onModuleDestroy()",
+ "label": ".findAll()",
"file_type": "code",
- "source_file": "backend/src/prisma/prisma.service.ts",
- "source_location": "L91",
+ "source_file": "backend/src/products/products.controller.ts",
+ "source_location": "L31",
"_callable": true,
"_origin": "ast",
"community": 15,
- "norm_label": ".onmoduledestroy()",
- "id": "backend_src_prisma_prisma_service_prismaservice_onmoduledestroy"
+ "community_name": "ProductsService",
+ "norm_label": ".findall()",
+ "id": "backend_src_products_products_controller_productscontroller_findall"
},
{
- "label": ".onModuleInit()",
+ "label": ".findOne()",
"file_type": "code",
- "source_file": "backend/src/prisma/prisma.service.ts",
- "source_location": "L9",
+ "source_file": "backend/src/products/products.controller.ts",
+ "source_location": "L72",
"_callable": true,
"_origin": "ast",
"community": 15,
- "norm_label": ".onmoduleinit()",
- "id": "backend_src_prisma_prisma_service_prismaservice_onmoduleinit"
+ "community_name": "ProductsService",
+ "norm_label": ".findone()",
+ "id": "backend_src_products_products_controller_productscontroller_findone"
+ },
+ {
+ "label": ".getActiveFilters()",
+ "file_type": "code",
+ "source_file": "backend/src/products/products.controller.ts",
+ "source_location": "L39",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 15,
+ "community_name": "ProductsService",
+ "norm_label": ".getactivefilters()",
+ "id": "backend_src_products_products_controller_productscontroller_getactivefilters"
+ },
+ {
+ "label": ".getDosageConfig()",
+ "file_type": "code",
+ "source_file": "backend/src/products/products.controller.ts",
+ "source_location": "L53",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 15,
+ "community_name": "ProductsService",
+ "norm_label": ".getdosageconfig()",
+ "id": "backend_src_products_products_controller_productscontroller_getdosageconfig"
+ },
+ {
+ "label": ".getNavigationFilters()",
+ "file_type": "code",
+ "source_file": "backend/src/products/products.controller.ts",
+ "source_location": "L47",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 15,
+ "community_name": "ProductsService",
+ "norm_label": ".getnavigationfilters()",
+ "id": "backend_src_products_products_controller_productscontroller_getnavigationfilters"
+ },
+ {
+ "label": ".updateDosageConfig()",
+ "file_type": "code",
+ "source_file": "backend/src/products/products.controller.ts",
+ "source_location": "L63",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 15,
+ "community_name": "ProductsService",
+ "norm_label": ".updatedosageconfig()",
+ "id": "backend_src_products_products_controller_productscontroller_updatedosageconfig"
+ },
+ {
+ "label": ".constructor()",
+ "file_type": "code",
+ "source_file": "backend/src/products/products.service.ts",
+ "source_location": "L8",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 15,
+ "norm_label": ".constructor()",
+ "id": "backend_src_products_products_service_productsservice_constructor"
+ },
+ {
+ "label": ".findAll()",
+ "file_type": "code",
+ "source_file": "backend/src/products/products.service.ts",
+ "source_location": "L10",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 15,
+ "norm_label": ".findall()",
+ "id": "backend_src_products_products_service_productsservice_findall"
+ },
+ {
+ "label": ".findOne()",
+ "file_type": "code",
+ "source_file": "backend/src/products/products.service.ts",
+ "source_location": "L128",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 15,
+ "norm_label": ".findone()",
+ "id": "backend_src_products_products_service_productsservice_findone"
+ },
+ {
+ "label": ".getActiveFilters()",
+ "file_type": "code",
+ "source_file": "backend/src/products/products.service.ts",
+ "source_location": "L177",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 15,
+ "norm_label": ".getactivefilters()",
+ "id": "backend_src_products_products_service_productsservice_getactivefilters"
+ },
+ {
+ "label": ".getDosageConfig()",
+ "file_type": "code",
+ "source_file": "backend/src/products/products.service.ts",
+ "source_location": "L247",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 15,
+ "norm_label": ".getdosageconfig()",
+ "id": "backend_src_products_products_service_productsservice_getdosageconfig"
+ },
+ {
+ "label": ".getNavigationFilters()",
+ "file_type": "code",
+ "source_file": "backend/src/products/products.service.ts",
+ "source_location": "L212",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 15,
+ "norm_label": ".getnavigationfilters()",
+ "id": "backend_src_products_products_service_productsservice_getnavigationfilters"
+ },
+ {
+ "label": ".updateDosageConfig()",
+ "file_type": "code",
+ "source_file": "backend/src/products/products.service.ts",
+ "source_location": "L258",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 15,
+ "norm_label": ".updatedosageconfig()",
+ "id": "backend_src_products_products_service_productsservice_updatedosageconfig"
},
{
"label": ".uploadPetImage()",
@@ -7140,6 +7062,61 @@
"norm_label": "videos()",
"id": "frontend_admin_panel_src_pages_videos_videos"
},
+ {
+ "label": "Wiki()",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Wiki.tsx",
+ "source_location": "L26",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 159,
+ "norm_label": "wiki()",
+ "id": "frontend_admin_panel_src_pages_wiki_wiki"
+ },
+ {
+ "label": ".constructor()",
+ "file_type": "code",
+ "source_file": "backend/src/prescriptions/prescriptions.service.ts",
+ "source_location": "L14",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 16,
+ "norm_label": ".constructor()",
+ "id": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_constructor"
+ },
+ {
+ "label": ".ensureTablesExist()",
+ "file_type": "code",
+ "source_file": "backend/src/prisma/prisma.service.ts",
+ "source_location": "L14",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 16,
+ "norm_label": ".ensuretablesexist()",
+ "id": "backend_src_prisma_prisma_service_prismaservice_ensuretablesexist"
+ },
+ {
+ "label": ".onModuleDestroy()",
+ "file_type": "code",
+ "source_file": "backend/src/prisma/prisma.service.ts",
+ "source_location": "L91",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 16,
+ "norm_label": ".onmoduledestroy()",
+ "id": "backend_src_prisma_prisma_service_prismaservice_onmoduledestroy"
+ },
+ {
+ "label": ".onModuleInit()",
+ "file_type": "code",
+ "source_file": "backend/src/prisma/prisma.service.ts",
+ "source_location": "L9",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 16,
+ "norm_label": ".onmoduleinit()",
+ "id": "backend_src_prisma_prisma_service_prismaservice_onmoduleinit"
+ },
{
"label": "BlogPostPage()",
"file_type": "code",
@@ -7147,7 +7124,7 @@
"source_location": "L57",
"_callable": true,
"_origin": "ast",
- "community": 159,
+ "community": 160,
"norm_label": "blogpostpage()",
"id": "frontend_application_app_blog_slug_page_blogpostpage"
},
@@ -7158,7 +7135,7 @@
"source_location": "L32",
"_callable": true,
"_origin": "ast",
- "community": 159,
+ "community": 160,
"norm_label": "generatemetadata()",
"id": "frontend_application_app_blog_slug_page_generatemetadata"
},
@@ -7169,171 +7146,10 @@
"source_location": "L9",
"_callable": true,
"_origin": "ast",
- "community": 159,
+ "community": 160,
"norm_label": "getblog()",
"id": "frontend_application_app_blog_slug_page_getblog"
},
- {
- "label": ".constructor()",
- "file_type": "code",
- "source_file": "backend/src/products/products.controller.ts",
- "source_location": "L27",
- "_callable": true,
- "_origin": "ast",
- "community": 16,
- "community_name": "ProductsService",
- "norm_label": ".constructor()",
- "id": "backend_src_products_products_controller_productscontroller_constructor"
- },
- {
- "label": ".findAll()",
- "file_type": "code",
- "source_file": "backend/src/products/products.controller.ts",
- "source_location": "L31",
- "_callable": true,
- "_origin": "ast",
- "community": 16,
- "community_name": "ProductsService",
- "norm_label": ".findall()",
- "id": "backend_src_products_products_controller_productscontroller_findall"
- },
- {
- "label": ".findOne()",
- "file_type": "code",
- "source_file": "backend/src/products/products.controller.ts",
- "source_location": "L72",
- "_callable": true,
- "_origin": "ast",
- "community": 16,
- "community_name": "ProductsService",
- "norm_label": ".findone()",
- "id": "backend_src_products_products_controller_productscontroller_findone"
- },
- {
- "label": ".getActiveFilters()",
- "file_type": "code",
- "source_file": "backend/src/products/products.controller.ts",
- "source_location": "L39",
- "_callable": true,
- "_origin": "ast",
- "community": 16,
- "community_name": "ProductsService",
- "norm_label": ".getactivefilters()",
- "id": "backend_src_products_products_controller_productscontroller_getactivefilters"
- },
- {
- "label": ".getDosageConfig()",
- "file_type": "code",
- "source_file": "backend/src/products/products.controller.ts",
- "source_location": "L53",
- "_callable": true,
- "_origin": "ast",
- "community": 16,
- "community_name": "ProductsService",
- "norm_label": ".getdosageconfig()",
- "id": "backend_src_products_products_controller_productscontroller_getdosageconfig"
- },
- {
- "label": ".getNavigationFilters()",
- "file_type": "code",
- "source_file": "backend/src/products/products.controller.ts",
- "source_location": "L47",
- "_callable": true,
- "_origin": "ast",
- "community": 16,
- "community_name": "ProductsService",
- "norm_label": ".getnavigationfilters()",
- "id": "backend_src_products_products_controller_productscontroller_getnavigationfilters"
- },
- {
- "label": ".updateDosageConfig()",
- "file_type": "code",
- "source_file": "backend/src/products/products.controller.ts",
- "source_location": "L63",
- "_callable": true,
- "_origin": "ast",
- "community": 16,
- "community_name": "ProductsService",
- "norm_label": ".updatedosageconfig()",
- "id": "backend_src_products_products_controller_productscontroller_updatedosageconfig"
- },
- {
- "label": ".constructor()",
- "file_type": "code",
- "source_file": "backend/src/products/products.service.ts",
- "source_location": "L8",
- "_callable": true,
- "_origin": "ast",
- "community": 16,
- "norm_label": ".constructor()",
- "id": "backend_src_products_products_service_productsservice_constructor"
- },
- {
- "label": ".findAll()",
- "file_type": "code",
- "source_file": "backend/src/products/products.service.ts",
- "source_location": "L10",
- "_callable": true,
- "_origin": "ast",
- "community": 16,
- "norm_label": ".findall()",
- "id": "backend_src_products_products_service_productsservice_findall"
- },
- {
- "label": ".findOne()",
- "file_type": "code",
- "source_file": "backend/src/products/products.service.ts",
- "source_location": "L128",
- "_callable": true,
- "_origin": "ast",
- "community": 16,
- "norm_label": ".findone()",
- "id": "backend_src_products_products_service_productsservice_findone"
- },
- {
- "label": ".getActiveFilters()",
- "file_type": "code",
- "source_file": "backend/src/products/products.service.ts",
- "source_location": "L177",
- "_callable": true,
- "_origin": "ast",
- "community": 16,
- "norm_label": ".getactivefilters()",
- "id": "backend_src_products_products_service_productsservice_getactivefilters"
- },
- {
- "label": ".getDosageConfig()",
- "file_type": "code",
- "source_file": "backend/src/products/products.service.ts",
- "source_location": "L247",
- "_callable": true,
- "_origin": "ast",
- "community": 16,
- "norm_label": ".getdosageconfig()",
- "id": "backend_src_products_products_service_productsservice_getdosageconfig"
- },
- {
- "label": ".getNavigationFilters()",
- "file_type": "code",
- "source_file": "backend/src/products/products.service.ts",
- "source_location": "L212",
- "_callable": true,
- "_origin": "ast",
- "community": 16,
- "norm_label": ".getnavigationfilters()",
- "id": "backend_src_products_products_service_productsservice_getnavigationfilters"
- },
- {
- "label": ".updateDosageConfig()",
- "file_type": "code",
- "source_file": "backend/src/products/products.service.ts",
- "source_location": "L258",
- "_callable": true,
- "_origin": "ast",
- "community": 16,
- "norm_label": ".updatedosageconfig()",
- "id": "backend_src_products_products_service_productsservice_updatedosageconfig"
- },
{
"label": "main()",
"file_type": "code",
@@ -7341,7 +7157,7 @@
"source_location": "L135",
"_callable": true,
"_origin": "ast",
- "community": 167,
+ "community": 168,
"norm_label": "main()",
"id": "backend_prisma_seed_ui_texts_main"
},
@@ -7352,101 +7168,129 @@
"source_location": "L370",
"_callable": true,
"_origin": "ast",
- "id": "backend_prisma_seed_wiki_main",
- "community": 168,
- "norm_label": "main()"
+ "community": 169,
+ "norm_label": "main()",
+ "id": "backend_prisma_seed_wiki_main"
},
{
- "label": "App()",
+ "label": ".applyForWholesale()",
"file_type": "code",
- "source_file": "frontend/admin-panel/src/App.tsx",
- "source_location": "L17",
+ "source_file": "backend/src/wholesale/wholesale.controller.ts",
+ "source_location": "L29",
"_callable": true,
"_origin": "ast",
"community": 17,
- "community_name": "adminRoutes.tsx",
- "norm_label": "app()",
- "id": "frontend_admin_panel_src_app_app"
+ "community_name": "WholesaleApplyDto",
+ "norm_label": ".applyforwholesale()",
+ "id": "backend_src_wholesale_wholesale_controller_wholesalecontroller_applyforwholesale"
},
{
- "label": "SuspenseFallback()",
+ "label": ".approveWholesaleRequest()",
"file_type": "code",
- "source_file": "frontend/admin-panel/src/App.tsx",
- "source_location": "L6",
+ "source_file": "backend/src/wholesale/wholesale.controller.ts",
+ "source_location": "L54",
"_callable": true,
"_origin": "ast",
"community": 17,
- "community_name": "adminRoutes.tsx",
- "norm_label": "suspensefallback()",
- "id": "frontend_admin_panel_src_app_suspensefallback"
+ "community_name": "WholesaleApplyDto",
+ "norm_label": ".approvewholesalerequest()",
+ "id": "backend_src_wholesale_wholesale_controller_wholesalecontroller_approvewholesalerequest"
},
{
- "label": "CMS()",
+ "label": ".constructor()",
"file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/CMS.tsx",
+ "source_file": "backend/src/wholesale/wholesale.controller.ts",
"source_location": "L21",
"_callable": true,
"_origin": "ast",
"community": 17,
- "community_name": "adminRoutes.tsx",
- "norm_label": "cms()",
- "id": "frontend_admin_panel_src_pages_cms_cms"
+ "community_name": "WholesaleApplyDto",
+ "norm_label": ".constructor()",
+ "id": "backend_src_wholesale_wholesale_controller_wholesalecontroller_constructor"
},
{
- "label": "ContactSubmissions()",
+ "label": ".getWholesaleRequests()",
"file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx",
- "source_location": "L25",
+ "source_file": "backend/src/wholesale/wholesale.controller.ts",
+ "source_location": "L43",
"_callable": true,
"_origin": "ast",
"community": 17,
- "community_name": "adminRoutes.tsx",
- "norm_label": "contactsubmissions()",
- "id": "frontend_admin_panel_src_pages_contactsubmissions_contactsubmissions"
+ "community_name": "WholesaleApplyDto",
+ "norm_label": ".getwholesalerequests()",
+ "id": "backend_src_wholesale_wholesale_controller_wholesalecontroller_getwholesalerequests"
},
{
- "label": "Dashboard()",
+ "label": ".rejectWholesaleRequest()",
"file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Dashboard.tsx",
- "source_location": "L20",
+ "source_file": "backend/src/wholesale/wholesale.controller.ts",
+ "source_location": "L63",
"_callable": true,
"_origin": "ast",
"community": 17,
- "norm_label": "dashboard()",
- "id": "frontend_admin_panel_src_pages_dashboard_dashboard"
+ "community_name": "WholesaleApplyDto",
+ "norm_label": ".rejectwholesalerequest()",
+ "id": "backend_src_wholesale_wholesale_controller_wholesalecontroller_rejectwholesalerequest"
},
{
- "label": "SslSettingsPage()",
+ "label": ".applyForWholesale()",
"file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/SslSettingsPage.tsx",
- "source_location": "L38",
+ "source_file": "backend/src/wholesale/wholesale.service.ts",
+ "source_location": "L14",
"_callable": true,
"_origin": "ast",
"community": 17,
- "norm_label": "sslsettingspage()",
- "id": "frontend_admin_panel_src_pages_sslsettingspage_sslsettingspage"
+ "community_name": "WholesaleApplyDto",
+ "norm_label": ".applyforwholesale()",
+ "id": "backend_src_wholesale_wholesale_service_wholesaleservice_applyforwholesale"
},
{
- "label": "Tickets()",
+ "label": ".approveWholesaleRequest()",
"file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Tickets.tsx",
- "source_location": "L58",
+ "source_file": "backend/src/wholesale/wholesale.service.ts",
+ "source_location": "L63",
"_callable": true,
"_origin": "ast",
"community": 17,
- "norm_label": "tickets()",
- "id": "frontend_admin_panel_src_pages_tickets_tickets"
+ "community_name": "WholesaleApplyDto",
+ "norm_label": ".approvewholesalerequest()",
+ "id": "backend_src_wholesale_wholesale_service_wholesaleservice_approvewholesalerequest"
},
{
- "label": "Wiki()",
+ "label": ".constructor()",
"file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Wiki.tsx",
- "source_location": "L26",
+ "source_file": "backend/src/wholesale/wholesale.service.ts",
+ "source_location": "L9",
"_callable": true,
"_origin": "ast",
"community": 17,
- "norm_label": "wiki()",
- "id": "frontend_admin_panel_src_pages_wiki_wiki"
+ "community_name": "WholesaleApplyDto",
+ "norm_label": ".constructor()",
+ "id": "backend_src_wholesale_wholesale_service_wholesaleservice_constructor"
+ },
+ {
+ "label": ".getWholesaleRequests()",
+ "file_type": "code",
+ "source_file": "backend/src/wholesale/wholesale.service.ts",
+ "source_location": "L54",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 17,
+ "community_name": "WholesaleApplyDto",
+ "norm_label": ".getwholesalerequests()",
+ "id": "backend_src_wholesale_wholesale_service_wholesaleservice_getwholesalerequests"
+ },
+ {
+ "label": ".rejectWholesaleRequest()",
+ "file_type": "code",
+ "source_file": "backend/src/wholesale/wholesale.service.ts",
+ "source_location": "L77",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 17,
+ "community_name": "WholesaleApplyDto",
+ "norm_label": ".rejectwholesalerequest()",
+ "id": "backend_src_wholesale_wholesale_service_wholesaleservice_rejectwholesalerequest"
},
{
"label": "generateMetadata()",
@@ -7455,7 +7299,7 @@
"source_location": "L18",
"_callable": true,
"_origin": "ast",
- "community": 178,
+ "community": 179,
"community_name": "Wiki Page Routing",
"norm_label": "generatemetadata()",
"id": "frontend_application_app_wiki_slug_page_generatemetadata"
@@ -7467,7 +7311,7 @@
"source_location": "L7",
"_callable": true,
"_origin": "ast",
- "community": 178,
+ "community": 179,
"community_name": "Wiki Page Routing",
"norm_label": "getwikiterm()",
"id": "frontend_application_app_wiki_slug_page_getwikiterm"
@@ -7479,139 +7323,11 @@
"source_location": "L29",
"_callable": true,
"_origin": "ast",
- "community": 178,
+ "community": 179,
"community_name": "Wiki Page Routing",
"norm_label": "wikitermpage()",
"id": "frontend_application_app_wiki_slug_page_wikitermpage"
},
- {
- "label": "ConfirmModal()",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/components/ui/ConfirmModal.tsx",
- "source_location": "L14",
- "_callable": true,
- "_origin": "ast",
- "community": 18,
- "community_name": "Spinner.tsx",
- "norm_label": "confirmmodal()",
- "id": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal"
- },
- {
- "label": "Pagination()",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/components/ui/Pagination.tsx",
- "source_location": "L10",
- "_callable": true,
- "_origin": "ast",
- "community": 18,
- "community_name": "Spinner.tsx",
- "norm_label": "pagination()",
- "id": "frontend_admin_panel_src_components_ui_pagination_pagination"
- },
- {
- "label": "Blogs()",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Blogs.tsx",
- "source_location": "L27",
- "_callable": true,
- "_origin": "ast",
- "community": 18,
- "community_name": "Spinner.tsx",
- "norm_label": "blogs()",
- "id": "frontend_admin_panel_src_pages_blogs_blogs"
- },
- {
- "label": "Categories()",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Categories.tsx",
- "source_location": "L22",
- "_callable": true,
- "_origin": "ast",
- "community": 18,
- "community_name": "Spinner.tsx",
- "norm_label": "categories()",
- "id": "frontend_admin_panel_src_pages_categories_categories"
- },
- {
- "label": "TestimonialsManager()",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx",
- "source_location": "L10",
- "_callable": true,
- "_origin": "ast",
- "community": 18,
- "community_name": "Spinner.tsx",
- "norm_label": "testimonialsmanager()",
- "id": "frontend_admin_panel_src_pages_testimonialsmanager_testimonialsmanager"
- },
- {
- "label": "WholesaleApplications()",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/WholesaleApplications.tsx",
- "source_location": "L16",
- "_callable": true,
- "_origin": "ast",
- "community": 18,
- "community_name": "adminRoutes.tsx",
- "norm_label": "wholesaleapplications()",
- "id": "frontend_admin_panel_src_pages_wholesaleapplications_wholesaleapplications"
- },
- {
- "label": "MediaSelector()",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx",
- "source_location": "L25",
- "_callable": true,
- "_origin": "ast",
- "community": 18,
- "norm_label": "mediaselector()",
- "id": "frontend_admin_panel_src_components_ui_mediaselector_mediaselector"
- },
- {
- "label": "Pets()",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Pets.tsx",
- "source_location": "L54",
- "_callable": true,
- "_origin": "ast",
- "community": 18,
- "norm_label": "pets()",
- "id": "frontend_admin_panel_src_pages_pets_pets"
- },
- {
- "label": "Products()",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Products.tsx",
- "source_location": "L52",
- "_callable": true,
- "_origin": "ast",
- "community": 18,
- "norm_label": "products()",
- "id": "frontend_admin_panel_src_pages_products_products"
- },
- {
- "label": "main()",
- "file_type": "code",
- "source_file": "backend/prisma/seed-blogs.ts",
- "source_location": "L5",
- "_callable": true,
- "_origin": "ast",
- "community": 188,
- "norm_label": "main()",
- "id": "backend_prisma_seed_blogs_main"
- },
- {
- "label": "main()",
- "file_type": "code",
- "source_file": "backend/prisma/seed-custom.ts",
- "source_location": "L7",
- "_callable": true,
- "_origin": "ast",
- "community": 189,
- "community_name": "Custom Data Seeding",
- "norm_label": "main()",
- "id": "backend_prisma_seed_custom_main"
- },
{
"label": "ContactPage()",
"file_type": "code",
@@ -7619,7 +7335,7 @@
"source_location": "L20",
"_callable": true,
"_origin": "ast",
- "community": 19,
+ "community": 18,
"norm_label": "contactpage()",
"id": "frontend_application_app_contact_page_contactpage"
},
@@ -7630,7 +7346,7 @@
"source_location": "L14",
"_callable": true,
"_origin": "ast",
- "community": 19,
+ "community": 18,
"norm_label": "contactformclient()",
"id": "frontend_application_components_contactformclient_contactformclient"
},
@@ -7641,7 +7357,7 @@
"source_location": "L25",
"_callable": true,
"_origin": "ast",
- "community": 19,
+ "community": 18,
"norm_label": "fetchcontactinfo()",
"id": "frontend_application_components_contactformclient_contactformclient_fetchcontactinfo"
},
@@ -7652,7 +7368,7 @@
"source_location": "L14",
"_callable": true,
"_origin": "ast",
- "community": 19,
+ "community": 18,
"norm_label": "prescriptionuploadmodal()",
"id": "frontend_application_components_prescriptionuploadmodal_prescriptionuploadmodal"
},
@@ -7663,7 +7379,7 @@
"source_location": "L5",
"_callable": true,
"_origin": "ast",
- "community": 19,
+ "community": 18,
"norm_label": "getbaseurl()",
"id": "frontend_application_lib_services_api_getbaseurl"
},
@@ -7674,7 +7390,7 @@
"source_location": "L41",
"_callable": true,
"_origin": "ast",
- "community": 19,
+ "community": 18,
"norm_label": ".constructor()",
"id": "frontend_application_lib_services_authservice_authservice_constructor"
},
@@ -7685,7 +7401,7 @@
"source_location": "L43",
"_callable": true,
"_origin": "ast",
- "community": 19,
+ "community": 18,
"norm_label": ".getinstance()",
"id": "frontend_application_lib_services_authservice_authservice_getinstance"
},
@@ -7696,7 +7412,7 @@
"source_location": "L121",
"_callable": true,
"_origin": "ast",
- "community": 19,
+ "community": 18,
"norm_label": ".getprofile()",
"id": "frontend_application_lib_services_authservice_authservice_getprofile"
},
@@ -7707,7 +7423,7 @@
"source_location": "L103",
"_callable": true,
"_origin": "ast",
- "community": 19,
+ "community": 18,
"norm_label": ".login()",
"id": "frontend_application_lib_services_authservice_authservice_login"
},
@@ -7718,7 +7434,7 @@
"source_location": "L152",
"_callable": true,
"_origin": "ast",
- "community": 19,
+ "community": 18,
"norm_label": ".logout()",
"id": "frontend_application_lib_services_authservice_authservice_logout"
},
@@ -7729,7 +7445,7 @@
"source_location": "L85",
"_callable": true,
"_origin": "ast",
- "community": 19,
+ "community": 18,
"norm_label": ".register()",
"id": "frontend_application_lib_services_authservice_authservice_register"
},
@@ -7740,7 +7456,7 @@
"source_location": "L53",
"_callable": true,
"_origin": "ast",
- "community": 19,
+ "community": 18,
"norm_label": ".sendotp()",
"id": "frontend_application_lib_services_authservice_authservice_sendotp"
},
@@ -7751,7 +7467,7 @@
"source_location": "L138",
"_callable": true,
"_origin": "ast",
- "community": 19,
+ "community": 18,
"norm_label": ".updateprofile()",
"id": "frontend_application_lib_services_authservice_authservice_updateprofile"
},
@@ -7762,10 +7478,113 @@
"source_location": "L67",
"_callable": true,
"_origin": "ast",
- "community": 19,
+ "community": 18,
"norm_label": ".verifyotp()",
"id": "frontend_application_lib_services_authservice_authservice_verifyotp"
},
+ {
+ "label": "main()",
+ "file_type": "code",
+ "source_file": "backend/prisma/seed-blogs.ts",
+ "source_location": "L5",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 189,
+ "norm_label": "main()",
+ "id": "backend_prisma_seed_blogs_main"
+ },
+ {
+ "label": "App()",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/App.tsx",
+ "source_location": "L17",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 19,
+ "community_name": "adminRoutes.tsx",
+ "norm_label": "app()",
+ "id": "frontend_admin_panel_src_app_app"
+ },
+ {
+ "label": "SuspenseFallback()",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/App.tsx",
+ "source_location": "L6",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 19,
+ "community_name": "adminRoutes.tsx",
+ "norm_label": "suspensefallback()",
+ "id": "frontend_admin_panel_src_app_suspensefallback"
+ },
+ {
+ "label": "ContactSubmissions()",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx",
+ "source_location": "L25",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 19,
+ "community_name": "adminRoutes.tsx",
+ "norm_label": "contactsubmissions()",
+ "id": "frontend_admin_panel_src_pages_contactsubmissions_contactsubmissions"
+ },
+ {
+ "label": "Dashboard()",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Dashboard.tsx",
+ "source_location": "L20",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 19,
+ "norm_label": "dashboard()",
+ "id": "frontend_admin_panel_src_pages_dashboard_dashboard"
+ },
+ {
+ "label": "SslSettingsPage()",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/SslSettingsPage.tsx",
+ "source_location": "L38",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 19,
+ "norm_label": "sslsettingspage()",
+ "id": "frontend_admin_panel_src_pages_sslsettingspage_sslsettingspage"
+ },
+ {
+ "label": "Tickets()",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Tickets.tsx",
+ "source_location": "L58",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 19,
+ "norm_label": "tickets()",
+ "id": "frontend_admin_panel_src_pages_tickets_tickets"
+ },
+ {
+ "label": "Transactions()",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Transactions.tsx",
+ "source_location": "L89",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 19,
+ "norm_label": "transactions()",
+ "id": "frontend_admin_panel_src_pages_transactions_transactions"
+ },
+ {
+ "label": "main()",
+ "file_type": "code",
+ "source_file": "backend/prisma/seed-custom.ts",
+ "source_location": "L7",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 190,
+ "community_name": "Custom Data Seeding",
+ "norm_label": "main()",
+ "id": "backend_prisma_seed_custom_main"
+ },
{
"label": ".addAddress()",
"file_type": "code",
@@ -8006,180 +7825,85 @@
"id": "backend_src_users_users_service_usersservice_updateaddress"
},
{
- "label": ".constructor()",
+ "label": "Spinner()",
"file_type": "code",
- "source_file": "backend/src/orders/orders.controller.ts",
- "source_location": "L55",
+ "source_file": "frontend/admin-panel/src/components/ui/Spinner.tsx",
+ "source_location": "L2",
"_callable": true,
"_origin": "ast",
"community": 20,
- "norm_label": ".constructor()",
- "id": "backend_src_orders_orders_controller_orderscontroller_constructor"
+ "community_name": "Spinner.tsx",
+ "norm_label": "spinner()",
+ "id": "frontend_admin_panel_src_components_ui_spinner_spinner"
},
{
- "label": ".create()",
+ "label": "B2BManager()",
"file_type": "code",
- "source_file": "backend/src/orders/orders.controller.ts",
- "source_location": "L85",
+ "source_file": "frontend/admin-panel/src/pages/B2BManager.tsx",
+ "source_location": "L8",
"_callable": true,
"_origin": "ast",
"community": 20,
- "norm_label": ".create()",
- "id": "backend_src_orders_orders_controller_orderscontroller_create"
+ "community_name": "admin.ts",
+ "norm_label": "b2bmanager()",
+ "id": "frontend_admin_panel_src_pages_b2bmanager_b2bmanager"
},
{
- "label": ".findAll()",
+ "label": "SmartAdvisorManager()",
"file_type": "code",
- "source_file": "backend/src/orders/orders.controller.ts",
- "source_location": "L146",
+ "source_file": "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx",
+ "source_location": "L9",
"_callable": true,
"_origin": "ast",
"community": 20,
- "norm_label": ".findall()",
- "id": "backend_src_orders_orders_controller_orderscontroller_findall"
+ "community_name": "admin.ts",
+ "norm_label": "smartadvisormanager()",
+ "id": "frontend_admin_panel_src_pages_smartadvisormanager_smartadvisormanager"
},
{
- "label": ".findOne()",
+ "label": "SystemSettingsPage()",
"file_type": "code",
- "source_file": "backend/src/orders/orders.controller.ts",
- "source_location": "L202",
+ "source_file": "frontend/admin-panel/src/pages/SystemSettingsPage.tsx",
+ "source_location": "L8",
"_callable": true,
"_origin": "ast",
"community": 20,
- "norm_label": ".findone()",
- "id": "backend_src_orders_orders_controller_orderscontroller_findone"
+ "community_name": "admin.ts",
+ "norm_label": "systemsettingspage()",
+ "id": "frontend_admin_panel_src_pages_systemsettingspage_systemsettingspage"
},
{
- "label": ".retryPayment()",
+ "label": "BannersManager()",
"file_type": "code",
- "source_file": "backend/src/orders/orders.controller.ts",
- "source_location": "L194",
+ "source_file": "frontend/admin-panel/src/pages/BannersManager.tsx",
+ "source_location": "L10",
"_callable": true,
"_origin": "ast",
"community": 20,
- "norm_label": ".retrypayment()",
- "id": "backend_src_orders_orders_controller_orderscontroller_retrypayment"
+ "norm_label": "bannersmanager()",
+ "id": "frontend_admin_panel_src_pages_bannersmanager_bannersmanager"
},
{
- "label": ".validateCoupon()",
+ "label": "IngredientsManager()",
"file_type": "code",
- "source_file": "backend/src/orders/orders.controller.ts",
- "source_location": "L110",
+ "source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx",
+ "source_location": "L10",
"_callable": true,
"_origin": "ast",
"community": 20,
- "norm_label": ".validatecoupon()",
- "id": "backend_src_orders_orders_controller_orderscontroller_validatecoupon"
+ "norm_label": "ingredientsmanager()",
+ "id": "frontend_admin_panel_src_pages_ingredientsmanager_ingredientsmanager"
},
{
- "label": ".checkAndSendRefillReminders()",
+ "label": "SeoSettingsPage()",
"file_type": "code",
- "source_file": "backend/src/orders/orders.service.ts",
- "source_location": "L395",
+ "source_file": "frontend/admin-panel/src/pages/SeoSettingsPage.tsx",
+ "source_location": "L9",
"_callable": true,
"_origin": "ast",
"community": 20,
- "norm_label": ".checkandsendrefillreminders()",
- "id": "backend_src_orders_orders_service_ordersservice_checkandsendrefillreminders"
- },
- {
- "label": ".constructor()",
- "file_type": "code",
- "source_file": "backend/src/orders/orders.service.ts",
- "source_location": "L17",
- "_callable": true,
- "_origin": "ast",
- "community": 20,
- "norm_label": ".constructor()",
- "id": "backend_src_orders_orders_service_ordersservice_constructor"
- },
- {
- "label": ".create()",
- "file_type": "code",
- "source_file": "backend/src/orders/orders.service.ts",
- "source_location": "L101",
- "_callable": true,
- "_origin": "ast",
- "community": 20,
- "norm_label": ".create()",
- "id": "backend_src_orders_orders_service_ordersservice_create"
- },
- {
- "label": ".findAllByUser()",
- "file_type": "code",
- "source_file": "backend/src/orders/orders.service.ts",
- "source_location": "L348",
- "_callable": true,
- "_origin": "ast",
- "community": 20,
- "norm_label": ".findallbyuser()",
- "id": "backend_src_orders_orders_service_ordersservice_findallbyuser"
- },
- {
- "label": ".findOne()",
- "file_type": "code",
- "source_file": "backend/src/orders/orders.service.ts",
- "source_location": "L381",
- "_callable": true,
- "_origin": "ast",
- "community": 20,
- "norm_label": ".findone()",
- "id": "backend_src_orders_orders_service_ordersservice_findone"
- },
- {
- "label": ".generateTrackingNumber()",
- "file_type": "code",
- "source_file": "backend/src/orders/orders.service.ts",
- "source_location": "L22",
- "_callable": true,
- "_origin": "ast",
- "community": 20,
- "norm_label": ".generatetrackingnumber()",
- "id": "backend_src_orders_orders_service_ordersservice_generatetrackingnumber"
- },
- {
- "label": ".releaseExpiredInventoryReservations()",
- "file_type": "code",
- "source_file": "backend/src/orders/orders.service.ts",
- "source_location": "L425",
- "_callable": true,
- "_origin": "ast",
- "community": 20,
- "norm_label": ".releaseexpiredinventoryreservations()",
- "id": "backend_src_orders_orders_service_ordersservice_releaseexpiredinventoryreservations"
- },
- {
- "label": ".retryPayment()",
- "file_type": "code",
- "source_file": "backend/src/orders/orders.service.ts",
- "source_location": "L446",
- "_callable": true,
- "_origin": "ast",
- "community": 20,
- "norm_label": ".retrypayment()",
- "id": "backend_src_orders_orders_service_ordersservice_retrypayment"
- },
- {
- "label": ".updateStatus()",
- "file_type": "code",
- "source_file": "backend/src/orders/orders.service.ts",
- "source_location": "L317",
- "_callable": true,
- "_origin": "ast",
- "community": 20,
- "norm_label": ".updatestatus()",
- "id": "backend_src_orders_orders_service_ordersservice_updatestatus"
- },
- {
- "label": ".validateCoupon()",
- "file_type": "code",
- "source_file": "backend/src/orders/orders.service.ts",
- "source_location": "L27",
- "_callable": true,
- "_origin": "ast",
- "community": 20,
- "norm_label": ".validatecoupon()",
- "id": "backend_src_orders_orders_service_ordersservice_validatecoupon"
+ "norm_label": "seosettingspage()",
+ "id": "frontend_admin_panel_src_pages_seosettingspage_seosettingspage"
},
{
"label": "FormField()",
@@ -8188,7 +7912,7 @@
"source_location": "L15",
"_callable": true,
"_origin": "ast",
- "community": 205,
+ "community": 206,
"norm_label": "formfield()",
"id": "frontend_admin_panel_src_components_ui_formfield_formfield"
},
@@ -8199,7 +7923,7 @@
"source_location": "L20",
"_callable": true,
"_origin": "ast",
- "community": 209,
+ "community": 210,
"norm_label": "aboutpage()",
"id": "frontend_application_app_about_page_aboutpage"
},
@@ -8210,10 +7934,313 @@
"source_location": "L20",
"_callable": true,
"_origin": "ast",
- "community": 210,
+ "community": 211,
"norm_label": "privacypage()",
"id": "frontend_application_app_privacy_page_privacypage"
},
+ {
+ "label": "CMS()",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/CMS.tsx",
+ "source_location": "L21",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 23,
+ "community_name": "adminRoutes.tsx",
+ "norm_label": "cms()",
+ "id": "frontend_admin_panel_src_pages_cms_cms"
+ },
+ {
+ "label": "WholesaleApplications()",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/WholesaleApplications.tsx",
+ "source_location": "L16",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 23,
+ "community_name": "adminRoutes.tsx",
+ "norm_label": "wholesaleapplications()",
+ "id": "frontend_admin_panel_src_pages_wholesaleapplications_wholesaleapplications"
+ },
+ {
+ "label": "Layout()",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/components/Layout.tsx",
+ "source_location": "L6",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 23,
+ "community_name": "src/services/api.ts",
+ "norm_label": "layout()",
+ "id": "frontend_admin_panel_src_components_layout_layout"
+ },
+ {
+ "label": "ProtectedRoute()",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/components/ProtectedRoute.tsx",
+ "source_location": "L7",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 23,
+ "community_name": "src/services/api.ts",
+ "norm_label": "protectedroute()",
+ "id": "frontend_admin_panel_src_components_protectedroute_protectedroute"
+ },
+ {
+ "label": "Sidebar()",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/components/Sidebar.tsx",
+ "source_location": "L54",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 23,
+ "norm_label": "sidebar()",
+ "id": "frontend_admin_panel_src_components_sidebar_sidebar"
+ },
+ {
+ "label": "Topbar()",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/components/Topbar.tsx",
+ "source_location": "L45",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 23,
+ "norm_label": "topbar()",
+ "id": "frontend_admin_panel_src_components_topbar_topbar"
+ },
+ {
+ "label": "Login()",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Login.tsx",
+ "source_location": "L9",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 23,
+ "norm_label": "login()",
+ "id": "frontend_admin_panel_src_pages_login_login"
+ },
+ {
+ "label": "processQueue()",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/services/api.ts",
+ "source_location": "L37",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 23,
+ "norm_label": "processqueue()",
+ "id": "frontend_admin_panel_src_services_api_processqueue"
+ },
+ {
+ "label": ".incrementRequestCount()",
+ "file_type": "code",
+ "source_file": "backend/src/common/metrics.controller.ts",
+ "source_location": "L13",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 24,
+ "community_name": "RedisService",
+ "norm_label": ".incrementrequestcount()",
+ "id": "backend_src_common_metrics_controller_metricscontroller_incrementrequestcount"
+ },
+ {
+ "label": ".getDashboardStats()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.service.ts",
+ "source_location": "L78",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 24,
+ "norm_label": ".getdashboardstats()",
+ "id": "backend_src_admin_admin_service_adminservice_getdashboardstats"
+ },
+ {
+ "label": ".configure()",
+ "file_type": "code",
+ "source_file": "backend/src/app.module.ts",
+ "source_location": "L84",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 24,
+ "norm_label": ".configure()",
+ "id": "backend_src_app_module_appmodule_configure"
+ },
+ {
+ "label": ".adminLogin()",
+ "file_type": "code",
+ "source_file": "backend/src/auth/auth.service.ts",
+ "source_location": "L254",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 24,
+ "norm_label": ".adminlogin()",
+ "id": "backend_src_auth_auth_service_authservice_adminlogin"
+ },
+ {
+ "label": ".constructor()",
+ "file_type": "code",
+ "source_file": "backend/src/auth/auth.service.ts",
+ "source_location": "L33",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 24,
+ "norm_label": ".constructor()",
+ "id": "backend_src_auth_auth_service_authservice_constructor"
+ },
+ {
+ "label": ".login()",
+ "file_type": "code",
+ "source_file": "backend/src/auth/auth.service.ts",
+ "source_location": "L213",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 24,
+ "norm_label": ".login()",
+ "id": "backend_src_auth_auth_service_authservice_login"
+ },
+ {
+ "label": ".refresh()",
+ "file_type": "code",
+ "source_file": "backend/src/auth/auth.service.ts",
+ "source_location": "L310",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 24,
+ "norm_label": ".refresh()",
+ "id": "backend_src_auth_auth_service_authservice_refresh"
+ },
+ {
+ "label": ".register()",
+ "file_type": "code",
+ "source_file": "backend/src/auth/auth.service.ts",
+ "source_location": "L160",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 24,
+ "norm_label": ".register()",
+ "id": "backend_src_auth_auth_service_authservice_register"
+ },
+ {
+ "label": ".sendOtp()",
+ "file_type": "code",
+ "source_file": "backend/src/auth/auth.service.ts",
+ "source_location": "L40",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 24,
+ "norm_label": ".sendotp()",
+ "id": "backend_src_auth_auth_service_authservice_sendotp"
+ },
+ {
+ "label": ".verifyOtp()",
+ "file_type": "code",
+ "source_file": "backend/src/auth/auth.service.ts",
+ "source_location": "L119",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 24,
+ "norm_label": ".verifyotp()",
+ "id": "backend_src_auth_auth_service_authservice_verifyotp"
+ },
+ {
+ "label": "normalizeMobile()",
+ "file_type": "code",
+ "source_file": "backend/src/common/utils/phone.utils.ts",
+ "source_location": "L7",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 24,
+ "norm_label": "normalizemobile()",
+ "id": "backend_src_common_utils_phone_utils_normalizemobile"
+ },
+ {
+ "label": ".del()",
+ "file_type": "code",
+ "source_file": "backend/src/redis/redis.service.ts",
+ "source_location": "L31",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 24,
+ "norm_label": ".del()",
+ "id": "backend_src_redis_redis_service_redisservice_del"
+ },
+ {
+ "label": ".get()",
+ "file_type": "code",
+ "source_file": "backend/src/redis/redis.service.ts",
+ "source_location": "L27",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 24,
+ "norm_label": ".get()",
+ "id": "backend_src_redis_redis_service_redisservice_get"
+ },
+ {
+ "label": ".incr()",
+ "file_type": "code",
+ "source_file": "backend/src/redis/redis.service.ts",
+ "source_location": "L35",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 24,
+ "norm_label": ".incr()",
+ "id": "backend_src_redis_redis_service_redisservice_incr"
+ },
+ {
+ "label": ".onModuleDestroy()",
+ "file_type": "code",
+ "source_file": "backend/src/redis/redis.service.ts",
+ "source_location": "L15",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 24,
+ "norm_label": ".onmoduledestroy()",
+ "id": "backend_src_redis_redis_service_redisservice_onmoduledestroy"
+ },
+ {
+ "label": ".onModuleInit()",
+ "file_type": "code",
+ "source_file": "backend/src/redis/redis.service.ts",
+ "source_location": "L8",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 24,
+ "norm_label": ".onmoduleinit()",
+ "id": "backend_src_redis_redis_service_redisservice_onmoduleinit"
+ },
+ {
+ "label": ".set()",
+ "file_type": "code",
+ "source_file": "backend/src/redis/redis.service.ts",
+ "source_location": "L19",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 24,
+ "norm_label": ".set()",
+ "id": "backend_src_redis_redis_service_redisservice_set"
+ },
+ {
+ "label": ".ttl()",
+ "file_type": "code",
+ "source_file": "backend/src/redis/redis.service.ts",
+ "source_location": "L44",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 24,
+ "norm_label": ".ttl()",
+ "id": "backend_src_redis_redis_service_redisservice_ttl"
+ },
+ {
+ "label": "robots()",
+ "file_type": "code",
+ "source_file": "frontend/application/app/robots.ts",
+ "source_location": "L3",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 246,
+ "community_name": "Search Engine Robots Config",
+ "norm_label": "robots()",
+ "id": "frontend_application_app_robots_robots"
+ },
{
"label": ".handleRequest()",
"file_type": "code",
@@ -8221,7 +8248,7 @@
"source_location": "L6",
"_callable": true,
"_origin": "ast",
- "community": 22,
+ "community": 25,
"community_name": "JwtAuthGuard",
"norm_label": ".handlerequest()",
"id": "backend_src_auth_jwt_auth_guard_jwtauthguard_handlerequest"
@@ -8233,7 +8260,7 @@
"source_location": "L20",
"_callable": true,
"_origin": "ast",
- "community": 22,
+ "community": 25,
"community_name": "JwtAuthGuard",
"norm_label": ".canactivate()",
"id": "backend_src_common_guards_roles_guard_rolesguard_canactivate"
@@ -8245,7 +8272,7 @@
"source_location": "L18",
"_callable": true,
"_origin": "ast",
- "community": 22,
+ "community": 25,
"community_name": "JwtAuthGuard",
"norm_label": ".constructor()",
"id": "backend_src_common_guards_roles_guard_rolesguard_constructor"
@@ -8257,23 +8284,11 @@
"source_location": "L4",
"_callable": true,
"_origin": "ast",
- "community": 22,
+ "community": 25,
"community_name": "Roles",
"norm_label": "roles()",
"id": "backend_src_common_decorators_roles_decorator_roles"
},
- {
- "label": "robots()",
- "file_type": "code",
- "source_file": "frontend/application/app/robots.ts",
- "source_location": "L3",
- "_callable": true,
- "_origin": "ast",
- "community": 245,
- "community_name": "Search Engine Robots Config",
- "norm_label": "robots()",
- "id": "frontend_application_app_robots_robots"
- },
{
"label": "sitemap()",
"file_type": "code",
@@ -8561,87 +8576,6 @@
"norm_label": ".mapbackendtofrontend()",
"id": "frontend_application_lib_services_productservice_productservice_mapbackendtofrontend"
},
- {
- "label": "Spinner()",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/components/ui/Spinner.tsx",
- "source_location": "L2",
- "_callable": true,
- "_origin": "ast",
- "community": 31,
- "community_name": "Spinner.tsx",
- "norm_label": "spinner()",
- "id": "frontend_admin_panel_src_components_ui_spinner_spinner"
- },
- {
- "label": "B2BManager()",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/B2BManager.tsx",
- "source_location": "L8",
- "_callable": true,
- "_origin": "ast",
- "community": 31,
- "community_name": "admin.ts",
- "norm_label": "b2bmanager()",
- "id": "frontend_admin_panel_src_pages_b2bmanager_b2bmanager"
- },
- {
- "label": "SmartAdvisorManager()",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx",
- "source_location": "L9",
- "_callable": true,
- "_origin": "ast",
- "community": 31,
- "community_name": "admin.ts",
- "norm_label": "smartadvisormanager()",
- "id": "frontend_admin_panel_src_pages_smartadvisormanager_smartadvisormanager"
- },
- {
- "label": "SystemSettingsPage()",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/SystemSettingsPage.tsx",
- "source_location": "L8",
- "_callable": true,
- "_origin": "ast",
- "community": 31,
- "community_name": "admin.ts",
- "norm_label": "systemsettingspage()",
- "id": "frontend_admin_panel_src_pages_systemsettingspage_systemsettingspage"
- },
- {
- "label": "BannersManager()",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/BannersManager.tsx",
- "source_location": "L10",
- "_callable": true,
- "_origin": "ast",
- "community": 31,
- "norm_label": "bannersmanager()",
- "id": "frontend_admin_panel_src_pages_bannersmanager_bannersmanager"
- },
- {
- "label": "IngredientsManager()",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx",
- "source_location": "L10",
- "_callable": true,
- "_origin": "ast",
- "community": 31,
- "norm_label": "ingredientsmanager()",
- "id": "frontend_admin_panel_src_pages_ingredientsmanager_ingredientsmanager"
- },
- {
- "label": "SeoSettingsPage()",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/SeoSettingsPage.tsx",
- "source_location": "L9",
- "_callable": true,
- "_origin": "ast",
- "community": 31,
- "norm_label": "seosettingspage()",
- "id": "frontend_admin_panel_src_pages_seosettingspage_seosettingspage"
- },
{
"label": "CartDrawer()",
"file_type": "code",
@@ -8649,7 +8583,7 @@
"source_location": "L14",
"_callable": true,
"_origin": "ast",
- "community": 32,
+ "community": 33,
"community_name": "toPersian",
"norm_label": "cartdrawer()",
"id": "frontend_application_components_cartdrawer_cartdrawer"
@@ -8661,7 +8595,7 @@
"source_location": "L3",
"_callable": true,
"_origin": "ast",
- "community": 32,
+ "community": 33,
"community_name": "useCartStore",
"norm_label": "successpage()",
"id": "frontend_application_app_checkout_success_id_page_successpage"
@@ -8673,7 +8607,7 @@
"source_location": "L3",
"_callable": true,
"_origin": "ast",
- "community": 32,
+ "community": 33,
"community_name": "useCartStore",
"norm_label": "trackpage()",
"id": "frontend_application_app_track_page_trackpage"
@@ -8685,7 +8619,7 @@
"source_location": "L17",
"_callable": true,
"_origin": "ast",
- "community": 32,
+ "community": 33,
"community_name": "useCartStore",
"norm_label": "ordersuccess()",
"id": "frontend_application_components_ordersuccess_ordersuccess"
@@ -8697,7 +8631,7 @@
"source_location": "L34",
"_callable": true,
"_origin": "ast",
- "community": 32,
+ "community": 33,
"community_name": "useCartStore",
"norm_label": ".constructor()",
"id": "frontend_application_lib_services_orderservice_orderservice_constructor"
@@ -8709,7 +8643,7 @@
"source_location": "L46",
"_callable": true,
"_origin": "ast",
- "community": 32,
+ "community": 33,
"community_name": "useCartStore",
"norm_label": ".createorder()",
"id": "frontend_application_lib_services_orderservice_orderservice_createorder"
@@ -8721,7 +8655,7 @@
"source_location": "L36",
"_callable": true,
"_origin": "ast",
- "community": 32,
+ "community": 33,
"community_name": "useCartStore",
"norm_label": ".getinstance()",
"id": "frontend_application_lib_services_orderservice_orderservice_getinstance"
@@ -8733,7 +8667,7 @@
"source_location": "L84",
"_callable": true,
"_origin": "ast",
- "community": 32,
+ "community": 33,
"community_name": "useCartStore",
"norm_label": ".getorderbyid()",
"id": "frontend_application_lib_services_orderservice_orderservice_getorderbyid"
@@ -8745,7 +8679,7 @@
"source_location": "L70",
"_callable": true,
"_origin": "ast",
- "community": 32,
+ "community": 33,
"community_name": "useCartStore",
"norm_label": ".getuserorders()",
"id": "frontend_application_lib_services_orderservice_orderservice_getuserorders"
@@ -8757,7 +8691,7 @@
"source_location": "L28",
"_callable": true,
"_origin": "ast",
- "community": 32,
+ "community": 33,
"norm_label": "header()",
"id": "frontend_application_components_header_header"
},
@@ -8768,7 +8702,7 @@
"source_location": "L114",
"_callable": true,
"_origin": "ast",
- "community": 32,
+ "community": 33,
"norm_label": "handleclickoutside()",
"id": "frontend_application_components_header_header_handleclickoutside"
},
@@ -8779,7 +8713,7 @@
"source_location": "L18",
"_callable": true,
"_origin": "ast",
- "community": 32,
+ "community": 33,
"norm_label": "ordertracking()",
"id": "frontend_application_components_ordertracking_ordertracking"
},
@@ -8790,7 +8724,7 @@
"source_location": "L213",
"_callable": true,
"_origin": "ast",
- "community": 33,
+ "community": 34,
"norm_label": ".getadminstats()",
"id": "backend_src_payment_payment_controller_paymentcontroller_getadminstats"
},
@@ -8801,7 +8735,7 @@
"source_location": "L204",
"_callable": true,
"_origin": "ast",
- "community": 33,
+ "community": 34,
"norm_label": ".getadmintransactions()",
"id": "backend_src_payment_payment_controller_paymentcontroller_getadmintransactions"
},
@@ -8812,7 +8746,7 @@
"source_location": "L264",
"_callable": true,
"_origin": "ast",
- "community": 33,
+ "community": 34,
"norm_label": ".gethealth()",
"id": "backend_src_payment_payment_controller_paymentcontroller_gethealth"
},
@@ -8823,7 +8757,7 @@
"source_location": "L193",
"_callable": true,
"_origin": "ast",
- "community": 33,
+ "community": 34,
"norm_label": ".gettransactionstatus()",
"id": "backend_src_payment_payment_controller_paymentcontroller_gettransactionstatus"
},
@@ -8834,7 +8768,7 @@
"source_location": "L93",
"_callable": true,
"_origin": "ast",
- "community": 33,
+ "community": 34,
"norm_label": ".handlezibalcallback()",
"id": "backend_src_payment_payment_controller_paymentcontroller_handlezibalcallback"
},
@@ -8845,7 +8779,7 @@
"source_location": "L163",
"_callable": true,
"_origin": "ast",
- "community": 33,
+ "community": 34,
"norm_label": ".handleziballazycallback()",
"id": "backend_src_payment_payment_controller_paymentcontroller_handleziballazycallback"
},
@@ -8856,7 +8790,7 @@
"source_location": "L54",
"_callable": true,
"_origin": "ast",
- "community": 33,
+ "community": 34,
"norm_label": ".initiateorderpayment()",
"id": "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment"
},
@@ -8867,7 +8801,7 @@
"source_location": "L75",
"_callable": true,
"_origin": "ast",
- "community": 33,
+ "community": 34,
"norm_label": ".initiatewallettopup()",
"id": "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup"
},
@@ -8878,7 +8812,7 @@
"source_location": "L231",
"_callable": true,
"_origin": "ast",
- "community": 33,
+ "community": 34,
"norm_label": ".liveinquiry()",
"id": "backend_src_payment_payment_controller_paymentcontroller_liveinquiry"
},
@@ -8889,7 +8823,7 @@
"source_location": "L252",
"_callable": true,
"_origin": "ast",
- "community": 33,
+ "community": 34,
"norm_label": ".manualreject()",
"id": "backend_src_payment_payment_controller_paymentcontroller_manualreject"
},
@@ -8900,7 +8834,7 @@
"source_location": "L240",
"_callable": true,
"_origin": "ast",
- "community": 33,
+ "community": 34,
"norm_label": ".manualverify()",
"id": "backend_src_payment_payment_controller_paymentcontroller_manualverify"
},
@@ -8911,7 +8845,7 @@
"source_location": "L222",
"_callable": true,
"_origin": "ast",
- "community": 33,
+ "community": 34,
"norm_label": ".reconcilepending()",
"id": "backend_src_payment_payment_controller_paymentcontroller_reconcilepending"
},
@@ -8922,130 +8856,10 @@
"source_location": "L144",
"_callable": true,
"_origin": "ast",
- "community": 33,
+ "community": 34,
"norm_label": ".verifypaymentdirect()",
"id": "backend_src_payment_payment_controller_paymentcontroller_verifypaymentdirect"
},
- {
- "label": ".applyForWholesale()",
- "file_type": "code",
- "source_file": "backend/src/wholesale/wholesale.controller.ts",
- "source_location": "L29",
- "_callable": true,
- "_origin": "ast",
- "community": 34,
- "community_name": "WholesaleApplyDto",
- "norm_label": ".applyforwholesale()",
- "id": "backend_src_wholesale_wholesale_controller_wholesalecontroller_applyforwholesale"
- },
- {
- "label": ".approveWholesaleRequest()",
- "file_type": "code",
- "source_file": "backend/src/wholesale/wholesale.controller.ts",
- "source_location": "L54",
- "_callable": true,
- "_origin": "ast",
- "community": 34,
- "community_name": "WholesaleApplyDto",
- "norm_label": ".approvewholesalerequest()",
- "id": "backend_src_wholesale_wholesale_controller_wholesalecontroller_approvewholesalerequest"
- },
- {
- "label": ".constructor()",
- "file_type": "code",
- "source_file": "backend/src/wholesale/wholesale.controller.ts",
- "source_location": "L21",
- "_callable": true,
- "_origin": "ast",
- "community": 34,
- "community_name": "WholesaleApplyDto",
- "norm_label": ".constructor()",
- "id": "backend_src_wholesale_wholesale_controller_wholesalecontroller_constructor"
- },
- {
- "label": ".getWholesaleRequests()",
- "file_type": "code",
- "source_file": "backend/src/wholesale/wholesale.controller.ts",
- "source_location": "L43",
- "_callable": true,
- "_origin": "ast",
- "community": 34,
- "community_name": "WholesaleApplyDto",
- "norm_label": ".getwholesalerequests()",
- "id": "backend_src_wholesale_wholesale_controller_wholesalecontroller_getwholesalerequests"
- },
- {
- "label": ".rejectWholesaleRequest()",
- "file_type": "code",
- "source_file": "backend/src/wholesale/wholesale.controller.ts",
- "source_location": "L63",
- "_callable": true,
- "_origin": "ast",
- "community": 34,
- "community_name": "WholesaleApplyDto",
- "norm_label": ".rejectwholesalerequest()",
- "id": "backend_src_wholesale_wholesale_controller_wholesalecontroller_rejectwholesalerequest"
- },
- {
- "label": ".applyForWholesale()",
- "file_type": "code",
- "source_file": "backend/src/wholesale/wholesale.service.ts",
- "source_location": "L14",
- "_callable": true,
- "_origin": "ast",
- "community": 34,
- "community_name": "WholesaleApplyDto",
- "norm_label": ".applyforwholesale()",
- "id": "backend_src_wholesale_wholesale_service_wholesaleservice_applyforwholesale"
- },
- {
- "label": ".approveWholesaleRequest()",
- "file_type": "code",
- "source_file": "backend/src/wholesale/wholesale.service.ts",
- "source_location": "L63",
- "_callable": true,
- "_origin": "ast",
- "community": 34,
- "community_name": "WholesaleApplyDto",
- "norm_label": ".approvewholesalerequest()",
- "id": "backend_src_wholesale_wholesale_service_wholesaleservice_approvewholesalerequest"
- },
- {
- "label": ".constructor()",
- "file_type": "code",
- "source_file": "backend/src/wholesale/wholesale.service.ts",
- "source_location": "L9",
- "_callable": true,
- "_origin": "ast",
- "community": 34,
- "community_name": "WholesaleApplyDto",
- "norm_label": ".constructor()",
- "id": "backend_src_wholesale_wholesale_service_wholesaleservice_constructor"
- },
- {
- "label": ".getWholesaleRequests()",
- "file_type": "code",
- "source_file": "backend/src/wholesale/wholesale.service.ts",
- "source_location": "L54",
- "_callable": true,
- "_origin": "ast",
- "community": 34,
- "community_name": "WholesaleApplyDto",
- "norm_label": ".getwholesalerequests()",
- "id": "backend_src_wholesale_wholesale_service_wholesaleservice_getwholesalerequests"
- },
- {
- "label": ".rejectWholesaleRequest()",
- "file_type": "code",
- "source_file": "backend/src/wholesale/wholesale.service.ts",
- "source_location": "L77",
- "_callable": true,
- "_origin": "ast",
- "community": 34,
- "community_name": "WholesaleApplyDto",
- "norm_label": ".rejectwholesalerequest()",
- "id": "backend_src_wholesale_wholesale_service_wholesaleservice_rejectwholesalerequest"
- },
{
"label": "GlobalLoading()",
"file_type": "code",
@@ -9176,136 +8990,107 @@
"id": "frontend_application_components_archivepage_archiveproductcard"
},
{
- "label": ".constructor()",
+ "label": "generateOpenApi()",
"file_type": "code",
- "source_file": "backend/src/admin/media.controller.ts",
- "source_location": "L23",
- "_callable": true,
- "_origin": "ast",
- "community": 37,
- "norm_label": ".constructor()",
- "id": "backend_src_admin_media_controller_mediacontroller_constructor"
- },
- {
- "label": ".deleteManyMedia()",
- "file_type": "code",
- "source_file": "backend/src/admin/media.controller.ts",
- "source_location": "L45",
- "_callable": true,
- "_origin": "ast",
- "community": 37,
- "norm_label": ".deletemanymedia()",
- "id": "backend_src_admin_media_controller_mediacontroller_deletemanymedia"
- },
- {
- "label": ".deleteMedia()",
- "file_type": "code",
- "source_file": "backend/src/admin/media.controller.ts",
- "source_location": "L56",
- "_callable": true,
- "_origin": "ast",
- "community": 37,
- "norm_label": ".deletemedia()",
- "id": "backend_src_admin_media_controller_mediacontroller_deletemedia"
- },
- {
- "label": ".getAllMedia()",
- "file_type": "code",
- "source_file": "backend/src/admin/media.controller.ts",
- "source_location": "L28",
- "_callable": true,
- "_origin": "ast",
- "community": 37,
- "norm_label": ".getallmedia()",
- "id": "backend_src_admin_media_controller_mediacontroller_getallmedia"
- },
- {
- "label": ".updateMedia()",
- "file_type": "code",
- "source_file": "backend/src/admin/media.controller.ts",
- "source_location": "L66",
- "_callable": true,
- "_origin": "ast",
- "community": 37,
- "norm_label": ".updatemedia()",
- "id": "backend_src_admin_media_controller_mediacontroller_updatemedia"
- },
- {
- "label": ".uploadFile()",
- "file_type": "code",
- "source_file": "backend/src/admin/media.controller.ts",
- "source_location": "L36",
- "_callable": true,
- "_origin": "ast",
- "community": 37,
- "norm_label": ".uploadfile()",
- "id": "backend_src_admin_media_controller_mediacontroller_uploadfile"
- },
- {
- "label": ".constructor()",
- "file_type": "code",
- "source_file": "backend/src/admin/media.service.ts",
+ "source_file": "backend/scripts/generate-openapi.ts",
"source_location": "L8",
"_callable": true,
"_origin": "ast",
- "community": 37,
+ "community": 36,
+ "community_name": "RedisService",
+ "norm_label": "generateopenapi()",
+ "id": "backend_scripts_generate_openapi_ts_backend_scripts_generate_openapi_generateopenapi"
+ },
+ {
+ "label": ".catch()",
+ "file_type": "code",
+ "source_file": "backend/src/common/filters/prisma-exception.filter.ts",
+ "source_location": "L15",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 36,
+ "community_name": "main.ts",
+ "norm_label": ".catch()",
+ "id": "backend_src_common_filters_prisma_exception_filter_prismaexceptionfilter_catch"
+ },
+ {
+ "label": ".intercept()",
+ "file_type": "code",
+ "source_file": "backend/src/common/interceptors/decimal.interceptor.ts",
+ "source_location": "L13",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 36,
+ "community_name": "main.ts",
+ "norm_label": ".intercept()",
+ "id": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor_intercept"
+ },
+ {
+ "label": ".transform()",
+ "file_type": "code",
+ "source_file": "backend/src/common/interceptors/decimal.interceptor.ts",
+ "source_location": "L17",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 36,
+ "community_name": "main.ts",
+ "norm_label": ".transform()",
+ "id": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor_transform"
+ },
+ {
+ "label": ".constructor()",
+ "file_type": "code",
+ "source_file": "backend/src/app.module.ts",
+ "source_location": "L82",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 36,
"norm_label": ".constructor()",
- "id": "backend_src_admin_media_service_mediaservice_constructor"
+ "id": "backend_src_app_module_appmodule_constructor"
},
{
- "label": ".deleteManyMedia()",
+ "label": ".catch()",
"file_type": "code",
- "source_file": "backend/src/admin/media.service.ts",
- "source_location": "L65",
- "_callable": true,
- "_origin": "ast",
- "community": 37,
- "norm_label": ".deletemanymedia()",
- "id": "backend_src_admin_media_service_mediaservice_deletemanymedia"
- },
- {
- "label": ".deleteMedia()",
- "file_type": "code",
- "source_file": "backend/src/admin/media.service.ts",
- "source_location": "L48",
- "_callable": true,
- "_origin": "ast",
- "community": 37,
- "norm_label": ".deletemedia()",
- "id": "backend_src_admin_media_service_mediaservice_deletemedia"
- },
- {
- "label": ".getAllMedia()",
- "file_type": "code",
- "source_file": "backend/src/admin/media.service.ts",
- "source_location": "L10",
- "_callable": true,
- "_origin": "ast",
- "community": 37,
- "norm_label": ".getallmedia()",
- "id": "backend_src_admin_media_service_mediaservice_getallmedia"
- },
- {
- "label": ".updateMedia()",
- "file_type": "code",
- "source_file": "backend/src/admin/media.service.ts",
- "source_location": "L92",
- "_callable": true,
- "_origin": "ast",
- "community": 37,
- "norm_label": ".updatemedia()",
- "id": "backend_src_admin_media_service_mediaservice_updatemedia"
- },
- {
- "label": ".uploadFile()",
- "file_type": "code",
- "source_file": "backend/src/admin/media.service.ts",
+ "source_file": "backend/src/common/filters/http-exception.filter.ts",
"source_location": "L16",
"_callable": true,
"_origin": "ast",
- "community": 37,
- "norm_label": ".uploadfile()",
- "id": "backend_src_admin_media_service_mediaservice_uploadfile"
+ "community": 36,
+ "norm_label": ".catch()",
+ "id": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_catch"
+ },
+ {
+ "label": ".deriveErrorCode()",
+ "file_type": "code",
+ "source_file": "backend/src/common/filters/http-exception.filter.ts",
+ "source_location": "L114",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 36,
+ "norm_label": ".deriveerrorcode()",
+ "id": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_deriveerrorcode"
+ },
+ {
+ "label": ".translateGenericMessage()",
+ "file_type": "code",
+ "source_file": "backend/src/common/filters/http-exception.filter.ts",
+ "source_location": "L91",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 36,
+ "norm_label": ".translategenericmessage()",
+ "id": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_translategenericmessage"
+ },
+ {
+ "label": "bootstrap()",
+ "file_type": "code",
+ "source_file": "backend/src/main.ts",
+ "source_location": "L17",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 36,
+ "norm_label": "bootstrap()",
+ "id": "backend_src_main_bootstrap"
},
{
"label": ".constructor()",
@@ -9314,7 +9099,7 @@
"source_location": "L20",
"_callable": true,
"_origin": "ast",
- "community": 38,
+ "community": 37,
"community_name": "B2BService",
"norm_label": ".constructor()",
"id": "backend_src_b2b_b2b_controller_b2bcontroller_constructor"
@@ -9326,7 +9111,7 @@
"source_location": "L24",
"_callable": true,
"_origin": "ast",
- "community": 38,
+ "community": 37,
"community_name": "B2BService",
"norm_label": ".createinquiry()",
"id": "backend_src_b2b_b2b_controller_b2bcontroller_createinquiry"
@@ -9338,7 +9123,7 @@
"source_location": "L73",
"_callable": true,
"_origin": "ast",
- "community": 38,
+ "community": 37,
"community_name": "B2BService",
"norm_label": ".createwholesaleorder()",
"id": "backend_src_b2b_b2b_controller_b2bcontroller_createwholesaleorder"
@@ -9350,7 +9135,7 @@
"source_location": "L44",
"_callable": true,
"_origin": "ast",
- "community": 38,
+ "community": 37,
"community_name": "B2BService",
"norm_label": ".findallinquiries()",
"id": "backend_src_b2b_b2b_controller_b2bcontroller_findallinquiries"
@@ -9362,7 +9147,7 @@
"source_location": "L86",
"_callable": true,
"_origin": "ast",
- "community": 38,
+ "community": 37,
"community_name": "B2BService",
"norm_label": ".getallpartneraccounts()",
"id": "backend_src_b2b_b2b_controller_b2bcontroller_getallpartneraccounts"
@@ -9374,7 +9159,7 @@
"source_location": "L64",
"_callable": true,
"_origin": "ast",
- "community": 38,
+ "community": 37,
"community_name": "B2BService",
"norm_label": ".getpartnerprofile()",
"id": "backend_src_b2b_b2b_controller_b2bcontroller_getpartnerprofile"
@@ -9386,7 +9171,7 @@
"source_location": "L53",
"_callable": true,
"_origin": "ast",
- "community": 38,
+ "community": 37,
"community_name": "B2BService",
"norm_label": ".updateinquirystatus()",
"id": "backend_src_b2b_b2b_controller_b2bcontroller_updateinquirystatus"
@@ -9398,7 +9183,7 @@
"source_location": "L15",
"_callable": true,
"_origin": "ast",
- "community": 38,
+ "community": 37,
"community_name": "B2BService",
"norm_label": ".constructor()",
"id": "backend_src_b2b_b2b_service_b2bservice_constructor"
@@ -9410,7 +9195,7 @@
"source_location": "L17",
"_callable": true,
"_origin": "ast",
- "community": 38,
+ "community": 37,
"community_name": "B2BService",
"norm_label": ".createinquiry()",
"id": "backend_src_b2b_b2b_service_b2bservice_createinquiry"
@@ -9422,7 +9207,7 @@
"source_location": "L67",
"_callable": true,
"_origin": "ast",
- "community": 38,
+ "community": 37,
"community_name": "B2BService",
"norm_label": ".createwholesaleorder()",
"id": "backend_src_b2b_b2b_service_b2bservice_createwholesaleorder"
@@ -9434,7 +9219,7 @@
"source_location": "L34",
"_callable": true,
"_origin": "ast",
- "community": 38,
+ "community": 37,
"community_name": "B2BService",
"norm_label": ".findallinquiries()",
"id": "backend_src_b2b_b2b_service_b2bservice_findallinquiries"
@@ -9446,7 +9231,7 @@
"source_location": "L95",
"_callable": true,
"_origin": "ast",
- "community": 38,
+ "community": 37,
"community_name": "B2BService",
"norm_label": ".getallpartneraccounts()",
"id": "backend_src_b2b_b2b_service_b2bservice_getallpartneraccounts"
@@ -9458,7 +9243,7 @@
"source_location": "L54",
"_callable": true,
"_origin": "ast",
- "community": 38,
+ "community": 37,
"community_name": "B2BService",
"norm_label": ".getpartnerprofile()",
"id": "backend_src_b2b_b2b_service_b2bservice_getpartnerprofile"
@@ -9470,7 +9255,7 @@
"source_location": "L40",
"_callable": true,
"_origin": "ast",
- "community": 38,
+ "community": 37,
"community_name": "B2BService",
"norm_label": ".updateinquirystatus()",
"id": "backend_src_b2b_b2b_service_b2bservice_updateinquirystatus"
@@ -9482,7 +9267,7 @@
"source_location": "L39",
"_callable": true,
"_origin": "ast",
- "community": 39,
+ "community": 38,
"norm_label": ".constructor()",
"id": "backend_src_payment_payment_controller_paymentcontroller_constructor"
},
@@ -9493,7 +9278,7 @@
"source_location": "L827",
"_callable": true,
"_origin": "ast",
- "community": 39,
+ "community": 38,
"norm_label": ".adminliveinquiry()",
"id": "backend_src_payment_payment_service_paymentservice_adminliveinquiry"
},
@@ -9504,7 +9289,7 @@
"source_location": "L933",
"_callable": true,
"_origin": "ast",
- "community": 39,
+ "community": 38,
"norm_label": ".adminmanualreject()",
"id": "backend_src_payment_payment_service_paymentservice_adminmanualreject"
},
@@ -9515,7 +9300,7 @@
"source_location": "L875",
"_callable": true,
"_origin": "ast",
- "community": 39,
+ "community": 38,
"norm_label": ".adminmanualverify()",
"id": "backend_src_payment_payment_service_paymentservice_adminmanualverify"
},
@@ -9526,7 +9311,7 @@
"source_location": "L956",
"_callable": true,
"_origin": "ast",
- "community": 39,
+ "community": 38,
"norm_label": ".checkgatewayhealth()",
"id": "backend_src_payment_payment_service_paymentservice_checkgatewayhealth"
},
@@ -9537,7 +9322,7 @@
"source_location": "L22",
"_callable": true,
"_origin": "ast",
- "community": 39,
+ "community": 38,
"norm_label": ".constructor()",
"id": "backend_src_payment_payment_service_paymentservice_constructor"
},
@@ -9548,7 +9333,7 @@
"source_location": "L780",
"_callable": true,
"_origin": "ast",
- "community": 39,
+ "community": 38,
"norm_label": ".getadmintransactionstats()",
"id": "backend_src_payment_payment_service_paymentservice_getadmintransactionstats"
},
@@ -9559,7 +9344,7 @@
"source_location": "L621",
"_callable": true,
"_origin": "ast",
- "community": 39,
+ "community": 38,
"norm_label": ".gettransaction()",
"id": "backend_src_payment_payment_service_paymentservice_gettransaction"
},
@@ -9570,7 +9355,7 @@
"source_location": "L31",
"_callable": true,
"_origin": "ast",
- "community": 39,
+ "community": 38,
"norm_label": ".initiateorderpayment()",
"id": "backend_src_payment_payment_service_paymentservice_initiateorderpayment"
},
@@ -9581,7 +9366,7 @@
"source_location": "L138",
"_callable": true,
"_origin": "ast",
- "community": 39,
+ "community": 38,
"norm_label": ".initiatewallettopup()",
"id": "backend_src_payment_payment_service_paymentservice_initiatewallettopup"
},
@@ -9592,7 +9377,7 @@
"source_location": "L539",
"_callable": true,
"_origin": "ast",
- "community": 39,
+ "community": 38,
"norm_label": ".reconcilependingtransactions()",
"id": "backend_src_payment_payment_service_paymentservice_reconcilependingtransactions"
},
@@ -9603,7 +9388,7 @@
"source_location": "L225",
"_callable": true,
"_origin": "ast",
- "community": 39,
+ "community": 38,
"norm_label": ".verifyandprocess()",
"id": "backend_src_payment_payment_service_paymentservice_verifyandprocess"
},
@@ -9614,7 +9399,7 @@
"source_location": "L56",
"_callable": true,
"_origin": "ast",
- "community": 39,
+ "community": 38,
"norm_label": ".callwithretry()",
"id": "backend_src_payment_zibal_service_zibalservice_callwithretry"
},
@@ -9625,7 +9410,7 @@
"source_location": "L292",
"_callable": true,
"_origin": "ast",
- "community": 39,
+ "community": 38,
"norm_label": ".checkhealth()",
"id": "backend_src_payment_zibal_service_zibalservice_checkhealth"
},
@@ -9636,7 +9421,7 @@
"source_location": "L47",
"_callable": true,
"_origin": "ast",
- "community": 39,
+ "community": 38,
"norm_label": ".constructor()",
"id": "backend_src_payment_zibal_service_zibalservice_constructor"
},
@@ -9647,7 +9432,7 @@
"source_location": "L128",
"_callable": true,
"_origin": "ast",
- "community": 39,
+ "community": 38,
"norm_label": ".getbackendurl()",
"id": "backend_src_payment_zibal_service_zibalservice_getbackendurl"
},
@@ -9658,7 +9443,7 @@
"source_location": "L109",
"_callable": true,
"_origin": "ast",
- "community": 39,
+ "community": 38,
"norm_label": ".getfrontendurl()",
"id": "backend_src_payment_zibal_service_zibalservice_getfrontendurl"
},
@@ -9669,7 +9454,7 @@
"source_location": "L49",
"_callable": true,
"_origin": "ast",
- "community": 39,
+ "community": 38,
"norm_label": ".getgatewayname()",
"id": "backend_src_payment_zibal_service_zibalservice_getgatewayname"
},
@@ -9680,7 +9465,7 @@
"source_location": "L91",
"_callable": true,
"_origin": "ast",
- "community": 39,
+ "community": 38,
"norm_label": ".getmerchant()",
"id": "backend_src_payment_zibal_service_zibalservice_getmerchant"
},
@@ -9691,7 +9476,7 @@
"source_location": "L349",
"_callable": true,
"_origin": "ast",
- "community": 39,
+ "community": 38,
"norm_label": ".getresultmessage()",
"id": "backend_src_payment_zibal_service_zibalservice_getresultmessage"
},
@@ -9702,7 +9487,7 @@
"source_location": "L205",
"_callable": true,
"_origin": "ast",
- "community": 39,
+ "community": 38,
"norm_label": ".getstarturl()",
"id": "backend_src_payment_zibal_service_zibalservice_getstarturl"
},
@@ -9713,7 +9498,7 @@
"source_location": "L372",
"_callable": true,
"_origin": "ast",
- "community": 39,
+ "community": 38,
"norm_label": ".getstatusmessage()",
"id": "backend_src_payment_zibal_service_zibalservice_getstatusmessage"
},
@@ -9724,7 +9509,7 @@
"source_location": "L252",
"_callable": true,
"_origin": "ast",
- "community": 39,
+ "community": 38,
"norm_label": ".inquirypayment()",
"id": "backend_src_payment_zibal_service_zibalservice_inquirypayment"
},
@@ -9735,7 +9520,7 @@
"source_location": "L154",
"_callable": true,
"_origin": "ast",
- "community": 39,
+ "community": 38,
"norm_label": ".requestpayment()",
"id": "backend_src_payment_zibal_service_zibalservice_requestpayment"
},
@@ -9746,97 +9531,315 @@
"source_location": "L212",
"_callable": true,
"_origin": "ast",
- "community": 39,
+ "community": 38,
"norm_label": ".verifypayment()",
"id": "backend_src_payment_zibal_service_zibalservice_verifypayment"
},
{
- "label": ".adminLogin()",
+ "label": ".constructor()",
"file_type": "code",
- "source_file": "backend/src/auth/auth.controller.ts",
- "source_location": "L89",
+ "source_file": "backend/src/admin/blogs.service.ts",
+ "source_location": "L13",
"_callable": true,
"_origin": "ast",
"community": 4,
- "norm_label": ".adminlogin()",
- "id": "backend_src_auth_auth_controller_authcontroller_adminlogin"
+ "community_name": "BlogsService",
+ "norm_label": ".constructor()",
+ "id": "backend_src_admin_blogs_service_blogsservice_constructor"
+ },
+ {
+ "label": ".createBlog()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/blogs.service.ts",
+ "source_location": "L46",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 4,
+ "community_name": "BlogsService",
+ "norm_label": ".createblog()",
+ "id": "backend_src_admin_blogs_service_blogsservice_createblog"
+ },
+ {
+ "label": ".deleteBlog()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/blogs.service.ts",
+ "source_location": "L61",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 4,
+ "community_name": "BlogsService",
+ "norm_label": ".deleteblog()",
+ "id": "backend_src_admin_blogs_service_blogsservice_deleteblog"
+ },
+ {
+ "label": ".getBlogs()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/blogs.service.ts",
+ "source_location": "L15",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 4,
+ "community_name": "BlogsService",
+ "norm_label": ".getblogs()",
+ "id": "backend_src_admin_blogs_service_blogsservice_getblogs"
+ },
+ {
+ "label": ".updateBlog()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/blogs.service.ts",
+ "source_location": "L55",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 4,
+ "community_name": "BlogsService",
+ "norm_label": ".updateblog()",
+ "id": "backend_src_admin_blogs_service_blogsservice_updateblog"
},
{
"label": ".constructor()",
"file_type": "code",
- "source_file": "backend/src/auth/auth.controller.ts",
- "source_location": "L34",
+ "source_file": "backend/src/admin/pets.controller.ts",
+ "source_location": "L25",
"_callable": true,
"_origin": "ast",
"community": 4,
+ "community_name": "PetsController",
"norm_label": ".constructor()",
- "id": "backend_src_auth_auth_controller_authcontroller_constructor"
+ "id": "backend_src_admin_pets_controller_petscontroller_constructor"
},
{
- "label": ".login()",
+ "label": ".constructor()",
"file_type": "code",
- "source_file": "backend/src/auth/auth.controller.ts",
- "source_location": "L80",
+ "source_file": "backend/src/admin/reports.controller.ts",
+ "source_location": "L10",
"_callable": true,
"_origin": "ast",
"community": 4,
- "norm_label": ".login()",
- "id": "backend_src_auth_auth_controller_authcontroller_login"
+ "community_name": "admin.module.ts",
+ "norm_label": ".constructor()",
+ "id": "backend_src_admin_reports_controller_reportscontroller_constructor"
},
{
- "label": ".logout()",
+ "label": ".getReports()",
"file_type": "code",
- "source_file": "backend/src/auth/auth.controller.ts",
- "source_location": "L107",
+ "source_file": "backend/src/admin/reports.controller.ts",
+ "source_location": "L15",
"_callable": true,
"_origin": "ast",
"community": 4,
- "norm_label": ".logout()",
- "id": "backend_src_auth_auth_controller_authcontroller_logout"
+ "community_name": "admin.module.ts",
+ "norm_label": ".getreports()",
+ "id": "backend_src_admin_reports_controller_reportscontroller_getreports"
},
{
- "label": ".refresh()",
+ "label": ".constructor()",
"file_type": "code",
- "source_file": "backend/src/auth/auth.controller.ts",
- "source_location": "L99",
+ "source_file": "backend/src/admin/reports.service.ts",
+ "source_location": "L6",
"_callable": true,
"_origin": "ast",
"community": 4,
- "norm_label": ".refresh()",
- "id": "backend_src_auth_auth_controller_authcontroller_refresh"
+ "community_name": "admin.module.ts",
+ "norm_label": ".constructor()",
+ "id": "backend_src_admin_reports_service_reportsservice_constructor"
},
{
- "label": ".register()",
+ "label": ".getDashboardReports()",
"file_type": "code",
- "source_file": "backend/src/auth/auth.controller.ts",
- "source_location": "L71",
+ "source_file": "backend/src/admin/reports.service.ts",
+ "source_location": "L8",
"_callable": true,
"_origin": "ast",
"community": 4,
- "norm_label": ".register()",
- "id": "backend_src_auth_auth_controller_authcontroller_register"
+ "community_name": "admin.module.ts",
+ "norm_label": ".getdashboardreports()",
+ "id": "backend_src_admin_reports_service_reportsservice_getdashboardreports"
},
{
- "label": ".sendOtp()",
+ "label": ".constructor()",
"file_type": "code",
- "source_file": "backend/src/auth/auth.controller.ts",
+ "source_file": "backend/src/admin/wiki.service.ts",
+ "source_location": "L13",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 4,
+ "community_name": "admin.module.ts",
+ "norm_label": ".constructor()",
+ "id": "backend_src_admin_wiki_service_wikiservice_constructor"
+ },
+ {
+ "label": ".createTerm()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/wiki.service.ts",
+ "source_location": "L45",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 4,
+ "community_name": "admin.module.ts",
+ "norm_label": ".createterm()",
+ "id": "backend_src_admin_wiki_service_wikiservice_createterm"
+ },
+ {
+ "label": ".deleteTerm()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/wiki.service.ts",
+ "source_location": "L57",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 4,
+ "community_name": "admin.module.ts",
+ "norm_label": ".deleteterm()",
+ "id": "backend_src_admin_wiki_service_wikiservice_deleteterm"
+ },
+ {
+ "label": ".getTerms()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/wiki.service.ts",
+ "source_location": "L15",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 4,
+ "community_name": "admin.module.ts",
+ "norm_label": ".getterms()",
+ "id": "backend_src_admin_wiki_service_wikiservice_getterms"
+ },
+ {
+ "label": ".updateTerm()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/wiki.service.ts",
"source_location": "L49",
"_callable": true,
"_origin": "ast",
"community": 4,
- "norm_label": ".sendotp()",
- "id": "backend_src_auth_auth_controller_authcontroller_sendotp"
+ "community_name": "admin.module.ts",
+ "norm_label": ".updateterm()",
+ "id": "backend_src_admin_wiki_service_wikiservice_updateterm"
},
{
- "label": ".verifyOtp()",
+ "label": ".constructor()",
"file_type": "code",
- "source_file": "backend/src/auth/auth.controller.ts",
- "source_location": "L60",
+ "source_file": "backend/src/admin/pets.service.ts",
+ "source_location": "L13",
"_callable": true,
"_origin": "ast",
"community": 4,
- "norm_label": ".verifyotp()",
- "id": "backend_src_auth_auth_controller_authcontroller_verifyotp"
+ "norm_label": ".constructor()",
+ "id": "backend_src_admin_pets_service_petsservice_constructor"
+ },
+ {
+ "label": ".deletePet()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/pets.service.ts",
+ "source_location": "L65",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 4,
+ "norm_label": ".deletepet()",
+ "id": "backend_src_admin_pets_service_petsservice_deletepet"
+ },
+ {
+ "label": ".getPets()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/pets.service.ts",
+ "source_location": "L15",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 4,
+ "norm_label": ".getpets()",
+ "id": "backend_src_admin_pets_service_petsservice_getpets"
+ },
+ {
+ "label": "ConfirmModal()",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/components/ui/ConfirmModal.tsx",
+ "source_location": "L14",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 40,
+ "community_name": "Spinner.tsx",
+ "norm_label": "confirmmodal()",
+ "id": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal"
+ },
+ {
+ "label": "Pagination()",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/components/ui/Pagination.tsx",
+ "source_location": "L10",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 40,
+ "community_name": "Spinner.tsx",
+ "norm_label": "pagination()",
+ "id": "frontend_admin_panel_src_components_ui_pagination_pagination"
+ },
+ {
+ "label": "Blogs()",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Blogs.tsx",
+ "source_location": "L27",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 40,
+ "community_name": "Spinner.tsx",
+ "norm_label": "blogs()",
+ "id": "frontend_admin_panel_src_pages_blogs_blogs"
+ },
+ {
+ "label": "Categories()",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Categories.tsx",
+ "source_location": "L22",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 40,
+ "community_name": "Spinner.tsx",
+ "norm_label": "categories()",
+ "id": "frontend_admin_panel_src_pages_categories_categories"
+ },
+ {
+ "label": "TestimonialsManager()",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx",
+ "source_location": "L10",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 40,
+ "community_name": "Spinner.tsx",
+ "norm_label": "testimonialsmanager()",
+ "id": "frontend_admin_panel_src_pages_testimonialsmanager_testimonialsmanager"
+ },
+ {
+ "label": "MediaSelector()",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx",
+ "source_location": "L25",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 40,
+ "norm_label": "mediaselector()",
+ "id": "frontend_admin_panel_src_components_ui_mediaselector_mediaselector"
+ },
+ {
+ "label": "Pets()",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Pets.tsx",
+ "source_location": "L54",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 40,
+ "norm_label": "pets()",
+ "id": "frontend_admin_panel_src_pages_pets_pets"
+ },
+ {
+ "label": "Products()",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Products.tsx",
+ "source_location": "L52",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 40,
+ "norm_label": "products()",
+ "id": "frontend_admin_panel_src_pages_products_products"
},
{
"label": ".constructor()",
@@ -9982,6 +9985,138 @@
"norm_label": ".updatecategory()",
"id": "backend_src_admin_categories_service_categoriesservice_updatecategory"
},
+ {
+ "label": ".constructor()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/media.controller.ts",
+ "source_location": "L23",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 42,
+ "norm_label": ".constructor()",
+ "id": "backend_src_admin_media_controller_mediacontroller_constructor"
+ },
+ {
+ "label": ".deleteManyMedia()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/media.controller.ts",
+ "source_location": "L45",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 42,
+ "norm_label": ".deletemanymedia()",
+ "id": "backend_src_admin_media_controller_mediacontroller_deletemanymedia"
+ },
+ {
+ "label": ".deleteMedia()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/media.controller.ts",
+ "source_location": "L56",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 42,
+ "norm_label": ".deletemedia()",
+ "id": "backend_src_admin_media_controller_mediacontroller_deletemedia"
+ },
+ {
+ "label": ".getAllMedia()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/media.controller.ts",
+ "source_location": "L28",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 42,
+ "norm_label": ".getallmedia()",
+ "id": "backend_src_admin_media_controller_mediacontroller_getallmedia"
+ },
+ {
+ "label": ".updateMedia()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/media.controller.ts",
+ "source_location": "L66",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 42,
+ "norm_label": ".updatemedia()",
+ "id": "backend_src_admin_media_controller_mediacontroller_updatemedia"
+ },
+ {
+ "label": ".uploadFile()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/media.controller.ts",
+ "source_location": "L36",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 42,
+ "norm_label": ".uploadfile()",
+ "id": "backend_src_admin_media_controller_mediacontroller_uploadfile"
+ },
+ {
+ "label": ".constructor()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/media.service.ts",
+ "source_location": "L8",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 42,
+ "norm_label": ".constructor()",
+ "id": "backend_src_admin_media_service_mediaservice_constructor"
+ },
+ {
+ "label": ".deleteManyMedia()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/media.service.ts",
+ "source_location": "L65",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 42,
+ "norm_label": ".deletemanymedia()",
+ "id": "backend_src_admin_media_service_mediaservice_deletemanymedia"
+ },
+ {
+ "label": ".deleteMedia()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/media.service.ts",
+ "source_location": "L48",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 42,
+ "norm_label": ".deletemedia()",
+ "id": "backend_src_admin_media_service_mediaservice_deletemedia"
+ },
+ {
+ "label": ".getAllMedia()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/media.service.ts",
+ "source_location": "L10",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 42,
+ "norm_label": ".getallmedia()",
+ "id": "backend_src_admin_media_service_mediaservice_getallmedia"
+ },
+ {
+ "label": ".updateMedia()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/media.service.ts",
+ "source_location": "L92",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 42,
+ "norm_label": ".updatemedia()",
+ "id": "backend_src_admin_media_service_mediaservice_updatemedia"
+ },
+ {
+ "label": ".uploadFile()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/media.service.ts",
+ "source_location": "L16",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 42,
+ "norm_label": ".uploadfile()",
+ "id": "backend_src_admin_media_service_mediaservice_uploadfile"
+ },
{
"label": ".constructor()",
"file_type": "code",
@@ -9989,7 +10124,7 @@
"source_location": "L25",
"_callable": true,
"_origin": "ast",
- "community": 43,
+ "community": 44,
"norm_label": ".constructor()",
"id": "backend_src_admin_ssl_controller_sslcontroller_constructor"
},
@@ -10000,7 +10135,7 @@
"source_location": "L29",
"_callable": true,
"_origin": "ast",
- "community": 43,
+ "community": 44,
"norm_label": ".getstatus()",
"id": "backend_src_admin_ssl_controller_sslcontroller_getstatus"
},
@@ -10011,7 +10146,7 @@
"source_location": "L94",
"_callable": true,
"_origin": "ast",
- "community": 43,
+ "community": 44,
"norm_label": ".testdomain()",
"id": "backend_src_admin_ssl_controller_sslcontroller_testdomain"
},
@@ -10022,7 +10157,7 @@
"source_location": "L36",
"_callable": true,
"_origin": "ast",
- "community": 43,
+ "community": 44,
"norm_label": ".updatebytext()",
"id": "backend_src_admin_ssl_controller_sslcontroller_updatebytext"
},
@@ -10033,7 +10168,7 @@
"source_location": "L46",
"_callable": true,
"_origin": "ast",
- "community": 43,
+ "community": 44,
"norm_label": ".uploadfiles()",
"id": "backend_src_admin_ssl_controller_sslcontroller_uploadfiles"
},
@@ -10044,7 +10179,7 @@
"source_location": "L26",
"_callable": true,
"_origin": "ast",
- "community": 43,
+ "community": 44,
"norm_label": ".constructor()",
"id": "backend_src_admin_ssl_service_sslservice_constructor"
},
@@ -10055,7 +10190,7 @@
"source_location": "L36",
"_callable": true,
"_origin": "ast",
- "community": 43,
+ "community": 44,
"norm_label": ".getcertpath()",
"id": "backend_src_admin_ssl_service_sslservice_getcertpath"
},
@@ -10066,7 +10201,7 @@
"source_location": "L40",
"_callable": true,
"_origin": "ast",
- "community": 43,
+ "community": 44,
"norm_label": ".getkeypath()",
"id": "backend_src_admin_ssl_service_sslservice_getkeypath"
},
@@ -10077,7 +10212,7 @@
"source_location": "L58",
"_callable": true,
"_origin": "ast",
- "community": 43,
+ "community": 44,
"norm_label": ".getstatus()",
"id": "backend_src_admin_ssl_service_sslservice_getstatus"
},
@@ -10088,7 +10223,7 @@
"source_location": "L162",
"_callable": true,
"_origin": "ast",
- "community": 43,
+ "community": 44,
"norm_label": ".testonlinedomainssl()",
"id": "backend_src_admin_ssl_service_sslservice_testonlinedomainssl"
},
@@ -10099,7 +10234,7 @@
"source_location": "L44",
"_callable": true,
"_origin": "ast",
- "community": 43,
+ "community": 44,
"norm_label": ".toshamsi()",
"id": "backend_src_admin_ssl_service_sslservice_toshamsi"
},
@@ -10110,7 +10245,7 @@
"source_location": "L106",
"_callable": true,
"_origin": "ast",
- "community": 43,
+ "community": 44,
"norm_label": ".updatecertificates()",
"id": "backend_src_admin_ssl_service_sslservice_updatecertificates"
},
@@ -10121,7 +10256,7 @@
"source_location": "L22",
"_callable": true,
"_origin": "ast",
- "community": 44,
+ "community": 45,
"community_name": "BannersService",
"norm_label": ".constructor()",
"id": "backend_src_banners_banners_controller_bannerscontroller_constructor"
@@ -10133,7 +10268,7 @@
"source_location": "L35",
"_callable": true,
"_origin": "ast",
- "community": 44,
+ "community": 45,
"community_name": "BannersService",
"norm_label": ".create()",
"id": "backend_src_banners_banners_controller_bannerscontroller_create"
@@ -10145,7 +10280,7 @@
"source_location": "L26",
"_callable": true,
"_origin": "ast",
- "community": 44,
+ "community": 45,
"community_name": "BannersService",
"norm_label": ".findall()",
"id": "backend_src_banners_banners_controller_bannerscontroller_findall"
@@ -10157,7 +10292,7 @@
"source_location": "L62",
"_callable": true,
"_origin": "ast",
- "community": 44,
+ "community": 45,
"community_name": "BannersService",
"norm_label": ".remove()",
"id": "backend_src_banners_banners_controller_bannerscontroller_remove"
@@ -10169,7 +10304,7 @@
"source_location": "L44",
"_callable": true,
"_origin": "ast",
- "community": 44,
+ "community": 45,
"community_name": "BannersService",
"norm_label": ".reorder()",
"id": "backend_src_banners_banners_controller_bannerscontroller_reorder"
@@ -10181,7 +10316,7 @@
"source_location": "L53",
"_callable": true,
"_origin": "ast",
- "community": 44,
+ "community": 45,
"community_name": "BannersService",
"norm_label": ".update()",
"id": "backend_src_banners_banners_controller_bannerscontroller_update"
@@ -10193,7 +10328,7 @@
"source_location": "L7",
"_callable": true,
"_origin": "ast",
- "community": 44,
+ "community": 45,
"community_name": "BannersService",
"norm_label": ".constructor()",
"id": "backend_src_banners_banners_service_bannersservice_constructor"
@@ -10205,7 +10340,7 @@
"source_location": "L15",
"_callable": true,
"_origin": "ast",
- "community": 44,
+ "community": 45,
"community_name": "BannersService",
"norm_label": ".create()",
"id": "backend_src_banners_banners_service_bannersservice_create"
@@ -10217,7 +10352,7 @@
"source_location": "L9",
"_callable": true,
"_origin": "ast",
- "community": 44,
+ "community": 45,
"community_name": "BannersService",
"norm_label": ".findall()",
"id": "backend_src_banners_banners_service_bannersservice_findall"
@@ -10229,7 +10364,7 @@
"source_location": "L32",
"_callable": true,
"_origin": "ast",
- "community": 44,
+ "community": 45,
"community_name": "BannersService",
"norm_label": ".remove()",
"id": "backend_src_banners_banners_service_bannersservice_remove"
@@ -10241,7 +10376,7 @@
"source_location": "L40",
"_callable": true,
"_origin": "ast",
- "community": 44,
+ "community": 45,
"community_name": "BannersService",
"norm_label": ".reorder()",
"id": "backend_src_banners_banners_service_bannersservice_reorder"
@@ -10253,7 +10388,7 @@
"source_location": "L21",
"_callable": true,
"_origin": "ast",
- "community": 44,
+ "community": 45,
"community_name": "BannersService",
"norm_label": ".update()",
"id": "backend_src_banners_banners_service_bannersservice_update"
@@ -10265,7 +10400,7 @@
"source_location": "L22",
"_callable": true,
"_origin": "ast",
- "community": 46,
+ "community": 47,
"norm_label": "badge()",
"id": "frontend_admin_panel_src_components_ui_badge_badge"
},
@@ -10276,7 +10411,7 @@
"source_location": "L11",
"_callable": true,
"_origin": "ast",
- "community": 46,
+ "community": 47,
"norm_label": "imagepreviewmodal()",
"id": "frontend_admin_panel_src_components_ui_imagepreviewmodal_imagepreviewmodal"
},
@@ -10287,7 +10422,7 @@
"source_location": "L12",
"_callable": true,
"_origin": "ast",
- "community": 46,
+ "community": 47,
"norm_label": "toggleswitch()",
"id": "frontend_admin_panel_src_components_ui_toggleswitch_toggleswitch"
},
@@ -10298,7 +10433,7 @@
"source_location": "L23",
"_callable": true,
"_origin": "ast",
- "community": 46,
+ "community": 47,
"norm_label": "mediamanager()",
"id": "frontend_admin_panel_src_pages_media_mediamanager"
},
@@ -10309,7 +10444,7 @@
"source_location": "L18",
"_callable": true,
"_origin": "ast",
- "community": 46,
+ "community": 47,
"norm_label": "prescriptionsmanager()",
"id": "frontend_admin_panel_src_pages_prescriptionsmanager_prescriptionsmanager"
},
@@ -10320,7 +10455,7 @@
"source_location": "L122",
"_callable": true,
"_origin": "ast",
- "community": 46,
+ "community": 47,
"norm_label": "uitexts()",
"id": "frontend_admin_panel_src_pages_uitexts_uitexts"
},
@@ -10331,7 +10466,7 @@
"source_location": "L21",
"_callable": true,
"_origin": "ast",
- "community": 47,
+ "community": 48,
"community_name": "Ingredient Management Controller",
"norm_label": ".constructor()",
"id": "backend_src_ingredients_ingredients_controller_ingredientscontroller_constructor"
@@ -10343,7 +10478,7 @@
"source_location": "L40",
"_callable": true,
"_origin": "ast",
- "community": 47,
+ "community": 48,
"community_name": "Ingredient Management Controller",
"norm_label": ".create()",
"id": "backend_src_ingredients_ingredients_controller_ingredientscontroller_create"
@@ -10355,7 +10490,7 @@
"source_location": "L25",
"_callable": true,
"_origin": "ast",
- "community": 47,
+ "community": 48,
"community_name": "Ingredient Management Controller",
"norm_label": ".findall()",
"id": "backend_src_ingredients_ingredients_controller_ingredientscontroller_findall"
@@ -10367,7 +10502,7 @@
"source_location": "L31",
"_callable": true,
"_origin": "ast",
- "community": 47,
+ "community": 48,
"community_name": "Ingredient Management Controller",
"norm_label": ".findone()",
"id": "backend_src_ingredients_ingredients_controller_ingredientscontroller_findone"
@@ -10379,7 +10514,7 @@
"source_location": "L58",
"_callable": true,
"_origin": "ast",
- "community": 47,
+ "community": 48,
"community_name": "Ingredient Management Controller",
"norm_label": ".remove()",
"id": "backend_src_ingredients_ingredients_controller_ingredientscontroller_remove"
@@ -10391,7 +10526,7 @@
"source_location": "L49",
"_callable": true,
"_origin": "ast",
- "community": 47,
+ "community": 48,
"community_name": "Ingredient Management Controller",
"norm_label": ".update()",
"id": "backend_src_ingredients_ingredients_controller_ingredientscontroller_update"
@@ -10403,7 +10538,7 @@
"source_location": "L7",
"_callable": true,
"_origin": "ast",
- "community": 47,
+ "community": 48,
"community_name": "Ingredient Management Controller",
"norm_label": ".constructor()",
"id": "backend_src_ingredients_ingredients_service_ingredientsservice_constructor"
@@ -10415,7 +10550,7 @@
"source_location": "L30",
"_callable": true,
"_origin": "ast",
- "community": 47,
+ "community": 48,
"community_name": "Ingredient Management Controller",
"norm_label": ".create()",
"id": "backend_src_ingredients_ingredients_service_ingredientsservice_create"
@@ -10427,7 +10562,7 @@
"source_location": "L9",
"_callable": true,
"_origin": "ast",
- "community": 47,
+ "community": 48,
"community_name": "Ingredient Management Controller",
"norm_label": ".findall()",
"id": "backend_src_ingredients_ingredients_service_ingredientsservice_findall"
@@ -10439,7 +10574,7 @@
"source_location": "L15",
"_callable": true,
"_origin": "ast",
- "community": 47,
+ "community": 48,
"community_name": "Ingredient Management Controller",
"norm_label": ".findone()",
"id": "backend_src_ingredients_ingredients_service_ingredientsservice_findone"
@@ -10451,7 +10586,7 @@
"source_location": "L47",
"_callable": true,
"_origin": "ast",
- "community": 47,
+ "community": 48,
"community_name": "Ingredient Management Controller",
"norm_label": ".remove()",
"id": "backend_src_ingredients_ingredients_service_ingredientsservice_remove"
@@ -10463,78 +10598,197 @@
"source_location": "L36",
"_callable": true,
"_origin": "ast",
- "community": 47,
+ "community": 48,
"community_name": "Ingredient Management Controller",
"norm_label": ".update()",
"id": "backend_src_ingredients_ingredients_service_ingredientsservice_update"
},
{
- "label": "Layout()",
+ "label": ".addHealthLog()",
"file_type": "code",
- "source_file": "frontend/admin-panel/src/components/Layout.tsx",
- "source_location": "L6",
+ "source_file": "backend/src/pets/pets.controller.ts",
+ "source_location": "L285",
"_callable": true,
"_origin": "ast",
- "community": 48,
- "community_name": "src/services/api.ts",
- "norm_label": "layout()",
- "id": "frontend_admin_panel_src_components_layout_layout"
+ "community": 49,
+ "norm_label": ".addhealthlog()",
+ "id": "backend_src_pets_pets_controller_petscontroller_addhealthlog"
},
{
- "label": "ProtectedRoute()",
+ "label": ".addReminder()",
"file_type": "code",
- "source_file": "frontend/admin-panel/src/components/ProtectedRoute.tsx",
- "source_location": "L7",
+ "source_file": "backend/src/pets/pets.controller.ts",
+ "source_location": "L259",
"_callable": true,
"_origin": "ast",
- "community": 48,
- "community_name": "src/services/api.ts",
- "norm_label": "protectedroute()",
- "id": "frontend_admin_panel_src_components_protectedroute_protectedroute"
+ "community": 49,
+ "norm_label": ".addreminder()",
+ "id": "backend_src_pets_pets_controller_petscontroller_addreminder"
},
{
- "label": "Sidebar()",
+ "label": ".constructor()",
"file_type": "code",
- "source_file": "frontend/admin-panel/src/components/Sidebar.tsx",
- "source_location": "L54",
+ "source_file": "backend/src/pets/pets.controller.ts",
+ "source_location": "L56",
"_callable": true,
"_origin": "ast",
- "community": 48,
- "norm_label": "sidebar()",
- "id": "frontend_admin_panel_src_components_sidebar_sidebar"
+ "community": 49,
+ "norm_label": ".constructor()",
+ "id": "backend_src_pets_pets_controller_petscontroller_constructor"
},
{
- "label": "Topbar()",
+ "label": ".create()",
"file_type": "code",
- "source_file": "frontend/admin-panel/src/components/Topbar.tsx",
- "source_location": "L45",
+ "source_file": "backend/src/pets/pets.controller.ts",
+ "source_location": "L119",
"_callable": true,
"_origin": "ast",
- "community": 48,
- "norm_label": "topbar()",
- "id": "frontend_admin_panel_src_components_topbar_topbar"
+ "community": 49,
+ "norm_label": ".create()",
+ "id": "backend_src_pets_pets_controller_petscontroller_create"
},
{
- "label": "Login()",
+ "label": ".findAll()",
"file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Login.tsx",
- "source_location": "L9",
+ "source_file": "backend/src/pets/pets.controller.ts",
+ "source_location": "L155",
"_callable": true,
"_origin": "ast",
- "community": 48,
- "norm_label": "login()",
- "id": "frontend_admin_panel_src_pages_login_login"
+ "community": 49,
+ "norm_label": ".findall()",
+ "id": "backend_src_pets_pets_controller_petscontroller_findall"
},
{
- "label": "processQueue()",
+ "label": ".findOne()",
"file_type": "code",
- "source_file": "frontend/admin-panel/src/services/api.ts",
- "source_location": "L37",
+ "source_file": "backend/src/pets/pets.controller.ts",
+ "source_location": "L192",
"_callable": true,
"_origin": "ast",
- "community": 48,
- "norm_label": "processqueue()",
- "id": "frontend_admin_panel_src_services_api_processqueue"
+ "community": 49,
+ "norm_label": ".findone()",
+ "id": "backend_src_pets_pets_controller_petscontroller_findone"
+ },
+ {
+ "label": ".remove()",
+ "file_type": "code",
+ "source_file": "backend/src/pets/pets.controller.ts",
+ "source_location": "L253",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 49,
+ "norm_label": ".remove()",
+ "id": "backend_src_pets_pets_controller_petscontroller_remove"
+ },
+ {
+ "label": ".toggleReminder()",
+ "file_type": "code",
+ "source_file": "backend/src/pets/pets.controller.ts",
+ "source_location": "L269",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 49,
+ "norm_label": ".togglereminder()",
+ "id": "backend_src_pets_pets_controller_petscontroller_togglereminder"
+ },
+ {
+ "label": ".update()",
+ "file_type": "code",
+ "source_file": "backend/src/pets/pets.controller.ts",
+ "source_location": "L223",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 49,
+ "norm_label": ".update()",
+ "id": "backend_src_pets_pets_controller_petscontroller_update"
+ },
+ {
+ "label": ".adminLogin()",
+ "file_type": "code",
+ "source_file": "backend/src/auth/auth.controller.ts",
+ "source_location": "L89",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 5,
+ "norm_label": ".adminlogin()",
+ "id": "backend_src_auth_auth_controller_authcontroller_adminlogin"
+ },
+ {
+ "label": ".constructor()",
+ "file_type": "code",
+ "source_file": "backend/src/auth/auth.controller.ts",
+ "source_location": "L34",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 5,
+ "norm_label": ".constructor()",
+ "id": "backend_src_auth_auth_controller_authcontroller_constructor"
+ },
+ {
+ "label": ".login()",
+ "file_type": "code",
+ "source_file": "backend/src/auth/auth.controller.ts",
+ "source_location": "L80",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 5,
+ "norm_label": ".login()",
+ "id": "backend_src_auth_auth_controller_authcontroller_login"
+ },
+ {
+ "label": ".logout()",
+ "file_type": "code",
+ "source_file": "backend/src/auth/auth.controller.ts",
+ "source_location": "L107",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 5,
+ "norm_label": ".logout()",
+ "id": "backend_src_auth_auth_controller_authcontroller_logout"
+ },
+ {
+ "label": ".refresh()",
+ "file_type": "code",
+ "source_file": "backend/src/auth/auth.controller.ts",
+ "source_location": "L99",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 5,
+ "norm_label": ".refresh()",
+ "id": "backend_src_auth_auth_controller_authcontroller_refresh"
+ },
+ {
+ "label": ".register()",
+ "file_type": "code",
+ "source_file": "backend/src/auth/auth.controller.ts",
+ "source_location": "L71",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 5,
+ "norm_label": ".register()",
+ "id": "backend_src_auth_auth_controller_authcontroller_register"
+ },
+ {
+ "label": ".sendOtp()",
+ "file_type": "code",
+ "source_file": "backend/src/auth/auth.controller.ts",
+ "source_location": "L49",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 5,
+ "norm_label": ".sendotp()",
+ "id": "backend_src_auth_auth_controller_authcontroller_sendotp"
+ },
+ {
+ "label": ".verifyOtp()",
+ "file_type": "code",
+ "source_file": "backend/src/auth/auth.controller.ts",
+ "source_location": "L60",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 5,
+ "norm_label": ".verifyotp()",
+ "id": "backend_src_auth_auth_controller_authcontroller_verifyotp"
},
{
"label": "HomeClient()",
@@ -10543,7 +10797,7 @@
"source_location": "L21",
"_callable": true,
"_origin": "ast",
- "community": 49,
+ "community": 50,
"norm_label": "homeclient()",
"id": "frontend_application_app_homeclient_homeclient"
},
@@ -10554,7 +10808,7 @@
"source_location": "L36",
"_callable": true,
"_origin": "ast",
- "community": 49,
+ "community": 50,
"norm_label": "gethomedata()",
"id": "frontend_application_app_page_gethomedata"
},
@@ -10565,7 +10819,7 @@
"source_location": "L55",
"_callable": true,
"_origin": "ast",
- "community": 49,
+ "community": 50,
"norm_label": "home()",
"id": "frontend_application_app_page_home"
},
@@ -10576,7 +10830,7 @@
"source_location": "L13",
"_callable": true,
"_origin": "ast",
- "community": 49,
+ "community": 50,
"norm_label": "bannerplacement()",
"id": "frontend_application_components_bannerplacement_bannerplacement"
},
@@ -10587,7 +10841,7 @@
"source_location": "L40",
"_callable": true,
"_origin": "ast",
- "community": 49,
+ "community": 50,
"norm_label": "hero()",
"id": "frontend_application_components_hero_hero"
},
@@ -10598,7 +10852,7 @@
"source_location": "L11",
"_callable": true,
"_origin": "ast",
- "community": 49,
+ "community": 50,
"norm_label": "statcounter()",
"id": "frontend_application_components_hero_statcounter"
},
@@ -10609,437 +10863,10 @@
"source_location": "L70",
"_callable": true,
"_origin": "ast",
- "community": 49,
+ "community": 50,
"norm_label": "vetgallery()",
"id": "frontend_application_components_vetgallery_vetgallery"
},
- {
- "label": ".constructor()",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.controller.ts",
- "source_location": "L28",
- "_callable": true,
- "_origin": "ast",
- "community": 5,
- "community_name": "CmsController",
- "norm_label": ".constructor()",
- "id": "backend_src_cms_cms_controller_cmscontroller_constructor"
- },
- {
- "label": ".createHeroBanner()",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.controller.ts",
- "source_location": "L39",
- "_callable": true,
- "_origin": "ast",
- "community": 5,
- "community_name": "CmsController",
- "norm_label": ".createherobanner()",
- "id": "backend_src_cms_cms_controller_cmscontroller_createherobanner"
- },
- {
- "label": ".createSmartAdvisorRule()",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.controller.ts",
- "source_location": "L95",
- "_callable": true,
- "_origin": "ast",
- "community": 5,
- "community_name": "CmsController",
- "norm_label": ".createsmartadvisorrule()",
- "id": "backend_src_cms_cms_controller_cmscontroller_createsmartadvisorrule"
- },
- {
- "label": ".createVetTestimonial()",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.controller.ts",
- "source_location": "L67",
- "_callable": true,
- "_origin": "ast",
- "community": 5,
- "community_name": "CmsController",
- "norm_label": ".createvettestimonial()",
- "id": "backend_src_cms_cms_controller_cmscontroller_createvettestimonial"
- },
- {
- "label": ".deleteHeroBanner()",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.controller.ts",
- "source_location": "L54",
- "_callable": true,
- "_origin": "ast",
- "community": 5,
- "community_name": "CmsController",
- "norm_label": ".deleteherobanner()",
- "id": "backend_src_cms_cms_controller_cmscontroller_deleteherobanner"
- },
- {
- "label": ".deleteSmartAdvisorRule()",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.controller.ts",
- "source_location": "L110",
- "_callable": true,
- "_origin": "ast",
- "community": 5,
- "community_name": "CmsController",
- "norm_label": ".deletesmartadvisorrule()",
- "id": "backend_src_cms_cms_controller_cmscontroller_deletesmartadvisorrule"
- },
- {
- "label": ".deleteVetTestimonial()",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.controller.ts",
- "source_location": "L82",
- "_callable": true,
- "_origin": "ast",
- "community": 5,
- "community_name": "CmsController",
- "norm_label": ".deletevettestimonial()",
- "id": "backend_src_cms_cms_controller_cmscontroller_deletevettestimonial"
- },
- {
- "label": ".getHeroBanners()",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.controller.ts",
- "source_location": "L33",
- "_callable": true,
- "_origin": "ast",
- "community": 5,
- "community_name": "CmsController",
- "norm_label": ".getherobanners()",
- "id": "backend_src_cms_cms_controller_cmscontroller_getherobanners"
- },
- {
- "label": ".getSmartAdvisorRules()",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.controller.ts",
- "source_location": "L89",
- "_callable": true,
- "_origin": "ast",
- "community": 5,
- "community_name": "CmsController",
- "norm_label": ".getsmartadvisorrules()",
- "id": "backend_src_cms_cms_controller_cmscontroller_getsmartadvisorrules"
- },
- {
- "label": ".getVetTestimonials()",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.controller.ts",
- "source_location": "L61",
- "_callable": true,
- "_origin": "ast",
- "community": 5,
- "community_name": "CmsController",
- "norm_label": ".getvettestimonials()",
- "id": "backend_src_cms_cms_controller_cmscontroller_getvettestimonials"
- },
- {
- "label": ".updateHeroBanner()",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.controller.ts",
- "source_location": "L45",
- "_callable": true,
- "_origin": "ast",
- "community": 5,
- "community_name": "CmsController",
- "norm_label": ".updateherobanner()",
- "id": "backend_src_cms_cms_controller_cmscontroller_updateherobanner"
- },
- {
- "label": ".updateSmartAdvisorRule()",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.controller.ts",
- "source_location": "L101",
- "_callable": true,
- "_origin": "ast",
- "community": 5,
- "community_name": "CmsController",
- "norm_label": ".updatesmartadvisorrule()",
- "id": "backend_src_cms_cms_controller_cmscontroller_updatesmartadvisorrule"
- },
- {
- "label": ".updateVetTestimonial()",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.controller.ts",
- "source_location": "L73",
- "_callable": true,
- "_origin": "ast",
- "community": 5,
- "community_name": "CmsController",
- "norm_label": ".updatevettestimonial()",
- "id": "backend_src_cms_cms_controller_cmscontroller_updatevettestimonial"
- },
- {
- "label": ".constructor()",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.service.ts",
- "source_location": "L11",
- "_callable": true,
- "_origin": "ast",
- "community": 5,
- "community_name": "CmsController",
- "norm_label": ".constructor()",
- "id": "backend_src_cms_cms_service_cmsservice_constructor"
- },
- {
- "label": ".createHeroBanner()",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.service.ts",
- "source_location": "L20",
- "_callable": true,
- "_origin": "ast",
- "community": 5,
- "community_name": "CmsController",
- "norm_label": ".createherobanner()",
- "id": "backend_src_cms_cms_service_cmsservice_createherobanner"
- },
- {
- "label": ".createSmartAdvisorRule()",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.service.ts",
- "source_location": "L67",
- "_callable": true,
- "_origin": "ast",
- "community": 5,
- "community_name": "CmsController",
- "norm_label": ".createsmartadvisorrule()",
- "id": "backend_src_cms_cms_service_cmsservice_createsmartadvisorrule"
- },
- {
- "label": ".createVetTestimonial()",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.service.ts",
- "source_location": "L41",
- "_callable": true,
- "_origin": "ast",
- "community": 5,
- "community_name": "CmsController",
- "norm_label": ".createvettestimonial()",
- "id": "backend_src_cms_cms_service_cmsservice_createvettestimonial"
- },
- {
- "label": ".deleteHeroBanner()",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.service.ts",
- "source_location": "L30",
- "_callable": true,
- "_origin": "ast",
- "community": 5,
- "community_name": "CmsController",
- "norm_label": ".deleteherobanner()",
- "id": "backend_src_cms_cms_service_cmsservice_deleteherobanner"
- },
- {
- "label": ".deleteSmartAdvisorRule()",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.service.ts",
- "source_location": "L82",
- "_callable": true,
- "_origin": "ast",
- "community": 5,
- "community_name": "CmsController",
- "norm_label": ".deletesmartadvisorrule()",
- "id": "backend_src_cms_cms_service_cmsservice_deletesmartadvisorrule"
- },
- {
- "label": ".deleteVetTestimonial()",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.service.ts",
- "source_location": "L56",
- "_callable": true,
- "_origin": "ast",
- "community": 5,
- "community_name": "CmsController",
- "norm_label": ".deletevettestimonial()",
- "id": "backend_src_cms_cms_service_cmsservice_deletevettestimonial"
- },
- {
- "label": ".getHeroBanners()",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.service.ts",
- "source_location": "L14",
- "_callable": true,
- "_origin": "ast",
- "community": 5,
- "community_name": "CmsController",
- "norm_label": ".getherobanners()",
- "id": "backend_src_cms_cms_service_cmsservice_getherobanners"
- },
- {
- "label": ".getSmartAdvisorRules()",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.service.ts",
- "source_location": "L61",
- "_callable": true,
- "_origin": "ast",
- "community": 5,
- "community_name": "CmsController",
- "norm_label": ".getsmartadvisorrules()",
- "id": "backend_src_cms_cms_service_cmsservice_getsmartadvisorrules"
- },
- {
- "label": ".getVetTestimonials()",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.service.ts",
- "source_location": "L35",
- "_callable": true,
- "_origin": "ast",
- "community": 5,
- "community_name": "CmsController",
- "norm_label": ".getvettestimonials()",
- "id": "backend_src_cms_cms_service_cmsservice_getvettestimonials"
- },
- {
- "label": ".updateHeroBanner()",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.service.ts",
- "source_location": "L24",
- "_callable": true,
- "_origin": "ast",
- "community": 5,
- "community_name": "CmsController",
- "norm_label": ".updateherobanner()",
- "id": "backend_src_cms_cms_service_cmsservice_updateherobanner"
- },
- {
- "label": ".updateSmartAdvisorRule()",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.service.ts",
- "source_location": "L71",
- "_callable": true,
- "_origin": "ast",
- "community": 5,
- "community_name": "CmsController",
- "norm_label": ".updatesmartadvisorrule()",
- "id": "backend_src_cms_cms_service_cmsservice_updatesmartadvisorrule"
- },
- {
- "label": ".updateVetTestimonial()",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.service.ts",
- "source_location": "L45",
- "_callable": true,
- "_origin": "ast",
- "community": 5,
- "community_name": "CmsController",
- "norm_label": ".updatevettestimonial()",
- "id": "backend_src_cms_cms_service_cmsservice_updatevettestimonial"
- },
- {
- "label": ".constructor()",
- "file_type": "code",
- "source_file": "backend/src/prescriptions/prescriptions.controller.ts",
- "source_location": "L28",
- "_callable": true,
- "_origin": "ast",
- "community": 50,
- "community_name": "Prescription Review Controller",
- "norm_label": ".constructor()",
- "id": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_constructor"
- },
- {
- "label": ".create()",
- "file_type": "code",
- "source_file": "backend/src/prescriptions/prescriptions.controller.ts",
- "source_location": "L32",
- "_callable": true,
- "_origin": "ast",
- "community": 50,
- "community_name": "Prescription Review Controller",
- "norm_label": ".create()",
- "id": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_create"
- },
- {
- "label": ".findAll()",
- "file_type": "code",
- "source_file": "backend/src/prescriptions/prescriptions.controller.ts",
- "source_location": "L51",
- "_callable": true,
- "_origin": "ast",
- "community": 50,
- "community_name": "Prescription Review Controller",
- "norm_label": ".findall()",
- "id": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findall"
- },
- {
- "label": ".findOne()",
- "file_type": "code",
- "source_file": "backend/src/prescriptions/prescriptions.controller.ts",
- "source_location": "L61",
- "_callable": true,
- "_origin": "ast",
- "community": 50,
- "community_name": "Prescription Review Controller",
- "norm_label": ".findone()",
- "id": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findone"
- },
- {
- "label": ".review()",
- "file_type": "code",
- "source_file": "backend/src/prescriptions/prescriptions.controller.ts",
- "source_location": "L71",
- "_callable": true,
- "_origin": "ast",
- "community": 50,
- "community_name": "Prescription Review Controller",
- "norm_label": ".review()",
- "id": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_review"
- },
- {
- "label": ".constructor()",
- "file_type": "code",
- "source_file": "backend/src/prescriptions/prescriptions.service.ts",
- "source_location": "L14",
- "_callable": true,
- "_origin": "ast",
- "community": 50,
- "norm_label": ".constructor()",
- "id": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_constructor"
- },
- {
- "label": ".create()",
- "file_type": "code",
- "source_file": "backend/src/prescriptions/prescriptions.service.ts",
- "source_location": "L19",
- "_callable": true,
- "_origin": "ast",
- "community": 50,
- "norm_label": ".create()",
- "id": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_create"
- },
- {
- "label": ".findAll()",
- "file_type": "code",
- "source_file": "backend/src/prescriptions/prescriptions.service.ts",
- "source_location": "L94",
- "_callable": true,
- "_origin": "ast",
- "community": 50,
- "norm_label": ".findall()",
- "id": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_findall"
- },
- {
- "label": ".findOne()",
- "file_type": "code",
- "source_file": "backend/src/prescriptions/prescriptions.service.ts",
- "source_location": "L108",
- "_callable": true,
- "_origin": "ast",
- "community": 50,
- "norm_label": ".findone()",
- "id": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_findone"
- },
- {
- "label": ".review()",
- "file_type": "code",
- "source_file": "backend/src/prescriptions/prescriptions.service.ts",
- "source_location": "L125",
- "_callable": true,
- "_origin": "ast",
- "community": 50,
- "norm_label": ".review()",
- "id": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_review"
- },
{
"label": ".constructor()",
"file_type": "code",
@@ -11281,84 +11108,40 @@
"id": "backend_src_testimonials_testimonials_service_testimonialsservice_update"
},
{
- "label": ".catch()",
+ "label": ".constructor()",
"file_type": "code",
- "source_file": "backend/src/common/filters/prisma-exception.filter.ts",
- "source_location": "L15",
+ "source_file": "backend/src/blogs/blogs.service.ts",
+ "source_location": "L8",
"_callable": true,
"_origin": "ast",
"community": 54,
- "community_name": "main.ts",
- "norm_label": ".catch()",
- "id": "backend_src_common_filters_prisma_exception_filter_prismaexceptionfilter_catch"
+ "community_name": "PaginationDto",
+ "norm_label": ".constructor()",
+ "id": "backend_src_blogs_blogs_service_blogsservice_constructor"
},
{
- "label": ".intercept()",
+ "label": ".findAll()",
"file_type": "code",
- "source_file": "backend/src/common/interceptors/decimal.interceptor.ts",
- "source_location": "L13",
+ "source_file": "backend/src/blogs/blogs.service.ts",
+ "source_location": "L10",
"_callable": true,
"_origin": "ast",
"community": 54,
- "community_name": "main.ts",
- "norm_label": ".intercept()",
- "id": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor_intercept"
+ "community_name": "PaginationDto",
+ "norm_label": ".findall()",
+ "id": "backend_src_blogs_blogs_service_blogsservice_findall"
},
{
- "label": ".transform()",
+ "label": ".findOneBySlug()",
"file_type": "code",
- "source_file": "backend/src/common/interceptors/decimal.interceptor.ts",
- "source_location": "L17",
+ "source_file": "backend/src/blogs/blogs.service.ts",
+ "source_location": "L55",
"_callable": true,
"_origin": "ast",
"community": 54,
- "community_name": "main.ts",
- "norm_label": ".transform()",
- "id": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor_transform"
- },
- {
- "label": ".catch()",
- "file_type": "code",
- "source_file": "backend/src/common/filters/http-exception.filter.ts",
- "source_location": "L16",
- "_callable": true,
- "_origin": "ast",
- "community": 54,
- "norm_label": ".catch()",
- "id": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_catch"
- },
- {
- "label": ".deriveErrorCode()",
- "file_type": "code",
- "source_file": "backend/src/common/filters/http-exception.filter.ts",
- "source_location": "L114",
- "_callable": true,
- "_origin": "ast",
- "community": 54,
- "norm_label": ".deriveerrorcode()",
- "id": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_deriveerrorcode"
- },
- {
- "label": ".translateGenericMessage()",
- "file_type": "code",
- "source_file": "backend/src/common/filters/http-exception.filter.ts",
- "source_location": "L91",
- "_callable": true,
- "_origin": "ast",
- "community": 54,
- "norm_label": ".translategenericmessage()",
- "id": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_translategenericmessage"
- },
- {
- "label": "bootstrap()",
- "file_type": "code",
- "source_file": "backend/src/main.ts",
- "source_location": "L17",
- "_callable": true,
- "_origin": "ast",
- "community": 54,
- "norm_label": "bootstrap()",
- "id": "backend_src_main_bootstrap"
+ "community_name": "PaginationDto",
+ "norm_label": ".findonebyslug()",
+ "id": "backend_src_blogs_blogs_service_blogsservice_findonebyslug"
},
{
"label": ".constructor()",
@@ -11501,262 +11284,282 @@
{
"label": ".constructor()",
"file_type": "code",
- "source_file": "backend/src/admin/pets.controller.ts",
- "source_location": "L25",
+ "source_file": "backend/src/prescriptions/prescriptions.controller.ts",
+ "source_location": "L28",
"_callable": true,
"_origin": "ast",
- "community": 58,
- "community_name": "PetsController",
+ "community": 59,
+ "community_name": "Prescription Review Controller",
"norm_label": ".constructor()",
- "id": "backend_src_admin_pets_controller_petscontroller_constructor"
+ "id": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_constructor"
},
{
- "label": ".deletePet()",
+ "label": ".create()",
"file_type": "code",
- "source_file": "backend/src/admin/pets.controller.ts",
- "source_location": "L38",
- "_callable": true,
- "_origin": "ast",
- "community": 58,
- "community_name": "PetsController",
- "norm_label": ".deletepet()",
- "id": "backend_src_admin_pets_controller_petscontroller_deletepet"
- },
- {
- "label": ".getPets()",
- "file_type": "code",
- "source_file": "backend/src/admin/pets.controller.ts",
+ "source_file": "backend/src/prescriptions/prescriptions.controller.ts",
"source_location": "L32",
"_callable": true,
"_origin": "ast",
- "community": 58,
- "community_name": "PetsController",
- "norm_label": ".getpets()",
- "id": "backend_src_admin_pets_controller_petscontroller_getpets"
+ "community": 59,
+ "community_name": "Prescription Review Controller",
+ "norm_label": ".create()",
+ "id": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_create"
+ },
+ {
+ "label": ".findAll()",
+ "file_type": "code",
+ "source_file": "backend/src/prescriptions/prescriptions.controller.ts",
+ "source_location": "L51",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 59,
+ "community_name": "Prescription Review Controller",
+ "norm_label": ".findall()",
+ "id": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findall"
+ },
+ {
+ "label": ".findOne()",
+ "file_type": "code",
+ "source_file": "backend/src/prescriptions/prescriptions.controller.ts",
+ "source_location": "L61",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 59,
+ "community_name": "Prescription Review Controller",
+ "norm_label": ".findone()",
+ "id": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findone"
+ },
+ {
+ "label": ".review()",
+ "file_type": "code",
+ "source_file": "backend/src/prescriptions/prescriptions.controller.ts",
+ "source_location": "L71",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 59,
+ "community_name": "Prescription Review Controller",
+ "norm_label": ".review()",
+ "id": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_review"
+ },
+ {
+ "label": ".create()",
+ "file_type": "code",
+ "source_file": "backend/src/prescriptions/prescriptions.service.ts",
+ "source_location": "L19",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 59,
+ "norm_label": ".create()",
+ "id": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_create"
+ },
+ {
+ "label": ".findAll()",
+ "file_type": "code",
+ "source_file": "backend/src/prescriptions/prescriptions.service.ts",
+ "source_location": "L94",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 59,
+ "norm_label": ".findall()",
+ "id": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_findall"
+ },
+ {
+ "label": ".findOne()",
+ "file_type": "code",
+ "source_file": "backend/src/prescriptions/prescriptions.service.ts",
+ "source_location": "L108",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 59,
+ "norm_label": ".findone()",
+ "id": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_findone"
+ },
+ {
+ "label": ".review()",
+ "file_type": "code",
+ "source_file": "backend/src/prescriptions/prescriptions.service.ts",
+ "source_location": "L125",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 59,
+ "norm_label": ".review()",
+ "id": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_review"
},
{
"label": ".constructor()",
"file_type": "code",
- "source_file": "backend/src/admin/pets.service.ts",
- "source_location": "L13",
+ "source_file": "backend/src/orders/orders.controller.ts",
+ "source_location": "L55",
"_callable": true,
"_origin": "ast",
- "community": 58,
+ "community": 6,
"norm_label": ".constructor()",
- "id": "backend_src_admin_pets_service_petsservice_constructor"
+ "id": "backend_src_orders_orders_controller_orderscontroller_constructor"
},
{
- "label": ".deletePet()",
+ "label": ".create()",
"file_type": "code",
- "source_file": "backend/src/admin/pets.service.ts",
- "source_location": "L65",
- "_callable": true,
- "_origin": "ast",
- "community": 58,
- "norm_label": ".deletepet()",
- "id": "backend_src_admin_pets_service_petsservice_deletepet"
- },
- {
- "label": ".getPets()",
- "file_type": "code",
- "source_file": "backend/src/admin/pets.service.ts",
- "source_location": "L15",
- "_callable": true,
- "_origin": "ast",
- "community": 58,
- "norm_label": ".getpets()",
- "id": "backend_src_admin_pets_service_petsservice_getpets"
- },
- {
- "label": "NetworkBanner()",
- "file_type": "code",
- "source_file": "frontend/application/components/NetworkBanner.tsx",
- "source_location": "L7",
+ "source_file": "backend/src/orders/orders.controller.ts",
+ "source_location": "L85",
"_callable": true,
"_origin": "ast",
"community": 6,
- "community_name": "toPersian",
- "norm_label": "networkbanner()",
- "id": "frontend_application_components_networkbanner_networkbanner"
+ "norm_label": ".create()",
+ "id": "backend_src_orders_orders_controller_orderscontroller_create"
},
{
- "label": "useNetworkStatus()",
+ "label": ".findAll()",
"file_type": "code",
- "source_file": "frontend/application/lib/hooks/useNetworkStatus.ts",
- "source_location": "L3",
+ "source_file": "backend/src/orders/orders.controller.ts",
+ "source_location": "L146",
"_callable": true,
"_origin": "ast",
"community": 6,
- "community_name": "toPersian",
- "norm_label": "usenetworkstatus()",
- "id": "frontend_application_lib_hooks_usenetworkstatus_usenetworkstatus"
+ "norm_label": ".findall()",
+ "id": "backend_src_orders_orders_controller_orderscontroller_findall"
},
{
- "label": "toEnglishDigits()",
+ "label": ".findOne()",
"file_type": "code",
- "source_file": "frontend/application/lib/utils.ts",
- "source_location": "L6",
+ "source_file": "backend/src/orders/orders.controller.ts",
+ "source_location": "L202",
"_callable": true,
"_origin": "ast",
"community": 6,
- "community_name": "toPersian",
- "norm_label": "toenglishdigits()",
- "id": "frontend_application_lib_utils_toenglishdigits"
+ "norm_label": ".findone()",
+ "id": "backend_src_orders_orders_controller_orderscontroller_findone"
},
{
- "label": "EnamadBadge()",
+ "label": ".retryPayment()",
"file_type": "code",
- "source_file": "frontend/application/components/EnamadBadge.tsx",
- "source_location": "L9",
+ "source_file": "backend/src/orders/orders.controller.ts",
+ "source_location": "L194",
"_callable": true,
"_origin": "ast",
"community": 6,
- "community_name": "useSettingsStore",
- "norm_label": "enamadbadge()",
- "id": "frontend_application_components_enamadbadge_enamadbadge"
+ "norm_label": ".retrypayment()",
+ "id": "backend_src_orders_orders_controller_orderscontroller_retrypayment"
},
{
- "label": "ClientLayout()",
+ "label": ".validateCoupon()",
"file_type": "code",
- "source_file": "frontend/application/app/ClientLayout.tsx",
- "source_location": "L21",
+ "source_file": "backend/src/orders/orders.controller.ts",
+ "source_location": "L110",
"_callable": true,
"_origin": "ast",
"community": 6,
- "norm_label": "clientlayout()",
- "id": "frontend_application_app_clientlayout_clientlayout"
+ "norm_label": ".validatecoupon()",
+ "id": "backend_src_orders_orders_controller_orderscontroller_validatecoupon"
},
{
- "label": "generateMetadata()",
+ "label": ".checkAndSendRefillReminders()",
"file_type": "code",
- "source_file": "frontend/application/app/layout.tsx",
- "source_location": "L5",
+ "source_file": "backend/src/orders/orders.service.ts",
+ "source_location": "L395",
"_callable": true,
"_origin": "ast",
"community": 6,
- "norm_label": "generatemetadata()",
- "id": "frontend_application_app_layout_generatemetadata"
+ "norm_label": ".checkandsendrefillreminders()",
+ "id": "backend_src_orders_orders_service_ordersservice_checkandsendrefillreminders"
},
{
- "label": "RootLayout()",
+ "label": ".constructor()",
"file_type": "code",
- "source_file": "frontend/application/app/layout.tsx",
- "source_location": "L94",
+ "source_file": "backend/src/orders/orders.service.ts",
+ "source_location": "L17",
"_callable": true,
"_origin": "ast",
"community": 6,
- "norm_label": "rootlayout()",
- "id": "frontend_application_app_layout_rootlayout"
+ "norm_label": ".constructor()",
+ "id": "backend_src_orders_orders_service_ordersservice_constructor"
},
{
- "label": "TrustSealsPage()",
+ "label": ".create()",
"file_type": "code",
- "source_file": "frontend/application/app/trust-seals/page.tsx",
- "source_location": "L11",
+ "source_file": "backend/src/orders/orders.service.ts",
+ "source_location": "L101",
"_callable": true,
"_origin": "ast",
"community": 6,
- "norm_label": "trustsealspage()",
- "id": "frontend_application_app_trust_seals_page_trustsealspage"
+ "norm_label": ".create()",
+ "id": "backend_src_orders_orders_service_ordersservice_create"
},
{
- "label": "AuthModal()",
+ "label": ".findAllByUser()",
"file_type": "code",
- "source_file": "frontend/application/components/AuthModal.tsx",
- "source_location": "L38",
+ "source_file": "backend/src/orders/orders.service.ts",
+ "source_location": "L348",
"_callable": true,
"_origin": "ast",
"community": 6,
- "norm_label": "authmodal()",
- "id": "frontend_application_components_authmodal_authmodal"
+ "norm_label": ".findallbyuser()",
+ "id": "backend_src_orders_orders_service_ordersservice_findallbyuser"
},
{
- "label": "extractOtpFromText()",
+ "label": ".findOne()",
"file_type": "code",
- "source_file": "frontend/application/components/AuthModal.tsx",
- "source_location": "L30",
+ "source_file": "backend/src/orders/orders.service.ts",
+ "source_location": "L381",
"_callable": true,
"_origin": "ast",
"community": 6,
- "norm_label": "extractotpfromtext()",
- "id": "frontend_application_components_authmodal_extractotpfromtext"
+ "norm_label": ".findone()",
+ "id": "backend_src_orders_orders_service_ordersservice_findone"
},
{
- "label": "B2BPortal()",
+ "label": ".generateTrackingNumber()",
"file_type": "code",
- "source_file": "frontend/application/components/B2BPortal.tsx",
- "source_location": "L23",
+ "source_file": "backend/src/orders/orders.service.ts",
+ "source_location": "L22",
"_callable": true,
"_origin": "ast",
"community": 6,
- "norm_label": "b2bportal()",
- "id": "frontend_application_components_b2bportal_b2bportal"
+ "norm_label": ".generatetrackingnumber()",
+ "id": "backend_src_orders_orders_service_ordersservice_generatetrackingnumber"
},
{
- "label": "BrandLogo()",
+ "label": ".releaseExpiredInventoryReservations()",
"file_type": "code",
- "source_file": "frontend/application/components/BrandLogo.tsx",
- "source_location": "L14",
+ "source_file": "backend/src/orders/orders.service.ts",
+ "source_location": "L425",
"_callable": true,
"_origin": "ast",
"community": 6,
- "norm_label": "brandlogo()",
- "id": "frontend_application_components_brandlogo_brandlogo"
+ "norm_label": ".releaseexpiredinventoryreservations()",
+ "id": "backend_src_orders_orders_service_ordersservice_releaseexpiredinventoryreservations"
},
{
- "label": "Footer()",
+ "label": ".retryPayment()",
"file_type": "code",
- "source_file": "frontend/application/components/Footer.tsx",
- "source_location": "L11",
+ "source_file": "backend/src/orders/orders.service.ts",
+ "source_location": "L446",
"_callable": true,
"_origin": "ast",
"community": 6,
- "norm_label": "footer()",
- "id": "frontend_application_components_footer_footer"
+ "norm_label": ".retrypayment()",
+ "id": "backend_src_orders_orders_service_ordersservice_retrypayment"
},
{
- "label": "LoginModal()",
+ "label": ".updateStatus()",
"file_type": "code",
- "source_file": "frontend/application/components/LoginModal.tsx",
- "source_location": "L18",
+ "source_file": "backend/src/orders/orders.service.ts",
+ "source_location": "L317",
"_callable": true,
"_origin": "ast",
"community": 6,
- "norm_label": "loginmodal()",
- "id": "frontend_application_components_loginmodal_loginmodal"
+ "norm_label": ".updatestatus()",
+ "id": "backend_src_orders_orders_service_ordersservice_updatestatus"
},
{
- "label": "MaintenancePage()",
+ "label": ".validateCoupon()",
"file_type": "code",
- "source_file": "frontend/application/components/MaintenancePage.tsx",
- "source_location": "L7",
+ "source_file": "backend/src/orders/orders.service.ts",
+ "source_location": "L27",
"_callable": true,
"_origin": "ast",
"community": 6,
- "norm_label": "maintenancepage()",
- "id": "frontend_application_components_maintenancepage_maintenancepage"
- },
- {
- "label": "SmartAdvisor()",
- "file_type": "code",
- "source_file": "frontend/application/components/SmartAdvisor.tsx",
- "source_location": "L52",
- "_callable": true,
- "_origin": "ast",
- "community": 6,
- "norm_label": "smartadvisor()",
- "id": "frontend_application_components_smartadvisor_smartadvisor"
- },
- {
- "label": "TickerBanner()",
- "file_type": "code",
- "source_file": "frontend/application/components/TickerBanner.tsx",
- "source_location": "L6",
- "_callable": true,
- "_origin": "ast",
- "community": 6,
- "norm_label": "tickerbanner()",
- "id": "frontend_application_components_tickerbanner_tickerbanner"
+ "norm_label": ".validatecoupon()",
+ "id": "backend_src_orders_orders_service_ordersservice_validatecoupon"
},
{
"label": ".constructor()",
@@ -11765,7 +11568,7 @@
"source_location": "L30",
"_callable": true,
"_origin": "ast",
- "community": 61,
+ "community": 60,
"community_name": "Admin Blog Controller",
"norm_label": ".constructor()",
"id": "backend_src_admin_blogs_controller_blogscontroller_constructor"
@@ -11777,7 +11580,7 @@
"source_location": "L43",
"_callable": true,
"_origin": "ast",
- "community": 61,
+ "community": 60,
"community_name": "Admin Blog Controller",
"norm_label": ".createblog()",
"id": "backend_src_admin_blogs_controller_blogscontroller_createblog"
@@ -11789,7 +11592,7 @@
"source_location": "L63",
"_callable": true,
"_origin": "ast",
- "community": 61,
+ "community": 60,
"community_name": "Admin Blog Controller",
"norm_label": ".deleteblog()",
"id": "backend_src_admin_blogs_controller_blogscontroller_deleteblog"
@@ -11801,7 +11604,7 @@
"source_location": "L37",
"_callable": true,
"_origin": "ast",
- "community": 61,
+ "community": 60,
"community_name": "Admin Blog Controller",
"norm_label": ".getblogs()",
"id": "backend_src_admin_blogs_controller_blogscontroller_getblogs"
@@ -11813,7 +11616,7 @@
"source_location": "L53",
"_callable": true,
"_origin": "ast",
- "community": 61,
+ "community": 60,
"community_name": "Admin Blog Controller",
"norm_label": ".updateblog()",
"id": "backend_src_admin_blogs_controller_blogscontroller_updateblog"
@@ -11825,7 +11628,7 @@
"source_location": "L26",
"_callable": true,
"_origin": "ast",
- "community": 64,
+ "community": 63,
"norm_label": "formatpricewithcommas()",
"id": "frontend_admin_panel_src_components_ui_priceinput_formatpricewithcommas"
},
@@ -11836,7 +11639,7 @@
"source_location": "L33",
"_callable": true,
"_origin": "ast",
- "community": 64,
+ "community": 63,
"norm_label": "priceinput()",
"id": "frontend_admin_panel_src_components_ui_priceinput_priceinput"
},
@@ -11847,7 +11650,7 @@
"source_location": "L18",
"_callable": true,
"_origin": "ast",
- "community": 64,
+ "community": 63,
"norm_label": "toenglishdigits()",
"id": "frontend_admin_panel_src_components_ui_priceinput_toenglishdigits"
},
@@ -11858,7 +11661,7 @@
"source_location": "L259",
"_callable": true,
"_origin": "ast",
- "community": 64,
+ "community": 63,
"norm_label": "couponmodal()",
"id": "frontend_admin_panel_src_pages_coupons_couponmodal"
},
@@ -11869,7 +11672,7 @@
"source_location": "L43",
"_callable": true,
"_origin": "ast",
- "community": 64,
+ "community": 63,
"norm_label": "coupons()",
"id": "frontend_admin_panel_src_pages_coupons_coupons"
},
@@ -11880,7 +11683,7 @@
"source_location": "L9",
"_callable": true,
"_origin": "ast",
- "community": 64,
+ "community": 63,
"norm_label": "financialsettingspage()",
"id": "frontend_admin_panel_src_pages_financialsettingspage_financialsettingspage"
},
@@ -11891,7 +11694,7 @@
"source_location": "L9",
"_callable": true,
"_origin": "ast",
- "community": 64,
+ "community": 63,
"norm_label": "settings()",
"id": "frontend_admin_panel_src_pages_settings_settings"
},
@@ -11902,7 +11705,7 @@
"source_location": "L29",
"_callable": true,
"_origin": "ast",
- "community": 67,
+ "community": 66,
"community_name": "Generic CRUD Controller",
"norm_label": ".constructor()",
"id": "backend_src_admin_wiki_controller_wikicontroller_constructor"
@@ -11914,7 +11717,7 @@
"source_location": "L42",
"_callable": true,
"_origin": "ast",
- "community": 67,
+ "community": 66,
"community_name": "Generic CRUD Controller",
"norm_label": ".createterm()",
"id": "backend_src_admin_wiki_controller_wikicontroller_createterm"
@@ -11926,7 +11729,7 @@
"source_location": "L59",
"_callable": true,
"_origin": "ast",
- "community": 67,
+ "community": 66,
"community_name": "Generic CRUD Controller",
"norm_label": ".deleteterm()",
"id": "backend_src_admin_wiki_controller_wikicontroller_deleteterm"
@@ -11938,7 +11741,7 @@
"source_location": "L36",
"_callable": true,
"_origin": "ast",
- "community": 67,
+ "community": 66,
"community_name": "Generic CRUD Controller",
"norm_label": ".getterms()",
"id": "backend_src_admin_wiki_controller_wikicontroller_getterms"
@@ -11950,99 +11753,11 @@
"source_location": "L49",
"_callable": true,
"_origin": "ast",
- "community": 67,
+ "community": 66,
"community_name": "Generic CRUD Controller",
"norm_label": ".updateterm()",
"id": "backend_src_admin_wiki_controller_wikicontroller_updateterm"
},
- {
- "label": ".addHealthLog()",
- "file_type": "code",
- "source_file": "backend/src/pets/pets.controller.ts",
- "source_location": "L285",
- "_callable": true,
- "_origin": "ast",
- "community": 68,
- "norm_label": ".addhealthlog()",
- "id": "backend_src_pets_pets_controller_petscontroller_addhealthlog"
- },
- {
- "label": ".addReminder()",
- "file_type": "code",
- "source_file": "backend/src/pets/pets.controller.ts",
- "source_location": "L259",
- "_callable": true,
- "_origin": "ast",
- "community": 68,
- "norm_label": ".addreminder()",
- "id": "backend_src_pets_pets_controller_petscontroller_addreminder"
- },
- {
- "label": ".create()",
- "file_type": "code",
- "source_file": "backend/src/pets/pets.controller.ts",
- "source_location": "L119",
- "_callable": true,
- "_origin": "ast",
- "community": 68,
- "norm_label": ".create()",
- "id": "backend_src_pets_pets_controller_petscontroller_create"
- },
- {
- "label": ".findAll()",
- "file_type": "code",
- "source_file": "backend/src/pets/pets.controller.ts",
- "source_location": "L155",
- "_callable": true,
- "_origin": "ast",
- "community": 68,
- "norm_label": ".findall()",
- "id": "backend_src_pets_pets_controller_petscontroller_findall"
- },
- {
- "label": ".findOne()",
- "file_type": "code",
- "source_file": "backend/src/pets/pets.controller.ts",
- "source_location": "L192",
- "_callable": true,
- "_origin": "ast",
- "community": 68,
- "norm_label": ".findone()",
- "id": "backend_src_pets_pets_controller_petscontroller_findone"
- },
- {
- "label": ".remove()",
- "file_type": "code",
- "source_file": "backend/src/pets/pets.controller.ts",
- "source_location": "L253",
- "_callable": true,
- "_origin": "ast",
- "community": 68,
- "norm_label": ".remove()",
- "id": "backend_src_pets_pets_controller_petscontroller_remove"
- },
- {
- "label": ".toggleReminder()",
- "file_type": "code",
- "source_file": "backend/src/pets/pets.controller.ts",
- "source_location": "L269",
- "_callable": true,
- "_origin": "ast",
- "community": 68,
- "norm_label": ".togglereminder()",
- "id": "backend_src_pets_pets_controller_petscontroller_togglereminder"
- },
- {
- "label": ".update()",
- "file_type": "code",
- "source_file": "backend/src/pets/pets.controller.ts",
- "source_location": "L223",
- "_callable": true,
- "_origin": "ast",
- "community": 68,
- "norm_label": ".update()",
- "id": "backend_src_pets_pets_controller_petscontroller_update"
- },
{
"label": ".constructor()",
"file_type": "code",
@@ -12050,7 +11765,7 @@
"source_location": "L8",
"_callable": true,
"_origin": "ast",
- "community": 69,
+ "community": 68,
"community_name": "seo.module.ts",
"norm_label": ".constructor()",
"id": "backend_src_seo_seo_controller_seocontroller_constructor"
@@ -12062,7 +11777,7 @@
"source_location": "L20",
"_callable": true,
"_origin": "ast",
- "community": 69,
+ "community": 68,
"community_name": "seo.module.ts",
"norm_label": ".getproductschema()",
"id": "backend_src_seo_seo_controller_seocontroller_getproductschema"
@@ -12074,7 +11789,7 @@
"source_location": "L12",
"_callable": true,
"_origin": "ast",
- "community": 69,
+ "community": 68,
"community_name": "seo.module.ts",
"norm_label": ".getsitemap()",
"id": "backend_src_seo_seo_controller_seocontroller_getsitemap"
@@ -12086,7 +11801,7 @@
"source_location": "L6",
"_callable": true,
"_origin": "ast",
- "community": 69,
+ "community": 68,
"community_name": "seo.module.ts",
"norm_label": ".constructor()",
"id": "backend_src_seo_seo_service_seoservice_constructor"
@@ -12098,7 +11813,7 @@
"source_location": "L36",
"_callable": true,
"_origin": "ast",
- "community": 69,
+ "community": 68,
"community_name": "seo.module.ts",
"norm_label": ".getproductschema()",
"id": "backend_src_seo_seo_service_seoservice_getproductschema"
@@ -12110,230 +11825,11 @@
"source_location": "L8",
"_callable": true,
"_origin": "ast",
- "community": 69,
+ "community": 68,
"community_name": "seo.module.ts",
"norm_label": ".getsitemapurls()",
"id": "backend_src_seo_seo_service_seoservice_getsitemapurls"
},
- {
- "label": "OrderRowSkeleton()",
- "file_type": "code",
- "source_file": "frontend/application/components/Skeleton.tsx",
- "source_location": "L70",
- "_callable": true,
- "_origin": "ast",
- "community": 7,
- "community_name": "ArchivePage.tsx",
- "norm_label": "orderrowskeleton()",
- "id": "frontend_application_components_skeleton_orderrowskeleton"
- },
- {
- "label": "BackButton()",
- "file_type": "code",
- "source_file": "frontend/application/components/BackButton.tsx",
- "source_location": "L13",
- "_callable": true,
- "_origin": "ast",
- "community": 7,
- "community_name": "PetProfile.tsx",
- "norm_label": "backbutton()",
- "id": "frontend_application_components_backbutton_backbutton"
- },
- {
- "label": "cn()",
- "file_type": "code",
- "source_file": "frontend/application/lib/utils.ts",
- "source_location": "L11",
- "_callable": true,
- "_origin": "ast",
- "community": 7,
- "community_name": "PetProfile.tsx",
- "norm_label": "cn()",
- "id": "frontend_application_lib_utils_cn"
- },
- {
- "label": "Checkout()",
- "file_type": "code",
- "source_file": "frontend/application/app/checkout/page.tsx",
- "source_location": "L3",
- "_callable": true,
- "_origin": "ast",
- "community": 7,
- "community_name": "UserDashboard.tsx",
- "norm_label": "checkout()",
- "id": "frontend_application_app_checkout_page_checkout"
- },
- {
- "label": "DashboardPage()",
- "file_type": "code",
- "source_file": "frontend/application/app/dashboard/page.tsx",
- "source_location": "L3",
- "_callable": true,
- "_origin": "ast",
- "community": 7,
- "community_name": "UserDashboard.tsx",
- "norm_label": "dashboardpage()",
- "id": "frontend_application_app_dashboard_page_dashboardpage"
- },
- {
- "label": "AddressModal()",
- "file_type": "code",
- "source_file": "frontend/application/components/AddressModal.tsx",
- "source_location": "L18",
- "_callable": true,
- "_origin": "ast",
- "community": 7,
- "community_name": "UserDashboard.tsx",
- "norm_label": "addressmodal()",
- "id": "frontend_application_components_addressmodal_addressmodal"
- },
- {
- "label": "DeleteConfirmModal()",
- "file_type": "code",
- "source_file": "frontend/application/components/DeleteConfirmModal.tsx",
- "source_location": "L14",
- "_callable": true,
- "_origin": "ast",
- "community": 7,
- "community_name": "UserDashboard.tsx",
- "norm_label": "deleteconfirmmodal()",
- "id": "frontend_application_components_deleteconfirmmodal_deleteconfirmmodal"
- },
- {
- "label": "SearchableSelect()",
- "file_type": "code",
- "source_file": "frontend/application/components/SearchableSelect.tsx",
- "source_location": "L17",
- "_callable": true,
- "_origin": "ast",
- "community": 7,
- "community_name": "UserDashboard.tsx",
- "norm_label": "searchableselect()",
- "id": "frontend_application_components_searchableselect_searchableselect"
- },
- {
- "label": "HeaderButton()",
- "file_type": "code",
- "source_file": "frontend/application/components/HeaderButton.tsx",
- "source_location": "L16",
- "_callable": true,
- "_origin": "ast",
- "community": 7,
- "community_name": "toPersian",
- "norm_label": "headerbutton()",
- "id": "frontend_application_components_headerbutton_headerbutton"
- },
- {
- "label": "toPersian()",
- "file_type": "code",
- "source_file": "frontend/application/lib/utils.ts",
- "source_location": "L1",
- "_callable": true,
- "_origin": "ast",
- "community": 7,
- "community_name": "toPersian",
- "norm_label": "topersian()",
- "id": "frontend_application_lib_utils_topersian"
- },
- {
- "label": "PaymentVerifyPage()",
- "file_type": "code",
- "source_file": "frontend/application/app/payment/verify/page.tsx",
- "source_location": "L319",
- "_callable": true,
- "_origin": "ast",
- "community": 7,
- "norm_label": "paymentverifypage()",
- "id": "frontend_application_app_payment_verify_page_paymentverifypage"
- },
- {
- "label": "VerifyContent()",
- "file_type": "code",
- "source_file": "frontend/application/app/payment/verify/page.tsx",
- "source_location": "L23",
- "_callable": true,
- "_origin": "ast",
- "community": 7,
- "norm_label": "verifycontent()",
- "id": "frontend_application_app_payment_verify_page_verifycontent"
- },
- {
- "label": "CheckoutPage()",
- "file_type": "code",
- "source_file": "frontend/application/components/CheckoutPage.tsx",
- "source_location": "L33",
- "_callable": true,
- "_origin": "ast",
- "community": 7,
- "norm_label": "checkoutpage()",
- "id": "frontend_application_components_checkoutpage_checkoutpage"
- },
- {
- "label": "OrderDetailsModal()",
- "file_type": "code",
- "source_file": "frontend/application/components/OrderDetailsModal.tsx",
- "source_location": "L35",
- "_callable": true,
- "_origin": "ast",
- "community": 7,
- "norm_label": "orderdetailsmodal()",
- "id": "frontend_application_components_orderdetailsmodal_orderdetailsmodal"
- },
- {
- "label": "getStatusIcon()",
- "file_type": "code",
- "source_file": "frontend/application/components/OrderDetailsModal.tsx",
- "source_location": "L274",
- "_callable": true,
- "_origin": "ast",
- "community": 7,
- "norm_label": "getstatusicon()",
- "id": "frontend_application_components_orderdetailsmodal_orderdetailsmodal_getstatusicon"
- },
- {
- "label": "getStatusLabel()",
- "file_type": "code",
- "source_file": "frontend/application/components/OrderDetailsModal.tsx",
- "source_location": "L294",
- "_callable": true,
- "_origin": "ast",
- "community": 7,
- "norm_label": "getstatuslabel()",
- "id": "frontend_application_components_orderdetailsmodal_orderdetailsmodal_getstatuslabel"
- },
- {
- "label": "PetProfile()",
- "file_type": "code",
- "source_file": "frontend/application/components/PetProfile.tsx",
- "source_location": "L40",
- "_callable": true,
- "_origin": "ast",
- "community": 7,
- "norm_label": "petprofile()",
- "id": "frontend_application_components_petprofile_petprofile"
- },
- {
- "label": "TopUpModal()",
- "file_type": "code",
- "source_file": "frontend/application/components/TopUpModal.tsx",
- "source_location": "L23",
- "_callable": true,
- "_origin": "ast",
- "community": 7,
- "norm_label": "topupmodal()",
- "id": "frontend_application_components_topupmodal_topupmodal"
- },
- {
- "label": "UserDashboard()",
- "file_type": "code",
- "source_file": "frontend/application/components/UserDashboard.tsx",
- "source_location": "L22",
- "_callable": true,
- "_origin": "ast",
- "community": 7,
- "norm_label": "userdashboard()",
- "id": "frontend_application_components_userdashboard_userdashboard"
- },
{
"label": "generateMetadata()",
"file_type": "code",
@@ -12341,7 +11837,7 @@
"source_location": "L6",
"_callable": true,
"_origin": "ast",
- "community": 70,
+ "community": 69,
"norm_label": "generatemetadata()",
"id": "frontend_application_app_shop_slug_page_generatemetadata"
},
@@ -12352,7 +11848,7 @@
"source_location": "L43",
"_callable": true,
"_origin": "ast",
- "community": 70,
+ "community": 69,
"norm_label": "shopproductpage()",
"id": "frontend_application_app_shop_slug_page_shopproductpage"
},
@@ -12363,7 +11859,7 @@
"source_location": "L73",
"_callable": true,
"_origin": "ast",
- "community": 70,
+ "community": 69,
"norm_label": "productpage()",
"id": "frontend_application_components_productpage_productpage"
},
@@ -12374,7 +11870,7 @@
"source_location": "L33",
"_callable": true,
"_origin": "ast",
- "community": 70,
+ "community": 69,
"norm_label": "productreviews()",
"id": "frontend_application_components_productreviews_productreviews"
},
@@ -12385,10 +11881,322 @@
"source_location": "L14",
"_callable": true,
"_origin": "ast",
- "community": 70,
+ "community": 69,
"norm_label": "tooltip()",
"id": "frontend_application_components_tooltip_tooltip"
},
+ {
+ "label": ".constructor()",
+ "file_type": "code",
+ "source_file": "backend/src/cms/cms.controller.ts",
+ "source_location": "L28",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "CmsController",
+ "norm_label": ".constructor()",
+ "id": "backend_src_cms_cms_controller_cmscontroller_constructor"
+ },
+ {
+ "label": ".createHeroBanner()",
+ "file_type": "code",
+ "source_file": "backend/src/cms/cms.controller.ts",
+ "source_location": "L39",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "CmsController",
+ "norm_label": ".createherobanner()",
+ "id": "backend_src_cms_cms_controller_cmscontroller_createherobanner"
+ },
+ {
+ "label": ".createSmartAdvisorRule()",
+ "file_type": "code",
+ "source_file": "backend/src/cms/cms.controller.ts",
+ "source_location": "L95",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "CmsController",
+ "norm_label": ".createsmartadvisorrule()",
+ "id": "backend_src_cms_cms_controller_cmscontroller_createsmartadvisorrule"
+ },
+ {
+ "label": ".createVetTestimonial()",
+ "file_type": "code",
+ "source_file": "backend/src/cms/cms.controller.ts",
+ "source_location": "L67",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "CmsController",
+ "norm_label": ".createvettestimonial()",
+ "id": "backend_src_cms_cms_controller_cmscontroller_createvettestimonial"
+ },
+ {
+ "label": ".deleteHeroBanner()",
+ "file_type": "code",
+ "source_file": "backend/src/cms/cms.controller.ts",
+ "source_location": "L54",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "CmsController",
+ "norm_label": ".deleteherobanner()",
+ "id": "backend_src_cms_cms_controller_cmscontroller_deleteherobanner"
+ },
+ {
+ "label": ".deleteSmartAdvisorRule()",
+ "file_type": "code",
+ "source_file": "backend/src/cms/cms.controller.ts",
+ "source_location": "L110",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "CmsController",
+ "norm_label": ".deletesmartadvisorrule()",
+ "id": "backend_src_cms_cms_controller_cmscontroller_deletesmartadvisorrule"
+ },
+ {
+ "label": ".deleteVetTestimonial()",
+ "file_type": "code",
+ "source_file": "backend/src/cms/cms.controller.ts",
+ "source_location": "L82",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "CmsController",
+ "norm_label": ".deletevettestimonial()",
+ "id": "backend_src_cms_cms_controller_cmscontroller_deletevettestimonial"
+ },
+ {
+ "label": ".getHeroBanners()",
+ "file_type": "code",
+ "source_file": "backend/src/cms/cms.controller.ts",
+ "source_location": "L33",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "CmsController",
+ "norm_label": ".getherobanners()",
+ "id": "backend_src_cms_cms_controller_cmscontroller_getherobanners"
+ },
+ {
+ "label": ".getSmartAdvisorRules()",
+ "file_type": "code",
+ "source_file": "backend/src/cms/cms.controller.ts",
+ "source_location": "L89",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "CmsController",
+ "norm_label": ".getsmartadvisorrules()",
+ "id": "backend_src_cms_cms_controller_cmscontroller_getsmartadvisorrules"
+ },
+ {
+ "label": ".getVetTestimonials()",
+ "file_type": "code",
+ "source_file": "backend/src/cms/cms.controller.ts",
+ "source_location": "L61",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "CmsController",
+ "norm_label": ".getvettestimonials()",
+ "id": "backend_src_cms_cms_controller_cmscontroller_getvettestimonials"
+ },
+ {
+ "label": ".updateHeroBanner()",
+ "file_type": "code",
+ "source_file": "backend/src/cms/cms.controller.ts",
+ "source_location": "L45",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "CmsController",
+ "norm_label": ".updateherobanner()",
+ "id": "backend_src_cms_cms_controller_cmscontroller_updateherobanner"
+ },
+ {
+ "label": ".updateSmartAdvisorRule()",
+ "file_type": "code",
+ "source_file": "backend/src/cms/cms.controller.ts",
+ "source_location": "L101",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "CmsController",
+ "norm_label": ".updatesmartadvisorrule()",
+ "id": "backend_src_cms_cms_controller_cmscontroller_updatesmartadvisorrule"
+ },
+ {
+ "label": ".updateVetTestimonial()",
+ "file_type": "code",
+ "source_file": "backend/src/cms/cms.controller.ts",
+ "source_location": "L73",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "CmsController",
+ "norm_label": ".updatevettestimonial()",
+ "id": "backend_src_cms_cms_controller_cmscontroller_updatevettestimonial"
+ },
+ {
+ "label": ".constructor()",
+ "file_type": "code",
+ "source_file": "backend/src/cms/cms.service.ts",
+ "source_location": "L11",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "CmsController",
+ "norm_label": ".constructor()",
+ "id": "backend_src_cms_cms_service_cmsservice_constructor"
+ },
+ {
+ "label": ".createHeroBanner()",
+ "file_type": "code",
+ "source_file": "backend/src/cms/cms.service.ts",
+ "source_location": "L20",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "CmsController",
+ "norm_label": ".createherobanner()",
+ "id": "backend_src_cms_cms_service_cmsservice_createherobanner"
+ },
+ {
+ "label": ".createSmartAdvisorRule()",
+ "file_type": "code",
+ "source_file": "backend/src/cms/cms.service.ts",
+ "source_location": "L67",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "CmsController",
+ "norm_label": ".createsmartadvisorrule()",
+ "id": "backend_src_cms_cms_service_cmsservice_createsmartadvisorrule"
+ },
+ {
+ "label": ".createVetTestimonial()",
+ "file_type": "code",
+ "source_file": "backend/src/cms/cms.service.ts",
+ "source_location": "L41",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "CmsController",
+ "norm_label": ".createvettestimonial()",
+ "id": "backend_src_cms_cms_service_cmsservice_createvettestimonial"
+ },
+ {
+ "label": ".deleteHeroBanner()",
+ "file_type": "code",
+ "source_file": "backend/src/cms/cms.service.ts",
+ "source_location": "L30",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "CmsController",
+ "norm_label": ".deleteherobanner()",
+ "id": "backend_src_cms_cms_service_cmsservice_deleteherobanner"
+ },
+ {
+ "label": ".deleteSmartAdvisorRule()",
+ "file_type": "code",
+ "source_file": "backend/src/cms/cms.service.ts",
+ "source_location": "L82",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "CmsController",
+ "norm_label": ".deletesmartadvisorrule()",
+ "id": "backend_src_cms_cms_service_cmsservice_deletesmartadvisorrule"
+ },
+ {
+ "label": ".deleteVetTestimonial()",
+ "file_type": "code",
+ "source_file": "backend/src/cms/cms.service.ts",
+ "source_location": "L56",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "CmsController",
+ "norm_label": ".deletevettestimonial()",
+ "id": "backend_src_cms_cms_service_cmsservice_deletevettestimonial"
+ },
+ {
+ "label": ".getHeroBanners()",
+ "file_type": "code",
+ "source_file": "backend/src/cms/cms.service.ts",
+ "source_location": "L14",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "CmsController",
+ "norm_label": ".getherobanners()",
+ "id": "backend_src_cms_cms_service_cmsservice_getherobanners"
+ },
+ {
+ "label": ".getSmartAdvisorRules()",
+ "file_type": "code",
+ "source_file": "backend/src/cms/cms.service.ts",
+ "source_location": "L61",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "CmsController",
+ "norm_label": ".getsmartadvisorrules()",
+ "id": "backend_src_cms_cms_service_cmsservice_getsmartadvisorrules"
+ },
+ {
+ "label": ".getVetTestimonials()",
+ "file_type": "code",
+ "source_file": "backend/src/cms/cms.service.ts",
+ "source_location": "L35",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "CmsController",
+ "norm_label": ".getvettestimonials()",
+ "id": "backend_src_cms_cms_service_cmsservice_getvettestimonials"
+ },
+ {
+ "label": ".updateHeroBanner()",
+ "file_type": "code",
+ "source_file": "backend/src/cms/cms.service.ts",
+ "source_location": "L24",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "CmsController",
+ "norm_label": ".updateherobanner()",
+ "id": "backend_src_cms_cms_service_cmsservice_updateherobanner"
+ },
+ {
+ "label": ".updateSmartAdvisorRule()",
+ "file_type": "code",
+ "source_file": "backend/src/cms/cms.service.ts",
+ "source_location": "L71",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "CmsController",
+ "norm_label": ".updatesmartadvisorrule()",
+ "id": "backend_src_cms_cms_service_cmsservice_updatesmartadvisorrule"
+ },
+ {
+ "label": ".updateVetTestimonial()",
+ "file_type": "code",
+ "source_file": "backend/src/cms/cms.service.ts",
+ "source_location": "L45",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "CmsController",
+ "norm_label": ".updatevettestimonial()",
+ "id": "backend_src_cms_cms_service_cmsservice_updatevettestimonial"
+ },
{
"label": ".constructor()",
"file_type": "code",
@@ -12396,7 +12204,7 @@
"source_location": "L17",
"_callable": true,
"_origin": "ast",
- "community": 76,
+ "community": 73,
"community_name": "Home Data Module",
"norm_label": ".constructor()",
"id": "backend_src_home_home_controller_homecontroller_constructor"
@@ -12408,7 +12216,7 @@
"source_location": "L24",
"_callable": true,
"_origin": "ast",
- "community": 76,
+ "community": 73,
"community_name": "Home Data Module",
"norm_label": ".gethomedata()",
"id": "backend_src_home_home_controller_homecontroller_gethomedata"
@@ -12420,7 +12228,7 @@
"source_location": "L6",
"_callable": true,
"_origin": "ast",
- "community": 76,
+ "community": 73,
"community_name": "Home Data Module",
"norm_label": ".constructor()",
"id": "backend_src_home_home_service_homeservice_constructor"
@@ -12432,7 +12240,7 @@
"source_location": "L8",
"_callable": true,
"_origin": "ast",
- "community": 76,
+ "community": 73,
"community_name": "Home Data Module",
"norm_label": ".gethomedata()",
"id": "backend_src_home_home_service_homeservice_gethomedata"
@@ -12444,7 +12252,7 @@
"source_location": "L54",
"_callable": true,
"_origin": "ast",
- "community": 77,
+ "community": 76,
"norm_label": ".checkhealth()",
"id": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_checkhealth"
},
@@ -12455,7 +12263,7 @@
"source_location": "L49",
"_callable": true,
"_origin": "ast",
- "community": 77,
+ "community": 76,
"norm_label": ".getgatewayname()",
"id": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_getgatewayname"
},
@@ -12466,7 +12274,7 @@
"source_location": "L53",
"_callable": true,
"_origin": "ast",
- "community": 77,
+ "community": 76,
"norm_label": ".getstarturl()",
"id": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_getstarturl"
},
@@ -12477,7 +12285,7 @@
"source_location": "L52",
"_callable": true,
"_origin": "ast",
- "community": 77,
+ "community": 76,
"norm_label": ".inquirypayment()",
"id": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_inquirypayment"
},
@@ -12488,7 +12296,7 @@
"source_location": "L50",
"_callable": true,
"_origin": "ast",
- "community": 77,
+ "community": 76,
"norm_label": ".requestpayment()",
"id": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_requestpayment"
},
@@ -12499,7 +12307,7 @@
"source_location": "L51",
"_callable": true,
"_origin": "ast",
- "community": 77,
+ "community": 76,
"norm_label": ".verifypayment()",
"id": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_verifypayment"
},
@@ -12510,7 +12318,7 @@
"source_location": "L2",
"_callable": true,
"_origin": "ast",
- "community": 78,
+ "community": 77,
"community_name": "Orders.tsx",
"norm_label": "skeleton()",
"id": "frontend_admin_panel_src_components_ui_skeleton_skeleton"
@@ -12522,7 +12330,7 @@
"source_location": "L93",
"_callable": true,
"_origin": "ast",
- "community": 78,
+ "community": 77,
"norm_label": "getpaymentmethodlabel()",
"id": "frontend_admin_panel_src_pages_orders_getpaymentmethodlabel"
},
@@ -12533,7 +12341,7 @@
"source_location": "L110",
"_callable": true,
"_origin": "ast",
- "community": 78,
+ "community": 77,
"norm_label": "orders()",
"id": "frontend_admin_panel_src_pages_orders_orders"
},
@@ -12544,7 +12352,7 @@
"source_location": "L104",
"_callable": true,
"_origin": "ast",
- "community": 78,
+ "community": 77,
"norm_label": "topersiandigits()",
"id": "frontend_admin_panel_src_pages_orders_topersiandigits"
},
@@ -12555,10 +12363,175 @@
"source_location": "L41",
"_callable": true,
"_origin": "ast",
- "community": 78,
+ "community": 77,
"norm_label": "users()",
"id": "frontend_admin_panel_src_pages_users_users"
},
+ {
+ "label": ".constructor()",
+ "file_type": "code",
+ "source_file": "backend/src/tickets/tickets.controller.ts",
+ "source_location": "L28",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 8,
+ "norm_label": ".constructor()",
+ "id": "backend_src_tickets_tickets_controller_ticketscontroller_constructor"
+ },
+ {
+ "label": ".createTicket()",
+ "file_type": "code",
+ "source_file": "backend/src/tickets/tickets.controller.ts",
+ "source_location": "L34",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 8,
+ "norm_label": ".createticket()",
+ "id": "backend_src_tickets_tickets_controller_ticketscontroller_createticket"
+ },
+ {
+ "label": ".getAdminTickets()",
+ "file_type": "code",
+ "source_file": "backend/src/tickets/tickets.controller.ts",
+ "source_location": "L81",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 8,
+ "norm_label": ".getadmintickets()",
+ "id": "backend_src_tickets_tickets_controller_ticketscontroller_getadmintickets"
+ },
+ {
+ "label": ".getMyTickets()",
+ "file_type": "code",
+ "source_file": "backend/src/tickets/tickets.controller.ts",
+ "source_location": "L45",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 8,
+ "norm_label": ".getmytickets()",
+ "id": "backend_src_tickets_tickets_controller_ticketscontroller_getmytickets"
+ },
+ {
+ "label": ".getTicketDetails()",
+ "file_type": "code",
+ "source_file": "backend/src/tickets/tickets.controller.ts",
+ "source_location": "L53",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 8,
+ "norm_label": ".getticketdetails()",
+ "id": "backend_src_tickets_tickets_controller_ticketscontroller_getticketdetails"
+ },
+ {
+ "label": ".replyTicket()",
+ "file_type": "code",
+ "source_file": "backend/src/tickets/tickets.controller.ts",
+ "source_location": "L65",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 8,
+ "norm_label": ".replyticket()",
+ "id": "backend_src_tickets_tickets_controller_ticketscontroller_replyticket"
+ },
+ {
+ "label": ".updateTicketStatus()",
+ "file_type": "code",
+ "source_file": "backend/src/tickets/tickets.controller.ts",
+ "source_location": "L90",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 8,
+ "norm_label": ".updateticketstatus()",
+ "id": "backend_src_tickets_tickets_controller_ticketscontroller_updateticketstatus"
+ },
+ {
+ "label": ".constructor()",
+ "file_type": "code",
+ "source_file": "backend/src/tickets/tickets.service.ts",
+ "source_location": "L17",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 8,
+ "norm_label": ".constructor()",
+ "id": "backend_src_tickets_tickets_service_ticketsservice_constructor"
+ },
+ {
+ "label": ".createTicket()",
+ "file_type": "code",
+ "source_file": "backend/src/tickets/tickets.service.ts",
+ "source_location": "L27",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 8,
+ "norm_label": ".createticket()",
+ "id": "backend_src_tickets_tickets_service_ticketsservice_createticket"
+ },
+ {
+ "label": ".generateTicketNumber()",
+ "file_type": "code",
+ "source_file": "backend/src/tickets/tickets.service.ts",
+ "source_location": "L19",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 8,
+ "norm_label": ".generateticketnumber()",
+ "id": "backend_src_tickets_tickets_service_ticketsservice_generateticketnumber"
+ },
+ {
+ "label": ".getAdminTickets()",
+ "file_type": "code",
+ "source_file": "backend/src/tickets/tickets.service.ts",
+ "source_location": "L189",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 8,
+ "norm_label": ".getadmintickets()",
+ "id": "backend_src_tickets_tickets_service_ticketsservice_getadmintickets"
+ },
+ {
+ "label": ".getTicketDetails()",
+ "file_type": "code",
+ "source_file": "backend/src/tickets/tickets.service.ts",
+ "source_location": "L94",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 8,
+ "norm_label": ".getticketdetails()",
+ "id": "backend_src_tickets_tickets_service_ticketsservice_getticketdetails"
+ },
+ {
+ "label": ".getUserTickets()",
+ "file_type": "code",
+ "source_file": "backend/src/tickets/tickets.service.ts",
+ "source_location": "L73",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 8,
+ "norm_label": ".getusertickets()",
+ "id": "backend_src_tickets_tickets_service_ticketsservice_getusertickets"
+ },
+ {
+ "label": ".replyToTicket()",
+ "file_type": "code",
+ "source_file": "backend/src/tickets/tickets.service.ts",
+ "source_location": "L132",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 8,
+ "norm_label": ".replytoticket()",
+ "id": "backend_src_tickets_tickets_service_ticketsservice_replytoticket"
+ },
+ {
+ "label": ".updateTicketStatus()",
+ "file_type": "code",
+ "source_file": "backend/src/tickets/tickets.service.ts",
+ "source_location": "L261",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 8,
+ "norm_label": ".updateticketstatus()",
+ "id": "backend_src_tickets_tickets_service_ticketsservice_updateticketstatus"
+ },
{
"label": "main()",
"file_type": "code",
@@ -12566,7 +12539,7 @@
"source_location": "L5",
"_callable": true,
"_origin": "ast",
- "community": 81,
+ "community": 80,
"norm_label": "main()",
"id": "backend_prisma_seed_home_main"
},
@@ -12577,9 +12550,9 @@
"source_location": "L11",
"_callable": true,
"_origin": "ast",
- "id": "backend_prisma_seed_main",
- "community": 81,
- "norm_label": "main()"
+ "community": 80,
+ "norm_label": "main()",
+ "id": "backend_prisma_seed_main"
},
{
"label": "determineSuitableFor()",
@@ -12588,7 +12561,7 @@
"source_location": "L16",
"_callable": true,
"_origin": "ast",
- "community": 81,
+ "community": 80,
"norm_label": "determinesuitablefor()",
"id": "backend_prisma_seed_products_determinesuitablefor"
},
@@ -12599,7 +12572,7 @@
"source_location": "L128",
"_callable": true,
"_origin": "ast",
- "community": 81,
+ "community": 80,
"norm_label": "findorcreatecategory()",
"id": "backend_prisma_seed_products_findorcreatecategory"
},
@@ -12610,7 +12583,7 @@
"source_location": "L41",
"_callable": true,
"_origin": "ast",
- "community": 81,
+ "community": 80,
"norm_label": "getproductimageurl()",
"id": "backend_prisma_seed_products_getproductimageurl"
},
@@ -12621,7 +12594,7 @@
"source_location": "L268",
"_callable": true,
"_origin": "ast",
- "community": 81,
+ "community": 80,
"norm_label": "main()",
"id": "backend_prisma_seed_products_main"
},
@@ -12632,7 +12605,7 @@
"source_location": "L31",
"_callable": true,
"_origin": "ast",
- "community": 81,
+ "community": 80,
"norm_label": "parsesize()",
"id": "backend_prisma_seed_products_parsesize"
},
@@ -12643,7 +12616,7 @@
"source_location": "L7",
"_callable": true,
"_origin": "ast",
- "community": 81,
+ "community": 80,
"norm_label": "slugify()",
"id": "backend_prisma_seed_products_slugify"
},
@@ -12654,7 +12627,7 @@
"source_location": "L3",
"_callable": true,
"_origin": "ast",
- "community": 86,
+ "community": 85,
"community_name": "VetGallery.tsx",
"norm_label": "videos()",
"id": "frontend_application_app_videos_page_videos"
@@ -12666,7 +12639,7 @@
"source_location": "L15",
"_callable": true,
"_origin": "ast",
- "community": 86,
+ "community": 85,
"norm_label": "safeimage()",
"id": "frontend_application_components_safeimage_safeimage"
},
@@ -12677,174 +12650,81 @@
"source_location": "L59",
"_callable": true,
"_origin": "ast",
- "community": 86,
+ "community": 85,
"norm_label": "videospage()",
"id": "frontend_application_components_videospage_videospage"
},
{
"label": ".constructor()",
"file_type": "code",
- "source_file": "backend/src/tickets/tickets.controller.ts",
- "source_location": "L28",
+ "source_file": "backend/src/wiki/wiki.service.ts",
+ "source_location": "L8",
"_callable": true,
"_origin": "ast",
- "community": 9,
+ "community": 88,
+ "community_name": "PaginationDto",
"norm_label": ".constructor()",
- "id": "backend_src_tickets_tickets_controller_ticketscontroller_constructor"
+ "id": "backend_src_wiki_wiki_service_wikiservice_constructor"
},
{
- "label": ".createTicket()",
+ "label": ".findAll()",
"file_type": "code",
- "source_file": "backend/src/tickets/tickets.controller.ts",
- "source_location": "L34",
+ "source_file": "backend/src/wiki/wiki.service.ts",
+ "source_location": "L10",
"_callable": true,
"_origin": "ast",
- "community": 9,
- "norm_label": ".createticket()",
- "id": "backend_src_tickets_tickets_controller_ticketscontroller_createticket"
+ "community": 88,
+ "community_name": "PaginationDto",
+ "norm_label": ".findall()",
+ "id": "backend_src_wiki_wiki_service_wikiservice_findall"
},
{
- "label": ".getAdminTickets()",
+ "label": ".findOneByKey()",
"file_type": "code",
- "source_file": "backend/src/tickets/tickets.controller.ts",
- "source_location": "L81",
+ "source_file": "backend/src/wiki/wiki.service.ts",
+ "source_location": "L52",
"_callable": true,
"_origin": "ast",
- "community": 9,
- "norm_label": ".getadmintickets()",
- "id": "backend_src_tickets_tickets_controller_ticketscontroller_getadmintickets"
- },
- {
- "label": ".getMyTickets()",
- "file_type": "code",
- "source_file": "backend/src/tickets/tickets.controller.ts",
- "source_location": "L45",
- "_callable": true,
- "_origin": "ast",
- "community": 9,
- "norm_label": ".getmytickets()",
- "id": "backend_src_tickets_tickets_controller_ticketscontroller_getmytickets"
- },
- {
- "label": ".getTicketDetails()",
- "file_type": "code",
- "source_file": "backend/src/tickets/tickets.controller.ts",
- "source_location": "L53",
- "_callable": true,
- "_origin": "ast",
- "community": 9,
- "norm_label": ".getticketdetails()",
- "id": "backend_src_tickets_tickets_controller_ticketscontroller_getticketdetails"
- },
- {
- "label": ".replyTicket()",
- "file_type": "code",
- "source_file": "backend/src/tickets/tickets.controller.ts",
- "source_location": "L65",
- "_callable": true,
- "_origin": "ast",
- "community": 9,
- "norm_label": ".replyticket()",
- "id": "backend_src_tickets_tickets_controller_ticketscontroller_replyticket"
- },
- {
- "label": ".updateTicketStatus()",
- "file_type": "code",
- "source_file": "backend/src/tickets/tickets.controller.ts",
- "source_location": "L90",
- "_callable": true,
- "_origin": "ast",
- "community": 9,
- "norm_label": ".updateticketstatus()",
- "id": "backend_src_tickets_tickets_controller_ticketscontroller_updateticketstatus"
+ "community": 88,
+ "community_name": "PaginationDto",
+ "norm_label": ".findonebykey()",
+ "id": "backend_src_wiki_wiki_service_wikiservice_findonebykey"
},
{
"label": ".constructor()",
"file_type": "code",
- "source_file": "backend/src/tickets/tickets.service.ts",
- "source_location": "L17",
- "_callable": true,
- "_origin": "ast",
- "community": 9,
- "norm_label": ".constructor()",
- "id": "backend_src_tickets_tickets_service_ticketsservice_constructor"
- },
- {
- "label": ".createTicket()",
- "file_type": "code",
- "source_file": "backend/src/tickets/tickets.service.ts",
- "source_location": "L27",
- "_callable": true,
- "_origin": "ast",
- "community": 9,
- "norm_label": ".createticket()",
- "id": "backend_src_tickets_tickets_service_ticketsservice_createticket"
- },
- {
- "label": ".generateTicketNumber()",
- "file_type": "code",
- "source_file": "backend/src/tickets/tickets.service.ts",
+ "source_file": "backend/src/wiki/wiki.controller.ts",
"source_location": "L19",
"_callable": true,
"_origin": "ast",
- "community": 9,
- "norm_label": ".generateticketnumber()",
- "id": "backend_src_tickets_tickets_service_ticketsservice_generateticketnumber"
+ "community": 88,
+ "community_name": "WikiController",
+ "norm_label": ".constructor()",
+ "id": "backend_src_wiki_wiki_controller_wikicontroller_constructor"
},
{
- "label": ".getAdminTickets()",
+ "label": ".deletePet()",
"file_type": "code",
- "source_file": "backend/src/tickets/tickets.service.ts",
- "source_location": "L189",
+ "source_file": "backend/src/admin/pets.controller.ts",
+ "source_location": "L38",
"_callable": true,
"_origin": "ast",
- "community": 9,
- "norm_label": ".getadmintickets()",
- "id": "backend_src_tickets_tickets_service_ticketsservice_getadmintickets"
+ "community": 93,
+ "community_name": "PetsController",
+ "norm_label": ".deletepet()",
+ "id": "backend_src_admin_pets_controller_petscontroller_deletepet"
},
{
- "label": ".getTicketDetails()",
+ "label": ".getPets()",
"file_type": "code",
- "source_file": "backend/src/tickets/tickets.service.ts",
- "source_location": "L94",
+ "source_file": "backend/src/admin/pets.controller.ts",
+ "source_location": "L32",
"_callable": true,
"_origin": "ast",
- "community": 9,
- "norm_label": ".getticketdetails()",
- "id": "backend_src_tickets_tickets_service_ticketsservice_getticketdetails"
- },
- {
- "label": ".getUserTickets()",
- "file_type": "code",
- "source_file": "backend/src/tickets/tickets.service.ts",
- "source_location": "L73",
- "_callable": true,
- "_origin": "ast",
- "community": 9,
- "norm_label": ".getusertickets()",
- "id": "backend_src_tickets_tickets_service_ticketsservice_getusertickets"
- },
- {
- "label": ".replyToTicket()",
- "file_type": "code",
- "source_file": "backend/src/tickets/tickets.service.ts",
- "source_location": "L132",
- "_callable": true,
- "_origin": "ast",
- "community": 9,
- "norm_label": ".replytoticket()",
- "id": "backend_src_tickets_tickets_service_ticketsservice_replytoticket"
- },
- {
- "label": ".updateTicketStatus()",
- "file_type": "code",
- "source_file": "backend/src/tickets/tickets.service.ts",
- "source_location": "L261",
- "_callable": true,
- "_origin": "ast",
- "community": 9,
- "norm_label": ".updateticketstatus()",
- "id": "backend_src_tickets_tickets_service_ticketsservice_updateticketstatus"
+ "community": 93,
+ "community_name": "PetsController",
+ "norm_label": ".getpets()",
+ "id": "backend_src_admin_pets_controller_petscontroller_getpets"
},
{
"label": ".constructor()",
@@ -12853,7 +12733,7 @@
"source_location": "L19",
"_callable": true,
"_origin": "ast",
- "community": 95,
+ "community": 96,
"community_name": "BlogsController",
"norm_label": ".constructor()",
"id": "backend_src_blogs_blogs_controller_blogscontroller_constructor"
@@ -12865,7 +12745,7 @@
"source_location": "L24",
"_callable": true,
"_origin": "ast",
- "community": 95,
+ "community": 96,
"community_name": "BlogsController",
"norm_label": ".findall()",
"id": "backend_src_blogs_blogs_controller_blogscontroller_findall"
@@ -12877,153 +12757,130 @@
"source_location": "L32",
"_callable": true,
"_origin": "ast",
- "community": 95,
+ "community": 96,
"community_name": "BlogsController",
"norm_label": ".findone()",
"id": "backend_src_blogs_blogs_controller_blogscontroller_findone"
},
{
- "label": "admin.controller.spec.ts",
+ "label": ".addHealthLog()",
"file_type": "code",
- "source_file": "backend/src/admin/admin.controller.spec.ts",
- "source_location": "L1",
+ "source_file": "backend/src/pets/pets.service.ts",
+ "source_location": "L260",
+ "_callable": true,
"_origin": "ast",
- "community": 0,
- "community_name": "AdminService",
- "norm_label": "admin.controller.spec.ts",
- "id": "backend_src_admin_admin_controller_spec"
+ "community": 97,
+ "community_name": "PetsService",
+ "norm_label": ".addhealthlog()",
+ "id": "backend_src_pets_pets_service_petsservice_addhealthlog"
},
{
- "label": "ApiBearerAuth",
+ "label": ".addReminder()",
"file_type": "code",
- "source_file": "",
- "source_location": "",
+ "source_file": "backend/src/pets/pets.service.ts",
+ "source_location": "L198",
+ "_callable": true,
"_origin": "ast",
- "community": 0,
- "community_name": "AdminService",
- "norm_label": "apibearerauth",
- "id": "backend_src_admin_admin_controller_ts_apibearerauth"
+ "community": 97,
+ "community_name": "PetsService",
+ "norm_label": ".addreminder()",
+ "id": "backend_src_pets_pets_service_petsservice_addreminder"
},
{
- "label": "ApiOperation",
+ "label": ".constructor()",
"file_type": "code",
- "source_file": "",
- "source_location": "",
+ "source_file": "backend/src/pets/pets.service.ts",
+ "source_location": "L24",
+ "_callable": true,
"_origin": "ast",
- "community": 0,
- "community_name": "AdminService",
- "norm_label": "apioperation",
- "id": "backend_src_admin_admin_controller_ts_apioperation"
+ "community": 97,
+ "community_name": "PetsService",
+ "norm_label": ".constructor()",
+ "id": "backend_src_pets_pets_service_petsservice_constructor"
},
{
- "label": "ApiTags",
+ "label": ".create()",
"file_type": "code",
- "source_file": "",
- "source_location": "",
+ "source_file": "backend/src/pets/pets.service.ts",
+ "source_location": "L26",
+ "_callable": true,
"_origin": "ast",
- "community": 0,
- "community_name": "AdminService",
- "norm_label": "apitags",
- "id": "backend_src_admin_admin_controller_ts_apitags"
+ "community": 97,
+ "community_name": "PetsService",
+ "norm_label": ".create()",
+ "id": "backend_src_pets_pets_service_petsservice_create"
},
{
- "label": "Body",
+ "label": ".findAllAdmin()",
"file_type": "code",
- "source_file": "",
- "source_location": "",
+ "source_file": "backend/src/pets/pets.service.ts",
+ "source_location": "L49",
+ "_callable": true,
"_origin": "ast",
- "community": 0,
- "community_name": "AdminService",
- "norm_label": "body",
- "id": "backend_src_admin_admin_controller_ts_body"
+ "community": 97,
+ "community_name": "PetsService",
+ "norm_label": ".findalladmin()",
+ "id": "backend_src_pets_pets_service_petsservice_findalladmin"
},
{
- "label": "Controller",
+ "label": ".findAllByUser()",
"file_type": "code",
- "source_file": "",
- "source_location": "",
+ "source_file": "backend/src/pets/pets.service.ts",
+ "source_location": "L109",
+ "_callable": true,
"_origin": "ast",
- "community": 0,
- "community_name": "AdminService",
- "norm_label": "controller",
- "id": "backend_src_admin_admin_controller_ts_controller"
+ "community": 97,
+ "community_name": "PetsService",
+ "norm_label": ".findallbyuser()",
+ "id": "backend_src_pets_pets_service_petsservice_findallbyuser"
},
{
- "label": "Delete",
+ "label": ".findOne()",
"file_type": "code",
- "source_file": "",
- "source_location": "",
+ "source_file": "backend/src/pets/pets.service.ts",
+ "source_location": "L150",
+ "_callable": true,
"_origin": "ast",
- "community": 0,
- "community_name": "AdminService",
- "norm_label": "delete",
- "id": "backend_src_admin_admin_controller_ts_delete"
+ "community": 97,
+ "community_name": "PetsService",
+ "norm_label": ".findone()",
+ "id": "backend_src_pets_pets_service_petsservice_findone"
},
{
- "label": "Get",
+ "label": ".remove()",
"file_type": "code",
- "source_file": "",
- "source_location": "",
+ "source_file": "backend/src/pets/pets.service.ts",
+ "source_location": "L191",
+ "_callable": true,
"_origin": "ast",
- "community": 0,
- "community_name": "AdminService",
- "norm_label": "get",
- "id": "backend_src_admin_admin_controller_ts_get"
+ "community": 97,
+ "community_name": "PetsService",
+ "norm_label": ".remove()",
+ "id": "backend_src_pets_pets_service_petsservice_remove"
},
{
- "label": "Param",
+ "label": ".toggleReminder()",
"file_type": "code",
- "source_file": "",
- "source_location": "",
+ "source_file": "backend/src/pets/pets.service.ts",
+ "source_location": "L211",
+ "_callable": true,
"_origin": "ast",
- "community": 0,
- "community_name": "AdminService",
- "norm_label": "param",
- "id": "backend_src_admin_admin_controller_ts_param"
+ "community": 97,
+ "community_name": "PetsService",
+ "norm_label": ".togglereminder()",
+ "id": "backend_src_pets_pets_service_petsservice_togglereminder"
},
{
- "label": "Post",
+ "label": ".update()",
"file_type": "code",
- "source_file": "",
- "source_location": "",
+ "source_file": "backend/src/pets/pets.service.ts",
+ "source_location": "L161",
+ "_callable": true,
"_origin": "ast",
- "community": 0,
- "community_name": "AdminService",
- "norm_label": "post",
- "id": "backend_src_admin_admin_controller_ts_post"
- },
- {
- "label": "Put",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 0,
- "community_name": "AdminService",
- "norm_label": "put",
- "id": "backend_src_admin_admin_controller_ts_put"
- },
- {
- "label": "Query",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 0,
- "community_name": "AdminService",
- "norm_label": "query",
- "id": "backend_src_admin_admin_controller_ts_query"
- },
- {
- "label": "UseGuards",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 0,
- "community_name": "AdminService",
- "norm_label": "useguards",
- "id": "backend_src_admin_admin_controller_ts_useguards"
+ "community": 97,
+ "community_name": "PetsService",
+ "norm_label": ".update()",
+ "id": "backend_src_pets_pets_service_petsservice_update"
},
{
"label": "Injectable",
@@ -13032,179 +12889,6 @@
"source_location": "",
"_origin": "ast",
"community": 0,
- "community_name": "AdminService",
- "norm_label": "injectable",
- "id": "backend_src_admin_admin_service_ts_injectable"
- },
- {
- "label": "ApiPropertyOptional",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 0,
- "community_name": "AdminService",
- "norm_label": "apipropertyoptional",
- "id": "backend_src_admin_dto_admin_query_dto_ts_apipropertyoptional"
- },
- {
- "label": "IsOptional",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 0,
- "community_name": "AdminService",
- "norm_label": "isoptional",
- "id": "backend_src_admin_dto_admin_query_dto_ts_isoptional"
- },
- {
- "label": "IsString",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 0,
- "community_name": "AdminService",
- "norm_label": "isstring",
- "id": "backend_src_admin_dto_admin_query_dto_ts_isstring"
- },
- {
- "label": "ApiProperty",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 0,
- "community_name": "AdminService",
- "norm_label": "apiproperty",
- "id": "backend_src_admin_dto_user_dto_ts_apiproperty"
- },
- {
- "label": "ApiPropertyOptional",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 0,
- "community_name": "AdminService",
- "norm_label": "apipropertyoptional",
- "id": "backend_src_admin_dto_user_dto_ts_apipropertyoptional"
- },
- {
- "label": "IsEmail",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 0,
- "community_name": "AdminService",
- "norm_label": "isemail",
- "id": "backend_src_admin_dto_user_dto_ts_isemail"
- },
- {
- "label": "IsNotEmpty",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 0,
- "community_name": "AdminService",
- "norm_label": "isnotempty",
- "id": "backend_src_admin_dto_user_dto_ts_isnotempty"
- },
- {
- "label": "IsNumber",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 0,
- "community_name": "AdminService",
- "norm_label": "isnumber",
- "id": "backend_src_admin_dto_user_dto_ts_isnumber"
- },
- {
- "label": "IsOptional",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 0,
- "community_name": "AdminService",
- "norm_label": "isoptional",
- "id": "backend_src_admin_dto_user_dto_ts_isoptional"
- },
- {
- "label": "IsString",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 0,
- "community_name": "AdminService",
- "norm_label": "isstring",
- "id": "backend_src_admin_dto_user_dto_ts_isstring"
- },
- {
- "label": "MinLength",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 0,
- "community_name": "AdminService",
- "norm_label": "minlength",
- "id": "backend_src_admin_dto_user_dto_ts_minlength"
- },
- {
- "label": "admin-query.dto.ts",
- "file_type": "code",
- "source_file": "backend/src/admin/dto/admin-query.dto.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 0,
- "community_name": "PaginationDto",
- "norm_label": "admin-query.dto.ts",
- "id": "backend_src_admin_dto_admin_query_dto"
- },
- {
- "label": "ApiQuery",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 0,
- "norm_label": "apiquery",
- "id": "apiquery"
- },
- {
- "label": "admin.controller.ts",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.controller.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 0,
- "norm_label": "admin.controller.ts",
- "id": "backend_src_admin_admin_controller"
- },
- {
- "label": "user.dto.ts",
- "file_type": "code",
- "source_file": "backend/src/admin/dto/user.dto.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 0,
- "norm_label": "user.dto.ts",
- "id": "backend_src_admin_dto_user_dto"
- },
- {
- "label": "Injectable",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 1,
"community_name": "SettingsService",
"norm_label": "injectable",
"id": "backend_src_settings_settings_service_ts_injectable"
@@ -13215,7 +12899,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 1,
+ "community": 0,
"community_name": "SmsService",
"norm_label": "injectable",
"id": "backend_src_common_services_sms_service_ts_injectable"
@@ -13226,7 +12910,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": "apibearerauth",
"id": "apibearerauth"
},
@@ -13236,7 +12920,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": "apiokresponse",
"id": "apiokresponse"
},
@@ -13246,7 +12930,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": "apioperation",
"id": "apioperation"
},
@@ -13256,7 +12940,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": "apitags",
"id": "apitags"
},
@@ -13266,7 +12950,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": "body",
"id": "body"
},
@@ -13276,7 +12960,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": "controller",
"id": "controller"
},
@@ -13286,7 +12970,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": "delete",
"id": "delete"
},
@@ -13296,7 +12980,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": "get",
"id": "get"
},
@@ -13306,7 +12990,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": "param",
"id": "param"
},
@@ -13316,7 +13000,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": "patch",
"id": "patch"
},
@@ -13326,7 +13010,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": "post",
"id": "post"
},
@@ -13336,7 +13020,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": "put",
"id": "put"
},
@@ -13346,7 +13030,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": "query",
"id": "query"
},
@@ -13356,7 +13040,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": "roles",
"id": "roles"
},
@@ -13366,130 +13050,20 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 1,
+ "community": 0,
"norm_label": "useguards",
"id": "useguards"
},
{
- "label": "create-video.dto.ts",
+ "label": "admin.controller.spec.ts",
"file_type": "code",
- "source_file": "backend/src/videos/dto/create-video.dto.ts",
+ "source_file": "backend/src/admin/admin.controller.spec.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 10,
- "community_name": "CreateVideoDto",
- "norm_label": "create-video.dto.ts",
- "id": "backend_src_videos_dto_create_video_dto"
- },
- {
- "label": "ApiProperty",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 10,
- "community_name": "CreateVideoDto",
- "norm_label": "apiproperty",
- "id": "backend_src_videos_dto_create_video_dto_ts_apiproperty"
- },
- {
- "label": "ApiPropertyOptional",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 10,
- "community_name": "CreateVideoDto",
- "norm_label": "apipropertyoptional",
- "id": "backend_src_videos_dto_create_video_dto_ts_apipropertyoptional"
- },
- {
- "label": "IsBoolean",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 10,
- "community_name": "CreateVideoDto",
- "norm_label": "isboolean",
- "id": "backend_src_videos_dto_create_video_dto_ts_isboolean"
- },
- {
- "label": "IsNotEmpty",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 10,
- "community_name": "CreateVideoDto",
- "norm_label": "isnotempty",
- "id": "backend_src_videos_dto_create_video_dto_ts_isnotempty"
- },
- {
- "label": "IsOptional",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 10,
- "community_name": "CreateVideoDto",
- "norm_label": "isoptional",
- "id": "backend_src_videos_dto_create_video_dto_ts_isoptional"
- },
- {
- "label": "IsString",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 10,
- "community_name": "CreateVideoDto",
- "norm_label": "isstring",
- "id": "backend_src_videos_dto_create_video_dto_ts_isstring"
- },
- {
- "label": "ApiPropertyOptional",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 10,
- "community_name": "CreateVideoDto",
- "norm_label": "apipropertyoptional",
- "id": "backend_src_videos_dto_get_videos_query_dto_ts_apipropertyoptional"
- },
- {
- "label": "IsBoolean",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 10,
- "community_name": "CreateVideoDto",
- "norm_label": "isboolean",
- "id": "backend_src_videos_dto_get_videos_query_dto_ts_isboolean"
- },
- {
- "label": "IsOptional",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 10,
- "community_name": "CreateVideoDto",
- "norm_label": "isoptional",
- "id": "backend_src_videos_dto_get_videos_query_dto_ts_isoptional"
- },
- {
- "label": "videos.controller.ts",
- "file_type": "code",
- "source_file": "backend/src/videos/videos.controller.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 10,
- "community_name": "CreateVideoDto",
- "norm_label": "videos.controller.ts",
- "id": "backend_src_videos_videos_controller"
+ "community": 1,
+ "community_name": "AdminService",
+ "norm_label": "admin.controller.spec.ts",
+ "id": "backend_src_admin_admin_controller_spec"
},
{
"label": "ApiBearerAuth",
@@ -13497,10 +13071,10 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 10,
- "community_name": "CreateVideoDto",
+ "community": 1,
+ "community_name": "AdminService",
"norm_label": "apibearerauth",
- "id": "backend_src_videos_videos_controller_ts_apibearerauth"
+ "id": "backend_src_admin_admin_controller_ts_apibearerauth"
},
{
"label": "ApiOperation",
@@ -13508,21 +13082,10 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 10,
- "community_name": "CreateVideoDto",
+ "community": 1,
+ "community_name": "AdminService",
"norm_label": "apioperation",
- "id": "backend_src_videos_videos_controller_ts_apioperation"
- },
- {
- "label": "ApiQuery",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 10,
- "community_name": "CreateVideoDto",
- "norm_label": "apiquery",
- "id": "backend_src_videos_videos_controller_ts_apiquery"
+ "id": "backend_src_admin_admin_controller_ts_apioperation"
},
{
"label": "ApiTags",
@@ -13530,10 +13093,10 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 10,
- "community_name": "CreateVideoDto",
+ "community": 1,
+ "community_name": "AdminService",
"norm_label": "apitags",
- "id": "backend_src_videos_videos_controller_ts_apitags"
+ "id": "backend_src_admin_admin_controller_ts_apitags"
},
{
"label": "Body",
@@ -13541,10 +13104,10 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 10,
- "community_name": "CreateVideoDto",
+ "community": 1,
+ "community_name": "AdminService",
"norm_label": "body",
- "id": "backend_src_videos_videos_controller_ts_body"
+ "id": "backend_src_admin_admin_controller_ts_body"
},
{
"label": "Controller",
@@ -13552,10 +13115,10 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 10,
- "community_name": "CreateVideoDto",
+ "community": 1,
+ "community_name": "AdminService",
"norm_label": "controller",
- "id": "backend_src_videos_videos_controller_ts_controller"
+ "id": "backend_src_admin_admin_controller_ts_controller"
},
{
"label": "Delete",
@@ -13563,10 +13126,10 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 10,
- "community_name": "CreateVideoDto",
+ "community": 1,
+ "community_name": "AdminService",
"norm_label": "delete",
- "id": "backend_src_videos_videos_controller_ts_delete"
+ "id": "backend_src_admin_admin_controller_ts_delete"
},
{
"label": "Get",
@@ -13574,10 +13137,10 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 10,
- "community_name": "CreateVideoDto",
+ "community": 1,
+ "community_name": "AdminService",
"norm_label": "get",
- "id": "backend_src_videos_videos_controller_ts_get"
+ "id": "backend_src_admin_admin_controller_ts_get"
},
{
"label": "Param",
@@ -13585,10 +13148,10 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 10,
- "community_name": "CreateVideoDto",
+ "community": 1,
+ "community_name": "AdminService",
"norm_label": "param",
- "id": "backend_src_videos_videos_controller_ts_param"
+ "id": "backend_src_admin_admin_controller_ts_param"
},
{
"label": "Post",
@@ -13596,10 +13159,10 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 10,
- "community_name": "CreateVideoDto",
+ "community": 1,
+ "community_name": "AdminService",
"norm_label": "post",
- "id": "backend_src_videos_videos_controller_ts_post"
+ "id": "backend_src_admin_admin_controller_ts_post"
},
{
"label": "Put",
@@ -13607,10 +13170,10 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 10,
- "community_name": "CreateVideoDto",
+ "community": 1,
+ "community_name": "AdminService",
"norm_label": "put",
- "id": "backend_src_videos_videos_controller_ts_put"
+ "id": "backend_src_admin_admin_controller_ts_put"
},
{
"label": "Query",
@@ -13618,10 +13181,10 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 10,
- "community_name": "CreateVideoDto",
+ "community": 1,
+ "community_name": "AdminService",
"norm_label": "query",
- "id": "backend_src_videos_videos_controller_ts_query"
+ "id": "backend_src_admin_admin_controller_ts_query"
},
{
"label": "UseGuards",
@@ -13629,32 +13192,10 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 10,
- "community_name": "CreateVideoDto",
+ "community": 1,
+ "community_name": "AdminService",
"norm_label": "useguards",
- "id": "backend_src_videos_videos_controller_ts_useguards"
- },
- {
- "label": "videos.module.ts",
- "file_type": "code",
- "source_file": "backend/src/videos/videos.module.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 10,
- "community_name": "CreateVideoDto",
- "norm_label": "videos.module.ts",
- "id": "backend_src_videos_videos_module"
- },
- {
- "label": "Module",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 10,
- "community_name": "CreateVideoDto",
- "norm_label": "module",
- "id": "backend_src_videos_videos_module_ts_module"
+ "id": "backend_src_admin_admin_controller_ts_useguards"
},
{
"label": "Injectable",
@@ -13662,32 +13203,535 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 10,
- "community_name": "CreateVideoDto",
+ "community": 1,
+ "community_name": "AdminService",
"norm_label": "injectable",
- "id": "backend_src_videos_videos_service_ts_injectable"
+ "id": "backend_src_admin_admin_service_ts_injectable"
},
{
- "label": "Transform",
+ "label": "ApiProperty",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 10,
- "community_name": "CreateVideoDto",
- "norm_label": "transform",
- "id": "transform"
+ "community": 1,
+ "community_name": "AdminService",
+ "norm_label": "apiproperty",
+ "id": "backend_src_admin_dto_user_dto_ts_apiproperty"
},
{
- "label": "get-videos-query.dto.ts",
+ "label": "ApiPropertyOptional",
"file_type": "code",
- "source_file": "backend/src/videos/dto/get-videos-query.dto.ts",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 1,
+ "community_name": "AdminService",
+ "norm_label": "apipropertyoptional",
+ "id": "backend_src_admin_dto_user_dto_ts_apipropertyoptional"
+ },
+ {
+ "label": "IsEmail",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 1,
+ "community_name": "AdminService",
+ "norm_label": "isemail",
+ "id": "backend_src_admin_dto_user_dto_ts_isemail"
+ },
+ {
+ "label": "IsNotEmpty",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 1,
+ "community_name": "AdminService",
+ "norm_label": "isnotempty",
+ "id": "backend_src_admin_dto_user_dto_ts_isnotempty"
+ },
+ {
+ "label": "IsNumber",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 1,
+ "community_name": "AdminService",
+ "norm_label": "isnumber",
+ "id": "backend_src_admin_dto_user_dto_ts_isnumber"
+ },
+ {
+ "label": "IsOptional",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 1,
+ "community_name": "AdminService",
+ "norm_label": "isoptional",
+ "id": "backend_src_admin_dto_user_dto_ts_isoptional"
+ },
+ {
+ "label": "IsString",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 1,
+ "community_name": "AdminService",
+ "norm_label": "isstring",
+ "id": "backend_src_admin_dto_user_dto_ts_isstring"
+ },
+ {
+ "label": "MinLength",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 1,
+ "community_name": "AdminService",
+ "norm_label": "minlength",
+ "id": "backend_src_admin_dto_user_dto_ts_minlength"
+ },
+ {
+ "label": "ApiQuery",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": "apiquery",
+ "id": "apiquery"
+ },
+ {
+ "label": "admin.controller.ts",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.controller.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": "admin.controller.ts",
+ "id": "backend_src_admin_admin_controller"
+ },
+ {
+ "label": "admin.service.ts",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.service.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": "admin.service.ts",
+ "id": "backend_src_admin_admin_service"
+ },
+ {
+ "label": "user.dto.ts",
+ "file_type": "code",
+ "source_file": "backend/src/admin/dto/user.dto.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": "user.dto.ts",
+ "id": "backend_src_admin_dto_user_dto"
+ },
+ {
+ "label": "CANONICAL_ALIASES",
+ "file_type": "code",
+ "source_file": "backend/src/settings/settings.service.ts",
+ "source_location": "L13",
+ "_origin": "ast",
+ "community": 1,
+ "norm_label": "canonical_aliases",
+ "id": "backend_src_settings_settings_service_canonical_aliases"
+ },
+ {
+ "label": "NetworkBanner.tsx",
+ "file_type": "code",
+ "source_file": "frontend/application/components/NetworkBanner.tsx",
"source_location": "L1",
"_origin": "ast",
"community": 10,
- "community_name": "PaginationDto",
- "norm_label": "get-videos-query.dto.ts",
- "id": "backend_src_videos_dto_get_videos_query_dto"
+ "community_name": "toPersian",
+ "norm_label": "networkbanner.tsx",
+ "id": "frontend_application_components_networkbanner"
+ },
+ {
+ "label": "useNetworkStatus.ts",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/hooks/useNetworkStatus.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 10,
+ "community_name": "toPersian",
+ "norm_label": "usenetworkstatus.ts",
+ "id": "frontend_application_lib_hooks_usenetworkstatus"
+ },
+ {
+ "label": "uiStore.ts",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/store/uiStore.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 10,
+ "community_name": "toPersian",
+ "norm_label": "uistore.ts",
+ "id": "frontend_application_lib_store_uistore"
+ },
+ {
+ "label": "useUIStore",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/store/uiStore.ts",
+ "source_location": "L14",
+ "_origin": "ast",
+ "community": 10,
+ "community_name": "toPersian",
+ "norm_label": "useuistore",
+ "id": "frontend_application_lib_store_uistore_useuistore"
+ },
+ {
+ "label": "EnamadBadge.tsx",
+ "file_type": "code",
+ "source_file": "frontend/application/components/EnamadBadge.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 10,
+ "community_name": "useSettingsStore",
+ "norm_label": "enamadbadge.tsx",
+ "id": "frontend_application_components_enamadbadge"
+ },
+ {
+ "label": "settingsStore.test.ts",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/store/__tests__/settingsStore.test.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 10,
+ "community_name": "useSettingsStore",
+ "norm_label": "settingsstore.test.ts",
+ "id": "frontend_application_lib_store_tests_settingsstore_test"
+ },
+ {
+ "label": "ClientLayout.tsx",
+ "file_type": "code",
+ "source_file": "frontend/application/app/ClientLayout.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 10,
+ "norm_label": "clientlayout.tsx",
+ "id": "frontend_application_app_clientlayout"
+ },
+ {
+ "label": "layout.tsx",
+ "file_type": "code",
+ "source_file": "frontend/application/app/layout.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 10,
+ "norm_label": "layout.tsx",
+ "id": "frontend_application_app_layout"
+ },
+ {
+ "label": "trust-seals/page.tsx",
+ "file_type": "code",
+ "source_file": "frontend/application/app/trust-seals/page.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 10,
+ "norm_label": "trust-seals/page.tsx",
+ "id": "frontend_application_app_trust_seals_page"
+ },
+ {
+ "label": "metadata",
+ "file_type": "code",
+ "source_file": "frontend/application/app/trust-seals/page.tsx",
+ "source_location": "L6",
+ "_origin": "ast",
+ "community": 10,
+ "norm_label": "metadata",
+ "id": "frontend_application_app_trust_seals_page_metadata"
+ },
+ {
+ "label": "AuthModal.tsx",
+ "file_type": "code",
+ "source_file": "frontend/application/components/AuthModal.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 10,
+ "norm_label": "authmodal.tsx",
+ "id": "frontend_application_components_authmodal"
+ },
+ {
+ "label": "B2BPortal.tsx",
+ "file_type": "code",
+ "source_file": "frontend/application/components/B2BPortal.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 10,
+ "norm_label": "b2bportal.tsx",
+ "id": "frontend_application_components_b2bportal"
+ },
+ {
+ "label": "BrandLogo.tsx",
+ "file_type": "code",
+ "source_file": "frontend/application/components/BrandLogo.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 10,
+ "norm_label": "brandlogo.tsx",
+ "id": "frontend_application_components_brandlogo"
+ },
+ {
+ "label": "Footer.tsx",
+ "file_type": "code",
+ "source_file": "frontend/application/components/Footer.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 10,
+ "norm_label": "footer.tsx",
+ "id": "frontend_application_components_footer"
+ },
+ {
+ "label": "Header.tsx",
+ "file_type": "code",
+ "source_file": "frontend/application/components/Header.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 10,
+ "norm_label": "header.tsx",
+ "id": "frontend_application_components_header"
+ },
+ {
+ "label": "MENU_ICONS",
+ "file_type": "code",
+ "source_file": "frontend/application/components/Header.tsx",
+ "source_location": "L19",
+ "_origin": "ast",
+ "community": 10,
+ "norm_label": "menu_icons",
+ "id": "frontend_application_components_header_menu_icons"
+ },
+ {
+ "label": "LoginModal.tsx",
+ "file_type": "code",
+ "source_file": "frontend/application/components/LoginModal.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 10,
+ "norm_label": "loginmodal.tsx",
+ "id": "frontend_application_components_loginmodal"
+ },
+ {
+ "label": "MaintenancePage.tsx",
+ "file_type": "code",
+ "source_file": "frontend/application/components/MaintenancePage.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 10,
+ "norm_label": "maintenancepage.tsx",
+ "id": "frontend_application_components_maintenancepage"
+ },
+ {
+ "label": "SmartAdvisor.tsx",
+ "file_type": "code",
+ "source_file": "frontend/application/components/SmartAdvisor.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 10,
+ "norm_label": "smartadvisor.tsx",
+ "id": "frontend_application_components_smartadvisor"
+ },
+ {
+ "label": "CURRENT_SYMPTOMS",
+ "file_type": "code",
+ "source_file": "frontend/application/components/SmartAdvisor.tsx",
+ "source_location": "L32",
+ "_origin": "ast",
+ "community": 10,
+ "norm_label": "current_symptoms",
+ "id": "frontend_application_components_smartadvisor_current_symptoms"
+ },
+ {
+ "label": "MEDICAL_HISTORIES",
+ "file_type": "code",
+ "source_file": "frontend/application/components/SmartAdvisor.tsx",
+ "source_location": "L43",
+ "_origin": "ast",
+ "community": 10,
+ "norm_label": "medical_histories",
+ "id": "frontend_application_components_smartadvisor_medical_histories"
+ },
+ {
+ "label": "Footer.test.tsx",
+ "file_type": "code",
+ "source_file": "frontend/application/components/__tests__/Footer.test.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 10,
+ "norm_label": "footer.test.tsx",
+ "id": "frontend_application_components_tests_footer_test"
+ },
+ {
+ "label": "TickerBanner.tsx",
+ "file_type": "code",
+ "source_file": "frontend/application/components/TickerBanner.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 10,
+ "norm_label": "tickerbanner.tsx",
+ "id": "frontend_application_components_tickerbanner"
+ },
+ {
+ "label": "settingsStore.ts",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/store/settingsStore.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 10,
+ "norm_label": "settingsstore.ts",
+ "id": "frontend_application_lib_store_settingsstore"
+ },
+ {
+ "label": "useSettingsStore",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/store/settingsStore.ts",
+ "source_location": "L22",
+ "_origin": "ast",
+ "community": 10,
+ "norm_label": "usesettingsstore",
+ "id": "frontend_application_lib_store_settingsstore_usesettingsstore"
+ },
+ {
+ "label": "useUserStore",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/store/userStore.ts",
+ "source_location": "L63",
+ "_origin": "ast",
+ "community": 10,
+ "norm_label": "useuserstore",
+ "id": "frontend_application_lib_store_userstore_useuserstore"
+ },
+ {
+ "label": "10_tech_writer.md",
+ "file_type": "document",
+ "source_file": ".ai_agency/agents/10_tech_writer.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 100,
+ "community_name": "Operational Rules & Boundaries",
+ "norm_label": "10_tech_writer.md",
+ "id": "ai_agency_agents_10_tech_writer"
+ },
+ {
+ "label": "1. Mark Active Task as Complete",
+ "file_type": "document",
+ "source_file": ".ai_agency/agents/10_tech_writer.md",
+ "source_location": "L23",
+ "_origin": "ast",
+ "community": 100,
+ "community_name": "Operational Rules & Boundaries",
+ "norm_label": "1. mark active task as complete",
+ "id": "ai_agency_agents_10_tech_writer_1_mark_active_task_as_complete"
+ },
+ {
+ "label": "2. Documentation Updates",
+ "file_type": "document",
+ "source_file": ".ai_agency/agents/10_tech_writer.md",
+ "source_location": "L30",
+ "_origin": "ast",
+ "community": 100,
+ "community_name": "Operational Rules & Boundaries",
+ "norm_label": "2. documentation updates",
+ "id": "ai_agency_agents_10_tech_writer_2_documentation_updates"
+ },
+ {
+ "label": "3. Dynamic Routing Protocol (CRITICAL)",
+ "file_type": "document",
+ "source_file": ".ai_agency/agents/10_tech_writer.md",
+ "source_location": "L44",
+ "_origin": "ast",
+ "community": 100,
+ "community_name": "Operational Rules & Boundaries",
+ "norm_label": "3. dynamic routing protocol (critical)",
+ "id": "ai_agency_agents_10_tech_writer_3_dynamic_routing_protocol_critical"
+ },
+ {
+ "label": "4. Backlog Insufficiency Check",
+ "file_type": "document",
+ "source_file": ".ai_agency/agents/10_tech_writer.md",
+ "source_location": "L72",
+ "_origin": "ast",
+ "community": 100,
+ "community_name": "Operational Rules & Boundaries",
+ "norm_label": "4. backlog insufficiency check",
+ "id": "ai_agency_agents_10_tech_writer_4_backlog_insufficiency_check"
+ },
+ {
+ "label": "5. Forbidden Actions",
+ "file_type": "document",
+ "source_file": ".ai_agency/agents/10_tech_writer.md",
+ "source_location": "L77",
+ "_origin": "ast",
+ "community": 100,
+ "community_name": "Operational Rules & Boundaries",
+ "norm_label": "5. forbidden actions",
+ "id": "ai_agency_agents_10_tech_writer_5_forbidden_actions"
+ },
+ {
+ "label": "Expected JSON Output Schema",
+ "file_type": "document",
+ "source_file": ".ai_agency/agents/10_tech_writer.md",
+ "source_location": "L96",
+ "_origin": "ast",
+ "community": 100,
+ "community_name": "Operational Rules & Boundaries",
+ "norm_label": "expected json output schema",
+ "id": "ai_agency_agents_10_tech_writer_expected_json_output_schema"
+ },
+ {
+ "label": "Operational Rules & Boundaries",
+ "file_type": "document",
+ "source_file": ".ai_agency/agents/10_tech_writer.md",
+ "source_location": "L21",
+ "_origin": "ast",
+ "community": 100,
+ "community_name": "Operational Rules & Boundaries",
+ "norm_label": "operational rules & boundaries",
+ "id": "ai_agency_agents_10_tech_writer_operational_rules_boundaries"
+ },
+ {
+ "label": "Required Output Artifacts (What files to write/update)",
+ "file_type": "document",
+ "source_file": ".ai_agency/agents/10_tech_writer.md",
+ "source_location": "L84",
+ "_origin": "ast",
+ "community": 100,
+ "community_name": "Operational Rules & Boundaries",
+ "norm_label": "required output artifacts (what files to write/update)",
+ "id": "ai_agency_agents_10_tech_writer_required_output_artifacts_what_files_to_write_update"
+ },
+ {
+ "label": "Role & Core Objective",
+ "file_type": "document",
+ "source_file": ".ai_agency/agents/10_tech_writer.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 100,
+ "community_name": "Operational Rules & Boundaries",
+ "norm_label": "role & core objective",
+ "id": "ai_agency_agents_10_tech_writer_role_core_objective"
+ },
+ {
+ "label": "Strict Input Specifications (What files to read)",
+ "file_type": "document",
+ "source_file": ".ai_agency/agents/10_tech_writer.md",
+ "source_location": "L11",
+ "_origin": "ast",
+ "community": 100,
+ "community_name": "Operational Rules & Boundaries",
+ "norm_label": "strict input specifications (what files to read)",
+ "id": "ai_agency_agents_10_tech_writer_strict_input_specifications_what_files_to_read"
},
{
"label": "11_deploy.md",
@@ -13695,7 +13739,7 @@
"source_file": ".ai_agency/agents/11_deploy.md",
"source_location": "L1",
"_origin": "ast",
- "community": 100,
+ "community": 101,
"community_name": "Operational Rules & Boundaries",
"norm_label": "11_deploy.md",
"id": "ai_agency_agents_11_deploy"
@@ -13706,7 +13750,7 @@
"source_file": ".ai_agency/agents/11_deploy.md",
"source_location": "L22",
"_origin": "ast",
- "community": 100,
+ "community": 101,
"community_name": "Operational Rules & Boundaries",
"norm_label": "1. pre-deployment checklist",
"id": "ai_agency_agents_11_deploy_1_pre_deployment_checklist"
@@ -13717,7 +13761,7 @@
"source_file": ".ai_agency/agents/11_deploy.md",
"source_location": "L37",
"_origin": "ast",
- "community": 100,
+ "community": 101,
"community_name": "Operational Rules & Boundaries",
"norm_label": "2. build verification",
"id": "ai_agency_agents_11_deploy_2_build_verification"
@@ -13728,7 +13772,7 @@
"source_file": ".ai_agency/agents/11_deploy.md",
"source_location": "L52",
"_origin": "ast",
- "community": 100,
+ "community": 101,
"community_name": "Operational Rules & Boundaries",
"norm_label": "3. deployment strategy (based on target)",
"id": "ai_agency_agents_11_deploy_3_deployment_strategy_based_on_target"
@@ -13739,7 +13783,7 @@
"source_file": ".ai_agency/agents/11_deploy.md",
"source_location": "L75",
"_origin": "ast",
- "community": 100,
+ "community": 101,
"community_name": "Operational Rules & Boundaries",
"norm_label": "4. post-deployment health check",
"id": "ai_agency_agents_11_deploy_4_post_deployment_health_check"
@@ -13750,7 +13794,7 @@
"source_file": ".ai_agency/agents/11_deploy.md",
"source_location": "L82",
"_origin": "ast",
- "community": 100,
+ "community": 101,
"community_name": "Operational Rules & Boundaries",
"norm_label": "5. forbidden actions",
"id": "ai_agency_agents_11_deploy_5_forbidden_actions"
@@ -13761,7 +13805,7 @@
"source_file": ".ai_agency/agents/11_deploy.md",
"source_location": "L102",
"_origin": "ast",
- "community": 100,
+ "community": 101,
"community_name": "Operational Rules & Boundaries",
"norm_label": "expected json output schema",
"id": "ai_agency_agents_11_deploy_expected_json_output_schema"
@@ -13772,7 +13816,7 @@
"source_file": ".ai_agency/agents/11_deploy.md",
"source_location": "L20",
"_origin": "ast",
- "community": 100,
+ "community": 101,
"community_name": "Operational Rules & Boundaries",
"norm_label": "operational rules & boundaries",
"id": "ai_agency_agents_11_deploy_operational_rules_boundaries"
@@ -13783,7 +13827,7 @@
"source_file": ".ai_agency/agents/11_deploy.md",
"source_location": "L90",
"_origin": "ast",
- "community": 100,
+ "community": 101,
"community_name": "Operational Rules & Boundaries",
"norm_label": "required output artifacts (what files to write/update)",
"id": "ai_agency_agents_11_deploy_required_output_artifacts_what_files_to_write_update"
@@ -13794,7 +13838,7 @@
"source_file": ".ai_agency/agents/11_deploy.md",
"source_location": "L1",
"_origin": "ast",
- "community": 100,
+ "community": 101,
"community_name": "Operational Rules & Boundaries",
"norm_label": "role & core objective",
"id": "ai_agency_agents_11_deploy_role_core_objective"
@@ -13805,7 +13849,7 @@
"source_file": ".ai_agency/agents/11_deploy.md",
"source_location": "L9",
"_origin": "ast",
- "community": 100,
+ "community": 101,
"community_name": "Operational Rules & Boundaries",
"norm_label": "strict input specifications (what files to read)",
"id": "ai_agency_agents_11_deploy_strict_input_specifications_what_files_to_read"
@@ -13816,7 +13860,7 @@
"source_file": "backend/src/app.controller.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 101,
+ "community": 102,
"community_name": "App Health Controller",
"norm_label": "app.controller.ts",
"id": "backend_src_app_controller"
@@ -13827,7 +13871,7 @@
"source_file": "backend/src/app.controller.spec.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 101,
+ "community": 102,
"community_name": "App Health Controller",
"norm_label": "app.controller.spec.ts",
"id": "backend_src_app_controller_spec"
@@ -13838,7 +13882,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 101,
+ "community": 102,
"community_name": "App Health Controller",
"norm_label": "controller",
"id": "backend_src_app_controller_ts_controller"
@@ -13849,7 +13893,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 101,
+ "community": 102,
"community_name": "App Health Controller",
"norm_label": "get",
"id": "backend_src_app_controller_ts_get"
@@ -13860,7 +13904,7 @@
"source_file": "backend/src/app.service.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 101,
+ "community": 102,
"community_name": "App Health Controller",
"norm_label": "app.service.ts",
"id": "backend_src_app_service"
@@ -13871,21 +13915,96 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 101,
+ "community": 102,
"community_name": "App Health Controller",
"norm_label": "injectable",
"id": "backend_src_app_service_ts_injectable"
},
{
- "label": "Injectable",
+ "label": "ApiPropertyOptional",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 102,
- "community_name": "PetsService",
- "norm_label": "injectable",
- "id": "backend_src_pets_pets_service_ts_injectable"
+ "community": 103,
+ "community_name": "AdminTransactionFilterDto",
+ "norm_label": "apipropertyoptional",
+ "id": "backend_src_payment_dto_admin_transaction_filter_dto_ts_apipropertyoptional"
+ },
+ {
+ "label": "IsIn",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 103,
+ "community_name": "AdminTransactionFilterDto",
+ "norm_label": "isin",
+ "id": "backend_src_payment_dto_admin_transaction_filter_dto_ts_isin"
+ },
+ {
+ "label": "IsNumber",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 103,
+ "community_name": "AdminTransactionFilterDto",
+ "norm_label": "isnumber",
+ "id": "backend_src_payment_dto_admin_transaction_filter_dto_ts_isnumber"
+ },
+ {
+ "label": "IsOptional",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 103,
+ "community_name": "AdminTransactionFilterDto",
+ "norm_label": "isoptional",
+ "id": "backend_src_payment_dto_admin_transaction_filter_dto_ts_isoptional"
+ },
+ {
+ "label": "IsString",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 103,
+ "community_name": "AdminTransactionFilterDto",
+ "norm_label": "isstring",
+ "id": "backend_src_payment_dto_admin_transaction_filter_dto_ts_isstring"
+ },
+ {
+ "label": "Type",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 103,
+ "community_name": "AdminTransactionFilterDto",
+ "norm_label": "type",
+ "id": "backend_src_payment_dto_admin_transaction_filter_dto_ts_type"
+ },
+ {
+ "label": "admin-transaction-filter.dto.ts",
+ "file_type": "code",
+ "source_file": "backend/src/payment/dto/admin-transaction-filter.dto.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 103,
+ "norm_label": "admin-transaction-filter.dto.ts",
+ "id": "backend_src_payment_dto_admin_transaction_filter_dto"
+ },
+ {
+ "label": "payment.service.ts",
+ "file_type": "code",
+ "source_file": "backend/src/payment/payment.service.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 103,
+ "norm_label": "payment.service.ts",
+ "id": "backend_src_payment_payment_service"
},
{
"label": "vazirmatn-v33.003/CHANGELOG.md",
@@ -13893,7 +14012,7 @@
"source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md",
"source_location": "L1",
"_origin": "ast",
- "community": 103,
+ "community": 104,
"community_name": "Vazirmatn Changelog",
"norm_label": "vazirmatn-v33.003/changelog.md",
"id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog"
@@ -13904,7 +14023,7 @@
"source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md",
"source_location": "L85",
"_origin": "ast",
- "community": 103,
+ "community": 104,
"community_name": "Vazirmatn Changelog",
"norm_label": "32.0.0",
"id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_32_0_0"
@@ -13915,7 +14034,7 @@
"source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md",
"source_location": "L77",
"_origin": "ast",
- "community": 103,
+ "community": 104,
"community_name": "Vazirmatn Changelog",
"norm_label": "32.1",
"id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_32_1"
@@ -13926,7 +14045,7 @@
"source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md",
"source_location": "L69",
"_origin": "ast",
- "community": 103,
+ "community": 104,
"community_name": "Vazirmatn Changelog",
"norm_label": "32.101",
"id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_32_101"
@@ -13937,7 +14056,7 @@
"source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md",
"source_location": "L57",
"_origin": "ast",
- "community": 103,
+ "community": 104,
"community_name": "Vazirmatn Changelog",
"norm_label": "32.102",
"id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_32_102"
@@ -13948,7 +14067,7 @@
"source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md",
"source_location": "L31",
"_origin": "ast",
- "community": 103,
+ "community": 104,
"community_name": "Vazirmatn Changelog",
"norm_label": "33.000",
"id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_33_000"
@@ -13959,7 +14078,7 @@
"source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md",
"source_location": "L23",
"_origin": "ast",
- "community": 103,
+ "community": 104,
"community_name": "Vazirmatn Changelog",
"norm_label": "33.001",
"id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_33_001"
@@ -13970,7 +14089,7 @@
"source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md",
"source_location": "L11",
"_origin": "ast",
- "community": 103,
+ "community": 104,
"community_name": "Vazirmatn Changelog",
"norm_label": "33.002",
"id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_33_002"
@@ -13981,7 +14100,7 @@
"source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md",
"source_location": "L3",
"_origin": "ast",
- "community": 103,
+ "community": 104,
"community_name": "Vazirmatn Changelog",
"norm_label": "33.003",
"id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_33_003"
@@ -13992,7 +14111,7 @@
"source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md",
"source_location": "L158",
"_origin": "ast",
- "community": 103,
+ "community": 104,
"community_name": "Vazirmatn Changelog",
"norm_label": "old vazir changelog",
"id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_old_vazir_changelog"
@@ -14003,7 +14122,7 @@
"source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md",
"source_location": "L1",
"_origin": "ast",
- "community": 103,
+ "community": 104,
"community_name": "Vazirmatn Changelog",
"norm_label": "vazirmatn changelog",
"id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_vazirmatn_changelog"
@@ -14014,7 +14133,7 @@
"source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md",
"source_location": "L1",
"_origin": "ast",
- "community": 104,
+ "community": 105,
"community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646",
"norm_label": "vazirmatn-v33.003/readme.md",
"id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme"
@@ -14025,7 +14144,7 @@
"source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md",
"source_location": "L41",
"_origin": "ast",
- "community": 104,
+ "community": 105,
"community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646",
"norm_label": "arch linux ([aur](https://aur.archlinux.org/packages/vazirmatn-fonts))",
"id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_arch_linux_aur_https_aur_archlinux_org_packages_vazirmatn_fonts"
@@ -14036,7 +14155,7 @@
"source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md",
"source_location": "L60",
"_origin": "ast",
- "community": 104,
+ "community": 105,
"community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646",
"norm_label": "authors",
"id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_authors"
@@ -14047,7 +14166,7 @@
"source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md",
"source_location": "L46",
"_origin": "ast",
- "community": 104,
+ "community": 105,
"community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646",
"norm_label": "build",
"id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_build"
@@ -14058,7 +14177,7 @@
"source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md",
"source_location": "L27",
"_origin": "ast",
- "community": 104,
+ "community": 105,
"community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646",
"norm_label": "cdn",
"id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_cdn"
@@ -14069,7 +14188,7 @@
"source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md",
"source_location": "L11",
"_origin": "ast",
- "community": 104,
+ "community": 105,
"community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646",
"norm_label": "download",
"id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_download"
@@ -14080,7 +14199,7 @@
"source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md",
"source_location": "L9",
"_origin": "ast",
- "community": 104,
+ "community": 105,
"community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646",
"norm_label": "install",
"id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_install"
@@ -14091,7 +14210,7 @@
"source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md",
"source_location": "L57",
"_origin": "ast",
- "community": 104,
+ "community": 105,
"community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646",
"norm_label": "license",
"id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_license"
@@ -14102,7 +14221,7 @@
"source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md",
"source_location": "L17",
"_origin": "ast",
- "community": 104,
+ "community": 105,
"community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646",
"norm_label": "[npm](https://www.npmjs.com/package/vazirmatn)",
"id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_npm_https_www_npmjs_com_package_vazirmatn"
@@ -14113,7 +14232,7 @@
"source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md",
"source_location": "L50",
"_origin": "ast",
- "community": 104,
+ "community": 105,
"community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646",
"norm_label": "thank you",
"id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_thank_you"
@@ -14124,7 +14243,7 @@
"source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md",
"source_location": "L1",
"_origin": "ast",
- "community": 104,
+ "community": 105,
"community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646",
"norm_label": "vazirmatn font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646",
"id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_vazirmatn_font_\u0641\u0648\u0646\u062a_\u0648\u0632\u06cc\u0631\u0645\u062a\u0646"
@@ -14135,7 +14254,7 @@
"source_file": ".ai_agency/agents/02_ceo.md",
"source_location": "L1",
"_origin": "ast",
- "community": 105,
+ "community": 106,
"community_name": "Operational Rules & Boundaries",
"norm_label": "02_ceo.md",
"id": "ai_agency_agents_02_ceo"
@@ -14146,7 +14265,7 @@
"source_file": ".ai_agency/agents/02_ceo.md",
"source_location": "L17",
"_origin": "ast",
- "community": 105,
+ "community": 106,
"community_name": "Operational Rules & Boundaries",
"norm_label": "1. mode & direction decision",
"id": "ai_agency_agents_02_ceo_1_mode_direction_decision"
@@ -14157,7 +14276,7 @@
"source_file": ".ai_agency/agents/02_ceo.md",
"source_location": "L25",
"_origin": "ast",
- "community": 105,
+ "community": 106,
"community_name": "Operational Rules & Boundaries",
"norm_label": "2. brownfield strategic evaluation",
"id": "ai_agency_agents_02_ceo_2_brownfield_strategic_evaluation"
@@ -14168,7 +14287,7 @@
"source_file": ".ai_agency/agents/02_ceo.md",
"source_location": "L32",
"_origin": "ast",
- "community": 105,
+ "community": 106,
"community_name": "Operational Rules & Boundaries",
"norm_label": "3. risk assessment",
"id": "ai_agency_agents_02_ceo_3_risk_assessment"
@@ -14179,7 +14298,7 @@
"source_file": ".ai_agency/agents/02_ceo.md",
"source_location": "L39",
"_origin": "ast",
- "community": 105,
+ "community": 106,
"community_name": "Operational Rules & Boundaries",
"norm_label": "4. forbidden actions",
"id": "ai_agency_agents_02_ceo_4_forbidden_actions"
@@ -14190,7 +14309,7 @@
"source_file": ".ai_agency/agents/02_ceo.md",
"source_location": "L56",
"_origin": "ast",
- "community": 105,
+ "community": 106,
"community_name": "Operational Rules & Boundaries",
"norm_label": "expected json output schema",
"id": "ai_agency_agents_02_ceo_expected_json_output_schema"
@@ -14201,7 +14320,7 @@
"source_file": ".ai_agency/agents/02_ceo.md",
"source_location": "L15",
"_origin": "ast",
- "community": 105,
+ "community": 106,
"community_name": "Operational Rules & Boundaries",
"norm_label": "operational rules & boundaries",
"id": "ai_agency_agents_02_ceo_operational_rules_boundaries"
@@ -14212,7 +14331,7 @@
"source_file": ".ai_agency/agents/02_ceo.md",
"source_location": "L47",
"_origin": "ast",
- "community": 105,
+ "community": 106,
"community_name": "Operational Rules & Boundaries",
"norm_label": "required output artifacts (what files to write/update)",
"id": "ai_agency_agents_02_ceo_required_output_artifacts_what_files_to_write_update"
@@ -14223,7 +14342,7 @@
"source_file": ".ai_agency/agents/02_ceo.md",
"source_location": "L1",
"_origin": "ast",
- "community": 105,
+ "community": 106,
"community_name": "Operational Rules & Boundaries",
"norm_label": "role & core objective",
"id": "ai_agency_agents_02_ceo_role_core_objective"
@@ -14234,7 +14353,7 @@
"source_file": ".ai_agency/agents/02_ceo.md",
"source_location": "L7",
"_origin": "ast",
- "community": 105,
+ "community": 106,
"community_name": "Operational Rules & Boundaries",
"norm_label": "strict input specifications (what files to read)",
"id": "ai_agency_agents_02_ceo_strict_input_specifications_what_files_to_read"
@@ -14245,7 +14364,7 @@
"source_file": "backend/README.md",
"source_location": "L1",
"_origin": "ast",
- "community": 106,
+ "community": 107,
"community_name": "backend/README.md",
"norm_label": "backend/readme.md",
"id": "backend_readme"
@@ -14256,7 +14375,7 @@
"source_file": "backend/README.md",
"source_location": "L34",
"_origin": "ast",
- "community": 106,
+ "community": 107,
"community_name": "backend/README.md",
"norm_label": "compile and run the project",
"id": "backend_readme_compile_and_run_the_project"
@@ -14267,7 +14386,7 @@
"source_file": "backend/README.md",
"source_location": "L60",
"_origin": "ast",
- "community": 106,
+ "community": 107,
"community_name": "backend/README.md",
"norm_label": "deployment",
"id": "backend_readme_deployment"
@@ -14278,7 +14397,7 @@
"source_file": "backend/README.md",
"source_location": "L24",
"_origin": "ast",
- "community": 106,
+ "community": 107,
"community_name": "backend/README.md",
"norm_label": "description",
"id": "backend_readme_description"
@@ -14289,7 +14408,7 @@
"source_file": "backend/README.md",
"source_location": "L96",
"_origin": "ast",
- "community": 106,
+ "community": 107,
"community_name": "backend/README.md",
"norm_label": "license",
"id": "backend_readme_license"
@@ -14300,7 +14419,7 @@
"source_file": "backend/README.md",
"source_location": "L28",
"_origin": "ast",
- "community": 106,
+ "community": 107,
"community_name": "backend/README.md",
"norm_label": "project setup",
"id": "backend_readme_project_setup"
@@ -14311,7 +14430,7 @@
"source_file": "backend/README.md",
"source_location": "L73",
"_origin": "ast",
- "community": 106,
+ "community": 107,
"community_name": "backend/README.md",
"norm_label": "resources",
"id": "backend_readme_resources"
@@ -14322,7 +14441,7 @@
"source_file": "backend/README.md",
"source_location": "L47",
"_origin": "ast",
- "community": 106,
+ "community": 107,
"community_name": "backend/README.md",
"norm_label": "run tests",
"id": "backend_readme_run_tests"
@@ -14333,7 +14452,7 @@
"source_file": "backend/README.md",
"source_location": "L90",
"_origin": "ast",
- "community": 106,
+ "community": 107,
"community_name": "backend/README.md",
"norm_label": "stay in touch",
"id": "backend_readme_stay_in_touch"
@@ -14344,88 +14463,11 @@
"source_file": "backend/README.md",
"source_location": "L86",
"_origin": "ast",
- "community": 106,
+ "community": 107,
"community_name": "backend/README.md",
"norm_label": "support",
"id": "backend_readme_support"
},
- {
- "label": "ApiBearerAuth",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 107,
- "community_name": "PetsController",
- "norm_label": "apibearerauth",
- "id": "backend_src_pets_pets_controller_ts_apibearerauth"
- },
- {
- "label": "ApiTags",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 107,
- "community_name": "PetsController",
- "norm_label": "apitags",
- "id": "backend_src_pets_pets_controller_ts_apitags"
- },
- {
- "label": "Controller",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 107,
- "community_name": "PetsController",
- "norm_label": "controller",
- "id": "backend_src_pets_pets_controller_ts_controller"
- },
- {
- "label": "UseGuards",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 107,
- "community_name": "PetsController",
- "norm_label": "useguards",
- "id": "backend_src_pets_pets_controller_ts_useguards"
- },
- {
- "label": "pets.controller.spec.ts",
- "file_type": "code",
- "source_file": "backend/src/pets/pets.controller.spec.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 107,
- "community_name": "pets/pets.controller.ts",
- "norm_label": "pets.controller.spec.ts",
- "id": "backend_src_pets_pets_controller_spec"
- },
- {
- "label": "pets.module.ts",
- "file_type": "code",
- "source_file": "backend/src/pets/pets.module.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 107,
- "community_name": "pets/pets.controller.ts",
- "norm_label": "pets.module.ts",
- "id": "backend_src_pets_pets_module"
- },
- {
- "label": "Module",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 107,
- "community_name": "pets/pets.controller.ts",
- "norm_label": "module",
- "id": "backend_src_pets_pets_module_ts_module"
- },
{
"label": "00-repository-map.md",
"file_type": "document",
@@ -14647,317 +14689,205 @@
"id": "docs_audit_validate_integrity_warnings"
},
{
- "label": "ApiProperty",
+ "label": "BackButton.tsx",
"file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 11,
- "community_name": "CreateReviewDto",
- "norm_label": "apiproperty",
- "id": "backend_src_reviews_dto_create_review_dto_ts_apiproperty"
- },
- {
- "label": "IsNotEmpty",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 11,
- "community_name": "CreateReviewDto",
- "norm_label": "isnotempty",
- "id": "backend_src_reviews_dto_create_review_dto_ts_isnotempty"
- },
- {
- "label": "IsOptional",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 11,
- "community_name": "CreateReviewDto",
- "norm_label": "isoptional",
- "id": "backend_src_reviews_dto_create_review_dto_ts_isoptional"
- },
- {
- "label": "IsString",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 11,
- "community_name": "CreateReviewDto",
- "norm_label": "isstring",
- "id": "backend_src_reviews_dto_create_review_dto_ts_isstring"
- },
- {
- "label": "ApiProperty",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 11,
- "community_name": "CreateReviewDto",
- "norm_label": "apiproperty",
- "id": "backend_src_reviews_dto_update_review_dto_ts_apiproperty"
- },
- {
- "label": "IsIn",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 11,
- "community_name": "CreateReviewDto",
- "norm_label": "isin",
- "id": "backend_src_reviews_dto_update_review_dto_ts_isin"
- },
- {
- "label": "IsOptional",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 11,
- "community_name": "CreateReviewDto",
- "norm_label": "isoptional",
- "id": "backend_src_reviews_dto_update_review_dto_ts_isoptional"
- },
- {
- "label": "IsString",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 11,
- "community_name": "CreateReviewDto",
- "norm_label": "isstring",
- "id": "backend_src_reviews_dto_update_review_dto_ts_isstring"
- },
- {
- "label": "ApiBearerAuth",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 11,
- "community_name": "CreateReviewDto",
- "norm_label": "apibearerauth",
- "id": "backend_src_reviews_reviews_controller_ts_apibearerauth"
- },
- {
- "label": "ApiOperation",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 11,
- "community_name": "CreateReviewDto",
- "norm_label": "apioperation",
- "id": "backend_src_reviews_reviews_controller_ts_apioperation"
- },
- {
- "label": "ApiTags",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 11,
- "community_name": "CreateReviewDto",
- "norm_label": "apitags",
- "id": "backend_src_reviews_reviews_controller_ts_apitags"
- },
- {
- "label": "Body",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 11,
- "community_name": "CreateReviewDto",
- "norm_label": "body",
- "id": "backend_src_reviews_reviews_controller_ts_body"
- },
- {
- "label": "Controller",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 11,
- "community_name": "CreateReviewDto",
- "norm_label": "controller",
- "id": "backend_src_reviews_reviews_controller_ts_controller"
- },
- {
- "label": "Delete",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 11,
- "community_name": "CreateReviewDto",
- "norm_label": "delete",
- "id": "backend_src_reviews_reviews_controller_ts_delete"
- },
- {
- "label": "Get",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 11,
- "community_name": "CreateReviewDto",
- "norm_label": "get",
- "id": "backend_src_reviews_reviews_controller_ts_get"
- },
- {
- "label": "Param",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 11,
- "community_name": "CreateReviewDto",
- "norm_label": "param",
- "id": "backend_src_reviews_reviews_controller_ts_param"
- },
- {
- "label": "Patch",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 11,
- "community_name": "CreateReviewDto",
- "norm_label": "patch",
- "id": "backend_src_reviews_reviews_controller_ts_patch"
- },
- {
- "label": "Post",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 11,
- "community_name": "CreateReviewDto",
- "norm_label": "post",
- "id": "backend_src_reviews_reviews_controller_ts_post"
- },
- {
- "label": "Query",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 11,
- "community_name": "CreateReviewDto",
- "norm_label": "query",
- "id": "backend_src_reviews_reviews_controller_ts_query"
- },
- {
- "label": "Req",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 11,
- "community_name": "CreateReviewDto",
- "norm_label": "req",
- "id": "backend_src_reviews_reviews_controller_ts_req"
- },
- {
- "label": "UseGuards",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 11,
- "community_name": "CreateReviewDto",
- "norm_label": "useguards",
- "id": "backend_src_reviews_reviews_controller_ts_useguards"
- },
- {
- "label": "Injectable",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 11,
- "community_name": "CreateReviewDto",
- "norm_label": "injectable",
- "id": "backend_src_reviews_reviews_service_ts_injectable"
- },
- {
- "label": "Max",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 11,
- "community_name": "CreateReviewDto",
- "norm_label": "max",
- "id": "max"
- },
- {
- "label": "create-review.dto.ts",
- "file_type": "code",
- "source_file": "backend/src/reviews/dto/create-review.dto.ts",
+ "source_file": "frontend/application/components/BackButton.tsx",
"source_location": "L1",
"_origin": "ast",
"community": 11,
- "norm_label": "create-review.dto.ts",
- "id": "backend_src_reviews_dto_create_review_dto"
+ "community_name": "PetProfile.tsx",
+ "norm_label": "backbutton.tsx",
+ "id": "frontend_application_components_backbutton"
},
{
- "label": "update-review.dto.ts",
+ "label": "checkout/page.tsx",
"file_type": "code",
- "source_file": "backend/src/reviews/dto/update-review.dto.ts",
+ "source_file": "frontend/application/app/checkout/page.tsx",
"source_location": "L1",
"_origin": "ast",
"community": 11,
- "norm_label": "update-review.dto.ts",
- "id": "backend_src_reviews_dto_update_review_dto"
+ "community_name": "UserDashboard.tsx",
+ "norm_label": "checkout/page.tsx",
+ "id": "frontend_application_app_checkout_page"
},
{
- "label": "Roles",
+ "label": "dashboard/page.tsx",
"file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 11,
- "norm_label": "roles",
- "id": "backend_src_reviews_reviews_controller_ts_roles"
- },
- {
- "label": "reviews.service.ts",
- "file_type": "code",
- "source_file": "backend/src/reviews/reviews.service.ts",
+ "source_file": "frontend/application/app/dashboard/page.tsx",
"source_location": "L1",
"_origin": "ast",
"community": 11,
- "norm_label": "reviews.service.ts",
- "id": "backend_src_reviews_reviews_service"
+ "community_name": "UserDashboard.tsx",
+ "norm_label": "dashboard/page.tsx",
+ "id": "frontend_application_app_dashboard_page"
},
{
- "label": "IsInt",
+ "label": "AddressModal.tsx",
"file_type": "code",
- "source_file": "",
- "source_location": "",
+ "source_file": "frontend/application/components/AddressModal.tsx",
+ "source_location": "L1",
"_origin": "ast",
"community": 11,
- "norm_label": "isint",
- "id": "isint"
+ "community_name": "UserDashboard.tsx",
+ "norm_label": "addressmodal.tsx",
+ "id": "frontend_application_components_addressmodal"
},
{
- "label": "Min",
+ "label": "DeleteConfirmModal.tsx",
"file_type": "code",
- "source_file": "",
- "source_location": "",
+ "source_file": "frontend/application/components/DeleteConfirmModal.tsx",
+ "source_location": "L1",
"_origin": "ast",
"community": 11,
- "norm_label": "min",
- "id": "min"
+ "community_name": "UserDashboard.tsx",
+ "norm_label": "deleteconfirmmodal.tsx",
+ "id": "frontend_application_components_deleteconfirmmodal"
+ },
+ {
+ "label": "SearchableSelect.tsx",
+ "file_type": "code",
+ "source_file": "frontend/application/components/SearchableSelect.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 11,
+ "community_name": "UserDashboard.tsx",
+ "norm_label": "searchableselect.tsx",
+ "id": "frontend_application_components_searchableselect"
+ },
+ {
+ "label": "provinces.ts",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/data/provinces.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 11,
+ "community_name": "UserDashboard.tsx",
+ "norm_label": "provinces.ts",
+ "id": "frontend_application_lib_data_provinces"
+ },
+ {
+ "label": "IRAN_PROVINCES",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/data/provinces.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 11,
+ "community_name": "UserDashboard.tsx",
+ "norm_label": "iran_provinces",
+ "id": "frontend_application_lib_data_provinces_iran_provinces"
+ },
+ {
+ "label": "PROVINCE_CITIES",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/data/provinces.ts",
+ "source_location": "L35",
+ "_origin": "ast",
+ "community": 11,
+ "community_name": "UserDashboard.tsx",
+ "norm_label": "province_cities",
+ "id": "frontend_application_lib_data_provinces_province_cities"
+ },
+ {
+ "label": "HeaderButton.tsx",
+ "file_type": "code",
+ "source_file": "frontend/application/components/HeaderButton.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 11,
+ "community_name": "toPersian",
+ "norm_label": "headerbutton.tsx",
+ "id": "frontend_application_components_headerbutton"
+ },
+ {
+ "label": "utils.ts",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/utils.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 11,
+ "community_name": "toPersian",
+ "norm_label": "utils.ts",
+ "id": "frontend_application_lib_utils"
+ },
+ {
+ "label": "verify/page.tsx",
+ "file_type": "code",
+ "source_file": "frontend/application/app/payment/verify/page.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 11,
+ "norm_label": "verify/page.tsx",
+ "id": "frontend_application_app_payment_verify_page"
+ },
+ {
+ "label": "CheckoutPage.tsx",
+ "file_type": "code",
+ "source_file": "frontend/application/components/CheckoutPage.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 11,
+ "norm_label": "checkoutpage.tsx",
+ "id": "frontend_application_components_checkoutpage"
+ },
+ {
+ "label": "OrderDetailsModal.tsx",
+ "file_type": "code",
+ "source_file": "frontend/application/components/OrderDetailsModal.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 11,
+ "norm_label": "orderdetailsmodal.tsx",
+ "id": "frontend_application_components_orderdetailsmodal"
+ },
+ {
+ "label": "TopUpModal.tsx",
+ "file_type": "code",
+ "source_file": "frontend/application/components/TopUpModal.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 11,
+ "norm_label": "topupmodal.tsx",
+ "id": "frontend_application_components_topupmodal"
+ },
+ {
+ "label": "PRESET_AMOUNTS",
+ "file_type": "code",
+ "source_file": "frontend/application/components/TopUpModal.tsx",
+ "source_location": "L17",
+ "_origin": "ast",
+ "community": 11,
+ "norm_label": "preset_amounts",
+ "id": "frontend_application_components_topupmodal_preset_amounts"
+ },
+ {
+ "label": "UserDashboard.tsx",
+ "file_type": "code",
+ "source_file": "frontend/application/components/UserDashboard.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 11,
+ "norm_label": "userdashboard.tsx",
+ "id": "frontend_application_components_userdashboard"
+ },
+ {
+ "label": "ticketService.ts",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/services/ticketService.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 11,
+ "norm_label": "ticketservice.ts",
+ "id": "frontend_application_lib_services_ticketservice"
+ },
+ {
+ "label": "ticketService",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/services/ticketService.ts",
+ "source_location": "L43",
+ "_origin": "ast",
+ "community": 11,
+ "norm_label": "ticketservice",
+ "id": "frontend_application_lib_services_ticketservice_ticketservice"
},
{
"label": "admin-panel/package.json",
@@ -15528,89 +15458,13 @@
"norm_label": "version",
"id": "backend_package_version"
},
- {
- "label": "ApiPropertyOptional",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 117,
- "community_name": "AdminTransactionFilterDto",
- "norm_label": "apipropertyoptional",
- "id": "backend_src_payment_dto_admin_transaction_filter_dto_ts_apipropertyoptional"
- },
- {
- "label": "IsIn",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 117,
- "community_name": "AdminTransactionFilterDto",
- "norm_label": "isin",
- "id": "backend_src_payment_dto_admin_transaction_filter_dto_ts_isin"
- },
- {
- "label": "IsNumber",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 117,
- "community_name": "AdminTransactionFilterDto",
- "norm_label": "isnumber",
- "id": "backend_src_payment_dto_admin_transaction_filter_dto_ts_isnumber"
- },
- {
- "label": "IsOptional",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 117,
- "community_name": "AdminTransactionFilterDto",
- "norm_label": "isoptional",
- "id": "backend_src_payment_dto_admin_transaction_filter_dto_ts_isoptional"
- },
- {
- "label": "IsString",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 117,
- "community_name": "AdminTransactionFilterDto",
- "norm_label": "isstring",
- "id": "backend_src_payment_dto_admin_transaction_filter_dto_ts_isstring"
- },
- {
- "label": "Type",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 117,
- "community_name": "AdminTransactionFilterDto",
- "norm_label": "type",
- "id": "backend_src_payment_dto_admin_transaction_filter_dto_ts_type"
- },
- {
- "label": "admin-transaction-filter.dto.ts",
- "file_type": "code",
- "source_file": "backend/src/payment/dto/admin-transaction-filter.dto.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 117,
- "norm_label": "admin-transaction-filter.dto.ts",
- "id": "backend_src_payment_dto_admin_transaction_filter_dto"
- },
{
"label": "exports.md",
"file_type": "document",
"source_file": ".claude/skills/graphify/references/exports.md",
"source_location": "L1",
"_origin": "ast",
- "community": 118,
+ "community": 117,
"community_name": "graphify reference: extra exports and benchmark",
"norm_label": "exports.md",
"id": "claude_skills_graphify_references_exports"
@@ -15621,7 +15475,7 @@
"source_file": ".claude/skills/graphify/references/exports.md",
"source_location": "L1",
"_origin": "ast",
- "community": 118,
+ "community": 117,
"community_name": "graphify reference: extra exports and benchmark",
"norm_label": "graphify reference: extra exports and benchmark",
"id": "claude_skills_graphify_references_exports_graphify_reference_extra_exports_and_benchmark"
@@ -15632,7 +15486,7 @@
"source_file": ".claude/skills/graphify/references/exports.md",
"source_location": "L5",
"_origin": "ast",
- "community": 118,
+ "community": 117,
"community_name": "graphify reference: extra exports and benchmark",
"norm_label": "step 6b - wiki (only if --wiki flag)",
"id": "claude_skills_graphify_references_exports_step_6b_wiki_only_if_wiki_flag"
@@ -15643,7 +15497,7 @@
"source_file": ".claude/skills/graphify/references/exports.md",
"source_location": "L15",
"_origin": "ast",
- "community": 118,
+ "community": 117,
"community_name": "graphify reference: extra exports and benchmark",
"norm_label": "step 7 - neo4j export (only if --neo4j or --neo4j-push flag)",
"id": "claude_skills_graphify_references_exports_step_7_neo4j_export_only_if_neo4j_or_neo4j_push_flag"
@@ -15654,7 +15508,7 @@
"source_file": ".claude/skills/graphify/references/exports.md",
"source_location": "L31",
"_origin": "ast",
- "community": 118,
+ "community": 117,
"community_name": "graphify reference: extra exports and benchmark",
"norm_label": "step 7a - falkordb export (only if --falkordb or --falkordb-push flag)",
"id": "claude_skills_graphify_references_exports_step_7a_falkordb_export_only_if_falkordb_or_falkordb_push_flag"
@@ -15665,7 +15519,7 @@
"source_file": ".claude/skills/graphify/references/exports.md",
"source_location": "L47",
"_origin": "ast",
- "community": 118,
+ "community": 117,
"community_name": "graphify reference: extra exports and benchmark",
"norm_label": "step 7b - svg export (only if --svg flag)",
"id": "claude_skills_graphify_references_exports_step_7b_svg_export_only_if_svg_flag"
@@ -15676,7 +15530,7 @@
"source_file": ".claude/skills/graphify/references/exports.md",
"source_location": "L53",
"_origin": "ast",
- "community": 118,
+ "community": 117,
"community_name": "graphify reference: extra exports and benchmark",
"norm_label": "step 7c - graphml export (only if --graphml flag)",
"id": "claude_skills_graphify_references_exports_step_7c_graphml_export_only_if_graphml_flag"
@@ -15687,7 +15541,7 @@
"source_file": ".claude/skills/graphify/references/exports.md",
"source_location": "L59",
"_origin": "ast",
- "community": 118,
+ "community": 117,
"community_name": "graphify reference: extra exports and benchmark",
"norm_label": "step 7d - mcp server (only if --mcp flag)",
"id": "claude_skills_graphify_references_exports_step_7d_mcp_server_only_if_mcp_flag"
@@ -15698,7 +15552,7 @@
"source_file": ".claude/skills/graphify/references/exports.md",
"source_location": "L79",
"_origin": "ast",
- "community": 118,
+ "community": 117,
"community_name": "graphify reference: extra exports and benchmark",
"norm_label": "step 8 - token reduction benchmark (only if total_words > 5000)",
"id": "claude_skills_graphify_references_exports_step_8_token_reduction_benchmark_only_if_total_words_5000"
@@ -15709,7 +15563,7 @@
"source_file": "docs/audit/21-phase2-quality-gate-summary.md",
"source_location": "L1",
"_origin": "ast",
- "community": 119,
+ "community": 118,
"community_name": "Phase 2 Final Quality Gate Summary Report",
"norm_label": "21-phase2-quality-gate-summary.md",
"id": "docs_audit_21_phase2_quality_gate_summary"
@@ -15720,7 +15574,7 @@
"source_file": "docs/audit/21-phase2-quality-gate-summary.md",
"source_location": "L3",
"_origin": "ast",
- "community": 119,
+ "community": 118,
"community_name": "Phase 2 Final Quality Gate Summary Report",
"norm_label": "1. executive summary",
"id": "docs_audit_21_phase2_quality_gate_summary_1_executive_summary"
@@ -15731,7 +15585,7 @@
"source_file": "docs/audit/21-phase2-quality-gate-summary.md",
"source_location": "L16",
"_origin": "ast",
- "community": 119,
+ "community": 118,
"community_name": "Phase 2 Final Quality Gate Summary Report",
"norm_label": "2. final verified finding breakdown",
"id": "docs_audit_21_phase2_quality_gate_summary_2_final_verified_finding_breakdown"
@@ -15742,7 +15596,7 @@
"source_file": "docs/audit/21-phase2-quality-gate-summary.md",
"source_location": "L31",
"_origin": "ast",
- "community": 119,
+ "community": 118,
"community_name": "Phase 2 Final Quality Gate Summary Report",
"norm_label": "3. source coverage & diagnostic metrics",
"id": "docs_audit_21_phase2_quality_gate_summary_3_source_coverage_diagnostic_metrics"
@@ -15753,7 +15607,7 @@
"source_file": "docs/audit/21-phase2-quality-gate-summary.md",
"source_location": "L40",
"_origin": "ast",
- "community": 119,
+ "community": 118,
"community_name": "Phase 2 Final Quality Gate Summary Report",
"norm_label": "4. integrity check & quality gate status",
"id": "docs_audit_21_phase2_quality_gate_summary_4_integrity_check_quality_gate_status"
@@ -15764,7 +15618,7 @@
"source_file": "docs/audit/21-phase2-quality-gate-summary.md",
"source_location": "L47",
"_origin": "ast",
- "community": 119,
+ "community": 118,
"community_name": "Phase 2 Final Quality Gate Summary Report",
"norm_label": "5. exact next recommended phase",
"id": "docs_audit_21_phase2_quality_gate_summary_5_exact_next_recommended_phase"
@@ -15775,7 +15629,7 @@
"source_file": "docs/audit/21-phase2-quality-gate-summary.md",
"source_location": "L25",
"_origin": "ast",
- "community": 119,
+ "community": 118,
"community_name": "Phase 2 Final Quality Gate Summary Report",
"norm_label": "by confidence",
"id": "docs_audit_21_phase2_quality_gate_summary_by_confidence"
@@ -15786,7 +15640,7 @@
"source_file": "docs/audit/21-phase2-quality-gate-summary.md",
"source_location": "L18",
"_origin": "ast",
- "community": 119,
+ "community": 118,
"community_name": "Phase 2 Final Quality Gate Summary Report",
"norm_label": "by severity",
"id": "docs_audit_21_phase2_quality_gate_summary_by_severity"
@@ -15797,315 +15651,18 @@
"source_file": "docs/audit/21-phase2-quality-gate-summary.md",
"source_location": "L1",
"_origin": "ast",
- "community": 119,
+ "community": 118,
"community_name": "Phase 2 Final Quality Gate Summary Report",
"norm_label": "phase 2 final quality gate summary report",
"id": "docs_audit_21_phase2_quality_gate_summary_phase_2_final_quality_gate_summary_report"
},
- {
- "label": "categories.controller.ts",
- "file_type": "code",
- "source_file": "backend/src/admin/categories.controller.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 12,
- "community_name": "PaginationDto",
- "norm_label": "categories.controller.ts",
- "id": "backend_src_admin_categories_controller"
- },
- {
- "label": "blogs/blogs.controller.ts",
- "file_type": "code",
- "source_file": "backend/src/blogs/blogs.controller.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 12,
- "community_name": "PaginationDto",
- "norm_label": "blogs/blogs.controller.ts",
- "id": "backend_src_blogs_blogs_controller"
- },
- {
- "label": "blogs.module.ts",
- "file_type": "code",
- "source_file": "backend/src/blogs/blogs.module.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 12,
- "community_name": "PaginationDto",
- "norm_label": "blogs.module.ts",
- "id": "backend_src_blogs_blogs_module"
- },
- {
- "label": "Module",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 12,
- "community_name": "PaginationDto",
- "norm_label": "module",
- "id": "backend_src_blogs_blogs_module_ts_module"
- },
- {
- "label": "blogs/blogs.service.ts",
- "file_type": "code",
- "source_file": "backend/src/blogs/blogs.service.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 12,
- "community_name": "PaginationDto",
- "norm_label": "blogs/blogs.service.ts",
- "id": "backend_src_blogs_blogs_service"
- },
- {
- "label": "Injectable",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 12,
- "community_name": "PaginationDto",
- "norm_label": "injectable",
- "id": "backend_src_blogs_blogs_service_ts_injectable"
- },
- {
- "label": "pagination.dto.ts",
- "file_type": "code",
- "source_file": "backend/src/common/dto/pagination.dto.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 12,
- "community_name": "PaginationDto",
- "norm_label": "pagination.dto.ts",
- "id": "backend_src_common_dto_pagination_dto"
- },
- {
- "label": "ApiPropertyOptional",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 12,
- "community_name": "PaginationDto",
- "norm_label": "apipropertyoptional",
- "id": "backend_src_common_dto_pagination_dto_ts_apipropertyoptional"
- },
- {
- "label": "IsEnum",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 12,
- "community_name": "PaginationDto",
- "norm_label": "isenum",
- "id": "backend_src_common_dto_pagination_dto_ts_isenum"
- },
- {
- "label": "IsInt",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 12,
- "community_name": "PaginationDto",
- "norm_label": "isint",
- "id": "backend_src_common_dto_pagination_dto_ts_isint"
- },
- {
- "label": "IsOptional",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 12,
- "community_name": "PaginationDto",
- "norm_label": "isoptional",
- "id": "backend_src_common_dto_pagination_dto_ts_isoptional"
- },
- {
- "label": "IsString",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 12,
- "community_name": "PaginationDto",
- "norm_label": "isstring",
- "id": "backend_src_common_dto_pagination_dto_ts_isstring"
- },
- {
- "label": "Min",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 12,
- "community_name": "PaginationDto",
- "norm_label": "min",
- "id": "backend_src_common_dto_pagination_dto_ts_min"
- },
- {
- "label": "Type",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 12,
- "community_name": "PaginationDto",
- "norm_label": "type",
- "id": "backend_src_common_dto_pagination_dto_ts_type"
- },
- {
- "label": "wiki/wiki.controller.ts",
- "file_type": "code",
- "source_file": "backend/src/wiki/wiki.controller.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 12,
- "community_name": "PaginationDto",
- "norm_label": "wiki/wiki.controller.ts",
- "id": "backend_src_wiki_wiki_controller"
- },
- {
- "label": "wiki.module.ts",
- "file_type": "code",
- "source_file": "backend/src/wiki/wiki.module.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 12,
- "community_name": "PaginationDto",
- "norm_label": "wiki.module.ts",
- "id": "backend_src_wiki_wiki_module"
- },
- {
- "label": "Module",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 12,
- "community_name": "PaginationDto",
- "norm_label": "module",
- "id": "backend_src_wiki_wiki_module_ts_module"
- },
- {
- "label": "wiki/wiki.service.ts",
- "file_type": "code",
- "source_file": "backend/src/wiki/wiki.service.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 12,
- "community_name": "PaginationDto",
- "norm_label": "wiki/wiki.service.ts",
- "id": "backend_src_wiki_wiki_service"
- },
- {
- "label": "Injectable",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 12,
- "community_name": "PaginationDto",
- "norm_label": "injectable",
- "id": "backend_src_wiki_wiki_service_ts_injectable"
- },
- {
- "label": "ApiNotFoundResponse",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 12,
- "community_name": "WikiController",
- "norm_label": "apinotfoundresponse",
- "id": "backend_src_wiki_wiki_controller_ts_apinotfoundresponse"
- },
- {
- "label": "ApiOkResponse",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 12,
- "community_name": "WikiController",
- "norm_label": "apiokresponse",
- "id": "backend_src_wiki_wiki_controller_ts_apiokresponse"
- },
- {
- "label": "ApiOperation",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 12,
- "community_name": "WikiController",
- "norm_label": "apioperation",
- "id": "backend_src_wiki_wiki_controller_ts_apioperation"
- },
- {
- "label": "ApiTags",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 12,
- "community_name": "WikiController",
- "norm_label": "apitags",
- "id": "backend_src_wiki_wiki_controller_ts_apitags"
- },
- {
- "label": "Controller",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 12,
- "community_name": "WikiController",
- "norm_label": "controller",
- "id": "backend_src_wiki_wiki_controller_ts_controller"
- },
- {
- "label": "Get",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 12,
- "community_name": "WikiController",
- "norm_label": "get",
- "id": "backend_src_wiki_wiki_controller_ts_get"
- },
- {
- "label": "Param",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 12,
- "community_name": "WikiController",
- "norm_label": "param",
- "id": "backend_src_wiki_wiki_controller_ts_param"
- },
- {
- "label": "Query",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 12,
- "community_name": "WikiController",
- "norm_label": "query",
- "id": "backend_src_wiki_wiki_controller_ts_query"
- },
{
"label": "phase3.1-change-log.md",
"file_type": "document",
"source_file": "docs/audit/phase3.1-change-log.md",
"source_location": "L1",
"_origin": "ast",
- "community": 120,
+ "community": 119,
"community_name": "Task Modifications Log",
"norm_label": "phase3.1-change-log.md",
"id": "docs_audit_phase3_1_change_log"
@@ -16116,7 +15673,7 @@
"source_file": "docs/audit/phase3.1-change-log.md",
"source_location": "L10",
"_origin": "ast",
- "community": 120,
+ "community": 119,
"community_name": "Task Modifications Log",
"norm_label": "1. `task-auth-001`",
"id": "docs_audit_phase3_1_change_log_1_task_auth_001"
@@ -16127,7 +15684,7 @@
"source_file": "docs/audit/phase3.1-change-log.md",
"source_location": "L19",
"_origin": "ast",
- "community": 120,
+ "community": 119,
"community_name": "Task Modifications Log",
"norm_label": "2. `task-fin-001`",
"id": "docs_audit_phase3_1_change_log_2_task_fin_001"
@@ -16138,7 +15695,7 @@
"source_file": "docs/audit/phase3.1-change-log.md",
"source_location": "L28",
"_origin": "ast",
- "community": 120,
+ "community": 119,
"community_name": "Task Modifications Log",
"norm_label": "3. `decision-002`",
"id": "docs_audit_phase3_1_change_log_3_decision_002"
@@ -16149,7 +15706,7 @@
"source_file": "docs/audit/phase3.1-change-log.md",
"source_location": "L37",
"_origin": "ast",
- "community": 120,
+ "community": 119,
"community_name": "Task Modifications Log",
"norm_label": "4. `task-verify-001`",
"id": "docs_audit_phase3_1_change_log_4_task_verify_001"
@@ -16160,7 +15717,7 @@
"source_file": "docs/audit/phase3.1-change-log.md",
"source_location": "L46",
"_origin": "ast",
- "community": 120,
+ "community": 119,
"community_name": "Task Modifications Log",
"norm_label": "5. `task-sec-001` & `task-sec-002`",
"id": "docs_audit_phase3_1_change_log_5_task_sec_001_task_sec_002"
@@ -16171,7 +15728,7 @@
"source_file": "docs/audit/phase3.1-change-log.md",
"source_location": "L55",
"_origin": "ast",
- "community": 120,
+ "community": 119,
"community_name": "Task Modifications Log",
"norm_label": "6. `task-build-001` & execution waves",
"id": "docs_audit_phase3_1_change_log_6_task_build_001_execution_waves"
@@ -16182,7 +15739,7 @@
"source_file": "docs/audit/phase3.1-change-log.md",
"source_location": "L1",
"_origin": "ast",
- "community": 120,
+ "community": 119,
"community_name": "Task Modifications Log",
"norm_label": "phase 3.1 \u2014 master task backlog change log",
"id": "docs_audit_phase3_1_change_log_phase_3_1_master_task_backlog_change_log"
@@ -16193,18 +15750,315 @@
"source_file": "docs/audit/phase3.1-change-log.md",
"source_location": "L8",
"_origin": "ast",
- "community": 120,
+ "community": 119,
"community_name": "Task Modifications Log",
"norm_label": "task modifications log",
"id": "docs_audit_phase3_1_change_log_task_modifications_log"
},
+ {
+ "label": "create-video.dto.ts",
+ "file_type": "code",
+ "source_file": "backend/src/videos/dto/create-video.dto.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 12,
+ "community_name": "CreateVideoDto",
+ "norm_label": "create-video.dto.ts",
+ "id": "backend_src_videos_dto_create_video_dto"
+ },
+ {
+ "label": "ApiProperty",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 12,
+ "community_name": "CreateVideoDto",
+ "norm_label": "apiproperty",
+ "id": "backend_src_videos_dto_create_video_dto_ts_apiproperty"
+ },
+ {
+ "label": "ApiPropertyOptional",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 12,
+ "community_name": "CreateVideoDto",
+ "norm_label": "apipropertyoptional",
+ "id": "backend_src_videos_dto_create_video_dto_ts_apipropertyoptional"
+ },
+ {
+ "label": "IsBoolean",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 12,
+ "community_name": "CreateVideoDto",
+ "norm_label": "isboolean",
+ "id": "backend_src_videos_dto_create_video_dto_ts_isboolean"
+ },
+ {
+ "label": "IsNotEmpty",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 12,
+ "community_name": "CreateVideoDto",
+ "norm_label": "isnotempty",
+ "id": "backend_src_videos_dto_create_video_dto_ts_isnotempty"
+ },
+ {
+ "label": "IsOptional",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 12,
+ "community_name": "CreateVideoDto",
+ "norm_label": "isoptional",
+ "id": "backend_src_videos_dto_create_video_dto_ts_isoptional"
+ },
+ {
+ "label": "IsString",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 12,
+ "community_name": "CreateVideoDto",
+ "norm_label": "isstring",
+ "id": "backend_src_videos_dto_create_video_dto_ts_isstring"
+ },
+ {
+ "label": "ApiPropertyOptional",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 12,
+ "community_name": "CreateVideoDto",
+ "norm_label": "apipropertyoptional",
+ "id": "backend_src_videos_dto_get_videos_query_dto_ts_apipropertyoptional"
+ },
+ {
+ "label": "IsBoolean",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 12,
+ "community_name": "CreateVideoDto",
+ "norm_label": "isboolean",
+ "id": "backend_src_videos_dto_get_videos_query_dto_ts_isboolean"
+ },
+ {
+ "label": "IsOptional",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 12,
+ "community_name": "CreateVideoDto",
+ "norm_label": "isoptional",
+ "id": "backend_src_videos_dto_get_videos_query_dto_ts_isoptional"
+ },
+ {
+ "label": "videos.controller.ts",
+ "file_type": "code",
+ "source_file": "backend/src/videos/videos.controller.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 12,
+ "community_name": "CreateVideoDto",
+ "norm_label": "videos.controller.ts",
+ "id": "backend_src_videos_videos_controller"
+ },
+ {
+ "label": "ApiBearerAuth",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 12,
+ "community_name": "CreateVideoDto",
+ "norm_label": "apibearerauth",
+ "id": "backend_src_videos_videos_controller_ts_apibearerauth"
+ },
+ {
+ "label": "ApiOperation",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 12,
+ "community_name": "CreateVideoDto",
+ "norm_label": "apioperation",
+ "id": "backend_src_videos_videos_controller_ts_apioperation"
+ },
+ {
+ "label": "ApiQuery",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 12,
+ "community_name": "CreateVideoDto",
+ "norm_label": "apiquery",
+ "id": "backend_src_videos_videos_controller_ts_apiquery"
+ },
+ {
+ "label": "ApiTags",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 12,
+ "community_name": "CreateVideoDto",
+ "norm_label": "apitags",
+ "id": "backend_src_videos_videos_controller_ts_apitags"
+ },
+ {
+ "label": "Body",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 12,
+ "community_name": "CreateVideoDto",
+ "norm_label": "body",
+ "id": "backend_src_videos_videos_controller_ts_body"
+ },
+ {
+ "label": "Controller",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 12,
+ "community_name": "CreateVideoDto",
+ "norm_label": "controller",
+ "id": "backend_src_videos_videos_controller_ts_controller"
+ },
+ {
+ "label": "Delete",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 12,
+ "community_name": "CreateVideoDto",
+ "norm_label": "delete",
+ "id": "backend_src_videos_videos_controller_ts_delete"
+ },
+ {
+ "label": "Get",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 12,
+ "community_name": "CreateVideoDto",
+ "norm_label": "get",
+ "id": "backend_src_videos_videos_controller_ts_get"
+ },
+ {
+ "label": "Param",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 12,
+ "community_name": "CreateVideoDto",
+ "norm_label": "param",
+ "id": "backend_src_videos_videos_controller_ts_param"
+ },
+ {
+ "label": "Post",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 12,
+ "community_name": "CreateVideoDto",
+ "norm_label": "post",
+ "id": "backend_src_videos_videos_controller_ts_post"
+ },
+ {
+ "label": "Put",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 12,
+ "community_name": "CreateVideoDto",
+ "norm_label": "put",
+ "id": "backend_src_videos_videos_controller_ts_put"
+ },
+ {
+ "label": "Query",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 12,
+ "community_name": "CreateVideoDto",
+ "norm_label": "query",
+ "id": "backend_src_videos_videos_controller_ts_query"
+ },
+ {
+ "label": "UseGuards",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 12,
+ "community_name": "CreateVideoDto",
+ "norm_label": "useguards",
+ "id": "backend_src_videos_videos_controller_ts_useguards"
+ },
+ {
+ "label": "Injectable",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 12,
+ "community_name": "CreateVideoDto",
+ "norm_label": "injectable",
+ "id": "backend_src_videos_videos_service_ts_injectable"
+ },
+ {
+ "label": "Transform",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 12,
+ "community_name": "CreateVideoDto",
+ "norm_label": "transform",
+ "id": "transform"
+ },
+ {
+ "label": "get-videos-query.dto.ts",
+ "file_type": "code",
+ "source_file": "backend/src/videos/dto/get-videos-query.dto.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 12,
+ "community_name": "PaginationDto",
+ "norm_label": "get-videos-query.dto.ts",
+ "id": "backend_src_videos_dto_get_videos_query_dto"
+ },
{
"label": "shabnam-font-v5.0.1/README.md",
"file_type": "document",
"source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md",
"source_location": "L1",
"_origin": "ast",
- "community": 121,
+ "community": 120,
"community_name": "Install",
"norm_label": "shabnam-font-v5.0.1/readme.md",
"id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme"
@@ -16215,7 +16069,7 @@
"source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md",
"source_location": "L110",
"_origin": "ast",
- "community": 121,
+ "community": 120,
"community_name": "Install",
"norm_label": "arch linux",
"id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_arch_linux"
@@ -16226,7 +16080,7 @@
"source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md",
"source_location": "L80",
"_origin": "ast",
- "community": 121,
+ "community": 120,
"community_name": "Install",
"norm_label": "bower",
"id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_bower"
@@ -16237,7 +16091,7 @@
"source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md",
"source_location": "L76",
"_origin": "ast",
- "community": 121,
+ "community": 120,
"community_name": "Install",
"norm_label": "install",
"id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_install"
@@ -16248,7 +16102,7 @@
"source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md",
"source_location": "L86",
"_origin": "ast",
- "community": 121,
+ "community": 120,
"community_name": "Install",
"norm_label": "npm",
"id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_npm"
@@ -16259,7 +16113,7 @@
"source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md",
"source_location": "L1",
"_origin": "ast",
- "community": 121,
+ "community": 120,
"community_name": "Install",
"norm_label": "shabnam font",
"id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_shabnam_font"
@@ -16270,7 +16124,7 @@
"source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md",
"source_location": "L91",
"_origin": "ast",
- "community": 121,
+ "community": 120,
"community_name": "Install",
"norm_label": "yarn",
"id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_yarn"
@@ -16281,7 +16135,7 @@
"source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md",
"source_location": "L17",
"_origin": "ast",
- "community": 121,
+ "community": 120,
"community_name": "Install",
"norm_label": "\u0637\u0631\u06cc\u0642\u0647 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u062f\u0631 \u0635\u0641\u062d\u0627\u062a \u0648\u0628:",
"id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u062f\u0631_\u0635\u0641\u062d\u0627\u062a_\u0648\u0628"
@@ -16292,7 +16146,7 @@
"source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md",
"source_location": "L14",
"_origin": "ast",
- "community": 121,
+ "community": 120,
"community_name": "Install",
"norm_label": "\u0646\u0645\u0648\u0646\u0647 \u0645\u062a\u0646 sample:",
"id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_\u0646\u0645\u0648\u0646\u0647_\u0645\u062a\u0646_sample"
@@ -16303,7 +16157,7 @@
"source_file": "frontend/application/components/ErrorBoundary.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 122,
+ "community": 121,
"community_name": "React Error Boundary",
"norm_label": "errorboundary.tsx",
"id": "frontend_application_components_errorboundary"
@@ -16314,7 +16168,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L1",
"_origin": "ast",
- "community": 123,
+ "community": 122,
"community_name": "Application Package Config",
"norm_label": "application/package.json",
"id": "frontend_application_package"
@@ -16325,7 +16179,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L2",
"_origin": "ast",
- "community": 123,
+ "community": 122,
"community_name": "Application Package Config",
"norm_label": "name",
"id": "frontend_application_package_name"
@@ -16336,7 +16190,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L4",
"_origin": "ast",
- "community": 123,
+ "community": 122,
"community_name": "Application Package Config",
"norm_label": "private",
"id": "frontend_application_package_private"
@@ -16347,7 +16201,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L5",
"_origin": "ast",
- "community": 123,
+ "community": 122,
"community_name": "Application Package Config",
"norm_label": "scripts",
"id": "frontend_application_package_scripts"
@@ -16358,7 +16212,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L7",
"_origin": "ast",
- "community": 123,
+ "community": 122,
"community_name": "Application Package Config",
"norm_label": "build",
"id": "frontend_application_package_scripts_build"
@@ -16369,7 +16223,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L6",
"_origin": "ast",
- "community": 123,
+ "community": 122,
"community_name": "Application Package Config",
"norm_label": "dev",
"id": "frontend_application_package_scripts_dev"
@@ -16380,7 +16234,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L9",
"_origin": "ast",
- "community": 123,
+ "community": 122,
"community_name": "Application Package Config",
"norm_label": "lint",
"id": "frontend_application_package_scripts_lint"
@@ -16391,7 +16245,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L8",
"_origin": "ast",
- "community": 123,
+ "community": 122,
"community_name": "Application Package Config",
"norm_label": "start",
"id": "frontend_application_package_scripts_start"
@@ -16402,7 +16256,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L3",
"_origin": "ast",
- "community": 123,
+ "community": 122,
"community_name": "Application Package Config",
"norm_label": "version",
"id": "frontend_application_package_version"
@@ -16413,7 +16267,7 @@
"source_file": "backend/scripts/generate-openapi.js",
"source_location": "L1",
"_origin": "ast",
- "community": 124,
+ "community": 123,
"norm_label": "generate-openapi.js",
"id": "backend_scripts_generate_openapi"
},
@@ -16423,7 +16277,7 @@
"source_file": "backend/scripts/generate-openapi.js",
"source_location": "L37",
"_origin": "ast",
- "community": 124,
+ "community": 123,
"norm_label": "app_module_1",
"id": "backend_scripts_generate_openapi_app_module_1"
},
@@ -16433,7 +16287,7 @@
"source_file": "backend/scripts/generate-openapi.js",
"source_location": "L36",
"_origin": "ast",
- "community": 124,
+ "community": 123,
"norm_label": "core_1",
"id": "backend_scripts_generate_openapi_core_1"
},
@@ -16443,7 +16297,7 @@
"source_file": "backend/scripts/generate-openapi.js",
"source_location": "L39",
"_origin": "ast",
- "community": 124,
+ "community": 123,
"norm_label": "fs",
"id": "backend_scripts_generate_openapi_fs"
},
@@ -16453,7 +16307,7 @@
"source_file": "backend/scripts/generate-openapi.js",
"source_location": "L40",
"_origin": "ast",
- "community": 124,
+ "community": 123,
"norm_label": "path",
"id": "backend_scripts_generate_openapi_path"
},
@@ -16463,7 +16317,7 @@
"source_file": "backend/scripts/generate-openapi.js",
"source_location": "L38",
"_origin": "ast",
- "community": 124,
+ "community": 123,
"norm_label": "swagger_1",
"id": "backend_scripts_generate_openapi_swagger_1"
},
@@ -16473,7 +16327,7 @@
"source_file": "backend/scripts/generate-openapi.js",
"source_location": "L41",
"_origin": "ast",
- "community": 124,
+ "community": 123,
"norm_label": "yaml",
"id": "backend_scripts_generate_openapi_yaml"
},
@@ -16483,7 +16337,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 125,
+ "community": 124,
"community_name": "InitiatePaymentDto",
"norm_label": "apiproperty",
"id": "backend_src_payment_dto_initiate_payment_dto_ts_apiproperty"
@@ -16494,7 +16348,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 125,
+ "community": 124,
"community_name": "InitiatePaymentDto",
"norm_label": "apipropertyoptional",
"id": "backend_src_payment_dto_initiate_payment_dto_ts_apipropertyoptional"
@@ -16505,7 +16359,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 125,
+ "community": 124,
"community_name": "InitiatePaymentDto",
"norm_label": "isnotempty",
"id": "backend_src_payment_dto_initiate_payment_dto_ts_isnotempty"
@@ -16516,7 +16370,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 125,
+ "community": 124,
"community_name": "InitiatePaymentDto",
"norm_label": "isoptional",
"id": "backend_src_payment_dto_initiate_payment_dto_ts_isoptional"
@@ -16527,7 +16381,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 125,
+ "community": 124,
"community_name": "InitiatePaymentDto",
"norm_label": "isstring",
"id": "backend_src_payment_dto_initiate_payment_dto_ts_isstring"
@@ -16538,7 +16392,7 @@
"source_file": "backend/src/payment/dto/initiate-payment.dto.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 125,
+ "community": 124,
"norm_label": "initiate-payment.dto.ts",
"id": "backend_src_payment_dto_initiate_payment_dto"
},
@@ -16548,7 +16402,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 126,
+ "community": 125,
"community_name": "SmsLogQueryDto",
"norm_label": "apipropertyoptional",
"id": "backend_src_settings_dto_sms_log_query_dto_ts_apipropertyoptional"
@@ -16559,7 +16413,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 126,
+ "community": 125,
"community_name": "SmsLogQueryDto",
"norm_label": "isin",
"id": "backend_src_settings_dto_sms_log_query_dto_ts_isin"
@@ -16570,7 +16424,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 126,
+ "community": 125,
"community_name": "SmsLogQueryDto",
"norm_label": "isnumber",
"id": "backend_src_settings_dto_sms_log_query_dto_ts_isnumber"
@@ -16581,7 +16435,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 126,
+ "community": 125,
"community_name": "SmsLogQueryDto",
"norm_label": "isoptional",
"id": "backend_src_settings_dto_sms_log_query_dto_ts_isoptional"
@@ -16592,7 +16446,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 126,
+ "community": 125,
"community_name": "SmsLogQueryDto",
"norm_label": "isstring",
"id": "backend_src_settings_dto_sms_log_query_dto_ts_isstring"
@@ -16603,7 +16457,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 126,
+ "community": 125,
"community_name": "SmsLogQueryDto",
"norm_label": "type",
"id": "backend_src_settings_dto_sms_log_query_dto_ts_type"
@@ -16614,10 +16468,76 @@
"source_file": "backend/src/settings/dto/sms-log-query.dto.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 126,
+ "community": 125,
"norm_label": "sms-log-query.dto.ts",
"id": "backend_src_settings_dto_sms_log_query_dto"
},
+ {
+ "label": "ApiNotFoundResponse",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 126,
+ "community_name": "WikiController",
+ "norm_label": "apinotfoundresponse",
+ "id": "backend_src_wiki_wiki_controller_ts_apinotfoundresponse"
+ },
+ {
+ "label": "ApiOkResponse",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 126,
+ "community_name": "WikiController",
+ "norm_label": "apiokresponse",
+ "id": "backend_src_wiki_wiki_controller_ts_apiokresponse"
+ },
+ {
+ "label": "ApiOperation",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 126,
+ "community_name": "WikiController",
+ "norm_label": "apioperation",
+ "id": "backend_src_wiki_wiki_controller_ts_apioperation"
+ },
+ {
+ "label": "Get",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 126,
+ "community_name": "WikiController",
+ "norm_label": "get",
+ "id": "backend_src_wiki_wiki_controller_ts_get"
+ },
+ {
+ "label": "Param",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 126,
+ "community_name": "WikiController",
+ "norm_label": "param",
+ "id": "backend_src_wiki_wiki_controller_ts_param"
+ },
+ {
+ "label": "Query",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 126,
+ "community_name": "WikiController",
+ "norm_label": "query",
+ "id": "backend_src_wiki_wiki_controller_ts_query"
+ },
{
"label": "01-system-discovery.md",
"file_type": "document",
@@ -16828,222 +16748,404 @@
"id": "backend_src_common_metrics_controller_ts_res"
},
{
- "label": "admin/blogs.controller.ts",
+ "label": "tsconfig.node.json",
"file_type": "code",
- "source_file": "backend/src/admin/blogs.controller.ts",
+ "source_file": "frontend/admin-panel/tsconfig.node.json",
"source_location": "L1",
"_origin": "ast",
"community": 13,
- "community_name": "BlogsService",
- "norm_label": "admin/blogs.controller.ts",
- "id": "backend_src_admin_blogs_controller"
+ "community_name": "Node TypeScript Config",
+ "norm_label": "tsconfig.node.json",
+ "id": "frontend_admin_panel_tsconfig_node"
},
{
- "label": "admin/blogs.service.ts",
+ "label": "compilerOptions",
"file_type": "code",
- "source_file": "backend/src/admin/blogs.service.ts",
- "source_location": "L1",
+ "source_file": "frontend/admin-panel/tsconfig.node.json",
+ "source_location": "L2",
"_origin": "ast",
"community": 13,
- "community_name": "BlogsService",
- "norm_label": "admin/blogs.service.ts",
- "id": "backend_src_admin_blogs_service"
+ "community_name": "Node TypeScript Config",
+ "norm_label": "compileroptions",
+ "id": "frontend_admin_panel_tsconfig_node_compileroptions"
},
{
- "label": "Injectable",
+ "label": "allowImportingTsExtensions",
"file_type": "code",
- "source_file": "",
- "source_location": "",
+ "source_file": "frontend/admin-panel/tsconfig.node.json",
+ "source_location": "L12",
"_origin": "ast",
"community": 13,
- "community_name": "BlogsService",
- "norm_label": "injectable",
- "id": "backend_src_admin_blogs_service_ts_injectable"
+ "community_name": "Node TypeScript Config",
+ "norm_label": "allowimportingtsextensions",
+ "id": "frontend_admin_panel_tsconfig_node_compileroptions_allowimportingtsextensions"
},
{
- "label": "Module",
+ "label": "erasableSyntaxOnly",
"file_type": "code",
- "source_file": "",
- "source_location": "",
+ "source_file": "frontend/admin-panel/tsconfig.node.json",
+ "source_location": "L20",
"_origin": "ast",
"community": 13,
- "community_name": "admin.module.ts",
+ "community_name": "Node TypeScript Config",
+ "norm_label": "erasablesyntaxonly",
+ "id": "frontend_admin_panel_tsconfig_node_compileroptions_erasablesyntaxonly"
+ },
+ {
+ "label": "lib",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/tsconfig.node.json",
+ "source_location": "L5",
+ "_origin": "ast",
+ "community": 13,
+ "community_name": "Node TypeScript Config",
+ "norm_label": "lib",
+ "id": "frontend_admin_panel_tsconfig_node_compileroptions_lib"
+ },
+ {
+ "label": "module",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/tsconfig.node.json",
+ "source_location": "L6",
+ "_origin": "ast",
+ "community": 13,
+ "community_name": "Node TypeScript Config",
"norm_label": "module",
- "id": "backend_src_admin_admin_module_ts_module"
+ "id": "frontend_admin_panel_tsconfig_node_compileroptions_module"
},
{
- "label": "reports.controller.ts",
+ "label": "moduleDetection",
"file_type": "code",
- "source_file": "backend/src/admin/reports.controller.ts",
+ "source_file": "frontend/admin-panel/tsconfig.node.json",
+ "source_location": "L14",
+ "_origin": "ast",
+ "community": 13,
+ "community_name": "Node TypeScript Config",
+ "norm_label": "moduledetection",
+ "id": "frontend_admin_panel_tsconfig_node_compileroptions_moduledetection"
+ },
+ {
+ "label": "moduleResolution",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/tsconfig.node.json",
+ "source_location": "L11",
+ "_origin": "ast",
+ "community": 13,
+ "community_name": "Node TypeScript Config",
+ "norm_label": "moduleresolution",
+ "id": "frontend_admin_panel_tsconfig_node_compileroptions_moduleresolution"
+ },
+ {
+ "label": "noEmit",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/tsconfig.node.json",
+ "source_location": "L15",
+ "_origin": "ast",
+ "community": 13,
+ "community_name": "Node TypeScript Config",
+ "norm_label": "noemit",
+ "id": "frontend_admin_panel_tsconfig_node_compileroptions_noemit"
+ },
+ {
+ "label": "noFallthroughCasesInSwitch",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/tsconfig.node.json",
+ "source_location": "L21",
+ "_origin": "ast",
+ "community": 13,
+ "community_name": "Node TypeScript Config",
+ "norm_label": "nofallthroughcasesinswitch",
+ "id": "frontend_admin_panel_tsconfig_node_compileroptions_nofallthroughcasesinswitch"
+ },
+ {
+ "label": "noUnusedLocals",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/tsconfig.node.json",
+ "source_location": "L18",
+ "_origin": "ast",
+ "community": 13,
+ "community_name": "Node TypeScript Config",
+ "norm_label": "nounusedlocals",
+ "id": "frontend_admin_panel_tsconfig_node_compileroptions_nounusedlocals"
+ },
+ {
+ "label": "noUnusedParameters",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/tsconfig.node.json",
+ "source_location": "L19",
+ "_origin": "ast",
+ "community": 13,
+ "community_name": "Node TypeScript Config",
+ "norm_label": "nounusedparameters",
+ "id": "frontend_admin_panel_tsconfig_node_compileroptions_nounusedparameters"
+ },
+ {
+ "label": "skipLibCheck",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/tsconfig.node.json",
+ "source_location": "L8",
+ "_origin": "ast",
+ "community": 13,
+ "community_name": "Node TypeScript Config",
+ "norm_label": "skiplibcheck",
+ "id": "frontend_admin_panel_tsconfig_node_compileroptions_skiplibcheck"
+ },
+ {
+ "label": "target",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/tsconfig.node.json",
+ "source_location": "L4",
+ "_origin": "ast",
+ "community": 13,
+ "community_name": "Node TypeScript Config",
+ "norm_label": "target",
+ "id": "frontend_admin_panel_tsconfig_node_compileroptions_target"
+ },
+ {
+ "label": "tsBuildInfoFile",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/tsconfig.node.json",
+ "source_location": "L3",
+ "_origin": "ast",
+ "community": 13,
+ "community_name": "Node TypeScript Config",
+ "norm_label": "tsbuildinfofile",
+ "id": "frontend_admin_panel_tsconfig_node_compileroptions_tsbuildinfofile"
+ },
+ {
+ "label": "types",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/tsconfig.node.json",
+ "source_location": "L7",
+ "_origin": "ast",
+ "community": 13,
+ "community_name": "Node TypeScript Config",
+ "norm_label": "types",
+ "id": "frontend_admin_panel_tsconfig_node_compileroptions_types"
+ },
+ {
+ "label": "verbatimModuleSyntax",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/tsconfig.node.json",
+ "source_location": "L13",
+ "_origin": "ast",
+ "community": 13,
+ "community_name": "Node TypeScript Config",
+ "norm_label": "verbatimmodulesyntax",
+ "id": "frontend_admin_panel_tsconfig_node_compileroptions_verbatimmodulesyntax"
+ },
+ {
+ "label": "include",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/tsconfig.node.json",
+ "source_location": "L23",
+ "_origin": "ast",
+ "community": 13,
+ "community_name": "Node TypeScript Config",
+ "norm_label": "include",
+ "id": "frontend_admin_panel_tsconfig_node_include"
+ },
+ {
+ "label": "ES2023",
+ "file_type": "concept",
+ "source_file": "frontend/admin-panel/tsconfig.node.json",
+ "source_location": "L5",
+ "_origin": "ast",
+ "community": 13,
+ "community_name": "Node TypeScript Config",
+ "norm_label": "es2023",
+ "id": "frontend_admin_panel_tsconfig_node_json_ref_es2023"
+ },
+ {
+ "label": "vite.config.ts",
+ "file_type": "concept",
+ "source_file": "frontend/admin-panel/tsconfig.node.json",
+ "source_location": "L23",
+ "_origin": "ast",
+ "community": 13,
+ "community_name": "Node TypeScript Config",
+ "norm_label": "vite.config.ts",
+ "id": "ref_vite_config_ts"
+ },
+ {
+ "label": "prisma/tsconfig.json",
+ "file_type": "code",
+ "source_file": "backend/prisma/tsconfig.json",
+ "source_location": "L1",
+ "_origin": "ast",
+ "id": "backend_prisma_tsconfig",
+ "community": 13,
+ "norm_label": "prisma/tsconfig.json"
+ },
+ {
+ "label": "compilerOptions",
+ "file_type": "code",
+ "source_file": "backend/prisma/tsconfig.json",
+ "source_location": "L2",
+ "_origin": "ast",
+ "id": "backend_prisma_tsconfig_compileroptions",
+ "community": 13,
+ "norm_label": "compileroptions"
+ },
+ {
+ "label": "esModuleInterop",
+ "file_type": "code",
+ "source_file": "backend/prisma/tsconfig.json",
+ "source_location": "L5",
+ "_origin": "ast",
+ "id": "backend_prisma_tsconfig_compileroptions_esmoduleinterop",
+ "community": 13,
+ "norm_label": "esmoduleinterop"
+ },
+ {
+ "label": "module",
+ "file_type": "code",
+ "source_file": "backend/prisma/tsconfig.json",
+ "source_location": "L3",
+ "_origin": "ast",
+ "id": "backend_prisma_tsconfig_compileroptions_module",
+ "community": 13,
+ "norm_label": "module"
+ },
+ {
+ "label": "moduleResolution",
+ "file_type": "code",
+ "source_file": "backend/prisma/tsconfig.json",
+ "source_location": "L4",
+ "_origin": "ast",
+ "id": "backend_prisma_tsconfig_compileroptions_moduleresolution",
+ "community": 13,
+ "norm_label": "moduleresolution"
+ },
+ {
+ "label": "skipLibCheck",
+ "file_type": "code",
+ "source_file": "backend/prisma/tsconfig.json",
+ "source_location": "L6",
+ "_origin": "ast",
+ "id": "backend_prisma_tsconfig_compileroptions_skiplibcheck",
+ "community": 13,
+ "norm_label": "skiplibcheck"
+ },
+ {
+ "label": "types",
+ "file_type": "code",
+ "source_file": "backend/prisma/tsconfig.json",
+ "source_location": "L7",
+ "_origin": "ast",
+ "id": "backend_prisma_tsconfig_compileroptions_types",
+ "community": 13,
+ "norm_label": "types"
+ },
+ {
+ "label": "include",
+ "file_type": "code",
+ "source_file": "backend/prisma/tsconfig.json",
+ "source_location": "L9",
+ "_origin": "ast",
+ "id": "backend_prisma_tsconfig_include",
+ "community": 13,
+ "norm_label": "include"
+ },
+ {
+ "label": "tsconfig.seed.json",
+ "file_type": "code",
+ "source_file": "backend/prisma/tsconfig.seed.json",
"source_location": "L1",
"_origin": "ast",
"community": 13,
- "community_name": "admin.module.ts",
- "norm_label": "reports.controller.ts",
- "id": "backend_src_admin_reports_controller"
+ "norm_label": "tsconfig.seed.json",
+ "id": "backend_prisma_tsconfig_seed"
},
{
- "label": "ApiBearerAuth",
+ "label": "compilerOptions",
"file_type": "code",
- "source_file": "",
- "source_location": "",
+ "source_file": "backend/prisma/tsconfig.seed.json",
+ "source_location": "L2",
"_origin": "ast",
"community": 13,
- "community_name": "admin.module.ts",
- "norm_label": "apibearerauth",
- "id": "backend_src_admin_reports_controller_ts_apibearerauth"
+ "norm_label": "compileroptions",
+ "id": "backend_prisma_tsconfig_seed_compileroptions"
},
{
- "label": "ApiOperation",
+ "label": "esModuleInterop",
"file_type": "code",
- "source_file": "",
- "source_location": "",
+ "source_file": "backend/prisma/tsconfig.seed.json",
+ "source_location": "L5",
"_origin": "ast",
"community": 13,
- "community_name": "admin.module.ts",
- "norm_label": "apioperation",
- "id": "backend_src_admin_reports_controller_ts_apioperation"
+ "norm_label": "esmoduleinterop",
+ "id": "backend_prisma_tsconfig_seed_compileroptions_esmoduleinterop"
},
{
- "label": "ApiTags",
+ "label": "module",
"file_type": "code",
- "source_file": "",
- "source_location": "",
+ "source_file": "backend/prisma/tsconfig.seed.json",
+ "source_location": "L3",
"_origin": "ast",
"community": 13,
- "community_name": "admin.module.ts",
- "norm_label": "apitags",
- "id": "backend_src_admin_reports_controller_ts_apitags"
- },
- {
- "label": "Controller",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 13,
- "community_name": "admin.module.ts",
- "norm_label": "controller",
- "id": "backend_src_admin_reports_controller_ts_controller"
- },
- {
- "label": "Get",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 13,
- "community_name": "admin.module.ts",
- "norm_label": "get",
- "id": "backend_src_admin_reports_controller_ts_get"
- },
- {
- "label": "UseGuards",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 13,
- "community_name": "admin.module.ts",
- "norm_label": "useguards",
- "id": "backend_src_admin_reports_controller_ts_useguards"
- },
- {
- "label": "reports.service.ts",
- "file_type": "code",
- "source_file": "backend/src/admin/reports.service.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 13,
- "community_name": "admin.module.ts",
- "norm_label": "reports.service.ts",
- "id": "backend_src_admin_reports_service"
- },
- {
- "label": "Injectable",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 13,
- "community_name": "admin.module.ts",
- "norm_label": "injectable",
- "id": "backend_src_admin_reports_service_ts_injectable"
- },
- {
- "label": "admin/wiki.controller.ts",
- "file_type": "code",
- "source_file": "backend/src/admin/wiki.controller.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 13,
- "community_name": "admin.module.ts",
- "norm_label": "admin/wiki.controller.ts",
- "id": "backend_src_admin_wiki_controller"
- },
- {
- "label": "admin/wiki.service.ts",
- "file_type": "code",
- "source_file": "backend/src/admin/wiki.service.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 13,
- "community_name": "admin.module.ts",
- "norm_label": "admin/wiki.service.ts",
- "id": "backend_src_admin_wiki_service"
- },
- {
- "label": "Injectable",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 13,
- "community_name": "admin.module.ts",
- "norm_label": "injectable",
- "id": "backend_src_admin_wiki_service_ts_injectable"
- },
- {
- "label": "Global",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 13,
- "community_name": "admin.module.ts",
- "norm_label": "global",
- "id": "backend_src_redis_redis_module_ts_global"
- },
- {
- "label": "Module",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 13,
- "community_name": "admin.module.ts",
"norm_label": "module",
- "id": "backend_src_redis_redis_module_ts_module"
+ "id": "backend_prisma_tsconfig_seed_compileroptions_module"
},
{
- "label": "admin.module.ts",
+ "label": "moduleResolution",
"file_type": "code",
- "source_file": "backend/src/admin/admin.module.ts",
- "source_location": "L1",
+ "source_file": "backend/prisma/tsconfig.seed.json",
+ "source_location": "L4",
"_origin": "ast",
"community": 13,
- "norm_label": "admin.module.ts",
- "id": "backend_src_admin_admin_module"
+ "norm_label": "moduleresolution",
+ "id": "backend_prisma_tsconfig_seed_compileroptions_moduleresolution"
},
{
- "label": "ssl.service.ts",
+ "label": "skipLibCheck",
"file_type": "code",
- "source_file": "backend/src/admin/ssl.service.ts",
- "source_location": "L1",
+ "source_file": "backend/prisma/tsconfig.seed.json",
+ "source_location": "L6",
"_origin": "ast",
"community": 13,
- "norm_label": "ssl.service.ts",
- "id": "backend_src_admin_ssl_service"
+ "norm_label": "skiplibcheck",
+ "id": "backend_prisma_tsconfig_seed_compileroptions_skiplibcheck"
+ },
+ {
+ "label": "types",
+ "file_type": "code",
+ "source_file": "backend/prisma/tsconfig.seed.json",
+ "source_location": "L7",
+ "_origin": "ast",
+ "community": 13,
+ "norm_label": "types",
+ "id": "backend_prisma_tsconfig_seed_compileroptions_types"
+ },
+ {
+ "label": "include",
+ "file_type": "code",
+ "source_file": "backend/prisma/tsconfig.seed.json",
+ "source_location": "L9",
+ "_origin": "ast",
+ "community": 13,
+ "norm_label": "include",
+ "id": "backend_prisma_tsconfig_seed_include"
+ },
+ {
+ "label": "node",
+ "file_type": "concept",
+ "source_file": "backend/prisma/tsconfig.json",
+ "source_location": "L7",
+ "_origin": "ast",
+ "id": "ref_node",
+ "community": 13,
+ "norm_label": "node"
+ },
+ {
+ "label": "./**/*.ts",
+ "file_type": "concept",
+ "source_file": "backend/prisma/tsconfig.json",
+ "source_location": "L9",
+ "_origin": "ast",
+ "id": "ref_ts",
+ "community": 13,
+ "norm_label": "./**/*.ts"
},
{
"label": "create-health-log.dto.ts",
@@ -17177,13 +17279,77 @@
"norm_label": "isstring",
"id": "backend_src_pets_dto_create_reminder_dto_ts_isstring"
},
+ {
+ "label": "ApiProperty",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 132,
+ "community_name": "CreateReviewDto",
+ "norm_label": "apiproperty",
+ "id": "backend_src_reviews_dto_update_review_dto_ts_apiproperty"
+ },
+ {
+ "label": "IsIn",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 132,
+ "community_name": "CreateReviewDto",
+ "norm_label": "isin",
+ "id": "backend_src_reviews_dto_update_review_dto_ts_isin"
+ },
+ {
+ "label": "IsOptional",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 132,
+ "community_name": "CreateReviewDto",
+ "norm_label": "isoptional",
+ "id": "backend_src_reviews_dto_update_review_dto_ts_isoptional"
+ },
+ {
+ "label": "IsString",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 132,
+ "community_name": "CreateReviewDto",
+ "norm_label": "isstring",
+ "id": "backend_src_reviews_dto_update_review_dto_ts_isstring"
+ },
+ {
+ "label": "update-review.dto.ts",
+ "file_type": "code",
+ "source_file": "backend/src/reviews/dto/update-review.dto.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 132,
+ "norm_label": "update-review.dto.ts",
+ "id": "backend_src_reviews_dto_update_review_dto"
+ },
+ {
+ "label": "reviews.service.ts",
+ "file_type": "code",
+ "source_file": "backend/src/reviews/reviews.service.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 132,
+ "norm_label": "reviews.service.ts",
+ "id": "backend_src_reviews_reviews_service"
+ },
{
"label": "03-baseline-command-plan.md",
"file_type": "document",
"source_file": "docs/audit/03-baseline-command-plan.md",
"source_location": "L1",
"_origin": "ast",
- "community": 132,
+ "community": 133,
"community_name": "Baseline Command Plan & Reconciled Command History",
"norm_label": "03-baseline-command-plan.md",
"id": "docs_audit_03_baseline_command_plan"
@@ -17194,7 +17360,7 @@
"source_file": "docs/audit/03-baseline-command-plan.md",
"source_location": "L3",
"_origin": "ast",
- "community": 132,
+ "community": 133,
"community_name": "Baseline Command Plan & Reconciled Command History",
"norm_label": "attempted command execution log",
"id": "docs_audit_03_baseline_command_plan_attempted_command_execution_log"
@@ -17205,7 +17371,7 @@
"source_file": "docs/audit/03-baseline-command-plan.md",
"source_location": "L29",
"_origin": "ast",
- "community": 132,
+ "community": 133,
"community_name": "Baseline Command Plan & Reconciled Command History",
"norm_label": "backend `backend/package.json` scripts",
"id": "docs_audit_03_baseline_command_plan_backend_backend_package_json_scripts"
@@ -17216,7 +17382,7 @@
"source_file": "docs/audit/03-baseline-command-plan.md",
"source_location": "L1",
"_origin": "ast",
- "community": 132,
+ "community": 133,
"community_name": "Baseline Command Plan & Reconciled Command History",
"norm_label": "baseline command plan & reconciled command history",
"id": "docs_audit_03_baseline_command_plan_baseline_command_plan_reconciled_command_history"
@@ -17227,7 +17393,7 @@
"source_file": "docs/audit/03-baseline-command-plan.md",
"source_location": "L16",
"_origin": "ast",
- "community": 132,
+ "community": 133,
"community_name": "Baseline Command Plan & Reconciled Command History",
"norm_label": "package scripts safety analysis",
"id": "docs_audit_03_baseline_command_plan_package_scripts_safety_analysis"
@@ -17238,7 +17404,7 @@
"source_file": "docs/audit/03-baseline-command-plan.md",
"source_location": "L46",
"_origin": "ast",
- "community": 132,
+ "community": 133,
"community_name": "Baseline Command Plan & Reconciled Command History",
"norm_label": "permitted safe checks for phase 2",
"id": "docs_audit_03_baseline_command_plan_permitted_safe_checks_for_phase_2"
@@ -17249,7 +17415,7 @@
"source_file": "docs/audit/03-baseline-command-plan.md",
"source_location": "L18",
"_origin": "ast",
- "community": 132,
+ "community": 133,
"community_name": "Baseline Command Plan & Reconciled Command History",
"norm_label": "root `package.json` scripts",
"id": "docs_audit_03_baseline_command_plan_root_package_json_scripts"
@@ -17260,7 +17426,7 @@
"source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 133,
+ "community": 134,
"norm_label": "smssettingspage.tsx",
"id": "frontend_admin_panel_src_pages_smssettingspage"
},
@@ -17270,7 +17436,7 @@
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L36",
"_origin": "ast",
- "community": 133,
+ "community": 134,
"norm_label": "smssettingspage",
"id": "frontend_admin_panel_src_routes_adminroutes_smssettingspage"
},
@@ -17280,7 +17446,7 @@
"source_file": "frontend/application/app/error.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 134,
+ "community": 135,
"community_name": "Error and Not Found Pages",
"norm_label": "error.tsx",
"id": "frontend_application_app_error"
@@ -17291,7 +17457,7 @@
"source_file": "frontend/application/app/not-found.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 134,
+ "community": 135,
"community_name": "Error and Not Found Pages",
"norm_label": "not-found.tsx",
"id": "frontend_application_app_not_found"
@@ -17302,7 +17468,7 @@
"source_file": "frontend/application/components/ErrorPages.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 134,
+ "community": 135,
"norm_label": "errorpages.tsx",
"id": "frontend_application_components_errorpages"
},
@@ -17312,7 +17478,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L25",
"_origin": "ast",
- "community": 135,
+ "community": 136,
"community_name": "compilerOptions",
"norm_label": "include",
"id": "frontend_application_tsconfig_include"
@@ -17323,7 +17489,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L25",
"_origin": "ast",
- "community": 135,
+ "community": 136,
"community_name": "compilerOptions",
"norm_label": "**/*.ts",
"id": "frontend_application_tsconfig_json_ref_ts"
@@ -17334,7 +17500,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L25",
"_origin": "ast",
- "community": 135,
+ "community": 136,
"community_name": "compilerOptions",
"norm_label": "**/*.mts",
"id": "ref_mts"
@@ -17345,7 +17511,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L25",
"_origin": "ast",
- "community": 135,
+ "community": 136,
"community_name": "compilerOptions",
"norm_label": ".next/dev/types/**/*.ts",
"id": "ref_next_dev_types_ts"
@@ -17356,7 +17522,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L25",
"_origin": "ast",
- "community": 135,
+ "community": 136,
"community_name": "compilerOptions",
"norm_label": "next-env.d.ts",
"id": "ref_next_env_d_ts"
@@ -17367,7 +17533,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L25",
"_origin": "ast",
- "community": 135,
+ "community": 136,
"community_name": "compilerOptions",
"norm_label": ".next/types/**/*.ts",
"id": "ref_next_types_ts"
@@ -17378,7 +17544,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L25",
"_origin": "ast",
- "community": 135,
+ "community": 136,
"community_name": "compilerOptions",
"norm_label": "**/*.tsx",
"id": "ref_tsx"
@@ -17393,7 +17559,7 @@
"kind": "file"
},
"_origin": "ast",
- "community": 136,
+ "community": 137,
"community_name": "VPN Utility Scripts",
"norm_label": "with-vpn.sh",
"id": "gitea_scripts_with_vpn"
@@ -17408,7 +17574,7 @@
"kind": "bash_function"
},
"_origin": "ast",
- "community": 136,
+ "community": 137,
"community_name": "VPN Utility Scripts",
"norm_label": "cleanup()",
"id": "gitea_scripts_with_vpn_cleanup"
@@ -17423,7 +17589,7 @@
"kind": "bash_function"
},
"_origin": "ast",
- "community": 136,
+ "community": 137,
"community_name": "VPN Utility Scripts",
"norm_label": "log()",
"id": "gitea_scripts_with_vpn_log"
@@ -17438,7 +17604,7 @@
"kind": "bash_entrypoint"
},
"_origin": "ast",
- "community": 136,
+ "community": 137,
"community_name": "VPN Utility Scripts",
"norm_label": "with-vpn.sh script",
"id": "gitea_scripts_with_vpn_sh__entry"
@@ -17453,7 +17619,7 @@
"kind": "bash_function"
},
"_origin": "ast",
- "community": 136,
+ "community": 137,
"community_name": "VPN Utility Scripts",
"norm_label": "start_vpn()",
"id": "gitea_scripts_with_vpn_start_vpn"
@@ -17468,7 +17634,7 @@
"kind": "bash_function"
},
"_origin": "ast",
- "community": 136,
+ "community": 137,
"community_name": "VPN Utility Scripts",
"norm_label": "stop_vpn()",
"id": "gitea_scripts_with_vpn_stop_vpn"
@@ -17483,7 +17649,7 @@
"kind": "bash_function"
},
"_origin": "ast",
- "community": 136,
+ "community": 137,
"community_name": "VPN Utility Scripts",
"norm_label": "vpn_is_up()",
"id": "gitea_scripts_with_vpn_vpn_is_up"
@@ -17494,7 +17660,7 @@
"source_file": ".ai_agency/specs/architecture_spec.md",
"source_location": "L1",
"_origin": "ast",
- "community": 137,
+ "community": 138,
"community_name": "Architecture Specification",
"norm_label": "architecture_spec.md",
"id": "ai_agency_specs_architecture_spec"
@@ -17505,7 +17671,7 @@
"source_file": ".ai_agency/specs/architecture_spec.md",
"source_location": "L3",
"_origin": "ast",
- "community": 137,
+ "community": 138,
"community_name": "Architecture Specification",
"norm_label": "1. single non-negotiable tech stack",
"id": "ai_agency_specs_architecture_spec_1_single_non_negotiable_tech_stack"
@@ -17516,7 +17682,7 @@
"source_file": ".ai_agency/specs/architecture_spec.md",
"source_location": "L10",
"_origin": "ast",
- "community": 137,
+ "community": 138,
"community_name": "Architecture Specification",
"norm_label": "2. directory structure tree",
"id": "ai_agency_specs_architecture_spec_2_directory_structure_tree"
@@ -17527,7 +17693,7 @@
"source_file": ".ai_agency/specs/architecture_spec.md",
"source_location": "L25",
"_origin": "ast",
- "community": 137,
+ "community": 138,
"community_name": "Architecture Specification",
"norm_label": "3. state management strategy",
"id": "ai_agency_specs_architecture_spec_3_state_management_strategy"
@@ -17538,7 +17704,7 @@
"source_file": ".ai_agency/specs/architecture_spec.md",
"source_location": "L28",
"_origin": "ast",
- "community": 137,
+ "community": 138,
"community_name": "Architecture Specification",
"norm_label": "4. deployment / docker architecture",
"id": "ai_agency_specs_architecture_spec_4_deployment_docker_architecture"
@@ -17549,7 +17715,7 @@
"source_file": ".ai_agency/specs/architecture_spec.md",
"source_location": "L1",
"_origin": "ast",
- "community": 137,
+ "community": 138,
"community_name": "Architecture Specification",
"norm_label": "architecture specification",
"id": "ai_agency_specs_architecture_spec_architecture_specification"
@@ -17560,7 +17726,7 @@
"source_file": ".ai_agency/specs/project_health.md",
"source_location": "L1",
"_origin": "ast",
- "community": 138,
+ "community": 139,
"community_name": "Project Health Audit Report",
"norm_label": "project_health.md",
"id": "ai_agency_specs_project_health"
@@ -17571,7 +17737,7 @@
"source_file": ".ai_agency/specs/project_health.md",
"source_location": "L3",
"_origin": "ast",
- "community": 138,
+ "community": 139,
"community_name": "Project Health Audit Report",
"norm_label": "1. audit score summary",
"id": "ai_agency_specs_project_health_1_audit_score_summary"
@@ -17582,7 +17748,7 @@
"source_file": ".ai_agency/specs/project_health.md",
"source_location": "L7",
"_origin": "ast",
- "community": 138,
+ "community": 139,
"community_name": "Project Health Audit Report",
"norm_label": "2. technical debt inventory",
"id": "ai_agency_specs_project_health_2_technical_debt_inventory"
@@ -17593,7 +17759,7 @@
"source_file": ".ai_agency/specs/project_health.md",
"source_location": "L10",
"_origin": "ast",
- "community": 138,
+ "community": 139,
"community_name": "Project Health Audit Report",
"norm_label": "3. outdated dependencies list",
"id": "ai_agency_specs_project_health_3_outdated_dependencies_list"
@@ -17604,7 +17770,7 @@
"source_file": ".ai_agency/specs/project_health.md",
"source_location": "L13",
"_origin": "ast",
- "community": 138,
+ "community": 139,
"community_name": "Project Health Audit Report",
"norm_label": "4. security risks (.env leaks, unprotected ports)",
"id": "ai_agency_specs_project_health_4_security_risks_env_leaks_unprotected_ports"
@@ -17615,18 +17781,267 @@
"source_file": ".ai_agency/specs/project_health.md",
"source_location": "L1",
"_origin": "ast",
- "community": 138,
+ "community": 139,
"community_name": "Project Health Audit Report",
"norm_label": "project health audit report",
"id": "ai_agency_specs_project_health_project_health_audit_report"
},
+ {
+ "label": "ApiProperty",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 14,
+ "community_name": "CreateReviewDto",
+ "norm_label": "apiproperty",
+ "id": "backend_src_reviews_dto_create_review_dto_ts_apiproperty"
+ },
+ {
+ "label": "IsNotEmpty",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 14,
+ "community_name": "CreateReviewDto",
+ "norm_label": "isnotempty",
+ "id": "backend_src_reviews_dto_create_review_dto_ts_isnotempty"
+ },
+ {
+ "label": "IsOptional",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 14,
+ "community_name": "CreateReviewDto",
+ "norm_label": "isoptional",
+ "id": "backend_src_reviews_dto_create_review_dto_ts_isoptional"
+ },
+ {
+ "label": "IsString",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 14,
+ "community_name": "CreateReviewDto",
+ "norm_label": "isstring",
+ "id": "backend_src_reviews_dto_create_review_dto_ts_isstring"
+ },
+ {
+ "label": "ApiBearerAuth",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 14,
+ "community_name": "CreateReviewDto",
+ "norm_label": "apibearerauth",
+ "id": "backend_src_reviews_reviews_controller_ts_apibearerauth"
+ },
+ {
+ "label": "ApiOperation",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 14,
+ "community_name": "CreateReviewDto",
+ "norm_label": "apioperation",
+ "id": "backend_src_reviews_reviews_controller_ts_apioperation"
+ },
+ {
+ "label": "ApiTags",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 14,
+ "community_name": "CreateReviewDto",
+ "norm_label": "apitags",
+ "id": "backend_src_reviews_reviews_controller_ts_apitags"
+ },
+ {
+ "label": "Body",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 14,
+ "community_name": "CreateReviewDto",
+ "norm_label": "body",
+ "id": "backend_src_reviews_reviews_controller_ts_body"
+ },
+ {
+ "label": "Controller",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 14,
+ "community_name": "CreateReviewDto",
+ "norm_label": "controller",
+ "id": "backend_src_reviews_reviews_controller_ts_controller"
+ },
+ {
+ "label": "Delete",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 14,
+ "community_name": "CreateReviewDto",
+ "norm_label": "delete",
+ "id": "backend_src_reviews_reviews_controller_ts_delete"
+ },
+ {
+ "label": "Get",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 14,
+ "community_name": "CreateReviewDto",
+ "norm_label": "get",
+ "id": "backend_src_reviews_reviews_controller_ts_get"
+ },
+ {
+ "label": "Param",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 14,
+ "community_name": "CreateReviewDto",
+ "norm_label": "param",
+ "id": "backend_src_reviews_reviews_controller_ts_param"
+ },
+ {
+ "label": "Patch",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 14,
+ "community_name": "CreateReviewDto",
+ "norm_label": "patch",
+ "id": "backend_src_reviews_reviews_controller_ts_patch"
+ },
+ {
+ "label": "Post",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 14,
+ "community_name": "CreateReviewDto",
+ "norm_label": "post",
+ "id": "backend_src_reviews_reviews_controller_ts_post"
+ },
+ {
+ "label": "Query",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 14,
+ "community_name": "CreateReviewDto",
+ "norm_label": "query",
+ "id": "backend_src_reviews_reviews_controller_ts_query"
+ },
+ {
+ "label": "Req",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 14,
+ "community_name": "CreateReviewDto",
+ "norm_label": "req",
+ "id": "backend_src_reviews_reviews_controller_ts_req"
+ },
+ {
+ "label": "UseGuards",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 14,
+ "community_name": "CreateReviewDto",
+ "norm_label": "useguards",
+ "id": "backend_src_reviews_reviews_controller_ts_useguards"
+ },
+ {
+ "label": "Injectable",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 14,
+ "community_name": "CreateReviewDto",
+ "norm_label": "injectable",
+ "id": "backend_src_reviews_reviews_service_ts_injectable"
+ },
+ {
+ "label": "Max",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 14,
+ "community_name": "CreateReviewDto",
+ "norm_label": "max",
+ "id": "max"
+ },
+ {
+ "label": "create-review.dto.ts",
+ "file_type": "code",
+ "source_file": "backend/src/reviews/dto/create-review.dto.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 14,
+ "norm_label": "create-review.dto.ts",
+ "id": "backend_src_reviews_dto_create_review_dto"
+ },
+ {
+ "label": "Roles",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 14,
+ "norm_label": "roles",
+ "id": "backend_src_reviews_reviews_controller_ts_roles"
+ },
+ {
+ "label": "IsInt",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 14,
+ "norm_label": "isint",
+ "id": "isint"
+ },
+ {
+ "label": "Min",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 14,
+ "norm_label": "min",
+ "id": "min"
+ },
{
"label": "nest-cli.json",
"file_type": "code",
"source_file": "backend/nest-cli.json",
"source_location": "L1",
"_origin": "ast",
- "community": 139,
+ "community": 140,
"community_name": "NestJS CLI Config",
"norm_label": "nest-cli.json",
"id": "backend_nest_cli"
@@ -17637,7 +18052,7 @@
"source_file": "backend/nest-cli.json",
"source_location": "L3",
"_origin": "ast",
- "community": 139,
+ "community": 140,
"community_name": "NestJS CLI Config",
"norm_label": "collection",
"id": "backend_nest_cli_collection"
@@ -17648,7 +18063,7 @@
"source_file": "backend/nest-cli.json",
"source_location": "L5",
"_origin": "ast",
- "community": 139,
+ "community": 140,
"community_name": "NestJS CLI Config",
"norm_label": "compileroptions",
"id": "backend_nest_cli_compileroptions"
@@ -17659,7 +18074,7 @@
"source_file": "backend/nest-cli.json",
"source_location": "L6",
"_origin": "ast",
- "community": 139,
+ "community": 140,
"community_name": "NestJS CLI Config",
"norm_label": "deleteoutdir",
"id": "backend_nest_cli_compileroptions_deleteoutdir"
@@ -17670,7 +18085,7 @@
"source_file": "backend/nest-cli.json",
"source_location": "L2",
"_origin": "ast",
- "community": 139,
+ "community": 140,
"community_name": "NestJS CLI Config",
"norm_label": "$schema",
"id": "backend_nest_cli_schema"
@@ -17681,177 +18096,18 @@
"source_file": "backend/nest-cli.json",
"source_location": "L4",
"_origin": "ast",
- "community": 139,
+ "community": 140,
"community_name": "NestJS CLI Config",
"norm_label": "sourceroot",
"id": "backend_nest_cli_sourceroot"
},
- {
- "label": "auth.service.spec.ts",
- "file_type": "code",
- "source_file": "backend/src/auth/auth.service.spec.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 14,
- "community_name": "PrismaService",
- "norm_label": "auth.service.spec.ts",
- "id": "backend_src_auth_auth_service_spec"
- },
- {
- "label": "generate-openapi.ts",
- "file_type": "code",
- "source_file": "backend/scripts/generate-openapi.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 14,
- "community_name": "RedisService",
- "norm_label": "generate-openapi.ts",
- "id": "backend_scripts_generate_openapi_ts_backend_scripts_generate_openapi"
- },
- {
- "label": "admin.service.spec.ts",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.service.spec.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 14,
- "community_name": "RedisService",
- "norm_label": "admin.service.spec.ts",
- "id": "backend_src_admin_admin_service_spec"
- },
- {
- "label": "Module",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 14,
- "community_name": "RedisService",
- "norm_label": "module",
- "id": "backend_src_app_module_ts_module"
- },
- {
- "label": "redis.module.ts",
- "file_type": "code",
- "source_file": "backend/src/redis/redis.module.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 14,
- "community_name": "RedisService",
- "norm_label": "redis.module.ts",
- "id": "backend_src_redis_redis_module"
- },
- {
- "label": "redis.service.spec.ts",
- "file_type": "code",
- "source_file": "backend/src/redis/redis.service.spec.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 14,
- "community_name": "RedisService",
- "norm_label": "redis.service.spec.ts",
- "id": "backend_src_redis_redis_service_spec"
- },
- {
- "label": "Injectable",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 14,
- "community_name": "RedisService",
- "norm_label": "injectable",
- "id": "backend_src_redis_redis_service_ts_injectable"
- },
- {
- "label": "app.e2e-spec.ts",
- "file_type": "code",
- "source_file": "backend/test/app.e2e-spec.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 14,
- "community_name": "RedisService",
- "norm_label": "app.e2e-spec.ts",
- "id": "backend_test_app_e2e_spec"
- },
- {
- "label": "Injectable",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 14,
- "community_name": "auth.service.ts",
- "norm_label": "injectable",
- "id": "backend_src_auth_auth_service_ts_injectable"
- },
- {
- "label": "admin.service.ts",
- "file_type": "code",
- "source_file": "backend/src/admin/admin.service.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 14,
- "norm_label": "admin.service.ts",
- "id": "backend_src_admin_admin_service"
- },
- {
- "label": "auth.service.ts",
- "file_type": "code",
- "source_file": "backend/src/auth/auth.service.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 14,
- "norm_label": "auth.service.ts",
- "id": "backend_src_auth_auth_service"
- },
- {
- "label": "phone.utils.ts",
- "file_type": "code",
- "source_file": "backend/src/common/utils/phone.utils.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 14,
- "norm_label": "phone.utils.ts",
- "id": "backend_src_common_utils_phone_utils"
- },
- {
- "label": "redis.service.ts",
- "file_type": "code",
- "source_file": "backend/src/redis/redis.service.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 14,
- "norm_label": "redis.service.ts",
- "id": "backend_src_redis_redis_service"
- },
- {
- "label": "CANONICAL_ALIASES",
- "file_type": "code",
- "source_file": "backend/src/settings/settings.service.ts",
- "source_location": "L13",
- "_origin": "ast",
- "community": 14,
- "norm_label": "canonical_aliases",
- "id": "backend_src_settings_settings_service_canonical_aliases"
- },
- {
- "label": "users.service.ts",
- "file_type": "code",
- "source_file": "backend/src/users/users.service.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 14,
- "norm_label": "users.service.ts",
- "id": "backend_src_users_users_service"
- },
{
"label": "query.md",
"file_type": "document",
"source_file": ".claude/skills/graphify/references/query.md",
"source_location": "L1",
"_origin": "ast",
- "community": 140,
+ "community": 141,
"community_name": "graphify reference: query, path, explain",
"norm_label": "query.md",
"id": "claude_skills_graphify_references_query"
@@ -17862,7 +18118,7 @@
"source_file": ".claude/skills/graphify/references/query.md",
"source_location": "L254",
"_origin": "ast",
- "community": 140,
+ "community": 141,
"community_name": "graphify reference: query, path, explain",
"norm_label": "for /graphify explain",
"id": "claude_skills_graphify_references_query_for_graphify_explain"
@@ -17873,7 +18129,7 @@
"source_file": ".claude/skills/graphify/references/query.md",
"source_location": "L186",
"_origin": "ast",
- "community": 140,
+ "community": 141,
"community_name": "graphify reference: query, path, explain",
"norm_label": "for /graphify path",
"id": "claude_skills_graphify_references_query_for_graphify_path"
@@ -17884,7 +18140,7 @@
"source_file": ".claude/skills/graphify/references/query.md",
"source_location": "L1",
"_origin": "ast",
- "community": 140,
+ "community": 141,
"community_name": "graphify reference: query, path, explain",
"norm_label": "graphify reference: query, path, explain",
"id": "claude_skills_graphify_references_query_graphify_reference_query_path_explain"
@@ -17895,7 +18151,7 @@
"source_file": ".claude/skills/graphify/references/query.md",
"source_location": "L23",
"_origin": "ast",
- "community": 140,
+ "community": 141,
"community_name": "graphify reference: query, path, explain",
"norm_label": "step 0 \u2014 constrained query expansion (required before traversal)",
"id": "claude_skills_graphify_references_query_step_0_constrained_query_expansion_required_before_traversal"
@@ -17906,7 +18162,7 @@
"source_file": ".claude/skills/graphify/references/query.md",
"source_location": "L61",
"_origin": "ast",
- "community": 140,
+ "community": 141,
"community_name": "graphify reference: query, path, explain",
"norm_label": "step 1 \u2014 traversal",
"id": "claude_skills_graphify_references_query_step_1_traversal"
@@ -17917,7 +18173,7 @@
"source_file": "docs/audit/04-open-questions.md",
"source_location": "L1",
"_origin": "ast",
- "community": 141,
+ "community": 142,
"community_name": "Open Questions",
"norm_label": "04-open-questions.md",
"id": "docs_audit_04_open_questions"
@@ -17928,7 +18184,7 @@
"source_file": "docs/audit/04-open-questions.md",
"source_location": "L5",
"_origin": "ast",
- "community": 141,
+ "community": 142,
"community_name": "Open Questions",
"norm_label": "1. storefront migration roadmap (`frontend/application`)",
"id": "docs_audit_04_open_questions_1_storefront_migration_roadmap_frontend_application"
@@ -17939,7 +18195,7 @@
"source_file": "docs/audit/04-open-questions.md",
"source_location": "L9",
"_origin": "ast",
- "community": 141,
+ "community": 142,
"community_name": "Open Questions",
"norm_label": "2. payment gateway integration provider",
"id": "docs_audit_04_open_questions_2_payment_gateway_integration_provider"
@@ -17950,7 +18206,7 @@
"source_file": "docs/audit/04-open-questions.md",
"source_location": "L13",
"_origin": "ast",
- "community": 141,
+ "community": 142,
"community_name": "Open Questions",
"norm_label": "3. deployment & ci/cd pipeline specifications",
"id": "docs_audit_04_open_questions_3_deployment_ci_cd_pipeline_specifications"
@@ -17961,7 +18217,7 @@
"source_file": "docs/audit/04-open-questions.md",
"source_location": "L17",
"_origin": "ast",
- "community": 141,
+ "community": 142,
"community_name": "Open Questions",
"norm_label": "4. sms / otp service provider",
"id": "docs_audit_04_open_questions_4_sms_otp_service_provider"
@@ -17972,7 +18228,7 @@
"source_file": "docs/audit/04-open-questions.md",
"source_location": "L1",
"_origin": "ast",
- "community": 141,
+ "community": 142,
"community_name": "Open Questions",
"norm_label": "open questions",
"id": "docs_audit_04_open_questions_open_questions"
@@ -17983,7 +18239,7 @@
"source_file": "docs/audit/33-final-phase2-audit-closure.md",
"source_location": "L1",
"_origin": "ast",
- "community": 142,
+ "community": 143,
"community_name": "Final Phase 2 Audit Closure Report",
"norm_label": "33-final-phase2-audit-closure.md",
"id": "docs_audit_33_final_phase2_audit_closure"
@@ -17994,7 +18250,7 @@
"source_file": "docs/audit/33-final-phase2-audit-closure.md",
"source_location": "L9",
"_origin": "ast",
- "community": 142,
+ "community": 143,
"community_name": "Final Phase 2 Audit Closure Report",
"norm_label": "1. executive summary & honest review-tier metrics",
"id": "docs_audit_33_final_phase2_audit_closure_1_executive_summary_honest_review_tier_metrics"
@@ -18005,7 +18261,7 @@
"source_file": "docs/audit/33-final-phase2-audit-closure.md",
"source_location": "L22",
"_origin": "ast",
- "community": 142,
+ "community": 143,
"community_name": "Final Phase 2 Audit Closure Report",
"norm_label": "2. reconciled findings & canonical identifier normalization",
"id": "docs_audit_33_final_phase2_audit_closure_2_reconciled_findings_canonical_identifier_normalization"
@@ -18016,7 +18272,7 @@
"source_file": "docs/audit/33-final-phase2-audit-closure.md",
"source_location": "L34",
"_origin": "ast",
- "community": 142,
+ "community": 143,
"community_name": "Final Phase 2 Audit Closure Report",
"norm_label": "3. validation & integrity verification",
"id": "docs_audit_33_final_phase2_audit_closure_3_validation_integrity_verification"
@@ -18027,7 +18283,7 @@
"source_file": "docs/audit/33-final-phase2-audit-closure.md",
"source_location": "L42",
"_origin": "ast",
- "community": 142,
+ "community": 143,
"community_name": "Final Phase 2 Audit Closure Report",
"norm_label": "4. final quality gate conclusion",
"id": "docs_audit_33_final_phase2_audit_closure_4_final_quality_gate_conclusion"
@@ -18038,31 +18294,11 @@
"source_file": "docs/audit/33-final-phase2-audit-closure.md",
"source_location": "L1",
"_origin": "ast",
- "community": 142,
+ "community": 143,
"community_name": "Final Phase 2 Audit Closure Report",
"norm_label": "final phase 2 audit closure report",
"id": "docs_audit_33_final_phase2_audit_closure_final_phase_2_audit_closure_report"
},
- {
- "label": "Transactions.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Transactions.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 143,
- "norm_label": "transactions.tsx",
- "id": "frontend_admin_panel_src_pages_transactions"
- },
- {
- "label": "Transactions",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
- "source_location": "L38",
- "_origin": "ast",
- "community": 143,
- "norm_label": "transactions",
- "id": "frontend_admin_panel_src_routes_adminroutes_transactions"
- },
{
"label": "open-browsers.js",
"file_type": "code",
@@ -18327,92 +18563,191 @@
"id": "backend_src_payment_dto_verify_payment_dto"
},
{
- "label": "videos.service.ts",
+ "label": "ApiPropertyOptional",
"file_type": "code",
- "source_file": "backend/src/videos/videos.service.ts",
- "source_location": "L1",
+ "source_file": "",
+ "source_location": "",
"_origin": "ast",
"community": 15,
- "community_name": "CreateVideoDto",
- "norm_label": "videos.service.ts",
- "id": "backend_src_videos_videos_service"
+ "community_name": "ProductsService",
+ "norm_label": "apipropertyoptional",
+ "id": "backend_src_products_dto_get_products_dto_ts_apipropertyoptional"
},
{
- "label": "categories.service.ts",
+ "label": "IsEnum",
"file_type": "code",
- "source_file": "backend/src/admin/categories.service.ts",
- "source_location": "L1",
+ "source_file": "",
+ "source_location": "",
"_origin": "ast",
"community": 15,
- "community_name": "PaginationDto",
- "norm_label": "categories.service.ts",
- "id": "backend_src_admin_categories_service"
+ "community_name": "ProductsService",
+ "norm_label": "isenum",
+ "id": "backend_src_products_dto_get_products_dto_ts_isenum"
},
{
- "label": "b2b.service.ts",
+ "label": "IsOptional",
"file_type": "code",
- "source_file": "backend/src/b2b/b2b.service.ts",
- "source_location": "L1",
+ "source_file": "",
+ "source_location": "",
"_origin": "ast",
"community": 15,
- "community_name": "PrismaService",
- "norm_label": "b2b.service.ts",
- "id": "backend_src_b2b_b2b_service"
+ "community_name": "ProductsService",
+ "norm_label": "isoptional",
+ "id": "backend_src_products_dto_get_products_dto_ts_isoptional"
},
{
- "label": "banners.service.ts",
+ "label": "IsString",
"file_type": "code",
- "source_file": "backend/src/banners/banners.service.ts",
- "source_location": "L1",
+ "source_file": "",
+ "source_location": "",
"_origin": "ast",
"community": 15,
- "community_name": "PrismaService",
- "norm_label": "banners.service.ts",
- "id": "backend_src_banners_banners_service"
+ "community_name": "ProductsService",
+ "norm_label": "isstring",
+ "id": "backend_src_products_dto_get_products_dto_ts_isstring"
},
{
- "label": "metrics.controller.ts",
+ "label": "products.controller.spec.ts",
"file_type": "code",
- "source_file": "backend/src/common/metrics.controller.ts",
+ "source_file": "backend/src/products/products.controller.spec.ts",
"source_location": "L1",
"_origin": "ast",
"community": 15,
- "community_name": "PrismaService",
- "norm_label": "metrics.controller.ts",
- "id": "backend_src_common_metrics_controller"
+ "community_name": "ProductsService",
+ "norm_label": "products.controller.spec.ts",
+ "id": "backend_src_products_products_controller_spec"
},
{
- "label": "ingredients.service.ts",
+ "label": "ApiOperation",
"file_type": "code",
- "source_file": "backend/src/ingredients/ingredients.service.ts",
- "source_location": "L1",
+ "source_file": "",
+ "source_location": "",
"_origin": "ast",
"community": 15,
- "community_name": "PrismaService",
- "norm_label": "ingredients.service.ts",
- "id": "backend_src_ingredients_ingredients_service"
+ "community_name": "ProductsService",
+ "norm_label": "apioperation",
+ "id": "backend_src_products_products_controller_ts_apioperation"
},
{
- "label": "orders.service.spec.ts",
+ "label": "ApiTags",
"file_type": "code",
- "source_file": "backend/src/orders/orders.service.spec.ts",
- "source_location": "L1",
+ "source_file": "",
+ "source_location": "",
"_origin": "ast",
"community": 15,
- "community_name": "PrismaService",
- "norm_label": "orders.service.spec.ts",
- "id": "backend_src_orders_orders_service_spec"
+ "community_name": "ProductsService",
+ "norm_label": "apitags",
+ "id": "backend_src_products_products_controller_ts_apitags"
},
{
- "label": "pets.service.spec.ts",
+ "label": "Body",
"file_type": "code",
- "source_file": "backend/src/pets/pets.service.spec.ts",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 15,
+ "community_name": "ProductsService",
+ "norm_label": "body",
+ "id": "backend_src_products_products_controller_ts_body"
+ },
+ {
+ "label": "Controller",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 15,
+ "community_name": "ProductsService",
+ "norm_label": "controller",
+ "id": "backend_src_products_products_controller_ts_controller"
+ },
+ {
+ "label": "Get",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 15,
+ "community_name": "ProductsService",
+ "norm_label": "get",
+ "id": "backend_src_products_products_controller_ts_get"
+ },
+ {
+ "label": "Param",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 15,
+ "community_name": "ProductsService",
+ "norm_label": "param",
+ "id": "backend_src_products_products_controller_ts_param"
+ },
+ {
+ "label": "Patch",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 15,
+ "community_name": "ProductsService",
+ "norm_label": "patch",
+ "id": "backend_src_products_products_controller_ts_patch"
+ },
+ {
+ "label": "Query",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 15,
+ "community_name": "ProductsService",
+ "norm_label": "query",
+ "id": "backend_src_products_products_controller_ts_query"
+ },
+ {
+ "label": "UseGuards",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 15,
+ "community_name": "ProductsService",
+ "norm_label": "useguards",
+ "id": "backend_src_products_products_controller_ts_useguards"
+ },
+ {
+ "label": "products.module.ts",
+ "file_type": "code",
+ "source_file": "backend/src/products/products.module.ts",
"source_location": "L1",
"_origin": "ast",
"community": 15,
- "community_name": "PrismaService",
- "norm_label": "pets.service.spec.ts",
- "id": "backend_src_pets_pets_service_spec"
+ "community_name": "ProductsService",
+ "norm_label": "products.module.ts",
+ "id": "backend_src_products_products_module"
+ },
+ {
+ "label": "Module",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 15,
+ "community_name": "ProductsService",
+ "norm_label": "module",
+ "id": "backend_src_products_products_module_ts_module"
+ },
+ {
+ "label": "products.service.spec.ts",
+ "file_type": "code",
+ "source_file": "backend/src/products/products.service.spec.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 15,
+ "community_name": "ProductsService",
+ "norm_label": "products.service.spec.ts",
+ "id": "backend_src_products_products_service_spec"
},
{
"label": "Injectable",
@@ -18421,155 +18756,19 @@
"source_location": "",
"_origin": "ast",
"community": 15,
- "community_name": "PrismaService",
+ "community_name": "ProductsService",
"norm_label": "injectable",
- "id": "backend_src_prisma_prisma_service_ts_injectable"
+ "id": "backend_src_products_products_service_ts_injectable"
},
{
- "label": "settings.service.spec.ts",
+ "label": "products.service.ts",
"file_type": "code",
- "source_file": "backend/src/settings/settings.service.spec.ts",
+ "source_file": "backend/src/products/products.service.ts",
"source_location": "L1",
"_origin": "ast",
"community": 15,
- "community_name": "PrismaService",
- "norm_label": "settings.service.spec.ts",
- "id": "backend_src_settings_settings_service_spec"
- },
- {
- "label": "smart-advisor.service.ts",
- "file_type": "code",
- "source_file": "backend/src/smart-advisor/smart-advisor.service.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 15,
- "community_name": "PrismaService",
- "norm_label": "smart-advisor.service.ts",
- "id": "backend_src_smart_advisor_smart_advisor_service"
- },
- {
- "label": "testimonials.service.ts",
- "file_type": "code",
- "source_file": "backend/src/testimonials/testimonials.service.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 15,
- "community_name": "PrismaService",
- "norm_label": "testimonials.service.ts",
- "id": "backend_src_testimonials_testimonials_service"
- },
- {
- "label": "users.service.spec.ts",
- "file_type": "code",
- "source_file": "backend/src/users/users.service.spec.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 15,
- "community_name": "PrismaService",
- "norm_label": "users.service.spec.ts",
- "id": "backend_src_users_users_service_spec"
- },
- {
- "label": "wholesale.service.ts",
- "file_type": "code",
- "source_file": "backend/src/wholesale/wholesale.service.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 15,
- "community_name": "PrismaService",
- "norm_label": "wholesale.service.ts",
- "id": "backend_src_wholesale_wholesale_service"
- },
- {
- "label": "pets/pets.service.ts",
- "file_type": "code",
- "source_file": "backend/src/pets/pets.service.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 15,
- "community_name": "pets/pets.controller.ts",
- "norm_label": "pets/pets.service.ts",
- "id": "backend_src_pets_pets_service"
- },
- {
- "label": "sms.service.ts",
- "file_type": "code",
- "source_file": "backend/src/common/services/sms.service.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 15,
- "norm_label": "sms.service.ts",
- "id": "backend_src_common_services_sms_service"
- },
- {
- "label": "contact.service.ts",
- "file_type": "code",
- "source_file": "backend/src/contact/contact.service.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 15,
- "norm_label": "contact.service.ts",
- "id": "backend_src_contact_contact_service"
- },
- {
- "label": "payment.service.ts",
- "file_type": "code",
- "source_file": "backend/src/payment/payment.service.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 15,
- "norm_label": "payment.service.ts",
- "id": "backend_src_payment_payment_service"
- },
- {
- "label": "prescriptions.service.ts",
- "file_type": "code",
- "source_file": "backend/src/prescriptions/prescriptions.service.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 15,
- "norm_label": "prescriptions.service.ts",
- "id": "backend_src_prescriptions_prescriptions_service"
- },
- {
- "label": "prisma.service.ts",
- "file_type": "code",
- "source_file": "backend/src/prisma/prisma.service.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 15,
- "norm_label": "prisma.service.ts",
- "id": "backend_src_prisma_prisma_service"
- },
- {
- "label": "default-ui-texts.ts",
- "file_type": "code",
- "source_file": "backend/src/settings/default-ui-texts.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 15,
- "norm_label": "default-ui-texts.ts",
- "id": "backend_src_settings_default_ui_texts"
- },
- {
- "label": "DEFAULT_UI_TEXTS",
- "file_type": "code",
- "source_file": "backend/src/settings/default-ui-texts.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 15,
- "norm_label": "default_ui_texts",
- "id": "backend_src_settings_default_ui_texts_default_ui_texts"
- },
- {
- "label": "settings.service.ts",
- "file_type": "code",
- "source_file": "backend/src/settings/settings.service.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 15,
- "norm_label": "settings.service.ts",
- "id": "backend_src_settings_settings_service"
+ "norm_label": "products.service.ts",
+ "id": "backend_src_products_products_service"
},
{
"label": "ApiBadRequestResponse",
@@ -18930,13 +19129,255 @@
"norm_label": "videos",
"id": "frontend_admin_panel_src_routes_adminroutes_videos"
},
+ {
+ "label": "Wiki.tsx",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Wiki.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 159,
+ "norm_label": "wiki.tsx",
+ "id": "frontend_admin_panel_src_pages_wiki"
+ },
+ {
+ "label": "Wiki",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
+ "source_location": "L19",
+ "_origin": "ast",
+ "community": 159,
+ "norm_label": "wiki",
+ "id": "frontend_admin_panel_src_routes_adminroutes_wiki"
+ },
+ {
+ "label": "videos.service.ts",
+ "file_type": "code",
+ "source_file": "backend/src/videos/videos.service.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 16,
+ "community_name": "CreateVideoDto",
+ "norm_label": "videos.service.ts",
+ "id": "backend_src_videos_videos_service"
+ },
+ {
+ "label": "Injectable",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 16,
+ "community_name": "Prescription Review Controller",
+ "norm_label": "injectable",
+ "id": "backend_src_prescriptions_prescriptions_service_ts_injectable"
+ },
+ {
+ "label": "b2b.service.ts",
+ "file_type": "code",
+ "source_file": "backend/src/b2b/b2b.service.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 16,
+ "community_name": "PrismaService",
+ "norm_label": "b2b.service.ts",
+ "id": "backend_src_b2b_b2b_service"
+ },
+ {
+ "label": "banners.service.ts",
+ "file_type": "code",
+ "source_file": "backend/src/banners/banners.service.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 16,
+ "community_name": "PrismaService",
+ "norm_label": "banners.service.ts",
+ "id": "backend_src_banners_banners_service"
+ },
+ {
+ "label": "metrics.controller.ts",
+ "file_type": "code",
+ "source_file": "backend/src/common/metrics.controller.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 16,
+ "community_name": "PrismaService",
+ "norm_label": "metrics.controller.ts",
+ "id": "backend_src_common_metrics_controller"
+ },
+ {
+ "label": "ingredients.service.ts",
+ "file_type": "code",
+ "source_file": "backend/src/ingredients/ingredients.service.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 16,
+ "community_name": "PrismaService",
+ "norm_label": "ingredients.service.ts",
+ "id": "backend_src_ingredients_ingredients_service"
+ },
+ {
+ "label": "pets.service.spec.ts",
+ "file_type": "code",
+ "source_file": "backend/src/pets/pets.service.spec.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 16,
+ "community_name": "PrismaService",
+ "norm_label": "pets.service.spec.ts",
+ "id": "backend_src_pets_pets_service_spec"
+ },
+ {
+ "label": "Injectable",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 16,
+ "community_name": "PrismaService",
+ "norm_label": "injectable",
+ "id": "backend_src_prisma_prisma_service_ts_injectable"
+ },
+ {
+ "label": "settings.service.spec.ts",
+ "file_type": "code",
+ "source_file": "backend/src/settings/settings.service.spec.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 16,
+ "community_name": "PrismaService",
+ "norm_label": "settings.service.spec.ts",
+ "id": "backend_src_settings_settings_service_spec"
+ },
+ {
+ "label": "smart-advisor.service.ts",
+ "file_type": "code",
+ "source_file": "backend/src/smart-advisor/smart-advisor.service.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 16,
+ "community_name": "PrismaService",
+ "norm_label": "smart-advisor.service.ts",
+ "id": "backend_src_smart_advisor_smart_advisor_service"
+ },
+ {
+ "label": "testimonials.service.ts",
+ "file_type": "code",
+ "source_file": "backend/src/testimonials/testimonials.service.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 16,
+ "community_name": "PrismaService",
+ "norm_label": "testimonials.service.ts",
+ "id": "backend_src_testimonials_testimonials_service"
+ },
+ {
+ "label": "users.service.spec.ts",
+ "file_type": "code",
+ "source_file": "backend/src/users/users.service.spec.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 16,
+ "community_name": "PrismaService",
+ "norm_label": "users.service.spec.ts",
+ "id": "backend_src_users_users_service_spec"
+ },
+ {
+ "label": "media.service.ts",
+ "file_type": "code",
+ "source_file": "backend/src/admin/media.service.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 16,
+ "norm_label": "media.service.ts",
+ "id": "backend_src_admin_media_service"
+ },
+ {
+ "label": "sms.service.ts",
+ "file_type": "code",
+ "source_file": "backend/src/common/services/sms.service.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 16,
+ "norm_label": "sms.service.ts",
+ "id": "backend_src_common_services_sms_service"
+ },
+ {
+ "label": "contact.service.ts",
+ "file_type": "code",
+ "source_file": "backend/src/contact/contact.service.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 16,
+ "norm_label": "contact.service.ts",
+ "id": "backend_src_contact_contact_service"
+ },
+ {
+ "label": "prescriptions.service.ts",
+ "file_type": "code",
+ "source_file": "backend/src/prescriptions/prescriptions.service.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 16,
+ "norm_label": "prescriptions.service.ts",
+ "id": "backend_src_prescriptions_prescriptions_service"
+ },
+ {
+ "label": "prisma.service.ts",
+ "file_type": "code",
+ "source_file": "backend/src/prisma/prisma.service.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 16,
+ "norm_label": "prisma.service.ts",
+ "id": "backend_src_prisma_prisma_service"
+ },
+ {
+ "label": "default-ui-texts.ts",
+ "file_type": "code",
+ "source_file": "backend/src/settings/default-ui-texts.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 16,
+ "norm_label": "default-ui-texts.ts",
+ "id": "backend_src_settings_default_ui_texts"
+ },
+ {
+ "label": "DEFAULT_UI_TEXTS",
+ "file_type": "code",
+ "source_file": "backend/src/settings/default-ui-texts.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 16,
+ "norm_label": "default_ui_texts",
+ "id": "backend_src_settings_default_ui_texts_default_ui_texts"
+ },
+ {
+ "label": "settings.service.ts",
+ "file_type": "code",
+ "source_file": "backend/src/settings/settings.service.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 16,
+ "norm_label": "settings.service.ts",
+ "id": "backend_src_settings_settings_service"
+ },
+ {
+ "label": "users.service.ts",
+ "file_type": "code",
+ "source_file": "backend/src/users/users.service.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 16,
+ "norm_label": "users.service.ts",
+ "id": "backend_src_users_users_service"
+ },
{
"label": "blog/[slug]/page.tsx",
"file_type": "code",
"source_file": "frontend/application/app/blog/[slug]/page.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 159,
+ "community": 160,
"norm_label": "blog/[slug]/page.tsx",
"id": "frontend_application_app_blog_slug_page"
},
@@ -18946,236 +19387,17 @@
"source_file": "frontend/application/app/blog/[slug]/page.tsx",
"source_location": "L30",
"_origin": "ast",
- "community": 159,
+ "community": 160,
"norm_label": "revalidate",
"id": "frontend_application_app_blog_slug_page_revalidate"
},
- {
- "label": "get-products.dto.ts",
- "file_type": "code",
- "source_file": "backend/src/products/dto/get-products.dto.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 16,
- "community_name": "ProductsService",
- "norm_label": "get-products.dto.ts",
- "id": "backend_src_products_dto_get_products_dto"
- },
- {
- "label": "ApiPropertyOptional",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 16,
- "community_name": "ProductsService",
- "norm_label": "apipropertyoptional",
- "id": "backend_src_products_dto_get_products_dto_ts_apipropertyoptional"
- },
- {
- "label": "IsEnum",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 16,
- "community_name": "ProductsService",
- "norm_label": "isenum",
- "id": "backend_src_products_dto_get_products_dto_ts_isenum"
- },
- {
- "label": "IsOptional",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 16,
- "community_name": "ProductsService",
- "norm_label": "isoptional",
- "id": "backend_src_products_dto_get_products_dto_ts_isoptional"
- },
- {
- "label": "IsString",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 16,
- "community_name": "ProductsService",
- "norm_label": "isstring",
- "id": "backend_src_products_dto_get_products_dto_ts_isstring"
- },
- {
- "label": "products.controller.spec.ts",
- "file_type": "code",
- "source_file": "backend/src/products/products.controller.spec.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 16,
- "community_name": "ProductsService",
- "norm_label": "products.controller.spec.ts",
- "id": "backend_src_products_products_controller_spec"
- },
- {
- "label": "ApiOperation",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 16,
- "community_name": "ProductsService",
- "norm_label": "apioperation",
- "id": "backend_src_products_products_controller_ts_apioperation"
- },
- {
- "label": "ApiTags",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 16,
- "community_name": "ProductsService",
- "norm_label": "apitags",
- "id": "backend_src_products_products_controller_ts_apitags"
- },
- {
- "label": "Body",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 16,
- "community_name": "ProductsService",
- "norm_label": "body",
- "id": "backend_src_products_products_controller_ts_body"
- },
- {
- "label": "Controller",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 16,
- "community_name": "ProductsService",
- "norm_label": "controller",
- "id": "backend_src_products_products_controller_ts_controller"
- },
- {
- "label": "Get",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 16,
- "community_name": "ProductsService",
- "norm_label": "get",
- "id": "backend_src_products_products_controller_ts_get"
- },
- {
- "label": "Param",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 16,
- "community_name": "ProductsService",
- "norm_label": "param",
- "id": "backend_src_products_products_controller_ts_param"
- },
- {
- "label": "Patch",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 16,
- "community_name": "ProductsService",
- "norm_label": "patch",
- "id": "backend_src_products_products_controller_ts_patch"
- },
- {
- "label": "Query",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 16,
- "community_name": "ProductsService",
- "norm_label": "query",
- "id": "backend_src_products_products_controller_ts_query"
- },
- {
- "label": "UseGuards",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 16,
- "community_name": "ProductsService",
- "norm_label": "useguards",
- "id": "backend_src_products_products_controller_ts_useguards"
- },
- {
- "label": "products.module.ts",
- "file_type": "code",
- "source_file": "backend/src/products/products.module.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 16,
- "community_name": "ProductsService",
- "norm_label": "products.module.ts",
- "id": "backend_src_products_products_module"
- },
- {
- "label": "Module",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 16,
- "community_name": "ProductsService",
- "norm_label": "module",
- "id": "backend_src_products_products_module_ts_module"
- },
- {
- "label": "products.service.spec.ts",
- "file_type": "code",
- "source_file": "backend/src/products/products.service.spec.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 16,
- "community_name": "ProductsService",
- "norm_label": "products.service.spec.ts",
- "id": "backend_src_products_products_service_spec"
- },
- {
- "label": "Injectable",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 16,
- "community_name": "ProductsService",
- "norm_label": "injectable",
- "id": "backend_src_products_products_service_ts_injectable"
- },
- {
- "label": "products.service.ts",
- "file_type": "code",
- "source_file": "backend/src/products/products.service.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 16,
- "norm_label": "products.service.ts",
- "id": "backend_src_products_products_service"
- },
{
"label": "application/tsconfig.json",
"file_type": "code",
"source_file": "frontend/application/tsconfig.json",
"source_location": "L1",
"_origin": "ast",
- "community": 160,
+ "community": 161,
"community_name": "compilerOptions",
"norm_label": "application/tsconfig.json",
"id": "frontend_application_tsconfig"
@@ -19186,7 +19408,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L33",
"_origin": "ast",
- "community": 160,
+ "community": 161,
"community_name": "compilerOptions",
"norm_label": "exclude",
"id": "frontend_application_tsconfig_exclude"
@@ -19197,7 +19419,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L33",
"_origin": "ast",
- "community": 160,
+ "community": 161,
"community_name": "compilerOptions",
"norm_label": "**/__tests__/**",
"id": "ref_tests"
@@ -19208,7 +19430,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L33",
"_origin": "ast",
- "community": 160,
+ "community": 161,
"community_name": "compilerOptions",
"norm_label": "vitest.config.ts",
"id": "ref_vitest_config_ts"
@@ -19219,7 +19441,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L33",
"_origin": "ast",
- "community": 160,
+ "community": 161,
"community_name": "compilerOptions",
"norm_label": "vitest.setup.ts",
"id": "ref_vitest_setup_ts"
@@ -19230,7 +19452,7 @@
"source_file": ".ai_agency/specs/api_contract.md",
"source_location": "L1",
"_origin": "ast",
- "community": 161,
+ "community": 162,
"community_name": "API Contract Specification",
"norm_label": "api_contract.md",
"id": "ai_agency_specs_api_contract"
@@ -19241,7 +19463,7 @@
"source_file": ".ai_agency/specs/api_contract.md",
"source_location": "L3",
"_origin": "ast",
- "community": 161,
+ "community": 162,
"community_name": "API Contract Specification",
"norm_label": "1. openapi 3.0 (swagger) specification",
"id": "ai_agency_specs_api_contract_1_openapi_3_0_swagger_specification"
@@ -19252,7 +19474,7 @@
"source_file": ".ai_agency/specs/api_contract.md",
"source_location": "L55",
"_origin": "ast",
- "community": 161,
+ "community": 162,
"community_name": "API Contract Specification",
"norm_label": "2. endpoint definitions & data types",
"id": "ai_agency_specs_api_contract_2_endpoint_definitions_data_types"
@@ -19263,7 +19485,7 @@
"source_file": ".ai_agency/specs/api_contract.md",
"source_location": "L1",
"_origin": "ast",
- "community": 161,
+ "community": 162,
"community_name": "API Contract Specification",
"norm_label": "api contract specification",
"id": "ai_agency_specs_api_contract_api_contract_specification"
@@ -19274,7 +19496,7 @@
"source_file": ".ai_agency/specs/reviews/backend_review.md",
"source_location": "L1",
"_origin": "ast",
- "community": 162,
+ "community": 163,
"community_name": "\u2699\ufe0f Backend Technical Review (05_dev_backend)",
"norm_label": "backend_review.md",
"id": "ai_agency_specs_reviews_backend_review"
@@ -19285,7 +19507,7 @@
"source_file": ".ai_agency/specs/reviews/backend_review.md",
"source_location": "L3",
"_origin": "ast",
- "community": 162,
+ "community": 163,
"community_name": "\u2699\ufe0f Backend Technical Review (05_dev_backend)",
"norm_label": "architectural overview",
"id": "ai_agency_specs_reviews_backend_review_architectural_overview"
@@ -19296,7 +19518,7 @@
"source_file": ".ai_agency/specs/reviews/backend_review.md",
"source_location": "L1",
"_origin": "ast",
- "community": 162,
+ "community": 163,
"community_name": "\u2699\ufe0f Backend Technical Review (05_dev_backend)",
"norm_label": "\u2699\ufe0f backend technical review (05_dev_backend)",
"id": "ai_agency_specs_reviews_backend_review_backend_technical_review_05_dev_backend"
@@ -19307,7 +19529,7 @@
"source_file": ".ai_agency/specs/reviews/backend_review.md",
"source_location": "L8",
"_origin": "ast",
- "community": 162,
+ "community": 163,
"community_name": "\u2699\ufe0f Backend Technical Review (05_dev_backend)",
"norm_label": "critical review findings & required enhancements",
"id": "ai_agency_specs_reviews_backend_review_critical_review_findings_required_enhancements"
@@ -19318,7 +19540,7 @@
"source_file": ".ai_agency/specs/reviews/frontend_review.md",
"source_location": "L1",
"_origin": "ast",
- "community": 163,
+ "community": 164,
"community_name": "\ud83c\udfa8 Frontend & Admin Panel Technical Review (06_dev_frontend)",
"norm_label": "frontend_review.md",
"id": "ai_agency_specs_reviews_frontend_review"
@@ -19329,7 +19551,7 @@
"source_file": ".ai_agency/specs/reviews/frontend_review.md",
"source_location": "L3",
"_origin": "ast",
- "community": 163,
+ "community": 164,
"community_name": "\ud83c\udfa8 Frontend & Admin Panel Technical Review (06_dev_frontend)",
"norm_label": "architectural overview",
"id": "ai_agency_specs_reviews_frontend_review_architectural_overview"
@@ -19340,7 +19562,7 @@
"source_file": ".ai_agency/specs/reviews/frontend_review.md",
"source_location": "L7",
"_origin": "ast",
- "community": 163,
+ "community": 164,
"community_name": "\ud83c\udfa8 Frontend & Admin Panel Technical Review (06_dev_frontend)",
"norm_label": "critical review findings & required enhancements",
"id": "ai_agency_specs_reviews_frontend_review_critical_review_findings_required_enhancements"
@@ -19351,7 +19573,7 @@
"source_file": ".ai_agency/specs/reviews/frontend_review.md",
"source_location": "L1",
"_origin": "ast",
- "community": 163,
+ "community": 164,
"community_name": "\ud83c\udfa8 Frontend & Admin Panel Technical Review (06_dev_frontend)",
"norm_label": "\ud83c\udfa8 frontend & admin panel technical review (06_dev_frontend)",
"id": "ai_agency_specs_reviews_frontend_review_frontend_admin_panel_technical_review_06_dev_frontend"
@@ -19362,7 +19584,7 @@
"source_file": ".ai_agency/specs/reviews/seo_content_review.md",
"source_location": "L1",
"_origin": "ast",
- "community": 164,
+ "community": 165,
"community_name": "\ud83d\ude80 SEO & Content Strategy Review (12_seo_content)",
"norm_label": "seo_content_review.md",
"id": "ai_agency_specs_reviews_seo_content_review"
@@ -19373,7 +19595,7 @@
"source_file": ".ai_agency/specs/reviews/seo_content_review.md",
"source_location": "L3",
"_origin": "ast",
- "community": 164,
+ "community": 165,
"community_name": "\ud83d\ude80 SEO & Content Strategy Review (12_seo_content)",
"norm_label": "overview & content foundation",
"id": "ai_agency_specs_reviews_seo_content_review_overview_content_foundation"
@@ -19384,7 +19606,7 @@
"source_file": ".ai_agency/specs/reviews/seo_content_review.md",
"source_location": "L6",
"_origin": "ast",
- "community": 164,
+ "community": 165,
"community_name": "\ud83d\ude80 SEO & Content Strategy Review (12_seo_content)",
"norm_label": "seo & content requirements",
"id": "ai_agency_specs_reviews_seo_content_review_seo_content_requirements"
@@ -19395,7 +19617,7 @@
"source_file": ".ai_agency/specs/reviews/seo_content_review.md",
"source_location": "L1",
"_origin": "ast",
- "community": 164,
+ "community": 165,
"community_name": "\ud83d\ude80 SEO & Content Strategy Review (12_seo_content)",
"norm_label": "\ud83d\ude80 seo & content strategy review (12_seo_content)",
"id": "ai_agency_specs_reviews_seo_content_review_seo_content_strategy_review_12_seo_content"
@@ -19406,7 +19628,7 @@
"source_file": "backend/package.json",
"source_location": "L57",
"_origin": "ast",
- "community": 165,
+ "community": 166,
"community_name": "@types/node",
"norm_label": "@types/node",
"id": "backend_package_devdependencies_types_node"
@@ -19417,7 +19639,7 @@
"source_file": "backend/package.json",
"source_location": "L57",
"_origin": "ast",
- "community": 165,
+ "community": 166,
"community_name": "@types/node",
"norm_label": "@types/node",
"id": "backend_package_json_types_node"
@@ -19428,7 +19650,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L27",
"_origin": "ast",
- "community": 165,
+ "community": 166,
"community_name": "devDependencies",
"norm_label": "@types/node",
"id": "frontend_admin_panel_package_devdependencies_types_node"
@@ -19439,7 +19661,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L25",
"_origin": "ast",
- "community": 165,
+ "community": 166,
"community_name": "devDependencies",
"norm_label": "@types/node",
"id": "frontend_application_package_devdependencies_types_node"
@@ -19450,7 +19672,7 @@
"source_file": "backend/package.json",
"source_location": "L73",
"_origin": "ast",
- "community": 166,
+ "community": 167,
"community_name": "typescript",
"norm_label": "typescript",
"id": "backend_package_devdependencies_typescript"
@@ -19461,7 +19683,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L38",
"_origin": "ast",
- "community": 166,
+ "community": 167,
"community_name": "typescript",
"norm_label": "typescript",
"id": "frontend_admin_panel_package_devdependencies_typescript"
@@ -19472,7 +19694,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L33",
"_origin": "ast",
- "community": 166,
+ "community": 167,
"community_name": "typescript",
"norm_label": "typescript",
"id": "frontend_application_package_devdependencies_typescript"
@@ -19483,7 +19705,7 @@
"source_file": "backend/package.json",
"source_location": "L73",
"_origin": "ast",
- "community": 166,
+ "community": 167,
"community_name": "typescript",
"norm_label": "typescript",
"id": "backend_package_json_typescript"
@@ -19494,7 +19716,7 @@
"source_file": "backend/prisma/seed-ui-texts.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 167,
+ "community": 168,
"norm_label": "seed-ui-texts.ts",
"id": "backend_prisma_seed_ui_texts"
},
@@ -19504,7 +19726,7 @@
"source_file": "backend/prisma/seed-ui-texts.ts",
"source_location": "L3",
"_origin": "ast",
- "community": 167,
+ "community": 168,
"norm_label": "prisma",
"id": "backend_prisma_seed_ui_texts_prisma"
},
@@ -19514,7 +19736,7 @@
"source_file": "backend/prisma/seed-ui-texts.ts",
"source_location": "L5",
"_origin": "ast",
- "community": 167,
+ "community": 168,
"norm_label": "ui_texts",
"id": "backend_prisma_seed_ui_texts_ui_texts"
},
@@ -19524,9 +19746,9 @@
"source_file": "backend/prisma/seed-wiki.ts",
"source_location": "L1",
"_origin": "ast",
- "id": "backend_prisma_seed_wiki",
- "community": 168,
- "norm_label": "seed-wiki.ts"
+ "community": 169,
+ "norm_label": "seed-wiki.ts",
+ "id": "backend_prisma_seed_wiki"
},
{
"label": "CANONICAL_WIKI_TERMS",
@@ -19534,9 +19756,9 @@
"source_file": "backend/prisma/seed-wiki.ts",
"source_location": "L7",
"_origin": "ast",
- "id": "backend_prisma_seed_wiki_canonical_wiki_terms",
- "community": 168,
- "norm_label": "canonical_wiki_terms"
+ "community": 169,
+ "norm_label": "canonical_wiki_terms",
+ "id": "backend_prisma_seed_wiki_canonical_wiki_terms"
},
{
"label": "prisma",
@@ -19544,9 +19766,251 @@
"source_file": "backend/prisma/seed-wiki.ts",
"source_location": "L5",
"_origin": "ast",
- "id": "backend_prisma_seed_wiki_prisma",
- "community": 168,
- "norm_label": "prisma"
+ "community": 169,
+ "norm_label": "prisma",
+ "id": "backend_prisma_seed_wiki_prisma"
+ },
+ {
+ "label": "wholesale.controller.ts",
+ "file_type": "code",
+ "source_file": "backend/src/wholesale/wholesale.controller.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 17,
+ "community_name": "JwtAuthGuard",
+ "norm_label": "wholesale.controller.ts",
+ "id": "backend_src_wholesale_wholesale_controller"
+ },
+ {
+ "label": "wholesale-apply.dto.ts",
+ "file_type": "code",
+ "source_file": "backend/src/wholesale/dto/wholesale-apply.dto.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 17,
+ "community_name": "PrismaService",
+ "norm_label": "wholesale-apply.dto.ts",
+ "id": "backend_src_wholesale_dto_wholesale_apply_dto"
+ },
+ {
+ "label": "wholesale.service.ts",
+ "file_type": "code",
+ "source_file": "backend/src/wholesale/wholesale.service.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 17,
+ "community_name": "PrismaService",
+ "norm_label": "wholesale.service.ts",
+ "id": "backend_src_wholesale_wholesale_service"
+ },
+ {
+ "label": "ApiProperty",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 17,
+ "community_name": "WholesaleApplyDto",
+ "norm_label": "apiproperty",
+ "id": "backend_src_wholesale_dto_wholesale_apply_dto_ts_apiproperty"
+ },
+ {
+ "label": "ApiPropertyOptional",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 17,
+ "community_name": "WholesaleApplyDto",
+ "norm_label": "apipropertyoptional",
+ "id": "backend_src_wholesale_dto_wholesale_apply_dto_ts_apipropertyoptional"
+ },
+ {
+ "label": "IsNotEmpty",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 17,
+ "community_name": "WholesaleApplyDto",
+ "norm_label": "isnotempty",
+ "id": "backend_src_wholesale_dto_wholesale_apply_dto_ts_isnotempty"
+ },
+ {
+ "label": "IsOptional",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 17,
+ "community_name": "WholesaleApplyDto",
+ "norm_label": "isoptional",
+ "id": "backend_src_wholesale_dto_wholesale_apply_dto_ts_isoptional"
+ },
+ {
+ "label": "IsString",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 17,
+ "community_name": "WholesaleApplyDto",
+ "norm_label": "isstring",
+ "id": "backend_src_wholesale_dto_wholesale_apply_dto_ts_isstring"
+ },
+ {
+ "label": "ApiBearerAuth",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 17,
+ "community_name": "WholesaleApplyDto",
+ "norm_label": "apibearerauth",
+ "id": "backend_src_wholesale_wholesale_controller_ts_apibearerauth"
+ },
+ {
+ "label": "ApiOperation",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 17,
+ "community_name": "WholesaleApplyDto",
+ "norm_label": "apioperation",
+ "id": "backend_src_wholesale_wholesale_controller_ts_apioperation"
+ },
+ {
+ "label": "ApiTags",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 17,
+ "community_name": "WholesaleApplyDto",
+ "norm_label": "apitags",
+ "id": "backend_src_wholesale_wholesale_controller_ts_apitags"
+ },
+ {
+ "label": "Body",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 17,
+ "community_name": "WholesaleApplyDto",
+ "norm_label": "body",
+ "id": "backend_src_wholesale_wholesale_controller_ts_body"
+ },
+ {
+ "label": "Controller",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 17,
+ "community_name": "WholesaleApplyDto",
+ "norm_label": "controller",
+ "id": "backend_src_wholesale_wholesale_controller_ts_controller"
+ },
+ {
+ "label": "Get",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 17,
+ "community_name": "WholesaleApplyDto",
+ "norm_label": "get",
+ "id": "backend_src_wholesale_wholesale_controller_ts_get"
+ },
+ {
+ "label": "Param",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 17,
+ "community_name": "WholesaleApplyDto",
+ "norm_label": "param",
+ "id": "backend_src_wholesale_wholesale_controller_ts_param"
+ },
+ {
+ "label": "Post",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 17,
+ "community_name": "WholesaleApplyDto",
+ "norm_label": "post",
+ "id": "backend_src_wholesale_wholesale_controller_ts_post"
+ },
+ {
+ "label": "Put",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 17,
+ "community_name": "WholesaleApplyDto",
+ "norm_label": "put",
+ "id": "backend_src_wholesale_wholesale_controller_ts_put"
+ },
+ {
+ "label": "Request",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 17,
+ "community_name": "WholesaleApplyDto",
+ "norm_label": "request",
+ "id": "backend_src_wholesale_wholesale_controller_ts_request"
+ },
+ {
+ "label": "UseGuards",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 17,
+ "community_name": "WholesaleApplyDto",
+ "norm_label": "useguards",
+ "id": "backend_src_wholesale_wholesale_controller_ts_useguards"
+ },
+ {
+ "label": "Injectable",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 17,
+ "community_name": "WholesaleApplyDto",
+ "norm_label": "injectable",
+ "id": "backend_src_wholesale_wholesale_service_ts_injectable"
+ },
+ {
+ "label": "wholesale.module.ts",
+ "file_type": "code",
+ "source_file": "backend/src/wholesale/wholesale.module.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 17,
+ "community_name": "app.module.ts",
+ "norm_label": "wholesale.module.ts",
+ "id": "backend_src_wholesale_wholesale_module"
+ },
+ {
+ "label": "Module",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 17,
+ "community_name": "app.module.ts",
+ "norm_label": "module",
+ "id": "backend_src_wholesale_wholesale_module_ts_module"
},
{
"label": "create-blog.dto.ts",
@@ -19554,7 +20018,7 @@
"source_file": "backend/src/blogs/dto/create-blog.dto.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 169,
+ "community": 170,
"community_name": "Blog Management DTOs",
"norm_label": "create-blog.dto.ts",
"id": "backend_src_blogs_dto_create_blog_dto"
@@ -19565,182 +20029,18 @@
"source_file": "backend/src/blogs/dto/update-blog.dto.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 169,
+ "community": 170,
"community_name": "Blog Management DTOs",
"norm_label": "update-blog.dto.ts",
"id": "backend_src_blogs_dto_update_blog_dto"
},
- {
- "label": "App.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/App.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 17,
- "community_name": "adminRoutes.tsx",
- "norm_label": "app.tsx",
- "id": "frontend_admin_panel_src_app"
- },
- {
- "label": "main.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/main.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 17,
- "community_name": "adminRoutes.tsx",
- "norm_label": "main.tsx",
- "id": "frontend_admin_panel_src_main"
- },
- {
- "label": "CMS.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/CMS.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 17,
- "community_name": "adminRoutes.tsx",
- "norm_label": "cms.tsx",
- "id": "frontend_admin_panel_src_pages_cms"
- },
- {
- "label": "ContactSubmissions.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 17,
- "community_name": "adminRoutes.tsx",
- "norm_label": "contactsubmissions.tsx",
- "id": "frontend_admin_panel_src_pages_contactsubmissions"
- },
- {
- "label": "Dashboard.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Dashboard.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 17,
- "norm_label": "dashboard.tsx",
- "id": "frontend_admin_panel_src_pages_dashboard"
- },
- {
- "label": "SslSettingsPage.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/SslSettingsPage.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 17,
- "norm_label": "sslsettingspage.tsx",
- "id": "frontend_admin_panel_src_pages_sslsettingspage"
- },
- {
- "label": "Tickets.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Tickets.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 17,
- "norm_label": "tickets.tsx",
- "id": "frontend_admin_panel_src_pages_tickets"
- },
- {
- "label": "Wiki.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Wiki.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 17,
- "norm_label": "wiki.tsx",
- "id": "frontend_admin_panel_src_pages_wiki"
- },
- {
- "label": "adminRoutes.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 17,
- "norm_label": "adminroutes.tsx",
- "id": "frontend_admin_panel_src_routes_adminroutes"
- },
- {
- "label": "CMS",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
- "source_location": "L23",
- "_origin": "ast",
- "community": 17,
- "norm_label": "cms",
- "id": "frontend_admin_panel_src_routes_adminroutes_cms"
- },
- {
- "label": "ContactSubmissions",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
- "source_location": "L26",
- "_origin": "ast",
- "community": 17,
- "norm_label": "contactsubmissions",
- "id": "frontend_admin_panel_src_routes_adminroutes_contactsubmissions"
- },
- {
- "label": "Dashboard",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
- "source_location": "L10",
- "_origin": "ast",
- "community": 17,
- "norm_label": "dashboard",
- "id": "frontend_admin_panel_src_routes_adminroutes_dashboard"
- },
- {
- "label": "router",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
- "source_location": "L48",
- "_origin": "ast",
- "community": 17,
- "norm_label": "router",
- "id": "frontend_admin_panel_src_routes_adminroutes_router"
- },
- {
- "label": "SslSettingsPage",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
- "source_location": "L37",
- "_origin": "ast",
- "community": 17,
- "norm_label": "sslsettingspage",
- "id": "frontend_admin_panel_src_routes_adminroutes_sslsettingspage"
- },
- {
- "label": "Tickets",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
- "source_location": "L39",
- "_origin": "ast",
- "community": 17,
- "norm_label": "tickets",
- "id": "frontend_admin_panel_src_routes_adminroutes_tickets"
- },
- {
- "label": "Wiki",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
- "source_location": "L19",
- "_origin": "ast",
- "community": 17,
- "norm_label": "wiki",
- "id": "frontend_admin_panel_src_routes_adminroutes_wiki"
- },
{
"label": "create-home.dto.ts",
"file_type": "code",
"source_file": "backend/src/home/dto/create-home.dto.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 170,
+ "community": 171,
"community_name": "Home Management DTOs",
"norm_label": "create-home.dto.ts",
"id": "backend_src_home_dto_create_home_dto"
@@ -19751,7 +20051,7 @@
"source_file": "backend/src/home/dto/update-home.dto.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 170,
+ "community": 171,
"community_name": "Home Management DTOs",
"norm_label": "update-home.dto.ts",
"id": "backend_src_home_dto_update_home_dto"
@@ -19762,7 +20062,7 @@
"source_file": "backend/src/wiki/dto/create-wiki.dto.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 171,
+ "community": 172,
"community_name": "Wiki Management DTOs",
"norm_label": "create-wiki.dto.ts",
"id": "backend_src_wiki_dto_create_wiki_dto"
@@ -19773,7 +20073,7 @@
"source_file": "backend/src/wiki/dto/update-wiki.dto.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 171,
+ "community": 172,
"community_name": "Wiki Management DTOs",
"norm_label": "update-wiki.dto.ts",
"id": "backend_src_wiki_dto_update_wiki_dto"
@@ -19784,7 +20084,7 @@
"source_file": ".claude/skills/graphify/references/add-watch.md",
"source_location": "L1",
"_origin": "ast",
- "community": 172,
+ "community": 173,
"community_name": "graphify reference: add a URL and watch a folder",
"norm_label": "add-watch.md",
"id": "claude_skills_graphify_references_add_watch"
@@ -19795,7 +20095,7 @@
"source_file": ".claude/skills/graphify/references/add-watch.md",
"source_location": "L5",
"_origin": "ast",
- "community": 172,
+ "community": 173,
"community_name": "graphify reference: add a URL and watch a folder",
"norm_label": "for /graphify add",
"id": "claude_skills_graphify_references_add_watch_for_graphify_add"
@@ -19806,7 +20106,7 @@
"source_file": ".claude/skills/graphify/references/add-watch.md",
"source_location": "L39",
"_origin": "ast",
- "community": 172,
+ "community": 173,
"community_name": "graphify reference: add a URL and watch a folder",
"norm_label": "for --watch",
"id": "claude_skills_graphify_references_add_watch_for_watch"
@@ -19817,7 +20117,7 @@
"source_file": ".claude/skills/graphify/references/add-watch.md",
"source_location": "L1",
"_origin": "ast",
- "community": 172,
+ "community": 173,
"community_name": "graphify reference: add a URL and watch a folder",
"norm_label": "graphify reference: add a url and watch a folder",
"id": "claude_skills_graphify_references_add_watch_graphify_reference_add_a_url_and_watch_a_folder"
@@ -19828,7 +20128,7 @@
"source_file": ".claude/skills/graphify/references/hooks.md",
"source_location": "L1",
"_origin": "ast",
- "community": 173,
+ "community": 174,
"community_name": "graphify reference: commit hook and native CLAUDE.md integration",
"norm_label": "hooks.md",
"id": "claude_skills_graphify_references_hooks"
@@ -19839,7 +20139,7 @@
"source_file": ".claude/skills/graphify/references/hooks.md",
"source_location": "L5",
"_origin": "ast",
- "community": 173,
+ "community": 174,
"community_name": "graphify reference: commit hook and native CLAUDE.md integration",
"norm_label": "for git commit hook",
"id": "claude_skills_graphify_references_hooks_for_git_commit_hook"
@@ -19850,7 +20150,7 @@
"source_file": ".claude/skills/graphify/references/hooks.md",
"source_location": "L21",
"_origin": "ast",
- "community": 173,
+ "community": 174,
"community_name": "graphify reference: commit hook and native CLAUDE.md integration",
"norm_label": "for native claude.md integration",
"id": "claude_skills_graphify_references_hooks_for_native_claude_md_integration"
@@ -19861,7 +20161,7 @@
"source_file": ".claude/skills/graphify/references/hooks.md",
"source_location": "L1",
"_origin": "ast",
- "community": 173,
+ "community": 174,
"community_name": "graphify reference: commit hook and native CLAUDE.md integration",
"norm_label": "graphify reference: commit hook and native claude.md integration",
"id": "claude_skills_graphify_references_hooks_graphify_reference_commit_hook_and_native_claude_md_integration"
@@ -19872,7 +20172,7 @@
"source_file": ".claude/skills/graphify/references/update.md",
"source_location": "L1",
"_origin": "ast",
- "community": 174,
+ "community": 175,
"community_name": "graphify reference: incremental update and cluster-only",
"norm_label": "update.md",
"id": "claude_skills_graphify_references_update"
@@ -19883,7 +20183,7 @@
"source_file": ".claude/skills/graphify/references/update.md",
"source_location": "L202",
"_origin": "ast",
- "community": 174,
+ "community": 175,
"community_name": "graphify reference: incremental update and cluster-only",
"norm_label": "for --cluster-only",
"id": "claude_skills_graphify_references_update_for_cluster_only"
@@ -19894,7 +20194,7 @@
"source_file": ".claude/skills/graphify/references/update.md",
"source_location": "L5",
"_origin": "ast",
- "community": 174,
+ "community": 175,
"community_name": "graphify reference: incremental update and cluster-only",
"norm_label": "for --update (incremental re-extraction)",
"id": "claude_skills_graphify_references_update_for_update_incremental_re_extraction"
@@ -19905,7 +20205,7 @@
"source_file": ".claude/skills/graphify/references/update.md",
"source_location": "L1",
"_origin": "ast",
- "community": 174,
+ "community": 175,
"community_name": "graphify reference: incremental update and cluster-only",
"norm_label": "graphify reference: incremental update and cluster-only",
"id": "claude_skills_graphify_references_update_graphify_reference_incremental_update_and_cluster_only"
@@ -19916,7 +20216,7 @@
"source_file": "docs/audit/19-finding-verification-report.md",
"source_location": "L1",
"_origin": "ast",
- "community": 175,
+ "community": 176,
"community_name": "Raw Finding Verification & Disposition Report",
"norm_label": "19-finding-verification-report.md",
"id": "docs_audit_19_finding_verification_report"
@@ -19927,7 +20227,7 @@
"source_file": "docs/audit/19-finding-verification-report.md",
"source_location": "L3",
"_origin": "ast",
- "community": 175,
+ "community": 176,
"community_name": "Raw Finding Verification & Disposition Report",
"norm_label": "1. executive summary & verification reconciliation table",
"id": "docs_audit_19_finding_verification_report_1_executive_summary_verification_reconciliation_table"
@@ -19938,7 +20238,7 @@
"source_file": "docs/audit/19-finding-verification-report.md",
"source_location": "L22",
"_origin": "ast",
- "community": 175,
+ "community": 176,
"community_name": "Raw Finding Verification & Disposition Report",
"norm_label": "2. newly discovered & split findings (canonical ids)",
"id": "docs_audit_19_finding_verification_report_2_newly_discovered_split_findings_canonical_ids"
@@ -19949,7 +20249,7 @@
"source_file": "docs/audit/19-finding-verification-report.md",
"source_location": "L1",
"_origin": "ast",
- "community": 175,
+ "community": 176,
"community_name": "Raw Finding Verification & Disposition Report",
"norm_label": "raw finding verification & disposition report",
"id": "docs_audit_19_finding_verification_report_raw_finding_verification_disposition_report"
@@ -19960,7 +20260,7 @@
"source_file": "frontend/admin-panel/README.md",
"source_location": "L1",
"_origin": "ast",
- "community": 176,
+ "community": 177,
"community_name": "React + TypeScript + Vite",
"norm_label": "admin-panel/readme.md",
"id": "frontend_admin_panel_readme"
@@ -19971,7 +20271,7 @@
"source_file": "frontend/admin-panel/README.md",
"source_location": "L14",
"_origin": "ast",
- "community": 176,
+ "community": 177,
"community_name": "React + TypeScript + Vite",
"norm_label": "expanding the eslint configuration",
"id": "frontend_admin_panel_readme_expanding_the_eslint_configuration"
@@ -19982,7 +20282,7 @@
"source_file": "frontend/admin-panel/README.md",
"source_location": "L10",
"_origin": "ast",
- "community": 176,
+ "community": 177,
"community_name": "React + TypeScript + Vite",
"norm_label": "react compiler",
"id": "frontend_admin_panel_readme_react_compiler"
@@ -19993,7 +20293,7 @@
"source_file": "frontend/admin-panel/README.md",
"source_location": "L1",
"_origin": "ast",
- "community": 176,
+ "community": 177,
"community_name": "React + TypeScript + Vite",
"norm_label": "react + typescript + vite",
"id": "frontend_admin_panel_readme_react_typescript_vite"
@@ -20004,7 +20304,7 @@
"source_file": "frontend/admin-panel/src/components/ui/Select.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 177,
+ "community": 178,
"norm_label": "select.tsx",
"id": "frontend_admin_panel_src_components_ui_select"
},
@@ -20014,7 +20314,7 @@
"source_file": "frontend/admin-panel/src/components/ui/Select.tsx",
"source_location": "L16",
"_origin": "ast",
- "community": 177,
+ "community": 178,
"norm_label": "select",
"id": "frontend_admin_panel_src_components_ui_select_select"
},
@@ -20024,18 +20324,129 @@
"source_file": "frontend/application/app/wiki/[slug]/page.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 178,
+ "community": 179,
"community_name": "Wiki Page Routing",
"norm_label": "wiki/[slug]/page.tsx",
"id": "frontend_application_app_wiki_slug_page"
},
+ {
+ "label": "userStore.test.ts",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/store/__tests__/userStore.test.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 18,
+ "community_name": "lib/services/api.ts",
+ "norm_label": "userstore.test.ts",
+ "id": "frontend_application_lib_store_tests_userstore_test"
+ },
+ {
+ "label": "contact/page.tsx",
+ "file_type": "code",
+ "source_file": "frontend/application/app/contact/page.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 18,
+ "norm_label": "contact/page.tsx",
+ "id": "frontend_application_app_contact_page"
+ },
+ {
+ "label": "metadata",
+ "file_type": "code",
+ "source_file": "frontend/application/app/contact/page.tsx",
+ "source_location": "L4",
+ "_origin": "ast",
+ "community": 18,
+ "norm_label": "metadata",
+ "id": "frontend_application_app_contact_page_metadata"
+ },
+ {
+ "label": "ContactFormClient.tsx",
+ "file_type": "code",
+ "source_file": "frontend/application/components/ContactFormClient.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 18,
+ "norm_label": "contactformclient.tsx",
+ "id": "frontend_application_components_contactformclient"
+ },
+ {
+ "label": "PrescriptionUploadModal.tsx",
+ "file_type": "code",
+ "source_file": "frontend/application/components/PrescriptionUploadModal.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 18,
+ "norm_label": "prescriptionuploadmodal.tsx",
+ "id": "frontend_application_components_prescriptionuploadmodal"
+ },
+ {
+ "label": "lib/services/api.ts",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/services/api.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 18,
+ "norm_label": "lib/services/api.ts",
+ "id": "frontend_application_lib_services_api"
+ },
+ {
+ "label": "api",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/services/api.ts",
+ "source_location": "L26",
+ "_origin": "ast",
+ "community": 18,
+ "norm_label": "api",
+ "id": "frontend_application_lib_services_api_api"
+ },
+ {
+ "label": "BASE_DOMAIN",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/services/api.ts",
+ "source_location": "L14",
+ "_origin": "ast",
+ "community": 18,
+ "norm_label": "base_domain",
+ "id": "frontend_application_lib_services_api_base_domain"
+ },
+ {
+ "label": "baseURL",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/services/api.ts",
+ "source_location": "L13",
+ "_origin": "ast",
+ "community": 18,
+ "norm_label": "baseurl",
+ "id": "frontend_application_lib_services_api_baseurl"
+ },
+ {
+ "label": "authService.ts",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/services/authService.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 18,
+ "norm_label": "authservice.ts",
+ "id": "frontend_application_lib_services_authservice"
+ },
+ {
+ "label": "userStore.ts",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/store/userStore.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 18,
+ "norm_label": "userstore.ts",
+ "id": "frontend_application_lib_store_userstore"
+ },
{
"label": "application/README.md",
"file_type": "document",
"source_file": "frontend/application/README.md",
"source_location": "L1",
"_origin": "ast",
- "community": 179,
+ "community": 180,
"community_name": "application/README.md",
"norm_label": "application/readme.md",
"id": "frontend_application_readme"
@@ -20046,7 +20457,7 @@
"source_file": "frontend/application/README.md",
"source_location": "L32",
"_origin": "ast",
- "community": 179,
+ "community": 180,
"community_name": "application/README.md",
"norm_label": "deploy on vercel",
"id": "frontend_application_readme_deploy_on_vercel"
@@ -20057,7 +20468,7 @@
"source_file": "frontend/application/README.md",
"source_location": "L3",
"_origin": "ast",
- "community": 179,
+ "community": 180,
"community_name": "application/README.md",
"norm_label": "getting started",
"id": "frontend_application_readme_getting_started"
@@ -20068,184 +20479,18 @@
"source_file": "frontend/application/README.md",
"source_location": "L23",
"_origin": "ast",
- "community": 179,
+ "community": 180,
"community_name": "application/README.md",
"norm_label": "learn more",
"id": "frontend_application_readme_learn_more"
},
- {
- "label": "ConfirmModal.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/components/ui/ConfirmModal.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 18,
- "community_name": "Spinner.tsx",
- "norm_label": "confirmmodal.tsx",
- "id": "frontend_admin_panel_src_components_ui_confirmmodal"
- },
- {
- "label": "Pagination.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/components/ui/Pagination.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 18,
- "community_name": "Spinner.tsx",
- "norm_label": "pagination.tsx",
- "id": "frontend_admin_panel_src_components_ui_pagination"
- },
- {
- "label": "Blogs.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Blogs.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 18,
- "community_name": "Spinner.tsx",
- "norm_label": "blogs.tsx",
- "id": "frontend_admin_panel_src_pages_blogs"
- },
- {
- "label": "Categories.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Categories.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 18,
- "community_name": "Spinner.tsx",
- "norm_label": "categories.tsx",
- "id": "frontend_admin_panel_src_pages_categories"
- },
- {
- "label": "TestimonialsManager.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 18,
- "community_name": "Spinner.tsx",
- "norm_label": "testimonialsmanager.tsx",
- "id": "frontend_admin_panel_src_pages_testimonialsmanager"
- },
- {
- "label": "WholesaleApplications.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/WholesaleApplications.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 18,
- "community_name": "adminRoutes.tsx",
- "norm_label": "wholesaleapplications.tsx",
- "id": "frontend_admin_panel_src_pages_wholesaleapplications"
- },
- {
- "label": "MediaSelector.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 18,
- "norm_label": "mediaselector.tsx",
- "id": "frontend_admin_panel_src_components_ui_mediaselector"
- },
- {
- "label": "Pets.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Pets.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 18,
- "norm_label": "pets.tsx",
- "id": "frontend_admin_panel_src_pages_pets"
- },
- {
- "label": "Products.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Products.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 18,
- "norm_label": "products.tsx",
- "id": "frontend_admin_panel_src_pages_products"
- },
- {
- "label": "Blogs",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
- "source_location": "L18",
- "_origin": "ast",
- "community": 18,
- "norm_label": "blogs",
- "id": "frontend_admin_panel_src_routes_adminroutes_blogs"
- },
- {
- "label": "Categories",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
- "source_location": "L17",
- "_origin": "ast",
- "community": 18,
- "norm_label": "categories",
- "id": "frontend_admin_panel_src_routes_adminroutes_categories"
- },
- {
- "label": "Pets",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
- "source_location": "L20",
- "_origin": "ast",
- "community": 18,
- "norm_label": "pets",
- "id": "frontend_admin_panel_src_routes_adminroutes_pets"
- },
- {
- "label": "Products",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
- "source_location": "L12",
- "_origin": "ast",
- "community": 18,
- "norm_label": "products",
- "id": "frontend_admin_panel_src_routes_adminroutes_products"
- },
- {
- "label": "TestimonialsManager",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
- "source_location": "L29",
- "_origin": "ast",
- "community": 18,
- "norm_label": "testimonialsmanager",
- "id": "frontend_admin_panel_src_routes_adminroutes_testimonialsmanager"
- },
- {
- "label": "WholesaleApplications",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
- "source_location": "L24",
- "_origin": "ast",
- "community": 18,
- "norm_label": "wholesaleapplications",
- "id": "frontend_admin_panel_src_routes_adminroutes_wholesaleapplications"
- },
- {
- "label": "BASE_DOMAIN",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/services/api.ts",
- "source_location": "L7",
- "_origin": "ast",
- "community": 18,
- "norm_label": "base_domain",
- "id": "frontend_admin_panel_src_services_api_base_domain"
- },
{
"label": "lib",
"file_type": "code",
"source_file": "frontend/application/tsconfig.json",
"source_location": "L4",
"_origin": "ast",
- "community": 180,
+ "community": 181,
"community_name": "compilerOptions",
"norm_label": "lib",
"id": "frontend_application_tsconfig_compileroptions_lib"
@@ -20256,7 +20501,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L4",
"_origin": "ast",
- "community": 180,
+ "community": 181,
"community_name": "compilerOptions",
"norm_label": "dom",
"id": "frontend_application_tsconfig_json_ref_dom"
@@ -20267,7 +20512,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L4",
"_origin": "ast",
- "community": 180,
+ "community": 181,
"community_name": "compilerOptions",
"norm_label": "dom.iterable",
"id": "ref_dom_iterable"
@@ -20278,7 +20523,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L4",
"_origin": "ast",
- "community": 180,
+ "community": 181,
"community_name": "compilerOptions",
"norm_label": "esnext",
"id": "ref_esnext"
@@ -20293,7 +20538,7 @@
"kind": "file"
},
"_origin": "ast",
- "community": 181,
+ "community": 182,
"community_name": "Docker Deployment Scripts",
"norm_label": "deploy.sh",
"id": "scripts_deploy"
@@ -20308,7 +20553,7 @@
"kind": "code"
},
"_origin": "ast",
- "community": 181,
+ "community": 182,
"community_name": "Docker Deployment Scripts",
"norm_label": "compose_docker_cli_build",
"id": "scripts_deploy_compose_docker_cli_build"
@@ -20323,7 +20568,7 @@
"kind": "code"
},
"_origin": "ast",
- "community": 181,
+ "community": 182,
"community_name": "Docker Deployment Scripts",
"norm_label": "docker_buildkit",
"id": "scripts_deploy_docker_buildkit"
@@ -20338,7 +20583,7 @@
"kind": "bash_entrypoint"
},
"_origin": "ast",
- "community": 181,
+ "community": 182,
"community_name": "Docker Deployment Scripts",
"norm_label": "deploy.sh script",
"id": "scripts_deploy_sh__entry"
@@ -20349,7 +20594,7 @@
"source_file": ".ai_agency/specs/reviews/security_review.md",
"source_location": "L1",
"_origin": "ast",
- "community": 182,
+ "community": 183,
"community_name": "\ud83d\udd12 Security & Performance Review (09_devops_security)",
"norm_label": "security_review.md",
"id": "ai_agency_specs_reviews_security_review"
@@ -20360,7 +20605,7 @@
"source_file": ".ai_agency/specs/reviews/security_review.md",
"source_location": "L3",
"_origin": "ast",
- "community": 182,
+ "community": 183,
"community_name": "\ud83d\udd12 Security & Performance Review (09_devops_security)",
"norm_label": "security architecture & best practices",
"id": "ai_agency_specs_reviews_security_review_security_architecture_best_practices"
@@ -20371,7 +20616,7 @@
"source_file": ".ai_agency/specs/reviews/security_review.md",
"source_location": "L1",
"_origin": "ast",
- "community": 182,
+ "community": 183,
"community_name": "\ud83d\udd12 Security & Performance Review (09_devops_security)",
"norm_label": "\ud83d\udd12 security & performance review (09_devops_security)",
"id": "ai_agency_specs_reviews_security_review_security_performance_review_09_devops_security"
@@ -20382,7 +20627,7 @@
"source_file": ".ai_agency/specs/reviews/ux_review.md",
"source_location": "L1",
"_origin": "ast",
- "community": 183,
+ "community": 184,
"community_name": "\ud83d\udc41\ufe0f UX & Persona Interface Review (08_visual_qa)",
"norm_label": "ux_review.md",
"id": "ai_agency_specs_reviews_ux_review"
@@ -20393,7 +20638,7 @@
"source_file": ".ai_agency/specs/reviews/ux_review.md",
"source_location": "L3",
"_origin": "ast",
- "community": 183,
+ "community": 184,
"community_name": "\ud83d\udc41\ufe0f UX & Persona Interface Review (08_visual_qa)",
"norm_label": "persona experience alignment",
"id": "ai_agency_specs_reviews_ux_review_persona_experience_alignment"
@@ -20404,7 +20649,7 @@
"source_file": ".ai_agency/specs/reviews/ux_review.md",
"source_location": "L1",
"_origin": "ast",
- "community": 183,
+ "community": 184,
"community_name": "\ud83d\udc41\ufe0f UX & Persona Interface Review (08_visual_qa)",
"norm_label": "\ud83d\udc41\ufe0f ux & persona interface review (08_visual_qa)",
"id": "ai_agency_specs_reviews_ux_review_ux_persona_interface_review_08_visual_qa"
@@ -20415,7 +20660,7 @@
"source_file": "backend/package.json",
"source_location": "L47",
"_origin": "ast",
- "community": 184,
+ "community": 185,
"community_name": "devDependencies",
"norm_label": "@eslint/js",
"id": "backend_package_devdependencies_eslint_js"
@@ -20426,7 +20671,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L25",
"_origin": "ast",
- "community": 184,
+ "community": 185,
"community_name": "devDependencies",
"norm_label": "@eslint/js",
"id": "frontend_admin_panel_package_devdependencies_eslint_js"
@@ -20437,7 +20682,7 @@
"source_file": "backend/package.json",
"source_location": "L47",
"_origin": "ast",
- "community": 184,
+ "community": 185,
"community_name": "devDependencies",
"norm_label": "@eslint/js",
"id": "backend_package_json_eslint_js"
@@ -20448,7 +20693,7 @@
"source_file": "backend/package.json",
"source_location": "L74",
"_origin": "ast",
- "community": 185,
+ "community": 186,
"community_name": "devDependencies",
"norm_label": "typescript-eslint",
"id": "backend_package_devdependencies_typescript_eslint"
@@ -20459,7 +20704,7 @@
"source_file": "backend/package.json",
"source_location": "L74",
"_origin": "ast",
- "community": 185,
+ "community": 186,
"community_name": "devDependencies",
"norm_label": "typescript-eslint",
"id": "backend_package_json_typescript_eslint"
@@ -20470,7 +20715,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L39",
"_origin": "ast",
- "community": 185,
+ "community": 186,
"community_name": "typescript-eslint",
"norm_label": "typescript-eslint",
"id": "frontend_admin_panel_package_devdependencies_typescript_eslint"
@@ -20481,7 +20726,7 @@
"source_file": "backend/prisma/migrations/20260526160916_add_ui_texts_and_scientific_terms/migration.sql",
"source_location": null,
"_origin": "ast",
- "community": 186,
+ "community": 187,
"community_name": "Database Migration Scripts",
"norm_label": "20260526160916_add_ui_texts_and_scientific_terms/migration.sql",
"id": "backend_prisma_migrations_20260526160916_add_ui_texts_and_scientific_terms_migration"
@@ -20492,7 +20737,7 @@
"source_file": "backend/prisma/migrations/20260526160916_add_ui_texts_and_scientific_terms/migration.sql",
"source_location": "L10",
"_origin": "ast",
- "community": 186,
+ "community": 187,
"community_name": "Database Migration Scripts",
"norm_label": "\"scientific_terms\"",
"id": "backend_prisma_migrations_20260526160916_add_ui_texts_and_scientific_terms_migration_scientific_terms"
@@ -20503,7 +20748,7 @@
"source_file": "backend/prisma/migrations/20260526160916_add_ui_texts_and_scientific_terms/migration.sql",
"source_location": "L2",
"_origin": "ast",
- "community": 186,
+ "community": 187,
"community_name": "Database Migration Scripts",
"norm_label": "\"ui_texts\"",
"id": "backend_prisma_migrations_20260526160916_add_ui_texts_and_scientific_terms_migration_ui_texts"
@@ -20514,7 +20759,7 @@
"source_file": "backend/prisma/scientificTerms.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 187,
+ "community": 188,
"community_name": "Scientific Terms Schema",
"norm_label": "prisma/scientificterms.ts",
"id": "backend_prisma_scientificterms"
@@ -20525,7 +20770,7 @@
"source_file": "backend/prisma/scientificTerms.ts",
"source_location": "L7",
"_origin": "ast",
- "community": 187,
+ "community": 188,
"community_name": "Scientific Terms Schema",
"norm_label": "scientific_terms",
"id": "backend_prisma_scientificterms_scientific_terms"
@@ -20536,7 +20781,7 @@
"source_file": "backend/prisma/seed-blogs.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 188,
+ "community": 189,
"norm_label": "seed-blogs.ts",
"id": "backend_prisma_seed_blogs"
},
@@ -20546,17 +20791,180 @@
"source_file": "backend/prisma/seed-blogs.ts",
"source_location": "L3",
"_origin": "ast",
- "community": 188,
+ "community": 189,
"norm_label": "prisma",
"id": "backend_prisma_seed_blogs_prisma"
},
+ {
+ "label": "App.tsx",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/App.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 19,
+ "community_name": "adminRoutes.tsx",
+ "norm_label": "app.tsx",
+ "id": "frontend_admin_panel_src_app"
+ },
+ {
+ "label": "main.tsx",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/main.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 19,
+ "community_name": "adminRoutes.tsx",
+ "norm_label": "main.tsx",
+ "id": "frontend_admin_panel_src_main"
+ },
+ {
+ "label": "ContactSubmissions.tsx",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 19,
+ "community_name": "adminRoutes.tsx",
+ "norm_label": "contactsubmissions.tsx",
+ "id": "frontend_admin_panel_src_pages_contactsubmissions"
+ },
+ {
+ "label": "Dashboard.tsx",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Dashboard.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 19,
+ "norm_label": "dashboard.tsx",
+ "id": "frontend_admin_panel_src_pages_dashboard"
+ },
+ {
+ "label": "SslSettingsPage.tsx",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/SslSettingsPage.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 19,
+ "norm_label": "sslsettingspage.tsx",
+ "id": "frontend_admin_panel_src_pages_sslsettingspage"
+ },
+ {
+ "label": "Tickets.tsx",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Tickets.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 19,
+ "norm_label": "tickets.tsx",
+ "id": "frontend_admin_panel_src_pages_tickets"
+ },
+ {
+ "label": "Transactions.tsx",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Transactions.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 19,
+ "norm_label": "transactions.tsx",
+ "id": "frontend_admin_panel_src_pages_transactions"
+ },
+ {
+ "label": "adminRoutes.tsx",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 19,
+ "norm_label": "adminroutes.tsx",
+ "id": "frontend_admin_panel_src_routes_adminroutes"
+ },
+ {
+ "label": "Blogs",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
+ "source_location": "L18",
+ "_origin": "ast",
+ "community": 19,
+ "norm_label": "blogs",
+ "id": "frontend_admin_panel_src_routes_adminroutes_blogs"
+ },
+ {
+ "label": "Categories",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
+ "source_location": "L17",
+ "_origin": "ast",
+ "community": 19,
+ "norm_label": "categories",
+ "id": "frontend_admin_panel_src_routes_adminroutes_categories"
+ },
+ {
+ "label": "ContactSubmissions",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
+ "source_location": "L26",
+ "_origin": "ast",
+ "community": 19,
+ "norm_label": "contactsubmissions",
+ "id": "frontend_admin_panel_src_routes_adminroutes_contactsubmissions"
+ },
+ {
+ "label": "Dashboard",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
+ "source_location": "L10",
+ "_origin": "ast",
+ "community": 19,
+ "norm_label": "dashboard",
+ "id": "frontend_admin_panel_src_routes_adminroutes_dashboard"
+ },
+ {
+ "label": "router",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
+ "source_location": "L48",
+ "_origin": "ast",
+ "community": 19,
+ "norm_label": "router",
+ "id": "frontend_admin_panel_src_routes_adminroutes_router"
+ },
+ {
+ "label": "SslSettingsPage",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
+ "source_location": "L37",
+ "_origin": "ast",
+ "community": 19,
+ "norm_label": "sslsettingspage",
+ "id": "frontend_admin_panel_src_routes_adminroutes_sslsettingspage"
+ },
+ {
+ "label": "Tickets",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
+ "source_location": "L39",
+ "_origin": "ast",
+ "community": 19,
+ "norm_label": "tickets",
+ "id": "frontend_admin_panel_src_routes_adminroutes_tickets"
+ },
+ {
+ "label": "Transactions",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
+ "source_location": "L38",
+ "_origin": "ast",
+ "community": 19,
+ "norm_label": "transactions",
+ "id": "frontend_admin_panel_src_routes_adminroutes_transactions"
+ },
{
"label": "seed-custom.ts",
"file_type": "code",
"source_file": "backend/prisma/seed-custom.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 189,
+ "community": 190,
"community_name": "Custom Data Seeding",
"norm_label": "seed-custom.ts",
"id": "backend_prisma_seed_custom"
@@ -20567,129 +20975,18 @@
"source_file": "backend/prisma/seed-custom.ts",
"source_location": "L5",
"_origin": "ast",
- "community": 189,
+ "community": 190,
"community_name": "Custom Data Seeding",
"norm_label": "prisma",
"id": "backend_prisma_seed_custom_prisma"
},
- {
- "label": "userStore.test.ts",
- "file_type": "code",
- "source_file": "frontend/application/lib/store/__tests__/userStore.test.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 19,
- "community_name": "lib/services/api.ts",
- "norm_label": "userstore.test.ts",
- "id": "frontend_application_lib_store_tests_userstore_test"
- },
- {
- "label": "contact/page.tsx",
- "file_type": "code",
- "source_file": "frontend/application/app/contact/page.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 19,
- "norm_label": "contact/page.tsx",
- "id": "frontend_application_app_contact_page"
- },
- {
- "label": "metadata",
- "file_type": "code",
- "source_file": "frontend/application/app/contact/page.tsx",
- "source_location": "L4",
- "_origin": "ast",
- "community": 19,
- "norm_label": "metadata",
- "id": "frontend_application_app_contact_page_metadata"
- },
- {
- "label": "ContactFormClient.tsx",
- "file_type": "code",
- "source_file": "frontend/application/components/ContactFormClient.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 19,
- "norm_label": "contactformclient.tsx",
- "id": "frontend_application_components_contactformclient"
- },
- {
- "label": "PrescriptionUploadModal.tsx",
- "file_type": "code",
- "source_file": "frontend/application/components/PrescriptionUploadModal.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 19,
- "norm_label": "prescriptionuploadmodal.tsx",
- "id": "frontend_application_components_prescriptionuploadmodal"
- },
- {
- "label": "lib/services/api.ts",
- "file_type": "code",
- "source_file": "frontend/application/lib/services/api.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 19,
- "norm_label": "lib/services/api.ts",
- "id": "frontend_application_lib_services_api"
- },
- {
- "label": "api",
- "file_type": "code",
- "source_file": "frontend/application/lib/services/api.ts",
- "source_location": "L26",
- "_origin": "ast",
- "community": 19,
- "norm_label": "api",
- "id": "frontend_application_lib_services_api_api"
- },
- {
- "label": "BASE_DOMAIN",
- "file_type": "code",
- "source_file": "frontend/application/lib/services/api.ts",
- "source_location": "L14",
- "_origin": "ast",
- "community": 19,
- "norm_label": "base_domain",
- "id": "frontend_application_lib_services_api_base_domain"
- },
- {
- "label": "baseURL",
- "file_type": "code",
- "source_file": "frontend/application/lib/services/api.ts",
- "source_location": "L13",
- "_origin": "ast",
- "community": 19,
- "norm_label": "baseurl",
- "id": "frontend_application_lib_services_api_baseurl"
- },
- {
- "label": "authService.ts",
- "file_type": "code",
- "source_file": "frontend/application/lib/services/authService.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 19,
- "norm_label": "authservice.ts",
- "id": "frontend_application_lib_services_authservice"
- },
- {
- "label": "userStore.ts",
- "file_type": "code",
- "source_file": "frontend/application/lib/store/userStore.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 19,
- "norm_label": "userstore.ts",
- "id": "frontend_application_lib_store_userstore"
- },
{
"label": "github-and-merge.md",
"file_type": "document",
"source_file": ".claude/skills/graphify/references/github-and-merge.md",
"source_location": "L1",
"_origin": "ast",
- "community": 190,
+ "community": 191,
"community_name": "graphify reference: GitHub clone and cross-repo merge",
"norm_label": "github-and-merge.md",
"id": "claude_skills_graphify_references_github_and_merge"
@@ -20700,7 +20997,7 @@
"source_file": ".claude/skills/graphify/references/github-and-merge.md",
"source_location": "L1",
"_origin": "ast",
- "community": 190,
+ "community": 191,
"community_name": "graphify reference: GitHub clone and cross-repo merge",
"norm_label": "graphify reference: github clone and cross-repo merge",
"id": "claude_skills_graphify_references_github_and_merge_graphify_reference_github_clone_and_cross_repo_merge"
@@ -20711,7 +21008,7 @@
"source_file": ".claude/skills/graphify/references/github-and-merge.md",
"source_location": "L5",
"_origin": "ast",
- "community": 190,
+ "community": 191,
"community_name": "graphify reference: GitHub clone and cross-repo merge",
"norm_label": "step 0 - clone github repo(s) (only if a github url was given)",
"id": "claude_skills_graphify_references_github_and_merge_step_0_clone_github_repo_s_only_if_a_github_url_was_given"
@@ -20722,7 +21019,7 @@
"source_file": ".claude/skills/graphify/references/transcribe.md",
"source_location": "L1",
"_origin": "ast",
- "community": 191,
+ "community": 192,
"community_name": "graphify reference: transcribe video and audio",
"norm_label": "transcribe.md",
"id": "claude_skills_graphify_references_transcribe"
@@ -20733,7 +21030,7 @@
"source_file": ".claude/skills/graphify/references/transcribe.md",
"source_location": "L1",
"_origin": "ast",
- "community": 191,
+ "community": 192,
"community_name": "graphify reference: transcribe video and audio",
"norm_label": "graphify reference: transcribe video and audio",
"id": "claude_skills_graphify_references_transcribe_graphify_reference_transcribe_video_and_audio"
@@ -20744,7 +21041,7 @@
"source_file": ".claude/skills/graphify/references/transcribe.md",
"source_location": "L5",
"_origin": "ast",
- "community": 191,
+ "community": 192,
"community_name": "graphify reference: transcribe video and audio",
"norm_label": "step 2.5 - transcribe video / audio files (only if video files detected)",
"id": "claude_skills_graphify_references_transcribe_step_2_5_transcribe_video_audio_files_only_if_video_files_detected"
@@ -20755,7 +21052,7 @@
"source_file": "docs/audit/18-compiler-diagnostic-dispositions.md",
"source_location": "L1",
"_origin": "ast",
- "community": 192,
+ "community": 193,
"community_name": "Compiler Diagnostic Dispositions",
"norm_label": "18-compiler-diagnostic-dispositions.md",
"id": "docs_audit_18_compiler_diagnostic_dispositions"
@@ -20766,7 +21063,7 @@
"source_file": "docs/audit/18-compiler-diagnostic-dispositions.md",
"source_location": "L1",
"_origin": "ast",
- "community": 192,
+ "community": 193,
"community_name": "Compiler Diagnostic Dispositions",
"norm_label": "compiler diagnostic dispositions",
"id": "docs_audit_18_compiler_diagnostic_dispositions_compiler_diagnostic_dispositions"
@@ -20777,7 +21074,7 @@
"source_file": "docs/audit/18-compiler-diagnostic-dispositions.md",
"source_location": "L11",
"_origin": "ast",
- "community": 192,
+ "community": 193,
"community_name": "Compiler Diagnostic Dispositions",
"norm_label": "reconciled compiler diagnostic table",
"id": "docs_audit_18_compiler_diagnostic_dispositions_reconciled_compiler_diagnostic_table"
@@ -20788,7 +21085,7 @@
"source_file": "docs/audit/build_manifest.js",
"source_location": "L1",
"_origin": "ast",
- "community": 194,
+ "community": 195,
"community_name": "Build Manifest Generation",
"norm_label": "build_manifest.js",
"id": "docs_audit_build_manifest"
@@ -20799,7 +21096,7 @@
"source_file": "docs/audit/build_manifest.js",
"source_location": "L8",
"_origin": "ast",
- "community": 194,
+ "community": 195,
"community_name": "Build Manifest Generation",
"norm_label": "entries",
"id": "docs_audit_build_manifest_entries"
@@ -20810,7 +21107,7 @@
"source_file": "docs/audit/build_manifest.js",
"source_location": "L3",
"_origin": "ast",
- "community": 194,
+ "community": 195,
"community_name": "Build Manifest Generation",
"norm_label": "lines",
"id": "docs_audit_build_manifest_lines"
@@ -20821,7 +21118,7 @@
"source_file": "docs/audit/generate_classification.js",
"source_location": "L1",
"_origin": "ast",
- "community": 195,
+ "community": 196,
"community_name": "Classification Data Generation",
"norm_label": "generate_classification.js",
"id": "docs_audit_generate_classification"
@@ -20832,7 +21129,7 @@
"source_file": "docs/audit/generate_classification.js",
"source_location": "L8",
"_origin": "ast",
- "community": 195,
+ "community": 196,
"community_name": "Classification Data Generation",
"norm_label": "classified",
"id": "docs_audit_generate_classification_classified"
@@ -20843,7 +21140,7 @@
"source_file": "docs/audit/generate_classification.js",
"source_location": "L3",
"_origin": "ast",
- "community": 195,
+ "community": 196,
"community_name": "Classification Data Generation",
"norm_label": "lines",
"id": "docs_audit_generate_classification_lines"
@@ -20854,7 +21151,7 @@
"source_file": "docs/audit/generate_evidence.js",
"source_location": "L1",
"_origin": "ast",
- "community": 196,
+ "community": 197,
"community_name": "Evidence Data Generation",
"norm_label": "generate_evidence.js",
"id": "docs_audit_generate_evidence"
@@ -20865,7 +21162,7 @@
"source_file": "docs/audit/generate_evidence.js",
"source_location": "L4",
"_origin": "ast",
- "community": 196,
+ "community": 197,
"community_name": "Evidence Data Generation",
"norm_label": "classification",
"id": "docs_audit_generate_evidence_classification"
@@ -20876,7 +21173,7 @@
"source_file": "docs/audit/generate_evidence.js",
"source_location": "L6",
"_origin": "ast",
- "community": 196,
+ "community": 197,
"community_name": "Evidence Data Generation",
"norm_label": "evidenceentries",
"id": "docs_audit_generate_evidence_evidenceentries"
@@ -20887,7 +21184,7 @@
"source_file": "docs/audit/generate_ledger.js",
"source_location": "L1",
"_origin": "ast",
- "community": 197,
+ "community": 198,
"community_name": "Ledger Data Generation",
"norm_label": "generate_ledger.js",
"id": "docs_audit_generate_ledger"
@@ -20898,7 +21195,7 @@
"source_file": "docs/audit/generate_ledger.js",
"source_location": "L3",
"_origin": "ast",
- "community": 197,
+ "community": 198,
"community_name": "Ledger Data Generation",
"norm_label": "evidence",
"id": "docs_audit_generate_ledger_evidence"
@@ -20909,7 +21206,7 @@
"source_file": "docs/audit/generate_ledger.js",
"source_location": "L5",
"_origin": "ast",
- "community": 197,
+ "community": 198,
"community_name": "Ledger Data Generation",
"norm_label": "ledgerentries",
"id": "docs_audit_generate_ledger_ledgerentries"
@@ -20920,7 +21217,7 @@
"source_file": "docs/audit/generate_manifest.js",
"source_location": "L1",
"_origin": "ast",
- "community": 198,
+ "community": 199,
"community_name": "Manifest Data Generation",
"norm_label": "generate_manifest.js",
"id": "docs_audit_generate_manifest"
@@ -20931,7 +21228,7 @@
"source_file": "docs/audit/generate_manifest.js",
"source_location": "L3",
"_origin": "ast",
- "community": 198,
+ "community": 199,
"community_name": "Manifest Data Generation",
"norm_label": "evidence",
"id": "docs_audit_generate_manifest_evidence"
@@ -20942,44 +21239,11 @@
"source_file": "docs/audit/generate_manifest.js",
"source_location": "L5",
"_origin": "ast",
- "community": 198,
+ "community": 199,
"community_name": "Manifest Data Generation",
"norm_label": "manifestentries",
"id": "docs_audit_generate_manifest_manifestentries"
},
- {
- "label": "sync_honest_manifest.js",
- "file_type": "code",
- "source_file": "docs/audit/sync_honest_manifest.js",
- "source_location": "L1",
- "_origin": "ast",
- "community": 199,
- "community_name": "Honest Manifest Synchronization",
- "norm_label": "sync_honest_manifest.js",
- "id": "docs_audit_sync_honest_manifest"
- },
- {
- "label": "ledger",
- "file_type": "code",
- "source_file": "docs/audit/sync_honest_manifest.js",
- "source_location": "L3",
- "_origin": "ast",
- "community": 199,
- "community_name": "Honest Manifest Synchronization",
- "norm_label": "ledger",
- "id": "docs_audit_sync_honest_manifest_ledger"
- },
- {
- "label": "manifest",
- "file_type": "code",
- "source_file": "docs/audit/sync_honest_manifest.js",
- "source_location": "L5",
- "_origin": "ast",
- "community": 199,
- "community_name": "Honest Manifest Synchronization",
- "norm_label": "manifest",
- "id": "docs_audit_sync_honest_manifest_manifest"
- },
{
"label": "users.controller.ts",
"file_type": "code",
@@ -21002,17 +21266,6 @@
"norm_label": "users.controller.spec.ts",
"id": "backend_src_users_users_controller_spec"
},
- {
- "label": "Module",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 2,
- "community_name": "UsersService",
- "norm_label": "module",
- "id": "backend_src_auth_auth_module_ts_module"
- },
{
"label": "Injectable",
"file_type": "code",
@@ -21321,28 +21574,6 @@
"norm_label": "useguards",
"id": "backend_src_users_users_controller_ts_useguards"
},
- {
- "label": "users.module.ts",
- "file_type": "code",
- "source_file": "backend/src/users/users.module.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 2,
- "community_name": "UsersService",
- "norm_label": "users.module.ts",
- "id": "backend_src_users_users_module"
- },
- {
- "label": "Module",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 2,
- "community_name": "UsersService",
- "norm_label": "module",
- "id": "backend_src_users_users_module_ts_module"
- },
{
"label": "Injectable",
"file_type": "code",
@@ -21384,16 +21615,6 @@
"norm_label": "default_jwt_secret",
"id": "backend_src_auth_auth_constants_default_jwt_secret"
},
- {
- "label": "auth.module.ts",
- "file_type": "code",
- "source_file": "backend/src/auth/auth.module.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 2,
- "norm_label": "auth.module.ts",
- "id": "backend_src_auth_auth_module"
- },
{
"label": "jwt.strategy.ts",
"file_type": "code",
@@ -21415,180 +21636,181 @@
"id": "backend_src_users_dto_update_profile_dto"
},
{
- "label": "ApiBadRequestResponse",
+ "label": "Spinner.tsx",
"file_type": "code",
- "source_file": "",
- "source_location": "",
+ "source_file": "frontend/admin-panel/src/components/ui/Spinner.tsx",
+ "source_location": "L1",
"_origin": "ast",
"community": 20,
- "community_name": "OrdersService",
- "norm_label": "apibadrequestresponse",
- "id": "backend_src_orders_orders_controller_ts_apibadrequestresponse"
+ "community_name": "Spinner.tsx",
+ "norm_label": "spinner.tsx",
+ "id": "frontend_admin_panel_src_components_ui_spinner"
},
{
- "label": "ApiBearerAuth",
+ "label": "B2BManager.tsx",
"file_type": "code",
- "source_file": "",
- "source_location": "",
+ "source_file": "frontend/admin-panel/src/pages/B2BManager.tsx",
+ "source_location": "L1",
"_origin": "ast",
"community": 20,
- "community_name": "OrdersService",
- "norm_label": "apibearerauth",
- "id": "backend_src_orders_orders_controller_ts_apibearerauth"
+ "community_name": "admin.ts",
+ "norm_label": "b2bmanager.tsx",
+ "id": "frontend_admin_panel_src_pages_b2bmanager"
},
{
- "label": "ApiCreatedResponse",
+ "label": "SmartAdvisorManager.tsx",
"file_type": "code",
- "source_file": "",
- "source_location": "",
+ "source_file": "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx",
+ "source_location": "L1",
"_origin": "ast",
"community": 20,
- "community_name": "OrdersService",
- "norm_label": "apicreatedresponse",
- "id": "backend_src_orders_orders_controller_ts_apicreatedresponse"
+ "community_name": "admin.ts",
+ "norm_label": "smartadvisormanager.tsx",
+ "id": "frontend_admin_panel_src_pages_smartadvisormanager"
},
{
- "label": "ApiNotFoundResponse",
+ "label": "SystemSettingsPage.tsx",
"file_type": "code",
- "source_file": "",
- "source_location": "",
+ "source_file": "frontend/admin-panel/src/pages/SystemSettingsPage.tsx",
+ "source_location": "L1",
"_origin": "ast",
"community": 20,
- "community_name": "OrdersService",
- "norm_label": "apinotfoundresponse",
- "id": "backend_src_orders_orders_controller_ts_apinotfoundresponse"
+ "community_name": "admin.ts",
+ "norm_label": "systemsettingspage.tsx",
+ "id": "frontend_admin_panel_src_pages_systemsettingspage"
},
{
- "label": "ApiOkResponse",
+ "label": "BannersManager.tsx",
"file_type": "code",
- "source_file": "",
- "source_location": "",
+ "source_file": "frontend/admin-panel/src/pages/BannersManager.tsx",
+ "source_location": "L1",
"_origin": "ast",
"community": 20,
- "community_name": "OrdersService",
- "norm_label": "apiokresponse",
- "id": "backend_src_orders_orders_controller_ts_apiokresponse"
+ "norm_label": "bannersmanager.tsx",
+ "id": "frontend_admin_panel_src_pages_bannersmanager"
},
{
- "label": "ApiOperation",
+ "label": "IngredientsManager.tsx",
"file_type": "code",
- "source_file": "",
- "source_location": "",
+ "source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx",
+ "source_location": "L1",
"_origin": "ast",
"community": 20,
- "community_name": "OrdersService",
- "norm_label": "apioperation",
- "id": "backend_src_orders_orders_controller_ts_apioperation"
+ "norm_label": "ingredientsmanager.tsx",
+ "id": "frontend_admin_panel_src_pages_ingredientsmanager"
},
{
- "label": "ApiTags",
+ "label": "SeoSettingsPage.tsx",
"file_type": "code",
- "source_file": "",
- "source_location": "",
+ "source_file": "frontend/admin-panel/src/pages/SeoSettingsPage.tsx",
+ "source_location": "L1",
"_origin": "ast",
"community": 20,
- "community_name": "OrdersService",
- "norm_label": "apitags",
- "id": "backend_src_orders_orders_controller_ts_apitags"
+ "norm_label": "seosettingspage.tsx",
+ "id": "frontend_admin_panel_src_pages_seosettingspage"
},
{
- "label": "Body",
+ "label": "B2BManager",
"file_type": "code",
- "source_file": "",
- "source_location": "",
+ "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
+ "source_location": "L32",
"_origin": "ast",
"community": 20,
- "community_name": "OrdersService",
- "norm_label": "body",
- "id": "backend_src_orders_orders_controller_ts_body"
+ "norm_label": "b2bmanager",
+ "id": "frontend_admin_panel_src_routes_adminroutes_b2bmanager"
},
{
- "label": "Controller",
+ "label": "BannersManager",
"file_type": "code",
- "source_file": "",
- "source_location": "",
+ "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
+ "source_location": "L27",
"_origin": "ast",
"community": 20,
- "community_name": "OrdersService",
- "norm_label": "controller",
- "id": "backend_src_orders_orders_controller_ts_controller"
+ "norm_label": "bannersmanager",
+ "id": "frontend_admin_panel_src_routes_adminroutes_bannersmanager"
},
{
- "label": "Get",
+ "label": "IngredientsManager",
"file_type": "code",
- "source_file": "",
- "source_location": "",
+ "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
+ "source_location": "L30",
"_origin": "ast",
"community": 20,
- "community_name": "OrdersService",
- "norm_label": "get",
- "id": "backend_src_orders_orders_controller_ts_get"
+ "norm_label": "ingredientsmanager",
+ "id": "frontend_admin_panel_src_routes_adminroutes_ingredientsmanager"
},
{
- "label": "Param",
+ "label": "SeoSettingsPage",
"file_type": "code",
- "source_file": "",
- "source_location": "",
+ "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
+ "source_location": "L33",
"_origin": "ast",
"community": 20,
- "community_name": "OrdersService",
- "norm_label": "param",
- "id": "backend_src_orders_orders_controller_ts_param"
+ "norm_label": "seosettingspage",
+ "id": "frontend_admin_panel_src_routes_adminroutes_seosettingspage"
},
{
- "label": "Post",
+ "label": "SmartAdvisorManager",
"file_type": "code",
- "source_file": "",
- "source_location": "",
+ "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
+ "source_location": "L28",
"_origin": "ast",
"community": 20,
- "community_name": "OrdersService",
- "norm_label": "post",
- "id": "backend_src_orders_orders_controller_ts_post"
+ "norm_label": "smartadvisormanager",
+ "id": "frontend_admin_panel_src_routes_adminroutes_smartadvisormanager"
},
{
- "label": "Query",
+ "label": "SystemSettingsPage",
"file_type": "code",
- "source_file": "",
- "source_location": "",
+ "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
+ "source_location": "L35",
"_origin": "ast",
"community": 20,
- "community_name": "OrdersService",
- "norm_label": "query",
- "id": "backend_src_orders_orders_controller_ts_query"
+ "norm_label": "systemsettingspage",
+ "id": "frontend_admin_panel_src_routes_adminroutes_systemsettingspage"
},
{
- "label": "Req",
+ "label": "admin.ts",
"file_type": "code",
- "source_file": "",
- "source_location": "",
+ "source_file": "frontend/admin-panel/src/types/admin.ts",
+ "source_location": "L1",
"_origin": "ast",
"community": 20,
- "community_name": "OrdersService",
- "norm_label": "req",
- "id": "backend_src_orders_orders_controller_ts_req"
+ "norm_label": "admin.ts",
+ "id": "frontend_admin_panel_src_types_admin"
},
{
- "label": "UseGuards",
+ "label": "sync_honest_manifest.js",
"file_type": "code",
- "source_file": "",
- "source_location": "",
+ "source_file": "docs/audit/sync_honest_manifest.js",
+ "source_location": "L1",
"_origin": "ast",
- "community": 20,
- "community_name": "OrdersService",
- "norm_label": "useguards",
- "id": "backend_src_orders_orders_controller_ts_useguards"
+ "community": 200,
+ "community_name": "Honest Manifest Synchronization",
+ "norm_label": "sync_honest_manifest.js",
+ "id": "docs_audit_sync_honest_manifest"
},
{
- "label": "Injectable",
+ "label": "ledger",
"file_type": "code",
- "source_file": "",
- "source_location": "",
+ "source_file": "docs/audit/sync_honest_manifest.js",
+ "source_location": "L3",
"_origin": "ast",
- "community": 20,
- "community_name": "OrdersService",
- "norm_label": "injectable",
- "id": "backend_src_orders_orders_service_ts_injectable"
+ "community": 200,
+ "community_name": "Honest Manifest Synchronization",
+ "norm_label": "ledger",
+ "id": "docs_audit_sync_honest_manifest_ledger"
+ },
+ {
+ "label": "manifest",
+ "file_type": "code",
+ "source_file": "docs/audit/sync_honest_manifest.js",
+ "source_location": "L5",
+ "_origin": "ast",
+ "community": 200,
+ "community_name": "Honest Manifest Synchronization",
+ "norm_label": "manifest",
+ "id": "docs_audit_sync_honest_manifest_manifest"
},
{
"label": "sync_manifest.js",
@@ -21596,7 +21818,7 @@
"source_file": "docs/audit/sync_manifest.js",
"source_location": "L1",
"_origin": "ast",
- "community": 200,
+ "community": 201,
"community_name": "Manifest Entry Synchronization",
"norm_label": "sync_manifest.js",
"id": "docs_audit_sync_manifest"
@@ -21607,7 +21829,7 @@
"source_file": "docs/audit/sync_manifest.js",
"source_location": "L3",
"_origin": "ast",
- "community": 200,
+ "community": 201,
"community_name": "Manifest Entry Synchronization",
"norm_label": "ledger",
"id": "docs_audit_sync_manifest_ledger"
@@ -21618,7 +21840,7 @@
"source_file": "docs/audit/sync_manifest.js",
"source_location": "L5",
"_origin": "ast",
- "community": 200,
+ "community": 201,
"community_name": "Manifest Entry Synchronization",
"norm_label": "manifestentries",
"id": "docs_audit_sync_manifest_manifestentries"
@@ -21629,7 +21851,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L17",
"_origin": "ast",
- "community": 201,
+ "community": 202,
"community_name": "dependencies",
"norm_label": "react-dom",
"id": "frontend_admin_panel_package_dependencies_react_dom"
@@ -21640,7 +21862,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L17",
"_origin": "ast",
- "community": 201,
+ "community": 202,
"community_name": "dependencies",
"norm_label": "react-dom",
"id": "frontend_application_package_dependencies_react_dom"
@@ -21651,7 +21873,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L17",
"_origin": "ast",
- "community": 201,
+ "community": 202,
"community_name": "dependencies",
"norm_label": "react-dom",
"id": "frontend_admin_panel_package_json_react_dom"
@@ -21662,7 +21884,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L22",
"_origin": "ast",
- "community": 202,
+ "community": 203,
"community_name": "dependencies",
"norm_label": "zustand",
"id": "frontend_admin_panel_package_dependencies_zustand"
@@ -21673,7 +21895,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L19",
"_origin": "ast",
- "community": 202,
+ "community": 203,
"community_name": "dependencies",
"norm_label": "zustand",
"id": "frontend_application_package_dependencies_zustand"
@@ -21684,7 +21906,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L22",
"_origin": "ast",
- "community": 202,
+ "community": 203,
"community_name": "dependencies",
"norm_label": "zustand",
"id": "frontend_admin_panel_package_json_zustand"
@@ -21695,7 +21917,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L32",
"_origin": "ast",
- "community": 203,
+ "community": 204,
"community_name": "devDependencies",
"norm_label": "tailwindcss",
"id": "frontend_application_package_devdependencies_tailwindcss"
@@ -21706,7 +21928,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L37",
"_origin": "ast",
- "community": 203,
+ "community": 204,
"community_name": "tailwindcss",
"norm_label": "tailwindcss",
"id": "frontend_admin_panel_package_devdependencies_tailwindcss"
@@ -21717,7 +21939,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L37",
"_origin": "ast",
- "community": 203,
+ "community": 204,
"community_name": "tailwindcss",
"norm_label": "tailwindcss",
"id": "frontend_admin_panel_package_json_tailwindcss"
@@ -21728,7 +21950,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L27",
"_origin": "ast",
- "community": 204,
+ "community": 205,
"community_name": "@types/react-dom",
"norm_label": "@types/react-dom",
"id": "frontend_application_package_devdependencies_types_react_dom"
@@ -21739,7 +21961,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L27",
"_origin": "ast",
- "community": 204,
+ "community": 205,
"community_name": "@types/react-dom",
"norm_label": "@types/react-dom",
"id": "frontend_application_package_json_types_react_dom"
@@ -21750,7 +21972,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L29",
"_origin": "ast",
- "community": 204,
+ "community": 205,
"community_name": "devDependencies",
"norm_label": "@types/react-dom",
"id": "frontend_admin_panel_package_devdependencies_types_react_dom"
@@ -21761,7 +21983,7 @@
"source_file": "frontend/admin-panel/src/components/ui/FormField.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 205,
+ "community": 206,
"norm_label": "formfield.tsx",
"id": "frontend_admin_panel_src_components_ui_formfield"
},
@@ -21771,7 +21993,7 @@
"source_file": "frontend/admin-panel/src/components/ui/Input.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 206,
+ "community": 207,
"norm_label": "input.tsx",
"id": "frontend_admin_panel_src_components_ui_input"
},
@@ -21781,7 +22003,7 @@
"source_file": "frontend/admin-panel/src/components/ui/Input.tsx",
"source_location": "L9",
"_origin": "ast",
- "community": 206,
+ "community": 207,
"norm_label": "input",
"id": "frontend_admin_panel_src_components_ui_input_input"
},
@@ -21791,7 +22013,7 @@
"source_file": "frontend/admin-panel/src/components/ui/Textarea.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 207,
+ "community": 208,
"norm_label": "textarea.tsx",
"id": "frontend_admin_panel_src_components_ui_textarea"
},
@@ -21801,7 +22023,7 @@
"source_file": "frontend/admin-panel/src/components/ui/Textarea.tsx",
"source_location": "L7",
"_origin": "ast",
- "community": 207,
+ "community": 208,
"norm_label": "textarea",
"id": "frontend_admin_panel_src_components_ui_textarea_textarea"
},
@@ -21811,7 +22033,7 @@
"source_file": "frontend/admin-panel/tsconfig.json",
"source_location": "L1",
"_origin": "ast",
- "community": 208,
+ "community": 209,
"community_name": "Admin Panel TSConfig",
"norm_label": "admin-panel/tsconfig.json",
"id": "frontend_admin_panel_tsconfig"
@@ -21822,7 +22044,7 @@
"source_file": "frontend/admin-panel/tsconfig.json",
"source_location": "L2",
"_origin": "ast",
- "community": 208,
+ "community": 209,
"community_name": "Admin Panel TSConfig",
"norm_label": "files",
"id": "frontend_admin_panel_tsconfig_files"
@@ -21833,31 +22055,11 @@
"source_file": "frontend/admin-panel/tsconfig.json",
"source_location": "L3",
"_origin": "ast",
- "community": 208,
+ "community": 209,
"community_name": "Admin Panel TSConfig",
"norm_label": "references",
"id": "frontend_admin_panel_tsconfig_references"
},
- {
- "label": "about/page.tsx",
- "file_type": "code",
- "source_file": "frontend/application/app/about/page.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 209,
- "norm_label": "about/page.tsx",
- "id": "frontend_application_app_about_page"
- },
- {
- "label": "metadata",
- "file_type": "code",
- "source_file": "frontend/application/app/about/page.tsx",
- "source_location": "L4",
- "_origin": "ast",
- "community": 209,
- "norm_label": "metadata",
- "id": "frontend_application_app_about_page_metadata"
- },
{
"label": "@nestjs/cli",
"file_type": "code",
@@ -22221,13 +22423,33 @@
"norm_label": "ts-node",
"id": "ts_node"
},
+ {
+ "label": "about/page.tsx",
+ "file_type": "code",
+ "source_file": "frontend/application/app/about/page.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 210,
+ "norm_label": "about/page.tsx",
+ "id": "frontend_application_app_about_page"
+ },
+ {
+ "label": "metadata",
+ "file_type": "code",
+ "source_file": "frontend/application/app/about/page.tsx",
+ "source_location": "L4",
+ "_origin": "ast",
+ "community": 210,
+ "norm_label": "metadata",
+ "id": "frontend_application_app_about_page_metadata"
+ },
{
"label": "privacy/page.tsx",
"file_type": "code",
"source_file": "frontend/application/app/privacy/page.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 210,
+ "community": 211,
"norm_label": "privacy/page.tsx",
"id": "frontend_application_app_privacy_page"
},
@@ -22237,7 +22459,7 @@
"source_file": "frontend/application/app/privacy/page.tsx",
"source_location": "L4",
"_origin": "ast",
- "community": 210,
+ "community": 211,
"norm_label": "metadata",
"id": "frontend_application_app_privacy_page_metadata"
},
@@ -22247,7 +22469,7 @@
"source_file": "frontend/application/next.config.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 211,
+ "community": 212,
"community_name": "Next.js Security Configuration",
"norm_label": "next.config.ts",
"id": "frontend_application_next_config"
@@ -22258,7 +22480,7 @@
"source_file": "frontend/application/next.config.ts",
"source_location": "L12",
"_origin": "ast",
- "community": 211,
+ "community": 212,
"community_name": "Next.js Security Configuration",
"norm_label": "nextconfig",
"id": "frontend_application_next_config_nextconfig"
@@ -22269,7 +22491,7 @@
"source_file": "frontend/application/next.config.ts",
"source_location": "L3",
"_origin": "ast",
- "community": 211,
+ "community": 212,
"community_name": "Next.js Security Configuration",
"norm_label": "securityheaders",
"id": "frontend_application_next_config_securityheaders"
@@ -22280,7 +22502,7 @@
"source_file": "AGENTS.md",
"source_location": "L1",
"_origin": "ast",
- "community": 213,
+ "community": 214,
"community_name": "AGENTS.md",
"norm_label": "agents.md",
"id": "agents"
@@ -22291,7 +22513,7 @@
"source_file": "AGENTS.md",
"source_location": "L1",
"_origin": "ast",
- "community": 213,
+ "community": 214,
"community_name": "AGENTS.md",
"norm_label": "graphify",
"id": "agents_graphify"
@@ -22302,7 +22524,7 @@
"source_file": ".agents/rules/graphify.md",
"source_location": "L1",
"_origin": "ast",
- "community": 214,
+ "community": 215,
"community_name": "rules/graphify.md",
"norm_label": "rules/graphify.md",
"id": "agents_rules_graphify"
@@ -22313,7 +22535,7 @@
"source_file": ".agents/rules/graphify.md",
"source_location": "L6",
"_origin": "ast",
- "community": 214,
+ "community": 215,
"community_name": "rules/graphify.md",
"norm_label": "graphify",
"id": "agents_rules_graphify_graphify"
@@ -22324,7 +22546,7 @@
"source_file": ".agents/workflows/graphify.md",
"source_location": "L1",
"_origin": "ast",
- "community": 215,
+ "community": 216,
"community_name": ".agents/workflows/graphify.md",
"norm_label": ".agents/workflows/graphify.md",
"id": "agents_workflows_graphify"
@@ -22335,7 +22557,7 @@
"source_file": ".agents/workflows/graphify.md",
"source_location": "L6",
"_origin": "ast",
- "community": 215,
+ "community": 216,
"community_name": ".agents/workflows/graphify.md",
"norm_label": "workflow: graphify",
"id": "agents_workflows_graphify_workflow_graphify"
@@ -22346,7 +22568,7 @@
"source_file": ".antigravity/instructions.md",
"source_location": "L1",
"_origin": "ast",
- "community": 216,
+ "community": 217,
"community_name": "instructions.md",
"norm_label": "instructions.md",
"id": "antigravity_instructions"
@@ -22357,7 +22579,7 @@
"source_file": ".antigravity/instructions.md",
"source_location": "L1",
"_origin": "ast",
- "community": 216,
+ "community": 217,
"community_name": "instructions.md",
"norm_label": "graphify",
"id": "antigravity_instructions_graphify"
@@ -22368,7 +22590,7 @@
"source_file": "backend/package.json",
"source_location": "L33",
"_origin": "ast",
- "community": 217,
+ "community": 218,
"community_name": "dependencies",
"norm_label": "bcryptjs",
"id": "backend_package_dependencies_bcryptjs"
@@ -22379,7 +22601,7 @@
"source_file": "backend/package.json",
"source_location": "L33",
"_origin": "ast",
- "community": 217,
+ "community": 218,
"community_name": "dependencies",
"norm_label": "bcryptjs",
"id": "bcryptjs"
@@ -22390,7 +22612,7 @@
"source_file": "backend/package.json",
"source_location": "L36",
"_origin": "ast",
- "community": 218,
+ "community": 219,
"community_name": "dependencies",
"norm_label": "helmet",
"id": "backend_package_dependencies_helmet"
@@ -22401,530 +22623,18 @@
"source_file": "backend/package.json",
"source_location": "L36",
"_origin": "ast",
- "community": 218,
+ "community": 219,
"community_name": "dependencies",
"norm_label": "helmet",
"id": "helmet"
},
- {
- "label": "@nestjs/core",
- "file_type": "code",
- "source_file": "backend/package.json",
- "source_location": "L25",
- "_origin": "ast",
- "community": 219,
- "community_name": "dependencies",
- "norm_label": "@nestjs/core",
- "id": "backend_package_dependencies_nestjs_core"
- },
- {
- "label": "@nestjs/core",
- "file_type": "concept",
- "source_file": "backend/package.json",
- "source_location": "L25",
- "_origin": "ast",
- "community": 219,
- "community_name": "dependencies",
- "norm_label": "@nestjs/core",
- "id": "nestjs_core"
- },
- {
- "label": "cms.controller.ts",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.controller.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 22,
- "community_name": "CmsController",
- "norm_label": "cms.controller.ts",
- "id": "backend_src_cms_cms_controller"
- },
- {
- "label": "jwt-auth.guard.ts",
- "file_type": "code",
- "source_file": "backend/src/auth/jwt-auth.guard.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 22,
- "community_name": "JwtAuthGuard",
- "norm_label": "jwt-auth.guard.ts",
- "id": "backend_src_auth_jwt_auth_guard"
- },
- {
- "label": "Injectable",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 22,
- "community_name": "JwtAuthGuard",
- "norm_label": "injectable",
- "id": "backend_src_auth_jwt_auth_guard_ts_injectable"
- },
- {
- "label": "auth/roles.decorator.ts",
- "file_type": "code",
- "source_file": "backend/src/auth/roles.decorator.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 22,
- "community_name": "JwtAuthGuard",
- "norm_label": "auth/roles.decorator.ts",
- "id": "backend_src_auth_roles_decorator"
- },
- {
- "label": "auth/roles.guard.ts",
- "file_type": "code",
- "source_file": "backend/src/auth/roles.guard.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 22,
- "community_name": "JwtAuthGuard",
- "norm_label": "auth/roles.guard.ts",
- "id": "backend_src_auth_roles_guard"
- },
- {
- "label": "b2b.controller.ts",
- "file_type": "code",
- "source_file": "backend/src/b2b/b2b.controller.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 22,
- "community_name": "JwtAuthGuard",
- "norm_label": "b2b.controller.ts",
- "id": "backend_src_b2b_b2b_controller"
- },
- {
- "label": "banners.controller.ts",
- "file_type": "code",
- "source_file": "backend/src/banners/banners.controller.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 22,
- "community_name": "JwtAuthGuard",
- "norm_label": "banners.controller.ts",
- "id": "backend_src_banners_banners_controller"
- },
- {
- "label": "decorators/roles.decorator.ts",
- "file_type": "code",
- "source_file": "backend/src/common/decorators/roles.decorator.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 22,
- "community_name": "JwtAuthGuard",
- "norm_label": "decorators/roles.decorator.ts",
- "id": "backend_src_common_decorators_roles_decorator"
- },
- {
- "label": "ROLES_KEY",
- "file_type": "code",
- "source_file": "backend/src/common/decorators/roles.decorator.ts",
- "source_location": "L3",
- "_origin": "ast",
- "community": 22,
- "community_name": "JwtAuthGuard",
- "norm_label": "roles_key",
- "id": "backend_src_common_decorators_roles_decorator_roles_key"
- },
- {
- "label": "guards/roles.guard.ts",
- "file_type": "code",
- "source_file": "backend/src/common/guards/roles.guard.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 22,
- "community_name": "JwtAuthGuard",
- "norm_label": "guards/roles.guard.ts",
- "id": "backend_src_common_guards_roles_guard"
- },
- {
- "label": "roles.guard.spec.ts",
- "file_type": "code",
- "source_file": "backend/src/common/guards/roles.guard.spec.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 22,
- "community_name": "JwtAuthGuard",
- "norm_label": "roles.guard.spec.ts",
- "id": "backend_src_common_guards_roles_guard_spec"
- },
- {
- "label": "Injectable",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 22,
- "community_name": "JwtAuthGuard",
- "norm_label": "injectable",
- "id": "backend_src_common_guards_roles_guard_ts_injectable"
- },
- {
- "label": "contact.controller.ts",
- "file_type": "code",
- "source_file": "backend/src/contact/contact.controller.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 22,
- "community_name": "JwtAuthGuard",
- "norm_label": "contact.controller.ts",
- "id": "backend_src_contact_contact_controller"
- },
- {
- "label": "ingredients.controller.ts",
- "file_type": "code",
- "source_file": "backend/src/ingredients/ingredients.controller.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 22,
- "community_name": "JwtAuthGuard",
- "norm_label": "ingredients.controller.ts",
- "id": "backend_src_ingredients_ingredients_controller"
- },
- {
- "label": "prescriptions.controller.ts",
- "file_type": "code",
- "source_file": "backend/src/prescriptions/prescriptions.controller.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 22,
- "community_name": "JwtAuthGuard",
- "norm_label": "prescriptions.controller.ts",
- "id": "backend_src_prescriptions_prescriptions_controller"
- },
- {
- "label": "settings.controller.spec.ts",
- "file_type": "code",
- "source_file": "backend/src/settings/settings.controller.spec.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 22,
- "community_name": "JwtAuthGuard",
- "norm_label": "settings.controller.spec.ts",
- "id": "backend_src_settings_settings_controller_spec"
- },
- {
- "label": "smart-advisor.controller.ts",
- "file_type": "code",
- "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 22,
- "community_name": "JwtAuthGuard",
- "norm_label": "smart-advisor.controller.ts",
- "id": "backend_src_smart_advisor_smart_advisor_controller"
- },
- {
- "label": "testimonials.controller.ts",
- "file_type": "code",
- "source_file": "backend/src/testimonials/testimonials.controller.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 22,
- "community_name": "JwtAuthGuard",
- "norm_label": "testimonials.controller.ts",
- "id": "backend_src_testimonials_testimonials_controller"
- },
- {
- "label": "wholesale.controller.ts",
- "file_type": "code",
- "source_file": "backend/src/wholesale/wholesale.controller.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 22,
- "community_name": "JwtAuthGuard",
- "norm_label": "wholesale.controller.ts",
- "id": "backend_src_wholesale_wholesale_controller"
- },
- {
- "label": "products.controller.ts",
- "file_type": "code",
- "source_file": "backend/src/products/products.controller.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 22,
- "community_name": "ProductsService",
- "norm_label": "products.controller.ts",
- "id": "backend_src_products_products_controller"
- },
- {
- "label": "ssl.controller.ts",
- "file_type": "code",
- "source_file": "backend/src/admin/ssl.controller.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 22,
- "norm_label": "ssl.controller.ts",
- "id": "backend_src_admin_ssl_controller"
- },
- {
- "label": "payment.controller.ts",
- "file_type": "code",
- "source_file": "backend/src/payment/payment.controller.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 22,
- "norm_label": "payment.controller.ts",
- "id": "backend_src_payment_payment_controller"
- },
- {
- "label": "reviews.controller.ts",
- "file_type": "code",
- "source_file": "backend/src/reviews/reviews.controller.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 22,
- "norm_label": "reviews.controller.ts",
- "id": "backend_src_reviews_reviews_controller"
- },
- {
- "label": "settings.controller.ts",
- "file_type": "code",
- "source_file": "backend/src/settings/settings.controller.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 22,
- "norm_label": "settings.controller.ts",
- "id": "backend_src_settings_settings_controller"
- },
- {
- "label": "tickets.controller.ts",
- "file_type": "code",
- "source_file": "backend/src/tickets/tickets.controller.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 22,
- "norm_label": "tickets.controller.ts",
- "id": "backend_src_tickets_tickets_controller"
- },
- {
- "label": "@nestjs/jwt",
- "file_type": "code",
- "source_file": "backend/package.json",
- "source_location": "L26",
- "_origin": "ast",
- "community": 220,
- "community_name": "dependencies",
- "norm_label": "@nestjs/jwt",
- "id": "backend_package_dependencies_nestjs_jwt"
- },
- {
- "label": "@nestjs/jwt",
- "file_type": "concept",
- "source_file": "backend/package.json",
- "source_location": "L26",
- "_origin": "ast",
- "community": 220,
- "community_name": "dependencies",
- "norm_label": "@nestjs/jwt",
- "id": "nestjs_jwt"
- },
- {
- "label": "@nestjs/swagger",
- "file_type": "code",
- "source_file": "backend/package.json",
- "source_location": "L29",
- "_origin": "ast",
- "community": 221,
- "community_name": "dependencies",
- "norm_label": "@nestjs/swagger",
- "id": "backend_package_dependencies_nestjs_swagger"
- },
- {
- "label": "@nestjs/swagger",
- "file_type": "concept",
- "source_file": "backend/package.json",
- "source_location": "L29",
- "_origin": "ast",
- "community": 221,
- "community_name": "dependencies",
- "norm_label": "@nestjs/swagger",
- "id": "nestjs_swagger"
- },
- {
- "label": "@nestjs/throttler",
- "file_type": "code",
- "source_file": "backend/package.json",
- "source_location": "L30",
- "_origin": "ast",
- "community": 222,
- "community_name": "dependencies",
- "norm_label": "@nestjs/throttler",
- "id": "backend_package_dependencies_nestjs_throttler"
- },
- {
- "label": "@nestjs/throttler",
- "file_type": "concept",
- "source_file": "backend/package.json",
- "source_location": "L30",
- "_origin": "ast",
- "community": 222,
- "community_name": "dependencies",
- "norm_label": "@nestjs/throttler",
- "id": "nestjs_throttler"
- },
- {
- "label": "passport-jwt",
- "file_type": "code",
- "source_file": "backend/package.json",
- "source_location": "L40",
- "_origin": "ast",
- "community": 223,
- "community_name": "dependencies",
- "norm_label": "passport-jwt",
- "id": "backend_package_dependencies_passport_jwt"
- },
- {
- "label": "passport-jwt",
- "file_type": "concept",
- "source_file": "backend/package.json",
- "source_location": "L40",
- "_origin": "ast",
- "community": 223,
- "community_name": "dependencies",
- "norm_label": "passport-jwt",
- "id": "passport_jwt"
- },
- {
- "label": "@prisma/client",
- "file_type": "code",
- "source_file": "backend/package.json",
- "source_location": "L31",
- "_origin": "ast",
- "community": 224,
- "community_name": "dependencies",
- "norm_label": "@prisma/client",
- "id": "backend_package_dependencies_prisma_client"
- },
- {
- "label": "@prisma/client",
- "file_type": "concept",
- "source_file": "backend/package.json",
- "source_location": "L31",
- "_origin": "ast",
- "community": 224,
- "community_name": "dependencies",
- "norm_label": "@prisma/client",
- "id": "prisma_client"
- },
- {
- "label": "reflect-metadata",
- "file_type": "code",
- "source_file": "backend/package.json",
- "source_location": "L41",
- "_origin": "ast",
- "community": 225,
- "community_name": "dependencies",
- "norm_label": "reflect-metadata",
- "id": "backend_package_dependencies_reflect_metadata"
- },
- {
- "label": "reflect-metadata",
- "file_type": "concept",
- "source_file": "backend/package.json",
- "source_location": "L41",
- "_origin": "ast",
- "community": 225,
- "community_name": "dependencies",
- "norm_label": "reflect-metadata",
- "id": "reflect_metadata"
- },
- {
- "label": "swagger-ui-express",
- "file_type": "code",
- "source_file": "backend/package.json",
- "source_location": "L43",
- "_origin": "ast",
- "community": 226,
- "community_name": "dependencies",
- "norm_label": "swagger-ui-express",
- "id": "backend_package_dependencies_swagger_ui_express"
- },
- {
- "label": "swagger-ui-express",
- "file_type": "concept",
- "source_file": "backend/package.json",
- "source_location": "L43",
- "_origin": "ast",
- "community": 226,
- "community_name": "dependencies",
- "norm_label": "swagger-ui-express",
- "id": "swagger_ui_express"
- },
- {
- "label": "@nestjs/schematics",
- "file_type": "code",
- "source_file": "backend/package.json",
- "source_location": "L49",
- "_origin": "ast",
- "community": 227,
- "community_name": "devDependencies",
- "norm_label": "@nestjs/schematics",
- "id": "backend_package_devdependencies_nestjs_schematics"
- },
- {
- "label": "@nestjs/schematics",
- "file_type": "concept",
- "source_file": "backend/package.json",
- "source_location": "L49",
- "_origin": "ast",
- "community": 227,
- "community_name": "devDependencies",
- "norm_label": "@nestjs/schematics",
- "id": "nestjs_schematics"
- },
- {
- "label": "ts-jest",
- "file_type": "code",
- "source_file": "backend/package.json",
- "source_location": "L69",
- "_origin": "ast",
- "community": 228,
- "community_name": "devDependencies",
- "norm_label": "ts-jest",
- "id": "backend_package_devdependencies_ts_jest"
- },
- {
- "label": "ts-jest",
- "file_type": "concept",
- "source_file": "backend/package.json",
- "source_location": "L69",
- "_origin": "ast",
- "community": 228,
- "community_name": "devDependencies",
- "norm_label": "ts-jest",
- "id": "ts_jest"
- },
- {
- "label": "ts-loader",
- "file_type": "code",
- "source_file": "backend/package.json",
- "source_location": "L70",
- "_origin": "ast",
- "community": 229,
- "community_name": "ts-loader",
- "norm_label": "ts-loader",
- "id": "backend_package_devdependencies_ts_loader"
- },
- {
- "label": "ts-loader",
- "file_type": "concept",
- "source_file": "backend/package.json",
- "source_location": "L70",
- "_origin": "ast",
- "community": 229,
- "community_name": "ts-loader",
- "norm_label": "ts-loader",
- "id": "ts_loader"
- },
{
"label": "07-backend-audit.md",
"file_type": "document",
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L1",
"_origin": "ast",
- "community": 23,
+ "community": 22,
"community_name": "BE-001",
"norm_label": "07-backend-audit.md",
"id": "docs_audit_07_backend_audit"
@@ -22935,7 +22645,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L113",
"_origin": "ast",
- "community": 23,
+ "community": 22,
"community_name": "BE-001",
"norm_label": "acceptance criteria",
"id": "docs_audit_07_backend_audit_acceptance_criteria"
@@ -22946,7 +22656,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L53",
"_origin": "ast",
- "community": 23,
+ "community": 22,
"community_name": "BE-001",
"norm_label": "affected application",
"id": "docs_audit_07_backend_audit_affected_application"
@@ -22957,7 +22667,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L56",
"_origin": "ast",
- "community": 23,
+ "community": 22,
"community_name": "BE-001",
"norm_label": "affected files",
"id": "docs_audit_07_backend_audit_affected_files"
@@ -22968,7 +22678,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L95",
"_origin": "ast",
- "community": 23,
+ "community": 22,
"community_name": "BE-001",
"norm_label": "alternative direction",
"id": "docs_audit_07_backend_audit_alternative_direction"
@@ -22979,7 +22689,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L33",
"_origin": "ast",
- "community": 23,
+ "community": 22,
"community_name": "BE-001",
"norm_label": "be-001",
"id": "docs_audit_07_backend_audit_be_001"
@@ -22990,7 +22700,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L41",
"_origin": "ast",
- "community": 23,
+ "community": 22,
"community_name": "BE-001",
"norm_label": "category",
"id": "docs_audit_07_backend_audit_category"
@@ -23001,7 +22711,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L133",
"_origin": "ast",
- "community": 23,
+ "community": 22,
"community_name": "BE-001",
"norm_label": "completion statement",
"id": "docs_audit_07_backend_audit_completion_statement"
@@ -23012,7 +22722,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L47",
"_origin": "ast",
- "community": 23,
+ "community": 22,
"community_name": "BE-001",
"norm_label": "confidence",
"id": "docs_audit_07_backend_audit_confidence"
@@ -23023,7 +22733,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L101",
"_origin": "ast",
- "community": 23,
+ "community": 22,
"community_name": "BE-001",
"norm_label": "dependencies",
"id": "docs_audit_07_backend_audit_dependencies"
@@ -23034,7 +22744,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L38",
"_origin": "ast",
- "community": 23,
+ "community": 22,
"community_name": "BE-001",
"norm_label": "domain",
"id": "docs_audit_07_backend_audit_domain"
@@ -23045,7 +22755,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L15",
"_origin": "ast",
- "community": 23,
+ "community": 22,
"community_name": "BE-001",
"norm_label": "domain overview & confirmed strengths",
"id": "docs_audit_07_backend_audit_domain_overview_confirmed_strengths"
@@ -23056,7 +22766,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L21",
"_origin": "ast",
- "community": 23,
+ "community": 22,
"community_name": "BE-001",
"norm_label": "evaluation of 6 existing typescript compiler diagnostics",
"id": "docs_audit_07_backend_audit_evaluation_of_6_existing_typescript_compiler_diagnostics"
@@ -23067,7 +22777,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L62",
"_origin": "ast",
- "community": 23,
+ "community": 22,
"community_name": "BE-001",
"norm_label": "evidence",
"id": "docs_audit_07_backend_audit_evidence"
@@ -23078,7 +22788,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L121",
"_origin": "ast",
- "community": 23,
+ "community": 22,
"community_name": "BE-001",
"norm_label": "finding summary",
"id": "docs_audit_07_backend_audit_finding_summary"
@@ -23089,7 +22799,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L31",
"_origin": "ast",
- "community": 23,
+ "community": 22,
"community_name": "BE-001",
"norm_label": "findings",
"id": "docs_audit_07_backend_audit_findings"
@@ -23100,7 +22810,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L98",
"_origin": "ast",
- "community": 23,
+ "community": 22,
"community_name": "BE-001",
"norm_label": "implementation complexity",
"id": "docs_audit_07_backend_audit_implementation_complexity"
@@ -23111,7 +22821,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L1",
"_origin": "ast",
- "community": 23,
+ "community": 22,
"community_name": "BE-001",
"norm_label": "nestjs backend audit report",
"id": "docs_audit_07_backend_audit_nestjs_backend_audit_report"
@@ -23122,7 +22832,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L116",
"_origin": "ast",
- "community": 23,
+ "community": 22,
"community_name": "BE-001",
"norm_label": "notes and limitations",
"id": "docs_audit_07_backend_audit_notes_and_limitations"
@@ -23133,7 +22843,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L73",
"_origin": "ast",
- "community": 23,
+ "community": 22,
"community_name": "BE-001",
"norm_label": "problem",
"id": "docs_audit_07_backend_audit_problem"
@@ -23144,7 +22854,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L92",
"_origin": "ast",
- "community": 23,
+ "community": 22,
"community_name": "BE-001",
"norm_label": "recommended direction",
"id": "docs_audit_07_backend_audit_recommended_direction"
@@ -23155,7 +22865,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L59",
"_origin": "ast",
- "community": 23,
+ "community": 22,
"community_name": "BE-001",
"norm_label": "relevant symbols or lines",
"id": "docs_audit_07_backend_audit_relevant_symbols_or_lines"
@@ -23166,7 +22876,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L104",
"_origin": "ast",
- "community": 23,
+ "community": 22,
"community_name": "BE-001",
"norm_label": "risks",
"id": "docs_audit_07_backend_audit_risks"
@@ -23177,7 +22887,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L77",
"_origin": "ast",
- "community": 23,
+ "community": 22,
"community_name": "BE-001",
"norm_label": "root cause",
"id": "docs_audit_07_backend_audit_root_cause"
@@ -23188,7 +22898,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L89",
"_origin": "ast",
- "community": 23,
+ "community": 22,
"community_name": "BE-001",
"norm_label": "security or data-integrity impact",
"id": "docs_audit_07_backend_audit_security_or_data_integrity_impact"
@@ -23199,7 +22909,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L44",
"_origin": "ast",
- "community": 23,
+ "community": 22,
"community_name": "BE-001",
"norm_label": "severity",
"id": "docs_audit_07_backend_audit_severity"
@@ -23210,7 +22920,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L50",
"_origin": "ast",
- "community": 23,
+ "community": 22,
"community_name": "BE-001",
"norm_label": "status",
"id": "docs_audit_07_backend_audit_status"
@@ -23221,7 +22931,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L86",
"_origin": "ast",
- "community": 23,
+ "community": 22,
"community_name": "BE-001",
"norm_label": "technical impact",
"id": "docs_audit_07_backend_audit_technical_impact"
@@ -23232,7 +22942,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L110",
"_origin": "ast",
- "community": 23,
+ "community": 22,
"community_name": "BE-001",
"norm_label": "testing requirements",
"id": "docs_audit_07_backend_audit_testing_requirements"
@@ -23243,7 +22953,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L35",
"_origin": "ast",
- "community": 23,
+ "community": 22,
"community_name": "BE-001",
"norm_label": "title",
"id": "docs_audit_07_backend_audit_title"
@@ -23254,7 +22964,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L83",
"_origin": "ast",
- "community": 23,
+ "community": 22,
"community_name": "BE-001",
"norm_label": "user or business impact",
"id": "docs_audit_07_backend_audit_user_or_business_impact"
@@ -23265,7 +22975,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L107",
"_origin": "ast",
- "community": 23,
+ "community": 22,
"community_name": "BE-001",
"norm_label": "verification requirements",
"id": "docs_audit_07_backend_audit_verification_requirements"
@@ -23276,18 +22986,416 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L80",
"_origin": "ast",
- "community": 23,
+ "community": 22,
"community_name": "BE-001",
"norm_label": "why it matters",
"id": "docs_audit_07_backend_audit_why_it_matters"
},
+ {
+ "label": "js-yaml",
+ "file_type": "code",
+ "source_file": "backend/package.json",
+ "source_location": "L38",
+ "_origin": "ast",
+ "community": 220,
+ "community_name": "dependencies",
+ "norm_label": "js-yaml",
+ "id": "backend_package_dependencies_js_yaml"
+ },
+ {
+ "label": "js-yaml",
+ "file_type": "concept",
+ "source_file": "backend/package.json",
+ "source_location": "L38",
+ "_origin": "ast",
+ "community": 220,
+ "community_name": "dependencies",
+ "norm_label": "js-yaml",
+ "id": "js_yaml"
+ },
+ {
+ "label": "@nestjs/core",
+ "file_type": "code",
+ "source_file": "backend/package.json",
+ "source_location": "L25",
+ "_origin": "ast",
+ "community": 221,
+ "community_name": "dependencies",
+ "norm_label": "@nestjs/core",
+ "id": "backend_package_dependencies_nestjs_core"
+ },
+ {
+ "label": "@nestjs/core",
+ "file_type": "concept",
+ "source_file": "backend/package.json",
+ "source_location": "L25",
+ "_origin": "ast",
+ "community": 221,
+ "community_name": "dependencies",
+ "norm_label": "@nestjs/core",
+ "id": "nestjs_core"
+ },
+ {
+ "label": "@nestjs/jwt",
+ "file_type": "code",
+ "source_file": "backend/package.json",
+ "source_location": "L26",
+ "_origin": "ast",
+ "community": 222,
+ "community_name": "dependencies",
+ "norm_label": "@nestjs/jwt",
+ "id": "backend_package_dependencies_nestjs_jwt"
+ },
+ {
+ "label": "@nestjs/jwt",
+ "file_type": "concept",
+ "source_file": "backend/package.json",
+ "source_location": "L26",
+ "_origin": "ast",
+ "community": 222,
+ "community_name": "dependencies",
+ "norm_label": "@nestjs/jwt",
+ "id": "nestjs_jwt"
+ },
+ {
+ "label": "@nestjs/swagger",
+ "file_type": "code",
+ "source_file": "backend/package.json",
+ "source_location": "L29",
+ "_origin": "ast",
+ "community": 223,
+ "community_name": "dependencies",
+ "norm_label": "@nestjs/swagger",
+ "id": "backend_package_dependencies_nestjs_swagger"
+ },
+ {
+ "label": "@nestjs/swagger",
+ "file_type": "concept",
+ "source_file": "backend/package.json",
+ "source_location": "L29",
+ "_origin": "ast",
+ "community": 223,
+ "community_name": "dependencies",
+ "norm_label": "@nestjs/swagger",
+ "id": "nestjs_swagger"
+ },
+ {
+ "label": "@nestjs/throttler",
+ "file_type": "code",
+ "source_file": "backend/package.json",
+ "source_location": "L30",
+ "_origin": "ast",
+ "community": 224,
+ "community_name": "dependencies",
+ "norm_label": "@nestjs/throttler",
+ "id": "backend_package_dependencies_nestjs_throttler"
+ },
+ {
+ "label": "@nestjs/throttler",
+ "file_type": "concept",
+ "source_file": "backend/package.json",
+ "source_location": "L30",
+ "_origin": "ast",
+ "community": 224,
+ "community_name": "dependencies",
+ "norm_label": "@nestjs/throttler",
+ "id": "nestjs_throttler"
+ },
+ {
+ "label": "passport-jwt",
+ "file_type": "code",
+ "source_file": "backend/package.json",
+ "source_location": "L40",
+ "_origin": "ast",
+ "community": 225,
+ "community_name": "dependencies",
+ "norm_label": "passport-jwt",
+ "id": "backend_package_dependencies_passport_jwt"
+ },
+ {
+ "label": "passport-jwt",
+ "file_type": "concept",
+ "source_file": "backend/package.json",
+ "source_location": "L40",
+ "_origin": "ast",
+ "community": 225,
+ "community_name": "dependencies",
+ "norm_label": "passport-jwt",
+ "id": "passport_jwt"
+ },
+ {
+ "label": "@prisma/client",
+ "file_type": "code",
+ "source_file": "backend/package.json",
+ "source_location": "L31",
+ "_origin": "ast",
+ "community": 226,
+ "community_name": "dependencies",
+ "norm_label": "@prisma/client",
+ "id": "backend_package_dependencies_prisma_client"
+ },
+ {
+ "label": "@prisma/client",
+ "file_type": "concept",
+ "source_file": "backend/package.json",
+ "source_location": "L31",
+ "_origin": "ast",
+ "community": 226,
+ "community_name": "dependencies",
+ "norm_label": "@prisma/client",
+ "id": "prisma_client"
+ },
+ {
+ "label": "swagger-ui-express",
+ "file_type": "code",
+ "source_file": "backend/package.json",
+ "source_location": "L43",
+ "_origin": "ast",
+ "community": 227,
+ "community_name": "dependencies",
+ "norm_label": "swagger-ui-express",
+ "id": "backend_package_dependencies_swagger_ui_express"
+ },
+ {
+ "label": "swagger-ui-express",
+ "file_type": "concept",
+ "source_file": "backend/package.json",
+ "source_location": "L43",
+ "_origin": "ast",
+ "community": 227,
+ "community_name": "dependencies",
+ "norm_label": "swagger-ui-express",
+ "id": "swagger_ui_express"
+ },
+ {
+ "label": "@nestjs/schematics",
+ "file_type": "code",
+ "source_file": "backend/package.json",
+ "source_location": "L49",
+ "_origin": "ast",
+ "community": 228,
+ "community_name": "devDependencies",
+ "norm_label": "@nestjs/schematics",
+ "id": "backend_package_devdependencies_nestjs_schematics"
+ },
+ {
+ "label": "@nestjs/schematics",
+ "file_type": "concept",
+ "source_file": "backend/package.json",
+ "source_location": "L49",
+ "_origin": "ast",
+ "community": 228,
+ "community_name": "devDependencies",
+ "norm_label": "@nestjs/schematics",
+ "id": "nestjs_schematics"
+ },
+ {
+ "label": "ts-jest",
+ "file_type": "code",
+ "source_file": "backend/package.json",
+ "source_location": "L69",
+ "_origin": "ast",
+ "community": 229,
+ "community_name": "devDependencies",
+ "norm_label": "ts-jest",
+ "id": "backend_package_devdependencies_ts_jest"
+ },
+ {
+ "label": "ts-jest",
+ "file_type": "concept",
+ "source_file": "backend/package.json",
+ "source_location": "L69",
+ "_origin": "ast",
+ "community": 229,
+ "community_name": "devDependencies",
+ "norm_label": "ts-jest",
+ "id": "ts_jest"
+ },
+ {
+ "label": "CMS.tsx",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/CMS.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 23,
+ "community_name": "adminRoutes.tsx",
+ "norm_label": "cms.tsx",
+ "id": "frontend_admin_panel_src_pages_cms"
+ },
+ {
+ "label": "WholesaleApplications.tsx",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/WholesaleApplications.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 23,
+ "community_name": "adminRoutes.tsx",
+ "norm_label": "wholesaleapplications.tsx",
+ "id": "frontend_admin_panel_src_pages_wholesaleapplications"
+ },
+ {
+ "label": "Layout.tsx",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/components/Layout.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 23,
+ "community_name": "src/services/api.ts",
+ "norm_label": "layout.tsx",
+ "id": "frontend_admin_panel_src_components_layout"
+ },
+ {
+ "label": "ProtectedRoute.tsx",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/components/ProtectedRoute.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 23,
+ "community_name": "src/services/api.ts",
+ "norm_label": "protectedroute.tsx",
+ "id": "frontend_admin_panel_src_components_protectedroute"
+ },
+ {
+ "label": "adminAuthStore.ts",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/store/adminAuthStore.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 23,
+ "community_name": "src/services/api.ts",
+ "norm_label": "adminauthstore.ts",
+ "id": "frontend_admin_panel_src_store_adminauthstore"
+ },
+ {
+ "label": "useAdminAuthStore",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/store/adminAuthStore.ts",
+ "source_location": "L5",
+ "_origin": "ast",
+ "community": 23,
+ "community_name": "src/services/api.ts",
+ "norm_label": "useadminauthstore",
+ "id": "frontend_admin_panel_src_store_adminauthstore_useadminauthstore"
+ },
+ {
+ "label": "Sidebar.tsx",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/components/Sidebar.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 23,
+ "norm_label": "sidebar.tsx",
+ "id": "frontend_admin_panel_src_components_sidebar"
+ },
+ {
+ "label": "Topbar.tsx",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/components/Topbar.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 23,
+ "norm_label": "topbar.tsx",
+ "id": "frontend_admin_panel_src_components_topbar"
+ },
+ {
+ "label": "SEARCHABLE_PAGES",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/components/Topbar.tsx",
+ "source_location": "L12",
+ "_origin": "ast",
+ "community": 23,
+ "norm_label": "searchable_pages",
+ "id": "frontend_admin_panel_src_components_topbar_searchable_pages"
+ },
+ {
+ "label": "Login.tsx",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Login.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 23,
+ "norm_label": "login.tsx",
+ "id": "frontend_admin_panel_src_pages_login"
+ },
+ {
+ "label": "CMS",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
+ "source_location": "L23",
+ "_origin": "ast",
+ "community": 23,
+ "norm_label": "cms",
+ "id": "frontend_admin_panel_src_routes_adminroutes_cms"
+ },
+ {
+ "label": "WholesaleApplications",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
+ "source_location": "L24",
+ "_origin": "ast",
+ "community": 23,
+ "norm_label": "wholesaleapplications",
+ "id": "frontend_admin_panel_src_routes_adminroutes_wholesaleapplications"
+ },
+ {
+ "label": "src/services/api.ts",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/services/api.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 23,
+ "norm_label": "src/services/api.ts",
+ "id": "frontend_admin_panel_src_services_api"
+ },
+ {
+ "label": "api",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/services/api.ts",
+ "source_location": "L23",
+ "_origin": "ast",
+ "community": 23,
+ "norm_label": "api",
+ "id": "frontend_admin_panel_src_services_api_api"
+ },
+ {
+ "label": "failedQueue",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/services/api.ts",
+ "source_location": "L32",
+ "_origin": "ast",
+ "community": 23,
+ "norm_label": "failedqueue",
+ "id": "frontend_admin_panel_src_services_api_failedqueue"
+ },
+ {
+ "label": "ts-loader",
+ "file_type": "code",
+ "source_file": "backend/package.json",
+ "source_location": "L70",
+ "_origin": "ast",
+ "community": 230,
+ "community_name": "ts-loader",
+ "norm_label": "ts-loader",
+ "id": "backend_package_devdependencies_ts_loader"
+ },
+ {
+ "label": "ts-loader",
+ "file_type": "concept",
+ "source_file": "backend/package.json",
+ "source_location": "L70",
+ "_origin": "ast",
+ "community": 230,
+ "community_name": "ts-loader",
+ "norm_label": "ts-loader",
+ "id": "ts_loader"
+ },
{
"label": "tsconfig-paths",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L72",
"_origin": "ast",
- "community": 230,
+ "community": 231,
"community_name": "devDependencies",
"norm_label": "tsconfig-paths",
"id": "backend_package_devdependencies_tsconfig_paths"
@@ -23298,7 +23406,7 @@
"source_file": "backend/package.json",
"source_location": "L72",
"_origin": "ast",
- "community": 230,
+ "community": 231,
"community_name": "devDependencies",
"norm_label": "tsconfig-paths",
"id": "tsconfig_paths"
@@ -23309,7 +23417,7 @@
"source_file": "backend/package.json",
"source_location": "L51",
"_origin": "ast",
- "community": 231,
+ "community": 232,
"community_name": "Bcrypt Type Definitions",
"norm_label": "@types/bcrypt",
"id": "backend_package_devdependencies_types_bcrypt"
@@ -23320,7 +23428,7 @@
"source_file": "backend/package.json",
"source_location": "L51",
"_origin": "ast",
- "community": 231,
+ "community": 232,
"community_name": "Bcrypt Type Definitions",
"norm_label": "@types/bcrypt",
"id": "types_bcrypt"
@@ -23331,7 +23439,7 @@
"source_file": "backend/package.json",
"source_location": "L59",
"_origin": "ast",
- "community": 232,
+ "community": 233,
"community_name": "@types/supertest",
"norm_label": "@types/supertest",
"id": "backend_package_devdependencies_types_supertest"
@@ -23342,7 +23450,7 @@
"source_file": "backend/package.json",
"source_location": "L59",
"_origin": "ast",
- "community": 232,
+ "community": 233,
"community_name": "@types/supertest",
"norm_label": "@types/supertest",
"id": "types_supertest"
@@ -23353,7 +23461,7 @@
"source_file": "backend/src/blogs/entities/blog.entity.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 233,
+ "community": 234,
"community_name": "Blog Entity Model",
"norm_label": "blog.entity.ts",
"id": "backend_src_blogs_entities_blog_entity"
@@ -23364,7 +23472,7 @@
"source_file": "backend/src/home/entities/home.entity.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 234,
+ "community": 235,
"community_name": "Home Entity Model",
"norm_label": "home.entity.ts",
"id": "backend_src_home_entities_home_entity"
@@ -23375,7 +23483,7 @@
"source_file": "backend/src/wiki/entities/wiki.entity.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 235,
+ "community": 236,
"community_name": "Wiki Entity Model",
"norm_label": "wiki.entity.ts",
"id": "backend_src_wiki_entities_wiki_entity"
@@ -23386,7 +23494,7 @@
"source_file": "CLAUDE.md",
"source_location": "L1",
"_origin": "ast",
- "community": 237,
+ "community": 238,
"community_name": "CLAUDE.md",
"norm_label": "claude.md",
"id": "claude"
@@ -23397,7 +23505,7 @@
"source_file": "CLAUDE.md",
"source_location": "L1",
"_origin": "ast",
- "community": 237,
+ "community": 238,
"community_name": "CLAUDE.md",
"norm_label": "graphify",
"id": "claude_graphify"
@@ -23408,7 +23516,7 @@
"source_file": ".claude/CLAUDE.md",
"source_location": "L1",
"_origin": "ast",
- "community": 238,
+ "community": 239,
"community_name": ".claude/CLAUDE.md",
"norm_label": ".claude/claude.md",
"id": "claude_claude"
@@ -23419,18 +23527,114 @@
"source_file": ".claude/CLAUDE.md",
"source_location": "L1",
"_origin": "ast",
- "community": 238,
+ "community": 239,
"community_name": ".claude/CLAUDE.md",
"norm_label": "graphify",
"id": "claude_claude_graphify"
},
+ {
+ "label": "auth.service.spec.ts",
+ "file_type": "code",
+ "source_file": "backend/src/auth/auth.service.spec.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 24,
+ "community_name": "PrismaService",
+ "norm_label": "auth.service.spec.ts",
+ "id": "backend_src_auth_auth_service_spec"
+ },
+ {
+ "label": "admin.service.spec.ts",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.service.spec.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 24,
+ "community_name": "RedisService",
+ "norm_label": "admin.service.spec.ts",
+ "id": "backend_src_admin_admin_service_spec"
+ },
+ {
+ "label": "redis.module.ts",
+ "file_type": "code",
+ "source_file": "backend/src/redis/redis.module.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 24,
+ "community_name": "RedisService",
+ "norm_label": "redis.module.ts",
+ "id": "backend_src_redis_redis_module"
+ },
+ {
+ "label": "redis.service.spec.ts",
+ "file_type": "code",
+ "source_file": "backend/src/redis/redis.service.spec.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 24,
+ "community_name": "RedisService",
+ "norm_label": "redis.service.spec.ts",
+ "id": "backend_src_redis_redis_service_spec"
+ },
+ {
+ "label": "Injectable",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 24,
+ "community_name": "RedisService",
+ "norm_label": "injectable",
+ "id": "backend_src_redis_redis_service_ts_injectable"
+ },
+ {
+ "label": "Injectable",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 24,
+ "community_name": "auth.service.ts",
+ "norm_label": "injectable",
+ "id": "backend_src_auth_auth_service_ts_injectable"
+ },
+ {
+ "label": "auth.service.ts",
+ "file_type": "code",
+ "source_file": "backend/src/auth/auth.service.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 24,
+ "norm_label": "auth.service.ts",
+ "id": "backend_src_auth_auth_service"
+ },
+ {
+ "label": "phone.utils.ts",
+ "file_type": "code",
+ "source_file": "backend/src/common/utils/phone.utils.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 24,
+ "norm_label": "phone.utils.ts",
+ "id": "backend_src_common_utils_phone_utils"
+ },
+ {
+ "label": "redis.service.ts",
+ "file_type": "code",
+ "source_file": "backend/src/redis/redis.service.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 24,
+ "norm_label": "redis.service.ts",
+ "id": "backend_src_redis_redis_service"
+ },
{
"label": "extraction-spec.md",
"file_type": "document",
"source_file": ".claude/skills/graphify/references/extraction-spec.md",
"source_location": "L1",
"_origin": "ast",
- "community": 239,
+ "community": 240,
"community_name": "extraction-spec.md",
"norm_label": "extraction-spec.md",
"id": "claude_skills_graphify_references_extraction_spec"
@@ -23441,370 +23645,18 @@
"source_file": ".claude/skills/graphify/references/extraction-spec.md",
"source_location": "L1",
"_origin": "ast",
- "community": 239,
+ "community": 240,
"community_name": "extraction-spec.md",
"norm_label": "graphify reference: extraction subagent prompt",
"id": "claude_skills_graphify_references_extraction_spec_graphify_reference_extraction_subagent_prompt"
},
- {
- "label": "06-storefront-audit.md",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L1",
- "_origin": "ast",
- "community": 24,
- "community_name": "FE-001",
- "norm_label": "06-storefront-audit.md",
- "id": "docs_audit_06_storefront_audit"
- },
- {
- "label": "Acceptance Criteria",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L96",
- "_origin": "ast",
- "community": 24,
- "community_name": "FE-001",
- "norm_label": "acceptance criteria",
- "id": "docs_audit_06_storefront_audit_acceptance_criteria"
- },
- {
- "label": "Affected Application",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L44",
- "_origin": "ast",
- "community": 24,
- "community_name": "FE-001",
- "norm_label": "affected application",
- "id": "docs_audit_06_storefront_audit_affected_application"
- },
- {
- "label": "Affected Files",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L47",
- "_origin": "ast",
- "community": 24,
- "community_name": "FE-001",
- "norm_label": "affected files",
- "id": "docs_audit_06_storefront_audit_affected_files"
- },
- {
- "label": "Alternative Direction",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L78",
- "_origin": "ast",
- "community": 24,
- "community_name": "FE-001",
- "norm_label": "alternative direction",
- "id": "docs_audit_06_storefront_audit_alternative_direction"
- },
- {
- "label": "Architecture Overview & Confirmed Strengths",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L15",
- "_origin": "ast",
- "community": 24,
- "community_name": "FE-001",
- "norm_label": "architecture overview & confirmed strengths",
- "id": "docs_audit_06_storefront_audit_architecture_overview_confirmed_strengths"
- },
- {
- "label": "Category",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L32",
- "_origin": "ast",
- "community": 24,
- "community_name": "FE-001",
- "norm_label": "category",
- "id": "docs_audit_06_storefront_audit_category"
- },
- {
- "label": "Completion Statement",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L116",
- "_origin": "ast",
- "community": 24,
- "community_name": "FE-001",
- "norm_label": "completion statement",
- "id": "docs_audit_06_storefront_audit_completion_statement"
- },
- {
- "label": "Confidence",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L38",
- "_origin": "ast",
- "community": 24,
- "community_name": "FE-001",
- "norm_label": "confidence",
- "id": "docs_audit_06_storefront_audit_confidence"
- },
- {
- "label": "Dependencies",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L84",
- "_origin": "ast",
- "community": 24,
- "community_name": "FE-001",
- "norm_label": "dependencies",
- "id": "docs_audit_06_storefront_audit_dependencies"
- },
- {
- "label": "Domain",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L29",
- "_origin": "ast",
- "community": 24,
- "community_name": "FE-001",
- "norm_label": "domain",
- "id": "docs_audit_06_storefront_audit_domain"
- },
- {
- "label": "Evidence",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L54",
- "_origin": "ast",
- "community": 24,
- "community_name": "FE-001",
- "norm_label": "evidence",
- "id": "docs_audit_06_storefront_audit_evidence"
- },
- {
- "label": "FE-001",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L24",
- "_origin": "ast",
- "community": 24,
- "community_name": "FE-001",
- "norm_label": "fe-001",
- "id": "docs_audit_06_storefront_audit_fe_001"
- },
- {
- "label": "Finding Summary",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L104",
- "_origin": "ast",
- "community": 24,
- "community_name": "FE-001",
- "norm_label": "finding summary",
- "id": "docs_audit_06_storefront_audit_finding_summary"
- },
- {
- "label": "Findings",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L22",
- "_origin": "ast",
- "community": 24,
- "community_name": "FE-001",
- "norm_label": "findings",
- "id": "docs_audit_06_storefront_audit_findings"
- },
- {
- "label": "Implementation Complexity",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L81",
- "_origin": "ast",
- "community": 24,
- "community_name": "FE-001",
- "norm_label": "implementation complexity",
- "id": "docs_audit_06_storefront_audit_implementation_complexity"
- },
- {
- "label": "Notes and Limitations",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L99",
- "_origin": "ast",
- "community": 24,
- "community_name": "FE-001",
- "norm_label": "notes and limitations",
- "id": "docs_audit_06_storefront_audit_notes_and_limitations"
- },
- {
- "label": "Problem",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L57",
- "_origin": "ast",
- "community": 24,
- "community_name": "FE-001",
- "norm_label": "problem",
- "id": "docs_audit_06_storefront_audit_problem"
- },
- {
- "label": "React / Vite Storefront Audit Report",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L1",
- "_origin": "ast",
- "community": 24,
- "community_name": "FE-001",
- "norm_label": "react / vite storefront audit report",
- "id": "docs_audit_06_storefront_audit_react_vite_storefront_audit_report"
- },
- {
- "label": "Recommended Direction",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L75",
- "_origin": "ast",
- "community": 24,
- "community_name": "FE-001",
- "norm_label": "recommended direction",
- "id": "docs_audit_06_storefront_audit_recommended_direction"
- },
- {
- "label": "Relevant Symbols or Lines",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L51",
- "_origin": "ast",
- "community": 24,
- "community_name": "FE-001",
- "norm_label": "relevant symbols or lines",
- "id": "docs_audit_06_storefront_audit_relevant_symbols_or_lines"
- },
- {
- "label": "Risks",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L87",
- "_origin": "ast",
- "community": 24,
- "community_name": "FE-001",
- "norm_label": "risks",
- "id": "docs_audit_06_storefront_audit_risks"
- },
- {
- "label": "Root Cause",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L60",
- "_origin": "ast",
- "community": 24,
- "community_name": "FE-001",
- "norm_label": "root cause",
- "id": "docs_audit_06_storefront_audit_root_cause"
- },
- {
- "label": "Security or Data-Integrity Impact",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L72",
- "_origin": "ast",
- "community": 24,
- "community_name": "FE-001",
- "norm_label": "security or data-integrity impact",
- "id": "docs_audit_06_storefront_audit_security_or_data_integrity_impact"
- },
- {
- "label": "Severity",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L35",
- "_origin": "ast",
- "community": 24,
- "community_name": "FE-001",
- "norm_label": "severity",
- "id": "docs_audit_06_storefront_audit_severity"
- },
- {
- "label": "Status",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L41",
- "_origin": "ast",
- "community": 24,
- "community_name": "FE-001",
- "norm_label": "status",
- "id": "docs_audit_06_storefront_audit_status"
- },
- {
- "label": "Technical Impact",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L69",
- "_origin": "ast",
- "community": 24,
- "community_name": "FE-001",
- "norm_label": "technical impact",
- "id": "docs_audit_06_storefront_audit_technical_impact"
- },
- {
- "label": "Testing Requirements",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L93",
- "_origin": "ast",
- "community": 24,
- "community_name": "FE-001",
- "norm_label": "testing requirements",
- "id": "docs_audit_06_storefront_audit_testing_requirements"
- },
- {
- "label": "Title",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L26",
- "_origin": "ast",
- "community": 24,
- "community_name": "FE-001",
- "norm_label": "title",
- "id": "docs_audit_06_storefront_audit_title"
- },
- {
- "label": "User or Business Impact",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L66",
- "_origin": "ast",
- "community": 24,
- "community_name": "FE-001",
- "norm_label": "user or business impact",
- "id": "docs_audit_06_storefront_audit_user_or_business_impact"
- },
- {
- "label": "Verification Requirements",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L90",
- "_origin": "ast",
- "community": 24,
- "community_name": "FE-001",
- "norm_label": "verification requirements",
- "id": "docs_audit_06_storefront_audit_verification_requirements"
- },
- {
- "label": "Why It Matters",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L63",
- "_origin": "ast",
- "community": 24,
- "community_name": "FE-001",
- "norm_label": "why it matters",
- "id": "docs_audit_06_storefront_audit_why_it_matters"
- },
{
"label": "robots.ts",
"file_type": "code",
"source_file": "frontend/application/app/robots.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 245,
+ "community": 246,
"community_name": "Search Engine Robots Config",
"norm_label": "robots.ts",
"id": "frontend_application_app_robots"
@@ -23815,7 +23667,7 @@
"source_file": "frontend/application/eslint.config.mjs",
"source_location": "L1",
"_origin": "ast",
- "community": 246,
+ "community": 247,
"community_name": "Application ESLint Config",
"norm_label": "application/eslint.config.mjs",
"id": "frontend_application_eslint_config"
@@ -23826,7 +23678,7 @@
"source_file": "frontend/application/eslint.config.mjs",
"source_location": "L5",
"_origin": "ast",
- "community": 246,
+ "community": 247,
"community_name": "Application ESLint Config",
"norm_label": "eslintconfig",
"id": "frontend_application_eslint_config_eslintconfig"
@@ -23837,7 +23689,7 @@
"source_file": "frontend/application/postcss.config.mjs",
"source_location": "L1",
"_origin": "ast",
- "community": 247,
+ "community": 248,
"community_name": "PostCSS Configuration",
"norm_label": "postcss.config.mjs",
"id": "frontend_application_postcss_config"
@@ -23848,7 +23700,7 @@
"source_file": "frontend/application/postcss.config.mjs",
"source_location": "L1",
"_origin": "ast",
- "community": 247,
+ "community": 248,
"community_name": "PostCSS Configuration",
"norm_label": "config",
"id": "frontend_application_postcss_config_config"
@@ -23859,11 +23711,270 @@
"source_file": "frontend/application/vitest.setup.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 248,
+ "community": 249,
"community_name": "Vitest Test Setup",
"norm_label": "vitest.setup.ts",
"id": "frontend_application_vitest_setup"
},
+ {
+ "label": "cms.controller.ts",
+ "file_type": "code",
+ "source_file": "backend/src/cms/cms.controller.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "CmsController",
+ "norm_label": "cms.controller.ts",
+ "id": "backend_src_cms_cms_controller"
+ },
+ {
+ "label": "jwt-auth.guard.ts",
+ "file_type": "code",
+ "source_file": "backend/src/auth/jwt-auth.guard.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "JwtAuthGuard",
+ "norm_label": "jwt-auth.guard.ts",
+ "id": "backend_src_auth_jwt_auth_guard"
+ },
+ {
+ "label": "Injectable",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "JwtAuthGuard",
+ "norm_label": "injectable",
+ "id": "backend_src_auth_jwt_auth_guard_ts_injectable"
+ },
+ {
+ "label": "auth/roles.decorator.ts",
+ "file_type": "code",
+ "source_file": "backend/src/auth/roles.decorator.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "JwtAuthGuard",
+ "norm_label": "auth/roles.decorator.ts",
+ "id": "backend_src_auth_roles_decorator"
+ },
+ {
+ "label": "auth/roles.guard.ts",
+ "file_type": "code",
+ "source_file": "backend/src/auth/roles.guard.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "JwtAuthGuard",
+ "norm_label": "auth/roles.guard.ts",
+ "id": "backend_src_auth_roles_guard"
+ },
+ {
+ "label": "b2b.controller.ts",
+ "file_type": "code",
+ "source_file": "backend/src/b2b/b2b.controller.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "JwtAuthGuard",
+ "norm_label": "b2b.controller.ts",
+ "id": "backend_src_b2b_b2b_controller"
+ },
+ {
+ "label": "banners.controller.ts",
+ "file_type": "code",
+ "source_file": "backend/src/banners/banners.controller.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "JwtAuthGuard",
+ "norm_label": "banners.controller.ts",
+ "id": "backend_src_banners_banners_controller"
+ },
+ {
+ "label": "decorators/roles.decorator.ts",
+ "file_type": "code",
+ "source_file": "backend/src/common/decorators/roles.decorator.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "JwtAuthGuard",
+ "norm_label": "decorators/roles.decorator.ts",
+ "id": "backend_src_common_decorators_roles_decorator"
+ },
+ {
+ "label": "ROLES_KEY",
+ "file_type": "code",
+ "source_file": "backend/src/common/decorators/roles.decorator.ts",
+ "source_location": "L3",
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "JwtAuthGuard",
+ "norm_label": "roles_key",
+ "id": "backend_src_common_decorators_roles_decorator_roles_key"
+ },
+ {
+ "label": "guards/roles.guard.ts",
+ "file_type": "code",
+ "source_file": "backend/src/common/guards/roles.guard.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "JwtAuthGuard",
+ "norm_label": "guards/roles.guard.ts",
+ "id": "backend_src_common_guards_roles_guard"
+ },
+ {
+ "label": "roles.guard.spec.ts",
+ "file_type": "code",
+ "source_file": "backend/src/common/guards/roles.guard.spec.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "JwtAuthGuard",
+ "norm_label": "roles.guard.spec.ts",
+ "id": "backend_src_common_guards_roles_guard_spec"
+ },
+ {
+ "label": "Injectable",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "JwtAuthGuard",
+ "norm_label": "injectable",
+ "id": "backend_src_common_guards_roles_guard_ts_injectable"
+ },
+ {
+ "label": "contact.controller.ts",
+ "file_type": "code",
+ "source_file": "backend/src/contact/contact.controller.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "JwtAuthGuard",
+ "norm_label": "contact.controller.ts",
+ "id": "backend_src_contact_contact_controller"
+ },
+ {
+ "label": "ingredients.controller.ts",
+ "file_type": "code",
+ "source_file": "backend/src/ingredients/ingredients.controller.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "JwtAuthGuard",
+ "norm_label": "ingredients.controller.ts",
+ "id": "backend_src_ingredients_ingredients_controller"
+ },
+ {
+ "label": "prescriptions.controller.ts",
+ "file_type": "code",
+ "source_file": "backend/src/prescriptions/prescriptions.controller.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "JwtAuthGuard",
+ "norm_label": "prescriptions.controller.ts",
+ "id": "backend_src_prescriptions_prescriptions_controller"
+ },
+ {
+ "label": "settings.controller.spec.ts",
+ "file_type": "code",
+ "source_file": "backend/src/settings/settings.controller.spec.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "JwtAuthGuard",
+ "norm_label": "settings.controller.spec.ts",
+ "id": "backend_src_settings_settings_controller_spec"
+ },
+ {
+ "label": "smart-advisor.controller.ts",
+ "file_type": "code",
+ "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "JwtAuthGuard",
+ "norm_label": "smart-advisor.controller.ts",
+ "id": "backend_src_smart_advisor_smart_advisor_controller"
+ },
+ {
+ "label": "testimonials.controller.ts",
+ "file_type": "code",
+ "source_file": "backend/src/testimonials/testimonials.controller.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "JwtAuthGuard",
+ "norm_label": "testimonials.controller.ts",
+ "id": "backend_src_testimonials_testimonials_controller"
+ },
+ {
+ "label": "products.controller.ts",
+ "file_type": "code",
+ "source_file": "backend/src/products/products.controller.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "ProductsService",
+ "norm_label": "products.controller.ts",
+ "id": "backend_src_products_products_controller"
+ },
+ {
+ "label": "media.controller.ts",
+ "file_type": "code",
+ "source_file": "backend/src/admin/media.controller.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 25,
+ "norm_label": "media.controller.ts",
+ "id": "backend_src_admin_media_controller"
+ },
+ {
+ "label": "ssl.controller.ts",
+ "file_type": "code",
+ "source_file": "backend/src/admin/ssl.controller.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 25,
+ "norm_label": "ssl.controller.ts",
+ "id": "backend_src_admin_ssl_controller"
+ },
+ {
+ "label": "payment.controller.ts",
+ "file_type": "code",
+ "source_file": "backend/src/payment/payment.controller.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 25,
+ "norm_label": "payment.controller.ts",
+ "id": "backend_src_payment_payment_controller"
+ },
+ {
+ "label": "reviews.controller.ts",
+ "file_type": "code",
+ "source_file": "backend/src/reviews/reviews.controller.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 25,
+ "norm_label": "reviews.controller.ts",
+ "id": "backend_src_reviews_reviews_controller"
+ },
+ {
+ "label": "settings.controller.ts",
+ "file_type": "code",
+ "source_file": "backend/src/settings/settings.controller.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 25,
+ "norm_label": "settings.controller.ts",
+ "id": "backend_src_settings_settings_controller"
+ },
{
"label": "backup_db.sh",
"file_type": "code",
@@ -23874,7 +23985,7 @@
"kind": "file"
},
"_origin": "ast",
- "community": 249,
+ "community": 250,
"community_name": "Database Backup Script",
"norm_label": "backup_db.sh",
"id": "scripts_backup_db"
@@ -23889,363 +24000,11 @@
"kind": "bash_entrypoint"
},
"_origin": "ast",
- "community": 249,
+ "community": 250,
"community_name": "Database Backup Script",
"norm_label": "backup_db.sh script",
"id": "scripts_backup_db_sh__entry"
},
- {
- "label": "08-admin-features-audit.md",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L1",
- "_origin": "ast",
- "community": 25,
- "community_name": "ADM-001",
- "norm_label": "08-admin-features-audit.md",
- "id": "docs_audit_08_admin_features_audit"
- },
- {
- "label": "Acceptance Criteria",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L101",
- "_origin": "ast",
- "community": 25,
- "community_name": "ADM-001",
- "norm_label": "acceptance criteria",
- "id": "docs_audit_08_admin_features_audit_acceptance_criteria"
- },
- {
- "label": "ADM-001",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L23",
- "_origin": "ast",
- "community": 25,
- "community_name": "ADM-001",
- "norm_label": "adm-001",
- "id": "docs_audit_08_admin_features_audit_adm_001"
- },
- {
- "label": "Admin Features Audit Report",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L1",
- "_origin": "ast",
- "community": 25,
- "community_name": "ADM-001",
- "norm_label": "admin features audit report",
- "id": "docs_audit_08_admin_features_audit_admin_features_audit_report"
- },
- {
- "label": "Affected Application",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L43",
- "_origin": "ast",
- "community": 25,
- "community_name": "ADM-001",
- "norm_label": "affected application",
- "id": "docs_audit_08_admin_features_audit_affected_application"
- },
- {
- "label": "Affected Files",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L46",
- "_origin": "ast",
- "community": 25,
- "community_name": "ADM-001",
- "norm_label": "affected files",
- "id": "docs_audit_08_admin_features_audit_affected_files"
- },
- {
- "label": "Alternative Direction",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L83",
- "_origin": "ast",
- "community": 25,
- "community_name": "ADM-001",
- "norm_label": "alternative direction",
- "id": "docs_audit_08_admin_features_audit_alternative_direction"
- },
- {
- "label": "Category",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L31",
- "_origin": "ast",
- "community": 25,
- "community_name": "ADM-001",
- "norm_label": "category",
- "id": "docs_audit_08_admin_features_audit_category"
- },
- {
- "label": "Completion Statement",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L121",
- "_origin": "ast",
- "community": 25,
- "community_name": "ADM-001",
- "norm_label": "completion statement",
- "id": "docs_audit_08_admin_features_audit_completion_statement"
- },
- {
- "label": "Confidence",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L37",
- "_origin": "ast",
- "community": 25,
- "community_name": "ADM-001",
- "norm_label": "confidence",
- "id": "docs_audit_08_admin_features_audit_confidence"
- },
- {
- "label": "Dependencies",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L89",
- "_origin": "ast",
- "community": 25,
- "community_name": "ADM-001",
- "norm_label": "dependencies",
- "id": "docs_audit_08_admin_features_audit_dependencies"
- },
- {
- "label": "Domain",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L28",
- "_origin": "ast",
- "community": 25,
- "community_name": "ADM-001",
- "norm_label": "domain",
- "id": "docs_audit_08_admin_features_audit_domain"
- },
- {
- "label": "Domain Overview & Confirmed Strengths",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L15",
- "_origin": "ast",
- "community": 25,
- "community_name": "ADM-001",
- "norm_label": "domain overview & confirmed strengths",
- "id": "docs_audit_08_admin_features_audit_domain_overview_confirmed_strengths"
- },
- {
- "label": "Evidence",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L53",
- "_origin": "ast",
- "community": 25,
- "community_name": "ADM-001",
- "norm_label": "evidence",
- "id": "docs_audit_08_admin_features_audit_evidence"
- },
- {
- "label": "Finding Summary",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L109",
- "_origin": "ast",
- "community": 25,
- "community_name": "ADM-001",
- "norm_label": "finding summary",
- "id": "docs_audit_08_admin_features_audit_finding_summary"
- },
- {
- "label": "Findings",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L21",
- "_origin": "ast",
- "community": 25,
- "community_name": "ADM-001",
- "norm_label": "findings",
- "id": "docs_audit_08_admin_features_audit_findings"
- },
- {
- "label": "Implementation Complexity",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L86",
- "_origin": "ast",
- "community": 25,
- "community_name": "ADM-001",
- "norm_label": "implementation complexity",
- "id": "docs_audit_08_admin_features_audit_implementation_complexity"
- },
- {
- "label": "Notes and Limitations",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L104",
- "_origin": "ast",
- "community": 25,
- "community_name": "ADM-001",
- "norm_label": "notes and limitations",
- "id": "docs_audit_08_admin_features_audit_notes_and_limitations"
- },
- {
- "label": "Problem",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L62",
- "_origin": "ast",
- "community": 25,
- "community_name": "ADM-001",
- "norm_label": "problem",
- "id": "docs_audit_08_admin_features_audit_problem"
- },
- {
- "label": "Recommended Direction",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L80",
- "_origin": "ast",
- "community": 25,
- "community_name": "ADM-001",
- "norm_label": "recommended direction",
- "id": "docs_audit_08_admin_features_audit_recommended_direction"
- },
- {
- "label": "Relevant Symbols or Lines",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L49",
- "_origin": "ast",
- "community": 25,
- "community_name": "ADM-001",
- "norm_label": "relevant symbols or lines",
- "id": "docs_audit_08_admin_features_audit_relevant_symbols_or_lines"
- },
- {
- "label": "Risks",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L92",
- "_origin": "ast",
- "community": 25,
- "community_name": "ADM-001",
- "norm_label": "risks",
- "id": "docs_audit_08_admin_features_audit_risks"
- },
- {
- "label": "Root Cause",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L65",
- "_origin": "ast",
- "community": 25,
- "community_name": "ADM-001",
- "norm_label": "root cause",
- "id": "docs_audit_08_admin_features_audit_root_cause"
- },
- {
- "label": "Security or Data-Integrity Impact",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L77",
- "_origin": "ast",
- "community": 25,
- "community_name": "ADM-001",
- "norm_label": "security or data-integrity impact",
- "id": "docs_audit_08_admin_features_audit_security_or_data_integrity_impact"
- },
- {
- "label": "Severity",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L34",
- "_origin": "ast",
- "community": 25,
- "community_name": "ADM-001",
- "norm_label": "severity",
- "id": "docs_audit_08_admin_features_audit_severity"
- },
- {
- "label": "Status",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L40",
- "_origin": "ast",
- "community": 25,
- "community_name": "ADM-001",
- "norm_label": "status",
- "id": "docs_audit_08_admin_features_audit_status"
- },
- {
- "label": "Technical Impact",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L74",
- "_origin": "ast",
- "community": 25,
- "community_name": "ADM-001",
- "norm_label": "technical impact",
- "id": "docs_audit_08_admin_features_audit_technical_impact"
- },
- {
- "label": "Testing Requirements",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L98",
- "_origin": "ast",
- "community": 25,
- "community_name": "ADM-001",
- "norm_label": "testing requirements",
- "id": "docs_audit_08_admin_features_audit_testing_requirements"
- },
- {
- "label": "Title",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L25",
- "_origin": "ast",
- "community": 25,
- "community_name": "ADM-001",
- "norm_label": "title",
- "id": "docs_audit_08_admin_features_audit_title"
- },
- {
- "label": "User or Business Impact",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L71",
- "_origin": "ast",
- "community": 25,
- "community_name": "ADM-001",
- "norm_label": "user or business impact",
- "id": "docs_audit_08_admin_features_audit_user_or_business_impact"
- },
- {
- "label": "Verification Requirements",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L95",
- "_origin": "ast",
- "community": 25,
- "community_name": "ADM-001",
- "norm_label": "verification requirements",
- "id": "docs_audit_08_admin_features_audit_verification_requirements"
- },
- {
- "label": "Why It Matters",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L68",
- "_origin": "ast",
- "community": 25,
- "community_name": "ADM-001",
- "norm_label": "why it matters",
- "id": "docs_audit_08_admin_features_audit_why_it_matters"
- },
{
"label": "start.sh",
"file_type": "code",
@@ -24256,7 +24015,7 @@
"kind": "file"
},
"_origin": "ast",
- "community": 250,
+ "community": 251,
"community_name": "Application Startup Script",
"norm_label": "start.sh",
"id": "start"
@@ -24271,7 +24030,7 @@
"kind": "bash_entrypoint"
},
"_origin": "ast",
- "community": 250,
+ "community": 251,
"community_name": "Application Startup Script",
"norm_label": "start.sh script",
"id": "start_sh__entry"
@@ -24282,7 +24041,7 @@
"source_file": ".ai_agency/specs/reviews/README.md",
"source_location": "L1",
"_origin": "ast",
- "community": 251,
+ "community": 252,
"community_name": "reviews/README.md",
"norm_label": "reviews/readme.md",
"id": "ai_agency_specs_reviews_readme"
@@ -24293,7 +24052,7 @@
"source_file": "backend/eslint.config.mjs",
"source_location": "L1",
"_origin": "ast",
- "community": 252,
+ "community": 253,
"community_name": "Backend ESLint Config",
"norm_label": "backend/eslint.config.mjs",
"id": "backend_eslint_config"
@@ -24304,7 +24063,7 @@
"source_file": "backend/scripts/generate-openapi.d.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 255,
+ "community": 256,
"norm_label": "generate-openapi.d.ts",
"id": "backend_scripts_generate_openapi_d"
},
@@ -24314,7 +24073,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 256,
+ "community": 257,
"community_name": "AdminService",
"norm_label": "apiquery",
"id": "backend_src_admin_admin_controller_ts_apiquery"
@@ -24325,7 +24084,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 257,
+ "community": 258,
"community_name": "main.ts",
"norm_label": "catch",
"id": "backend_src_common_filters_http_exception_filter_ts_catch"
@@ -24336,381 +24095,381 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 258,
+ "community": 259,
"community_name": ".handleZibalCallback",
"norm_label": "res",
"id": "backend_src_payment_payment_controller_ts_res"
},
+ {
+ "label": "06-storefront-audit.md",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 26,
+ "community_name": "FE-001",
+ "norm_label": "06-storefront-audit.md",
+ "id": "docs_audit_06_storefront_audit"
+ },
+ {
+ "label": "Acceptance Criteria",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L96",
+ "_origin": "ast",
+ "community": 26,
+ "community_name": "FE-001",
+ "norm_label": "acceptance criteria",
+ "id": "docs_audit_06_storefront_audit_acceptance_criteria"
+ },
+ {
+ "label": "Affected Application",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L44",
+ "_origin": "ast",
+ "community": 26,
+ "community_name": "FE-001",
+ "norm_label": "affected application",
+ "id": "docs_audit_06_storefront_audit_affected_application"
+ },
+ {
+ "label": "Affected Files",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L47",
+ "_origin": "ast",
+ "community": 26,
+ "community_name": "FE-001",
+ "norm_label": "affected files",
+ "id": "docs_audit_06_storefront_audit_affected_files"
+ },
+ {
+ "label": "Alternative Direction",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L78",
+ "_origin": "ast",
+ "community": 26,
+ "community_name": "FE-001",
+ "norm_label": "alternative direction",
+ "id": "docs_audit_06_storefront_audit_alternative_direction"
+ },
+ {
+ "label": "Architecture Overview & Confirmed Strengths",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L15",
+ "_origin": "ast",
+ "community": 26,
+ "community_name": "FE-001",
+ "norm_label": "architecture overview & confirmed strengths",
+ "id": "docs_audit_06_storefront_audit_architecture_overview_confirmed_strengths"
+ },
+ {
+ "label": "Category",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L32",
+ "_origin": "ast",
+ "community": 26,
+ "community_name": "FE-001",
+ "norm_label": "category",
+ "id": "docs_audit_06_storefront_audit_category"
+ },
+ {
+ "label": "Completion Statement",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L116",
+ "_origin": "ast",
+ "community": 26,
+ "community_name": "FE-001",
+ "norm_label": "completion statement",
+ "id": "docs_audit_06_storefront_audit_completion_statement"
+ },
+ {
+ "label": "Confidence",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L38",
+ "_origin": "ast",
+ "community": 26,
+ "community_name": "FE-001",
+ "norm_label": "confidence",
+ "id": "docs_audit_06_storefront_audit_confidence"
+ },
+ {
+ "label": "Dependencies",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L84",
+ "_origin": "ast",
+ "community": 26,
+ "community_name": "FE-001",
+ "norm_label": "dependencies",
+ "id": "docs_audit_06_storefront_audit_dependencies"
+ },
+ {
+ "label": "Domain",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L29",
+ "_origin": "ast",
+ "community": 26,
+ "community_name": "FE-001",
+ "norm_label": "domain",
+ "id": "docs_audit_06_storefront_audit_domain"
+ },
+ {
+ "label": "Evidence",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L54",
+ "_origin": "ast",
+ "community": 26,
+ "community_name": "FE-001",
+ "norm_label": "evidence",
+ "id": "docs_audit_06_storefront_audit_evidence"
+ },
+ {
+ "label": "FE-001",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L24",
+ "_origin": "ast",
+ "community": 26,
+ "community_name": "FE-001",
+ "norm_label": "fe-001",
+ "id": "docs_audit_06_storefront_audit_fe_001"
+ },
+ {
+ "label": "Finding Summary",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L104",
+ "_origin": "ast",
+ "community": 26,
+ "community_name": "FE-001",
+ "norm_label": "finding summary",
+ "id": "docs_audit_06_storefront_audit_finding_summary"
+ },
+ {
+ "label": "Findings",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L22",
+ "_origin": "ast",
+ "community": 26,
+ "community_name": "FE-001",
+ "norm_label": "findings",
+ "id": "docs_audit_06_storefront_audit_findings"
+ },
+ {
+ "label": "Implementation Complexity",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L81",
+ "_origin": "ast",
+ "community": 26,
+ "community_name": "FE-001",
+ "norm_label": "implementation complexity",
+ "id": "docs_audit_06_storefront_audit_implementation_complexity"
+ },
+ {
+ "label": "Notes and Limitations",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L99",
+ "_origin": "ast",
+ "community": 26,
+ "community_name": "FE-001",
+ "norm_label": "notes and limitations",
+ "id": "docs_audit_06_storefront_audit_notes_and_limitations"
+ },
+ {
+ "label": "Problem",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L57",
+ "_origin": "ast",
+ "community": 26,
+ "community_name": "FE-001",
+ "norm_label": "problem",
+ "id": "docs_audit_06_storefront_audit_problem"
+ },
+ {
+ "label": "React / Vite Storefront Audit Report",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 26,
+ "community_name": "FE-001",
+ "norm_label": "react / vite storefront audit report",
+ "id": "docs_audit_06_storefront_audit_react_vite_storefront_audit_report"
+ },
+ {
+ "label": "Recommended Direction",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L75",
+ "_origin": "ast",
+ "community": 26,
+ "community_name": "FE-001",
+ "norm_label": "recommended direction",
+ "id": "docs_audit_06_storefront_audit_recommended_direction"
+ },
+ {
+ "label": "Relevant Symbols or Lines",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L51",
+ "_origin": "ast",
+ "community": 26,
+ "community_name": "FE-001",
+ "norm_label": "relevant symbols or lines",
+ "id": "docs_audit_06_storefront_audit_relevant_symbols_or_lines"
+ },
+ {
+ "label": "Risks",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L87",
+ "_origin": "ast",
+ "community": 26,
+ "community_name": "FE-001",
+ "norm_label": "risks",
+ "id": "docs_audit_06_storefront_audit_risks"
+ },
+ {
+ "label": "Root Cause",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L60",
+ "_origin": "ast",
+ "community": 26,
+ "community_name": "FE-001",
+ "norm_label": "root cause",
+ "id": "docs_audit_06_storefront_audit_root_cause"
+ },
+ {
+ "label": "Security or Data-Integrity Impact",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L72",
+ "_origin": "ast",
+ "community": 26,
+ "community_name": "FE-001",
+ "norm_label": "security or data-integrity impact",
+ "id": "docs_audit_06_storefront_audit_security_or_data_integrity_impact"
+ },
+ {
+ "label": "Severity",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L35",
+ "_origin": "ast",
+ "community": 26,
+ "community_name": "FE-001",
+ "norm_label": "severity",
+ "id": "docs_audit_06_storefront_audit_severity"
+ },
+ {
+ "label": "Status",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L41",
+ "_origin": "ast",
+ "community": 26,
+ "community_name": "FE-001",
+ "norm_label": "status",
+ "id": "docs_audit_06_storefront_audit_status"
+ },
+ {
+ "label": "Technical Impact",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L69",
+ "_origin": "ast",
+ "community": 26,
+ "community_name": "FE-001",
+ "norm_label": "technical impact",
+ "id": "docs_audit_06_storefront_audit_technical_impact"
+ },
+ {
+ "label": "Testing Requirements",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L93",
+ "_origin": "ast",
+ "community": 26,
+ "community_name": "FE-001",
+ "norm_label": "testing requirements",
+ "id": "docs_audit_06_storefront_audit_testing_requirements"
+ },
+ {
+ "label": "Title",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L26",
+ "_origin": "ast",
+ "community": 26,
+ "community_name": "FE-001",
+ "norm_label": "title",
+ "id": "docs_audit_06_storefront_audit_title"
+ },
+ {
+ "label": "User or Business Impact",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L66",
+ "_origin": "ast",
+ "community": 26,
+ "community_name": "FE-001",
+ "norm_label": "user or business impact",
+ "id": "docs_audit_06_storefront_audit_user_or_business_impact"
+ },
+ {
+ "label": "Verification Requirements",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L90",
+ "_origin": "ast",
+ "community": 26,
+ "community_name": "FE-001",
+ "norm_label": "verification requirements",
+ "id": "docs_audit_06_storefront_audit_verification_requirements"
+ },
+ {
+ "label": "Why It Matters",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L63",
+ "_origin": "ast",
+ "community": 26,
+ "community_name": "FE-001",
+ "norm_label": "why it matters",
+ "id": "docs_audit_06_storefront_audit_why_it_matters"
+ },
{
"label": "Module",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 259,
+ "community": 260,
"community_name": "app.module.ts",
"norm_label": "module",
"id": "backend_src_prescriptions_prescriptions_module_ts_module"
},
- {
- "label": "09-database-audit.md",
- "file_type": "document",
- "source_file": "docs/audit/09-database-audit.md",
- "source_location": "L1",
- "_origin": "ast",
- "community": 26,
- "community_name": "DB-001",
- "norm_label": "09-database-audit.md",
- "id": "docs_audit_09_database_audit"
- },
- {
- "label": "Acceptance Criteria",
- "file_type": "document",
- "source_file": "docs/audit/09-database-audit.md",
- "source_location": "L103",
- "_origin": "ast",
- "community": 26,
- "community_name": "DB-001",
- "norm_label": "acceptance criteria",
- "id": "docs_audit_09_database_audit_acceptance_criteria"
- },
- {
- "label": "Affected Application",
- "file_type": "document",
- "source_file": "docs/audit/09-database-audit.md",
- "source_location": "L43",
- "_origin": "ast",
- "community": 26,
- "community_name": "DB-001",
- "norm_label": "affected application",
- "id": "docs_audit_09_database_audit_affected_application"
- },
- {
- "label": "Affected Files",
- "file_type": "document",
- "source_file": "docs/audit/09-database-audit.md",
- "source_location": "L46",
- "_origin": "ast",
- "community": 26,
- "community_name": "DB-001",
- "norm_label": "affected files",
- "id": "docs_audit_09_database_audit_affected_files"
- },
- {
- "label": "Alternative Direction",
- "file_type": "document",
- "source_file": "docs/audit/09-database-audit.md",
- "source_location": "L85",
- "_origin": "ast",
- "community": 26,
- "community_name": "DB-001",
- "norm_label": "alternative direction",
- "id": "docs_audit_09_database_audit_alternative_direction"
- },
- {
- "label": "Category",
- "file_type": "document",
- "source_file": "docs/audit/09-database-audit.md",
- "source_location": "L31",
- "_origin": "ast",
- "community": 26,
- "community_name": "DB-001",
- "norm_label": "category",
- "id": "docs_audit_09_database_audit_category"
- },
- {
- "label": "Completion Statement",
- "file_type": "document",
- "source_file": "docs/audit/09-database-audit.md",
- "source_location": "L123",
- "_origin": "ast",
- "community": 26,
- "community_name": "DB-001",
- "norm_label": "completion statement",
- "id": "docs_audit_09_database_audit_completion_statement"
- },
- {
- "label": "Confidence",
- "file_type": "document",
- "source_file": "docs/audit/09-database-audit.md",
- "source_location": "L37",
- "_origin": "ast",
- "community": 26,
- "community_name": "DB-001",
- "norm_label": "confidence",
- "id": "docs_audit_09_database_audit_confidence"
- },
- {
- "label": "Database and Data Integrity Audit Report",
- "file_type": "document",
- "source_file": "docs/audit/09-database-audit.md",
- "source_location": "L1",
- "_origin": "ast",
- "community": 26,
- "community_name": "DB-001",
- "norm_label": "database and data integrity audit report",
- "id": "docs_audit_09_database_audit_database_and_data_integrity_audit_report"
- },
- {
- "label": "DB-001",
- "file_type": "document",
- "source_file": "docs/audit/09-database-audit.md",
- "source_location": "L23",
- "_origin": "ast",
- "community": 26,
- "community_name": "DB-001",
- "norm_label": "db-001",
- "id": "docs_audit_09_database_audit_db_001"
- },
- {
- "label": "Dependencies",
- "file_type": "document",
- "source_file": "docs/audit/09-database-audit.md",
- "source_location": "L91",
- "_origin": "ast",
- "community": 26,
- "community_name": "DB-001",
- "norm_label": "dependencies",
- "id": "docs_audit_09_database_audit_dependencies"
- },
- {
- "label": "Domain",
- "file_type": "document",
- "source_file": "docs/audit/09-database-audit.md",
- "source_location": "L28",
- "_origin": "ast",
- "community": 26,
- "community_name": "DB-001",
- "norm_label": "domain",
- "id": "docs_audit_09_database_audit_domain"
- },
- {
- "label": "Domain Overview & Confirmed Strengths",
- "file_type": "document",
- "source_file": "docs/audit/09-database-audit.md",
- "source_location": "L15",
- "_origin": "ast",
- "community": 26,
- "community_name": "DB-001",
- "norm_label": "domain overview & confirmed strengths",
- "id": "docs_audit_09_database_audit_domain_overview_confirmed_strengths"
- },
- {
- "label": "Evidence",
- "file_type": "document",
- "source_file": "docs/audit/09-database-audit.md",
- "source_location": "L52",
- "_origin": "ast",
- "community": 26,
- "community_name": "DB-001",
- "norm_label": "evidence",
- "id": "docs_audit_09_database_audit_evidence"
- },
- {
- "label": "Finding Summary",
- "file_type": "document",
- "source_file": "docs/audit/09-database-audit.md",
- "source_location": "L111",
- "_origin": "ast",
- "community": 26,
- "community_name": "DB-001",
- "norm_label": "finding summary",
- "id": "docs_audit_09_database_audit_finding_summary"
- },
- {
- "label": "Findings",
- "file_type": "document",
- "source_file": "docs/audit/09-database-audit.md",
- "source_location": "L21",
- "_origin": "ast",
- "community": 26,
- "community_name": "DB-001",
- "norm_label": "findings",
- "id": "docs_audit_09_database_audit_findings"
- },
- {
- "label": "Implementation Complexity",
- "file_type": "document",
- "source_file": "docs/audit/09-database-audit.md",
- "source_location": "L88",
- "_origin": "ast",
- "community": 26,
- "community_name": "DB-001",
- "norm_label": "implementation complexity",
- "id": "docs_audit_09_database_audit_implementation_complexity"
- },
- {
- "label": "Notes and Limitations",
- "file_type": "document",
- "source_file": "docs/audit/09-database-audit.md",
- "source_location": "L106",
- "_origin": "ast",
- "community": 26,
- "community_name": "DB-001",
- "norm_label": "notes and limitations",
- "id": "docs_audit_09_database_audit_notes_and_limitations"
- },
- {
- "label": "Problem",
- "file_type": "document",
- "source_file": "docs/audit/09-database-audit.md",
- "source_location": "L64",
- "_origin": "ast",
- "community": 26,
- "community_name": "DB-001",
- "norm_label": "problem",
- "id": "docs_audit_09_database_audit_problem"
- },
- {
- "label": "Recommended Direction",
- "file_type": "document",
- "source_file": "docs/audit/09-database-audit.md",
- "source_location": "L82",
- "_origin": "ast",
- "community": 26,
- "community_name": "DB-001",
- "norm_label": "recommended direction",
- "id": "docs_audit_09_database_audit_recommended_direction"
- },
- {
- "label": "Relevant Symbols or Lines",
- "file_type": "document",
- "source_file": "docs/audit/09-database-audit.md",
- "source_location": "L49",
- "_origin": "ast",
- "community": 26,
- "community_name": "DB-001",
- "norm_label": "relevant symbols or lines",
- "id": "docs_audit_09_database_audit_relevant_symbols_or_lines"
- },
- {
- "label": "Risks",
- "file_type": "document",
- "source_file": "docs/audit/09-database-audit.md",
- "source_location": "L94",
- "_origin": "ast",
- "community": 26,
- "community_name": "DB-001",
- "norm_label": "risks",
- "id": "docs_audit_09_database_audit_risks"
- },
- {
- "label": "Root Cause",
- "file_type": "document",
- "source_file": "docs/audit/09-database-audit.md",
- "source_location": "L67",
- "_origin": "ast",
- "community": 26,
- "community_name": "DB-001",
- "norm_label": "root cause",
- "id": "docs_audit_09_database_audit_root_cause"
- },
- {
- "label": "Security or Data-Integrity Impact",
- "file_type": "document",
- "source_file": "docs/audit/09-database-audit.md",
- "source_location": "L79",
- "_origin": "ast",
- "community": 26,
- "community_name": "DB-001",
- "norm_label": "security or data-integrity impact",
- "id": "docs_audit_09_database_audit_security_or_data_integrity_impact"
- },
- {
- "label": "Severity",
- "file_type": "document",
- "source_file": "docs/audit/09-database-audit.md",
- "source_location": "L34",
- "_origin": "ast",
- "community": 26,
- "community_name": "DB-001",
- "norm_label": "severity",
- "id": "docs_audit_09_database_audit_severity"
- },
- {
- "label": "Status",
- "file_type": "document",
- "source_file": "docs/audit/09-database-audit.md",
- "source_location": "L40",
- "_origin": "ast",
- "community": 26,
- "community_name": "DB-001",
- "norm_label": "status",
- "id": "docs_audit_09_database_audit_status"
- },
- {
- "label": "Technical Impact",
- "file_type": "document",
- "source_file": "docs/audit/09-database-audit.md",
- "source_location": "L76",
- "_origin": "ast",
- "community": 26,
- "community_name": "DB-001",
- "norm_label": "technical impact",
- "id": "docs_audit_09_database_audit_technical_impact"
- },
- {
- "label": "Testing Requirements",
- "file_type": "document",
- "source_file": "docs/audit/09-database-audit.md",
- "source_location": "L100",
- "_origin": "ast",
- "community": 26,
- "community_name": "DB-001",
- "norm_label": "testing requirements",
- "id": "docs_audit_09_database_audit_testing_requirements"
- },
- {
- "label": "Title",
- "file_type": "document",
- "source_file": "docs/audit/09-database-audit.md",
- "source_location": "L25",
- "_origin": "ast",
- "community": 26,
- "community_name": "DB-001",
- "norm_label": "title",
- "id": "docs_audit_09_database_audit_title"
- },
- {
- "label": "User or Business Impact",
- "file_type": "document",
- "source_file": "docs/audit/09-database-audit.md",
- "source_location": "L73",
- "_origin": "ast",
- "community": 26,
- "community_name": "DB-001",
- "norm_label": "user or business impact",
- "id": "docs_audit_09_database_audit_user_or_business_impact"
- },
- {
- "label": "Verification Requirements",
- "file_type": "document",
- "source_file": "docs/audit/09-database-audit.md",
- "source_location": "L97",
- "_origin": "ast",
- "community": 26,
- "community_name": "DB-001",
- "norm_label": "verification requirements",
- "id": "docs_audit_09_database_audit_verification_requirements"
- },
- {
- "label": "Why It Matters",
- "file_type": "document",
- "source_file": "docs/audit/09-database-audit.md",
- "source_location": "L70",
- "_origin": "ast",
- "community": 26,
- "community_name": "DB-001",
- "norm_label": "why it matters",
- "id": "docs_audit_09_database_audit_why_it_matters"
- },
{
"label": "IsInt",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 260,
+ "community": 261,
"community_name": "CreateReviewDto",
"norm_label": "isint",
"id": "backend_src_reviews_dto_create_review_dto_ts_isint"
@@ -24721,7 +24480,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 261,
+ "community": 262,
"community_name": "CreateReviewDto",
"norm_label": "min",
"id": "backend_src_reviews_dto_create_review_dto_ts_min"
@@ -24732,7 +24491,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 262,
+ "community": 263,
"community_name": "Roles",
"norm_label": "apibearerauth",
"id": "backend_src_settings_settings_controller_ts_apibearerauth"
@@ -24743,7 +24502,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 263,
+ "community": 264,
"community_name": "Roles",
"norm_label": "apiokresponse",
"id": "backend_src_settings_settings_controller_ts_apiokresponse"
@@ -24754,7 +24513,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 264,
+ "community": 265,
"community_name": "Roles",
"norm_label": "apioperation",
"id": "backend_src_settings_settings_controller_ts_apioperation"
@@ -24765,7 +24524,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 265,
+ "community": 266,
"community_name": "Roles",
"norm_label": "apitags",
"id": "backend_src_settings_settings_controller_ts_apitags"
@@ -24776,7 +24535,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 266,
+ "community": 267,
"community_name": "Roles",
"norm_label": "body",
"id": "backend_src_settings_settings_controller_ts_body"
@@ -24787,7 +24546,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 267,
+ "community": 268,
"community_name": "Roles",
"norm_label": "controller",
"id": "backend_src_settings_settings_controller_ts_controller"
@@ -24798,381 +24557,381 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 268,
+ "community": 269,
"community_name": "Roles",
"norm_label": "delete",
"id": "backend_src_settings_settings_controller_ts_delete"
},
+ {
+ "label": "08-admin-features-audit.md",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 27,
+ "community_name": "ADM-001",
+ "norm_label": "08-admin-features-audit.md",
+ "id": "docs_audit_08_admin_features_audit"
+ },
+ {
+ "label": "Acceptance Criteria",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L101",
+ "_origin": "ast",
+ "community": 27,
+ "community_name": "ADM-001",
+ "norm_label": "acceptance criteria",
+ "id": "docs_audit_08_admin_features_audit_acceptance_criteria"
+ },
+ {
+ "label": "ADM-001",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L23",
+ "_origin": "ast",
+ "community": 27,
+ "community_name": "ADM-001",
+ "norm_label": "adm-001",
+ "id": "docs_audit_08_admin_features_audit_adm_001"
+ },
+ {
+ "label": "Admin Features Audit Report",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 27,
+ "community_name": "ADM-001",
+ "norm_label": "admin features audit report",
+ "id": "docs_audit_08_admin_features_audit_admin_features_audit_report"
+ },
+ {
+ "label": "Affected Application",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L43",
+ "_origin": "ast",
+ "community": 27,
+ "community_name": "ADM-001",
+ "norm_label": "affected application",
+ "id": "docs_audit_08_admin_features_audit_affected_application"
+ },
+ {
+ "label": "Affected Files",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L46",
+ "_origin": "ast",
+ "community": 27,
+ "community_name": "ADM-001",
+ "norm_label": "affected files",
+ "id": "docs_audit_08_admin_features_audit_affected_files"
+ },
+ {
+ "label": "Alternative Direction",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L83",
+ "_origin": "ast",
+ "community": 27,
+ "community_name": "ADM-001",
+ "norm_label": "alternative direction",
+ "id": "docs_audit_08_admin_features_audit_alternative_direction"
+ },
+ {
+ "label": "Category",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L31",
+ "_origin": "ast",
+ "community": 27,
+ "community_name": "ADM-001",
+ "norm_label": "category",
+ "id": "docs_audit_08_admin_features_audit_category"
+ },
+ {
+ "label": "Completion Statement",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L121",
+ "_origin": "ast",
+ "community": 27,
+ "community_name": "ADM-001",
+ "norm_label": "completion statement",
+ "id": "docs_audit_08_admin_features_audit_completion_statement"
+ },
+ {
+ "label": "Confidence",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L37",
+ "_origin": "ast",
+ "community": 27,
+ "community_name": "ADM-001",
+ "norm_label": "confidence",
+ "id": "docs_audit_08_admin_features_audit_confidence"
+ },
+ {
+ "label": "Dependencies",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L89",
+ "_origin": "ast",
+ "community": 27,
+ "community_name": "ADM-001",
+ "norm_label": "dependencies",
+ "id": "docs_audit_08_admin_features_audit_dependencies"
+ },
+ {
+ "label": "Domain",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L28",
+ "_origin": "ast",
+ "community": 27,
+ "community_name": "ADM-001",
+ "norm_label": "domain",
+ "id": "docs_audit_08_admin_features_audit_domain"
+ },
+ {
+ "label": "Domain Overview & Confirmed Strengths",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L15",
+ "_origin": "ast",
+ "community": 27,
+ "community_name": "ADM-001",
+ "norm_label": "domain overview & confirmed strengths",
+ "id": "docs_audit_08_admin_features_audit_domain_overview_confirmed_strengths"
+ },
+ {
+ "label": "Evidence",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L53",
+ "_origin": "ast",
+ "community": 27,
+ "community_name": "ADM-001",
+ "norm_label": "evidence",
+ "id": "docs_audit_08_admin_features_audit_evidence"
+ },
+ {
+ "label": "Finding Summary",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L109",
+ "_origin": "ast",
+ "community": 27,
+ "community_name": "ADM-001",
+ "norm_label": "finding summary",
+ "id": "docs_audit_08_admin_features_audit_finding_summary"
+ },
+ {
+ "label": "Findings",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L21",
+ "_origin": "ast",
+ "community": 27,
+ "community_name": "ADM-001",
+ "norm_label": "findings",
+ "id": "docs_audit_08_admin_features_audit_findings"
+ },
+ {
+ "label": "Implementation Complexity",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L86",
+ "_origin": "ast",
+ "community": 27,
+ "community_name": "ADM-001",
+ "norm_label": "implementation complexity",
+ "id": "docs_audit_08_admin_features_audit_implementation_complexity"
+ },
+ {
+ "label": "Notes and Limitations",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L104",
+ "_origin": "ast",
+ "community": 27,
+ "community_name": "ADM-001",
+ "norm_label": "notes and limitations",
+ "id": "docs_audit_08_admin_features_audit_notes_and_limitations"
+ },
+ {
+ "label": "Problem",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L62",
+ "_origin": "ast",
+ "community": 27,
+ "community_name": "ADM-001",
+ "norm_label": "problem",
+ "id": "docs_audit_08_admin_features_audit_problem"
+ },
+ {
+ "label": "Recommended Direction",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L80",
+ "_origin": "ast",
+ "community": 27,
+ "community_name": "ADM-001",
+ "norm_label": "recommended direction",
+ "id": "docs_audit_08_admin_features_audit_recommended_direction"
+ },
+ {
+ "label": "Relevant Symbols or Lines",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L49",
+ "_origin": "ast",
+ "community": 27,
+ "community_name": "ADM-001",
+ "norm_label": "relevant symbols or lines",
+ "id": "docs_audit_08_admin_features_audit_relevant_symbols_or_lines"
+ },
+ {
+ "label": "Risks",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L92",
+ "_origin": "ast",
+ "community": 27,
+ "community_name": "ADM-001",
+ "norm_label": "risks",
+ "id": "docs_audit_08_admin_features_audit_risks"
+ },
+ {
+ "label": "Root Cause",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L65",
+ "_origin": "ast",
+ "community": 27,
+ "community_name": "ADM-001",
+ "norm_label": "root cause",
+ "id": "docs_audit_08_admin_features_audit_root_cause"
+ },
+ {
+ "label": "Security or Data-Integrity Impact",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L77",
+ "_origin": "ast",
+ "community": 27,
+ "community_name": "ADM-001",
+ "norm_label": "security or data-integrity impact",
+ "id": "docs_audit_08_admin_features_audit_security_or_data_integrity_impact"
+ },
+ {
+ "label": "Severity",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L34",
+ "_origin": "ast",
+ "community": 27,
+ "community_name": "ADM-001",
+ "norm_label": "severity",
+ "id": "docs_audit_08_admin_features_audit_severity"
+ },
+ {
+ "label": "Status",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L40",
+ "_origin": "ast",
+ "community": 27,
+ "community_name": "ADM-001",
+ "norm_label": "status",
+ "id": "docs_audit_08_admin_features_audit_status"
+ },
+ {
+ "label": "Technical Impact",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L74",
+ "_origin": "ast",
+ "community": 27,
+ "community_name": "ADM-001",
+ "norm_label": "technical impact",
+ "id": "docs_audit_08_admin_features_audit_technical_impact"
+ },
+ {
+ "label": "Testing Requirements",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L98",
+ "_origin": "ast",
+ "community": 27,
+ "community_name": "ADM-001",
+ "norm_label": "testing requirements",
+ "id": "docs_audit_08_admin_features_audit_testing_requirements"
+ },
+ {
+ "label": "Title",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L25",
+ "_origin": "ast",
+ "community": 27,
+ "community_name": "ADM-001",
+ "norm_label": "title",
+ "id": "docs_audit_08_admin_features_audit_title"
+ },
+ {
+ "label": "User or Business Impact",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L71",
+ "_origin": "ast",
+ "community": 27,
+ "community_name": "ADM-001",
+ "norm_label": "user or business impact",
+ "id": "docs_audit_08_admin_features_audit_user_or_business_impact"
+ },
+ {
+ "label": "Verification Requirements",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L95",
+ "_origin": "ast",
+ "community": 27,
+ "community_name": "ADM-001",
+ "norm_label": "verification requirements",
+ "id": "docs_audit_08_admin_features_audit_verification_requirements"
+ },
+ {
+ "label": "Why It Matters",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L68",
+ "_origin": "ast",
+ "community": 27,
+ "community_name": "ADM-001",
+ "norm_label": "why it matters",
+ "id": "docs_audit_08_admin_features_audit_why_it_matters"
+ },
{
"label": "Get",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 269,
+ "community": 270,
"community_name": "Roles",
"norm_label": "get",
"id": "backend_src_settings_settings_controller_ts_get"
},
- {
- "label": "11-code-quality-audit.md",
- "file_type": "document",
- "source_file": "docs/audit/11-code-quality-audit.md",
- "source_location": "L1",
- "_origin": "ast",
- "community": 27,
- "community_name": "TS-001",
- "norm_label": "11-code-quality-audit.md",
- "id": "docs_audit_11_code_quality_audit"
- },
- {
- "label": "Acceptance Criteria",
- "file_type": "document",
- "source_file": "docs/audit/11-code-quality-audit.md",
- "source_location": "L98",
- "_origin": "ast",
- "community": 27,
- "community_name": "TS-001",
- "norm_label": "acceptance criteria",
- "id": "docs_audit_11_code_quality_audit_acceptance_criteria"
- },
- {
- "label": "Affected Application",
- "file_type": "document",
- "source_file": "docs/audit/11-code-quality-audit.md",
- "source_location": "L42",
- "_origin": "ast",
- "community": 27,
- "community_name": "TS-001",
- "norm_label": "affected application",
- "id": "docs_audit_11_code_quality_audit_affected_application"
- },
- {
- "label": "Affected Files",
- "file_type": "document",
- "source_file": "docs/audit/11-code-quality-audit.md",
- "source_location": "L45",
- "_origin": "ast",
- "community": 27,
- "community_name": "TS-001",
- "norm_label": "affected files",
- "id": "docs_audit_11_code_quality_audit_affected_files"
- },
- {
- "label": "Alternative Direction",
- "file_type": "document",
- "source_file": "docs/audit/11-code-quality-audit.md",
- "source_location": "L80",
- "_origin": "ast",
- "community": 27,
- "community_name": "TS-001",
- "norm_label": "alternative direction",
- "id": "docs_audit_11_code_quality_audit_alternative_direction"
- },
- {
- "label": "Category",
- "file_type": "document",
- "source_file": "docs/audit/11-code-quality-audit.md",
- "source_location": "L30",
- "_origin": "ast",
- "community": 27,
- "community_name": "TS-001",
- "norm_label": "category",
- "id": "docs_audit_11_code_quality_audit_category"
- },
- {
- "label": "Completion Statement",
- "file_type": "document",
- "source_file": "docs/audit/11-code-quality-audit.md",
- "source_location": "L118",
- "_origin": "ast",
- "community": 27,
- "community_name": "TS-001",
- "norm_label": "completion statement",
- "id": "docs_audit_11_code_quality_audit_completion_statement"
- },
- {
- "label": "Confidence",
- "file_type": "document",
- "source_file": "docs/audit/11-code-quality-audit.md",
- "source_location": "L36",
- "_origin": "ast",
- "community": 27,
- "community_name": "TS-001",
- "norm_label": "confidence",
- "id": "docs_audit_11_code_quality_audit_confidence"
- },
- {
- "label": "Dependencies",
- "file_type": "document",
- "source_file": "docs/audit/11-code-quality-audit.md",
- "source_location": "L86",
- "_origin": "ast",
- "community": 27,
- "community_name": "TS-001",
- "norm_label": "dependencies",
- "id": "docs_audit_11_code_quality_audit_dependencies"
- },
- {
- "label": "Domain",
- "file_type": "document",
- "source_file": "docs/audit/11-code-quality-audit.md",
- "source_location": "L27",
- "_origin": "ast",
- "community": 27,
- "community_name": "TS-001",
- "norm_label": "domain",
- "id": "docs_audit_11_code_quality_audit_domain"
- },
- {
- "label": "Domain Overview & Confirmed Strengths",
- "file_type": "document",
- "source_file": "docs/audit/11-code-quality-audit.md",
- "source_location": "L15",
- "_origin": "ast",
- "community": 27,
- "community_name": "TS-001",
- "norm_label": "domain overview & confirmed strengths",
- "id": "docs_audit_11_code_quality_audit_domain_overview_confirmed_strengths"
- },
- {
- "label": "Evidence",
- "file_type": "document",
- "source_file": "docs/audit/11-code-quality-audit.md",
- "source_location": "L51",
- "_origin": "ast",
- "community": 27,
- "community_name": "TS-001",
- "norm_label": "evidence",
- "id": "docs_audit_11_code_quality_audit_evidence"
- },
- {
- "label": "Finding Summary",
- "file_type": "document",
- "source_file": "docs/audit/11-code-quality-audit.md",
- "source_location": "L106",
- "_origin": "ast",
- "community": 27,
- "community_name": "TS-001",
- "norm_label": "finding summary",
- "id": "docs_audit_11_code_quality_audit_finding_summary"
- },
- {
- "label": "Findings",
- "file_type": "document",
- "source_file": "docs/audit/11-code-quality-audit.md",
- "source_location": "L20",
- "_origin": "ast",
- "community": 27,
- "community_name": "TS-001",
- "norm_label": "findings",
- "id": "docs_audit_11_code_quality_audit_findings"
- },
- {
- "label": "Implementation Complexity",
- "file_type": "document",
- "source_file": "docs/audit/11-code-quality-audit.md",
- "source_location": "L83",
- "_origin": "ast",
- "community": 27,
- "community_name": "TS-001",
- "norm_label": "implementation complexity",
- "id": "docs_audit_11_code_quality_audit_implementation_complexity"
- },
- {
- "label": "Notes and Limitations",
- "file_type": "document",
- "source_file": "docs/audit/11-code-quality-audit.md",
- "source_location": "L101",
- "_origin": "ast",
- "community": 27,
- "community_name": "TS-001",
- "norm_label": "notes and limitations",
- "id": "docs_audit_11_code_quality_audit_notes_and_limitations"
- },
- {
- "label": "Problem",
- "file_type": "document",
- "source_file": "docs/audit/11-code-quality-audit.md",
- "source_location": "L59",
- "_origin": "ast",
- "community": 27,
- "community_name": "TS-001",
- "norm_label": "problem",
- "id": "docs_audit_11_code_quality_audit_problem"
- },
- {
- "label": "Recommended Direction",
- "file_type": "document",
- "source_file": "docs/audit/11-code-quality-audit.md",
- "source_location": "L77",
- "_origin": "ast",
- "community": 27,
- "community_name": "TS-001",
- "norm_label": "recommended direction",
- "id": "docs_audit_11_code_quality_audit_recommended_direction"
- },
- {
- "label": "Relevant Symbols or Lines",
- "file_type": "document",
- "source_file": "docs/audit/11-code-quality-audit.md",
- "source_location": "L48",
- "_origin": "ast",
- "community": 27,
- "community_name": "TS-001",
- "norm_label": "relevant symbols or lines",
- "id": "docs_audit_11_code_quality_audit_relevant_symbols_or_lines"
- },
- {
- "label": "Risks",
- "file_type": "document",
- "source_file": "docs/audit/11-code-quality-audit.md",
- "source_location": "L89",
- "_origin": "ast",
- "community": 27,
- "community_name": "TS-001",
- "norm_label": "risks",
- "id": "docs_audit_11_code_quality_audit_risks"
- },
- {
- "label": "Root Cause",
- "file_type": "document",
- "source_file": "docs/audit/11-code-quality-audit.md",
- "source_location": "L62",
- "_origin": "ast",
- "community": 27,
- "community_name": "TS-001",
- "norm_label": "root cause",
- "id": "docs_audit_11_code_quality_audit_root_cause"
- },
- {
- "label": "Security or Data-Integrity Impact",
- "file_type": "document",
- "source_file": "docs/audit/11-code-quality-audit.md",
- "source_location": "L74",
- "_origin": "ast",
- "community": 27,
- "community_name": "TS-001",
- "norm_label": "security or data-integrity impact",
- "id": "docs_audit_11_code_quality_audit_security_or_data_integrity_impact"
- },
- {
- "label": "Severity",
- "file_type": "document",
- "source_file": "docs/audit/11-code-quality-audit.md",
- "source_location": "L33",
- "_origin": "ast",
- "community": 27,
- "community_name": "TS-001",
- "norm_label": "severity",
- "id": "docs_audit_11_code_quality_audit_severity"
- },
- {
- "label": "Status",
- "file_type": "document",
- "source_file": "docs/audit/11-code-quality-audit.md",
- "source_location": "L39",
- "_origin": "ast",
- "community": 27,
- "community_name": "TS-001",
- "norm_label": "status",
- "id": "docs_audit_11_code_quality_audit_status"
- },
- {
- "label": "Technical Impact",
- "file_type": "document",
- "source_file": "docs/audit/11-code-quality-audit.md",
- "source_location": "L71",
- "_origin": "ast",
- "community": 27,
- "community_name": "TS-001",
- "norm_label": "technical impact",
- "id": "docs_audit_11_code_quality_audit_technical_impact"
- },
- {
- "label": "Testing Requirements",
- "file_type": "document",
- "source_file": "docs/audit/11-code-quality-audit.md",
- "source_location": "L95",
- "_origin": "ast",
- "community": 27,
- "community_name": "TS-001",
- "norm_label": "testing requirements",
- "id": "docs_audit_11_code_quality_audit_testing_requirements"
- },
- {
- "label": "Title",
- "file_type": "document",
- "source_file": "docs/audit/11-code-quality-audit.md",
- "source_location": "L24",
- "_origin": "ast",
- "community": 27,
- "community_name": "TS-001",
- "norm_label": "title",
- "id": "docs_audit_11_code_quality_audit_title"
- },
- {
- "label": "TS-001",
- "file_type": "document",
- "source_file": "docs/audit/11-code-quality-audit.md",
- "source_location": "L22",
- "_origin": "ast",
- "community": 27,
- "community_name": "TS-001",
- "norm_label": "ts-001",
- "id": "docs_audit_11_code_quality_audit_ts_001"
- },
- {
- "label": "TypeScript and Code Quality Audit Report",
- "file_type": "document",
- "source_file": "docs/audit/11-code-quality-audit.md",
- "source_location": "L1",
- "_origin": "ast",
- "community": 27,
- "community_name": "TS-001",
- "norm_label": "typescript and code quality audit report",
- "id": "docs_audit_11_code_quality_audit_typescript_and_code_quality_audit_report"
- },
- {
- "label": "User or Business Impact",
- "file_type": "document",
- "source_file": "docs/audit/11-code-quality-audit.md",
- "source_location": "L68",
- "_origin": "ast",
- "community": 27,
- "community_name": "TS-001",
- "norm_label": "user or business impact",
- "id": "docs_audit_11_code_quality_audit_user_or_business_impact"
- },
- {
- "label": "Verification Requirements",
- "file_type": "document",
- "source_file": "docs/audit/11-code-quality-audit.md",
- "source_location": "L92",
- "_origin": "ast",
- "community": 27,
- "community_name": "TS-001",
- "norm_label": "verification requirements",
- "id": "docs_audit_11_code_quality_audit_verification_requirements"
- },
- {
- "label": "Why It Matters",
- "file_type": "document",
- "source_file": "docs/audit/11-code-quality-audit.md",
- "source_location": "L65",
- "_origin": "ast",
- "community": 27,
- "community_name": "TS-001",
- "norm_label": "why it matters",
- "id": "docs_audit_11_code_quality_audit_why_it_matters"
- },
{
"label": "Param",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 270,
+ "community": 271,
"community_name": "Roles",
"norm_label": "param",
"id": "backend_src_settings_settings_controller_ts_param"
@@ -25183,7 +24942,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 271,
+ "community": 272,
"community_name": "Roles",
"norm_label": "patch",
"id": "backend_src_settings_settings_controller_ts_patch"
@@ -25194,7 +24953,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 272,
+ "community": 273,
"community_name": "Roles",
"norm_label": "post",
"id": "backend_src_settings_settings_controller_ts_post"
@@ -25205,7 +24964,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 273,
+ "community": 274,
"community_name": "Roles",
"norm_label": "put",
"id": "backend_src_settings_settings_controller_ts_put"
@@ -25216,7 +24975,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 274,
+ "community": 275,
"community_name": "Roles",
"norm_label": "query",
"id": "backend_src_settings_settings_controller_ts_query"
@@ -25227,7 +24986,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 275,
+ "community": 276,
"norm_label": "roles",
"id": "backend_src_settings_settings_controller_ts_roles"
},
@@ -25237,362 +24996,362 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 276,
+ "community": 277,
"community_name": "Roles",
"norm_label": "useguards",
"id": "backend_src_settings_settings_controller_ts_useguards"
},
{
- "label": "12-testing-audit.md",
+ "label": "09-database-audit.md",
"file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
+ "source_file": "docs/audit/09-database-audit.md",
"source_location": "L1",
"_origin": "ast",
"community": 28,
- "community_name": "TEST-001",
- "norm_label": "12-testing-audit.md",
- "id": "docs_audit_12_testing_audit"
+ "community_name": "DB-001",
+ "norm_label": "09-database-audit.md",
+ "id": "docs_audit_09_database_audit"
},
{
"label": "Acceptance Criteria",
"file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L102",
+ "source_file": "docs/audit/09-database-audit.md",
+ "source_location": "L103",
"_origin": "ast",
"community": 28,
- "community_name": "TEST-001",
+ "community_name": "DB-001",
"norm_label": "acceptance criteria",
- "id": "docs_audit_12_testing_audit_acceptance_criteria"
+ "id": "docs_audit_09_database_audit_acceptance_criteria"
},
{
"label": "Affected Application",
"file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L42",
+ "source_file": "docs/audit/09-database-audit.md",
+ "source_location": "L43",
"_origin": "ast",
"community": 28,
- "community_name": "TEST-001",
+ "community_name": "DB-001",
"norm_label": "affected application",
- "id": "docs_audit_12_testing_audit_affected_application"
+ "id": "docs_audit_09_database_audit_affected_application"
},
{
"label": "Affected Files",
"file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L45",
+ "source_file": "docs/audit/09-database-audit.md",
+ "source_location": "L46",
"_origin": "ast",
"community": 28,
- "community_name": "TEST-001",
+ "community_name": "DB-001",
"norm_label": "affected files",
- "id": "docs_audit_12_testing_audit_affected_files"
+ "id": "docs_audit_09_database_audit_affected_files"
},
{
"label": "Alternative Direction",
"file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L84",
+ "source_file": "docs/audit/09-database-audit.md",
+ "source_location": "L85",
"_origin": "ast",
"community": 28,
- "community_name": "TEST-001",
+ "community_name": "DB-001",
"norm_label": "alternative direction",
- "id": "docs_audit_12_testing_audit_alternative_direction"
+ "id": "docs_audit_09_database_audit_alternative_direction"
},
{
"label": "Category",
"file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L30",
+ "source_file": "docs/audit/09-database-audit.md",
+ "source_location": "L31",
"_origin": "ast",
"community": 28,
- "community_name": "TEST-001",
+ "community_name": "DB-001",
"norm_label": "category",
- "id": "docs_audit_12_testing_audit_category"
+ "id": "docs_audit_09_database_audit_category"
},
{
"label": "Completion Statement",
"file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L122",
+ "source_file": "docs/audit/09-database-audit.md",
+ "source_location": "L123",
"_origin": "ast",
"community": 28,
- "community_name": "TEST-001",
+ "community_name": "DB-001",
"norm_label": "completion statement",
- "id": "docs_audit_12_testing_audit_completion_statement"
+ "id": "docs_audit_09_database_audit_completion_statement"
},
{
"label": "Confidence",
"file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L36",
+ "source_file": "docs/audit/09-database-audit.md",
+ "source_location": "L37",
"_origin": "ast",
"community": 28,
- "community_name": "TEST-001",
+ "community_name": "DB-001",
"norm_label": "confidence",
- "id": "docs_audit_12_testing_audit_confidence"
+ "id": "docs_audit_09_database_audit_confidence"
+ },
+ {
+ "label": "Database and Data Integrity Audit Report",
+ "file_type": "document",
+ "source_file": "docs/audit/09-database-audit.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 28,
+ "community_name": "DB-001",
+ "norm_label": "database and data integrity audit report",
+ "id": "docs_audit_09_database_audit_database_and_data_integrity_audit_report"
+ },
+ {
+ "label": "DB-001",
+ "file_type": "document",
+ "source_file": "docs/audit/09-database-audit.md",
+ "source_location": "L23",
+ "_origin": "ast",
+ "community": 28,
+ "community_name": "DB-001",
+ "norm_label": "db-001",
+ "id": "docs_audit_09_database_audit_db_001"
},
{
"label": "Dependencies",
"file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L90",
+ "source_file": "docs/audit/09-database-audit.md",
+ "source_location": "L91",
"_origin": "ast",
"community": 28,
- "community_name": "TEST-001",
+ "community_name": "DB-001",
"norm_label": "dependencies",
- "id": "docs_audit_12_testing_audit_dependencies"
+ "id": "docs_audit_09_database_audit_dependencies"
},
{
"label": "Domain",
"file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L27",
+ "source_file": "docs/audit/09-database-audit.md",
+ "source_location": "L28",
"_origin": "ast",
"community": 28,
- "community_name": "TEST-001",
+ "community_name": "DB-001",
"norm_label": "domain",
- "id": "docs_audit_12_testing_audit_domain"
+ "id": "docs_audit_09_database_audit_domain"
},
{
"label": "Domain Overview & Confirmed Strengths",
"file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
+ "source_file": "docs/audit/09-database-audit.md",
"source_location": "L15",
"_origin": "ast",
"community": 28,
- "community_name": "TEST-001",
+ "community_name": "DB-001",
"norm_label": "domain overview & confirmed strengths",
- "id": "docs_audit_12_testing_audit_domain_overview_confirmed_strengths"
+ "id": "docs_audit_09_database_audit_domain_overview_confirmed_strengths"
},
{
"label": "Evidence",
"file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L55",
+ "source_file": "docs/audit/09-database-audit.md",
+ "source_location": "L52",
"_origin": "ast",
"community": 28,
- "community_name": "TEST-001",
+ "community_name": "DB-001",
"norm_label": "evidence",
- "id": "docs_audit_12_testing_audit_evidence"
+ "id": "docs_audit_09_database_audit_evidence"
},
{
"label": "Finding Summary",
"file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L110",
+ "source_file": "docs/audit/09-database-audit.md",
+ "source_location": "L111",
"_origin": "ast",
"community": 28,
- "community_name": "TEST-001",
+ "community_name": "DB-001",
"norm_label": "finding summary",
- "id": "docs_audit_12_testing_audit_finding_summary"
+ "id": "docs_audit_09_database_audit_finding_summary"
},
{
"label": "Findings",
"file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L20",
+ "source_file": "docs/audit/09-database-audit.md",
+ "source_location": "L21",
"_origin": "ast",
"community": 28,
- "community_name": "TEST-001",
+ "community_name": "DB-001",
"norm_label": "findings",
- "id": "docs_audit_12_testing_audit_findings"
+ "id": "docs_audit_09_database_audit_findings"
},
{
"label": "Implementation Complexity",
"file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L87",
+ "source_file": "docs/audit/09-database-audit.md",
+ "source_location": "L88",
"_origin": "ast",
"community": 28,
- "community_name": "TEST-001",
+ "community_name": "DB-001",
"norm_label": "implementation complexity",
- "id": "docs_audit_12_testing_audit_implementation_complexity"
+ "id": "docs_audit_09_database_audit_implementation_complexity"
},
{
"label": "Notes and Limitations",
"file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L105",
+ "source_file": "docs/audit/09-database-audit.md",
+ "source_location": "L106",
"_origin": "ast",
"community": 28,
- "community_name": "TEST-001",
+ "community_name": "DB-001",
"norm_label": "notes and limitations",
- "id": "docs_audit_12_testing_audit_notes_and_limitations"
+ "id": "docs_audit_09_database_audit_notes_and_limitations"
},
{
"label": "Problem",
"file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L63",
+ "source_file": "docs/audit/09-database-audit.md",
+ "source_location": "L64",
"_origin": "ast",
"community": 28,
- "community_name": "TEST-001",
+ "community_name": "DB-001",
"norm_label": "problem",
- "id": "docs_audit_12_testing_audit_problem"
+ "id": "docs_audit_09_database_audit_problem"
},
{
"label": "Recommended Direction",
"file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L81",
+ "source_file": "docs/audit/09-database-audit.md",
+ "source_location": "L82",
"_origin": "ast",
"community": 28,
- "community_name": "TEST-001",
+ "community_name": "DB-001",
"norm_label": "recommended direction",
- "id": "docs_audit_12_testing_audit_recommended_direction"
+ "id": "docs_audit_09_database_audit_recommended_direction"
},
{
"label": "Relevant Symbols or Lines",
"file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L50",
+ "source_file": "docs/audit/09-database-audit.md",
+ "source_location": "L49",
"_origin": "ast",
"community": 28,
- "community_name": "TEST-001",
+ "community_name": "DB-001",
"norm_label": "relevant symbols or lines",
- "id": "docs_audit_12_testing_audit_relevant_symbols_or_lines"
+ "id": "docs_audit_09_database_audit_relevant_symbols_or_lines"
},
{
"label": "Risks",
"file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L93",
+ "source_file": "docs/audit/09-database-audit.md",
+ "source_location": "L94",
"_origin": "ast",
"community": 28,
- "community_name": "TEST-001",
+ "community_name": "DB-001",
"norm_label": "risks",
- "id": "docs_audit_12_testing_audit_risks"
+ "id": "docs_audit_09_database_audit_risks"
},
{
"label": "Root Cause",
"file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L66",
+ "source_file": "docs/audit/09-database-audit.md",
+ "source_location": "L67",
"_origin": "ast",
"community": 28,
- "community_name": "TEST-001",
+ "community_name": "DB-001",
"norm_label": "root cause",
- "id": "docs_audit_12_testing_audit_root_cause"
+ "id": "docs_audit_09_database_audit_root_cause"
},
{
"label": "Security or Data-Integrity Impact",
"file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L78",
+ "source_file": "docs/audit/09-database-audit.md",
+ "source_location": "L79",
"_origin": "ast",
"community": 28,
- "community_name": "TEST-001",
+ "community_name": "DB-001",
"norm_label": "security or data-integrity impact",
- "id": "docs_audit_12_testing_audit_security_or_data_integrity_impact"
+ "id": "docs_audit_09_database_audit_security_or_data_integrity_impact"
},
{
"label": "Severity",
"file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L33",
+ "source_file": "docs/audit/09-database-audit.md",
+ "source_location": "L34",
"_origin": "ast",
"community": 28,
- "community_name": "TEST-001",
+ "community_name": "DB-001",
"norm_label": "severity",
- "id": "docs_audit_12_testing_audit_severity"
+ "id": "docs_audit_09_database_audit_severity"
},
{
"label": "Status",
"file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L39",
+ "source_file": "docs/audit/09-database-audit.md",
+ "source_location": "L40",
"_origin": "ast",
"community": 28,
- "community_name": "TEST-001",
+ "community_name": "DB-001",
"norm_label": "status",
- "id": "docs_audit_12_testing_audit_status"
+ "id": "docs_audit_09_database_audit_status"
},
{
"label": "Technical Impact",
"file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L75",
+ "source_file": "docs/audit/09-database-audit.md",
+ "source_location": "L76",
"_origin": "ast",
"community": 28,
- "community_name": "TEST-001",
+ "community_name": "DB-001",
"norm_label": "technical impact",
- "id": "docs_audit_12_testing_audit_technical_impact"
- },
- {
- "label": "TEST-001",
- "file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L22",
- "_origin": "ast",
- "community": 28,
- "community_name": "TEST-001",
- "norm_label": "test-001",
- "id": "docs_audit_12_testing_audit_test_001"
- },
- {
- "label": "Testing and Reliability Audit Report",
- "file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L1",
- "_origin": "ast",
- "community": 28,
- "community_name": "TEST-001",
- "norm_label": "testing and reliability audit report",
- "id": "docs_audit_12_testing_audit_testing_and_reliability_audit_report"
+ "id": "docs_audit_09_database_audit_technical_impact"
},
{
"label": "Testing Requirements",
"file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L99",
+ "source_file": "docs/audit/09-database-audit.md",
+ "source_location": "L100",
"_origin": "ast",
"community": 28,
- "community_name": "TEST-001",
+ "community_name": "DB-001",
"norm_label": "testing requirements",
- "id": "docs_audit_12_testing_audit_testing_requirements"
+ "id": "docs_audit_09_database_audit_testing_requirements"
},
{
"label": "Title",
"file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L24",
+ "source_file": "docs/audit/09-database-audit.md",
+ "source_location": "L25",
"_origin": "ast",
"community": 28,
- "community_name": "TEST-001",
+ "community_name": "DB-001",
"norm_label": "title",
- "id": "docs_audit_12_testing_audit_title"
+ "id": "docs_audit_09_database_audit_title"
},
{
"label": "User or Business Impact",
"file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L72",
+ "source_file": "docs/audit/09-database-audit.md",
+ "source_location": "L73",
"_origin": "ast",
"community": 28,
- "community_name": "TEST-001",
+ "community_name": "DB-001",
"norm_label": "user or business impact",
- "id": "docs_audit_12_testing_audit_user_or_business_impact"
+ "id": "docs_audit_09_database_audit_user_or_business_impact"
},
{
"label": "Verification Requirements",
"file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L96",
+ "source_file": "docs/audit/09-database-audit.md",
+ "source_location": "L97",
"_origin": "ast",
"community": 28,
- "community_name": "TEST-001",
+ "community_name": "DB-001",
"norm_label": "verification requirements",
- "id": "docs_audit_12_testing_audit_verification_requirements"
+ "id": "docs_audit_09_database_audit_verification_requirements"
},
{
"label": "Why It Matters",
"file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L69",
+ "source_file": "docs/audit/09-database-audit.md",
+ "source_location": "L70",
"_origin": "ast",
"community": 28,
- "community_name": "TEST-001",
+ "community_name": "DB-001",
"norm_label": "why it matters",
- "id": "docs_audit_12_testing_audit_why_it_matters"
+ "id": "docs_audit_09_database_audit_why_it_matters"
},
{
"label": "eslint.config.js",
@@ -25600,7 +25359,7 @@
"source_file": "frontend/admin-panel/eslint.config.js",
"source_location": "L1",
"_origin": "ast",
- "community": 283,
+ "community": 284,
"community_name": "Root ESLint Configuration",
"norm_label": "eslint.config.js",
"id": "frontend_admin_panel_eslint_config"
@@ -25611,7 +25370,7 @@
"source_file": "frontend/admin-panel/postcss.config.js",
"source_location": "L1",
"_origin": "ast",
- "community": 284,
+ "community": 285,
"community_name": "PostCSS Build Config",
"norm_label": "postcss.config.js",
"id": "frontend_admin_panel_postcss_config"
@@ -25622,7 +25381,7 @@
"source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/CHANGELOG.md",
"source_location": "L1",
"_origin": "ast",
- "community": 285,
+ "community": 286,
"community_name": "admin-panel/public/fonts/sahel-font-v3.4.0/CHANGELOG.md",
"norm_label": "admin-panel/public/fonts/sahel-font-v3.4.0/changelog.md",
"id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_changelog"
@@ -25633,7 +25392,7 @@
"source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/CHANGELOG.md",
"source_location": "L1",
"_origin": "ast",
- "community": 286,
+ "community": 287,
"community_name": "shabnam-font-v5.0.1/CHANGELOG.md",
"norm_label": "shabnam-font-v5.0.1/changelog.md",
"id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_changelog"
@@ -25644,7 +25403,7 @@
"source_file": "frontend/admin-panel/tailwind.config.js",
"source_location": "L1",
"_origin": "ast",
- "community": 287,
+ "community": 288,
"community_name": "Tailwind CSS Configuration",
"norm_label": "tailwind.config.js",
"id": "frontend_admin_panel_tailwind_config"
@@ -25655,381 +25414,381 @@
"source_file": "frontend/admin-panel/vite.config.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 288,
+ "community": 289,
"community_name": "Vite Build Configuration",
"norm_label": "vite.config.ts",
"id": "frontend_admin_panel_vite_config"
},
+ {
+ "label": "11-code-quality-audit.md",
+ "file_type": "document",
+ "source_file": "docs/audit/11-code-quality-audit.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "TS-001",
+ "norm_label": "11-code-quality-audit.md",
+ "id": "docs_audit_11_code_quality_audit"
+ },
+ {
+ "label": "Acceptance Criteria",
+ "file_type": "document",
+ "source_file": "docs/audit/11-code-quality-audit.md",
+ "source_location": "L98",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "TS-001",
+ "norm_label": "acceptance criteria",
+ "id": "docs_audit_11_code_quality_audit_acceptance_criteria"
+ },
+ {
+ "label": "Affected Application",
+ "file_type": "document",
+ "source_file": "docs/audit/11-code-quality-audit.md",
+ "source_location": "L42",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "TS-001",
+ "norm_label": "affected application",
+ "id": "docs_audit_11_code_quality_audit_affected_application"
+ },
+ {
+ "label": "Affected Files",
+ "file_type": "document",
+ "source_file": "docs/audit/11-code-quality-audit.md",
+ "source_location": "L45",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "TS-001",
+ "norm_label": "affected files",
+ "id": "docs_audit_11_code_quality_audit_affected_files"
+ },
+ {
+ "label": "Alternative Direction",
+ "file_type": "document",
+ "source_file": "docs/audit/11-code-quality-audit.md",
+ "source_location": "L80",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "TS-001",
+ "norm_label": "alternative direction",
+ "id": "docs_audit_11_code_quality_audit_alternative_direction"
+ },
+ {
+ "label": "Category",
+ "file_type": "document",
+ "source_file": "docs/audit/11-code-quality-audit.md",
+ "source_location": "L30",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "TS-001",
+ "norm_label": "category",
+ "id": "docs_audit_11_code_quality_audit_category"
+ },
+ {
+ "label": "Completion Statement",
+ "file_type": "document",
+ "source_file": "docs/audit/11-code-quality-audit.md",
+ "source_location": "L118",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "TS-001",
+ "norm_label": "completion statement",
+ "id": "docs_audit_11_code_quality_audit_completion_statement"
+ },
+ {
+ "label": "Confidence",
+ "file_type": "document",
+ "source_file": "docs/audit/11-code-quality-audit.md",
+ "source_location": "L36",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "TS-001",
+ "norm_label": "confidence",
+ "id": "docs_audit_11_code_quality_audit_confidence"
+ },
+ {
+ "label": "Dependencies",
+ "file_type": "document",
+ "source_file": "docs/audit/11-code-quality-audit.md",
+ "source_location": "L86",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "TS-001",
+ "norm_label": "dependencies",
+ "id": "docs_audit_11_code_quality_audit_dependencies"
+ },
+ {
+ "label": "Domain",
+ "file_type": "document",
+ "source_file": "docs/audit/11-code-quality-audit.md",
+ "source_location": "L27",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "TS-001",
+ "norm_label": "domain",
+ "id": "docs_audit_11_code_quality_audit_domain"
+ },
+ {
+ "label": "Domain Overview & Confirmed Strengths",
+ "file_type": "document",
+ "source_file": "docs/audit/11-code-quality-audit.md",
+ "source_location": "L15",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "TS-001",
+ "norm_label": "domain overview & confirmed strengths",
+ "id": "docs_audit_11_code_quality_audit_domain_overview_confirmed_strengths"
+ },
+ {
+ "label": "Evidence",
+ "file_type": "document",
+ "source_file": "docs/audit/11-code-quality-audit.md",
+ "source_location": "L51",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "TS-001",
+ "norm_label": "evidence",
+ "id": "docs_audit_11_code_quality_audit_evidence"
+ },
+ {
+ "label": "Finding Summary",
+ "file_type": "document",
+ "source_file": "docs/audit/11-code-quality-audit.md",
+ "source_location": "L106",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "TS-001",
+ "norm_label": "finding summary",
+ "id": "docs_audit_11_code_quality_audit_finding_summary"
+ },
+ {
+ "label": "Findings",
+ "file_type": "document",
+ "source_file": "docs/audit/11-code-quality-audit.md",
+ "source_location": "L20",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "TS-001",
+ "norm_label": "findings",
+ "id": "docs_audit_11_code_quality_audit_findings"
+ },
+ {
+ "label": "Implementation Complexity",
+ "file_type": "document",
+ "source_file": "docs/audit/11-code-quality-audit.md",
+ "source_location": "L83",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "TS-001",
+ "norm_label": "implementation complexity",
+ "id": "docs_audit_11_code_quality_audit_implementation_complexity"
+ },
+ {
+ "label": "Notes and Limitations",
+ "file_type": "document",
+ "source_file": "docs/audit/11-code-quality-audit.md",
+ "source_location": "L101",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "TS-001",
+ "norm_label": "notes and limitations",
+ "id": "docs_audit_11_code_quality_audit_notes_and_limitations"
+ },
+ {
+ "label": "Problem",
+ "file_type": "document",
+ "source_file": "docs/audit/11-code-quality-audit.md",
+ "source_location": "L59",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "TS-001",
+ "norm_label": "problem",
+ "id": "docs_audit_11_code_quality_audit_problem"
+ },
+ {
+ "label": "Recommended Direction",
+ "file_type": "document",
+ "source_file": "docs/audit/11-code-quality-audit.md",
+ "source_location": "L77",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "TS-001",
+ "norm_label": "recommended direction",
+ "id": "docs_audit_11_code_quality_audit_recommended_direction"
+ },
+ {
+ "label": "Relevant Symbols or Lines",
+ "file_type": "document",
+ "source_file": "docs/audit/11-code-quality-audit.md",
+ "source_location": "L48",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "TS-001",
+ "norm_label": "relevant symbols or lines",
+ "id": "docs_audit_11_code_quality_audit_relevant_symbols_or_lines"
+ },
+ {
+ "label": "Risks",
+ "file_type": "document",
+ "source_file": "docs/audit/11-code-quality-audit.md",
+ "source_location": "L89",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "TS-001",
+ "norm_label": "risks",
+ "id": "docs_audit_11_code_quality_audit_risks"
+ },
+ {
+ "label": "Root Cause",
+ "file_type": "document",
+ "source_file": "docs/audit/11-code-quality-audit.md",
+ "source_location": "L62",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "TS-001",
+ "norm_label": "root cause",
+ "id": "docs_audit_11_code_quality_audit_root_cause"
+ },
+ {
+ "label": "Security or Data-Integrity Impact",
+ "file_type": "document",
+ "source_file": "docs/audit/11-code-quality-audit.md",
+ "source_location": "L74",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "TS-001",
+ "norm_label": "security or data-integrity impact",
+ "id": "docs_audit_11_code_quality_audit_security_or_data_integrity_impact"
+ },
+ {
+ "label": "Severity",
+ "file_type": "document",
+ "source_file": "docs/audit/11-code-quality-audit.md",
+ "source_location": "L33",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "TS-001",
+ "norm_label": "severity",
+ "id": "docs_audit_11_code_quality_audit_severity"
+ },
+ {
+ "label": "Status",
+ "file_type": "document",
+ "source_file": "docs/audit/11-code-quality-audit.md",
+ "source_location": "L39",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "TS-001",
+ "norm_label": "status",
+ "id": "docs_audit_11_code_quality_audit_status"
+ },
+ {
+ "label": "Technical Impact",
+ "file_type": "document",
+ "source_file": "docs/audit/11-code-quality-audit.md",
+ "source_location": "L71",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "TS-001",
+ "norm_label": "technical impact",
+ "id": "docs_audit_11_code_quality_audit_technical_impact"
+ },
+ {
+ "label": "Testing Requirements",
+ "file_type": "document",
+ "source_file": "docs/audit/11-code-quality-audit.md",
+ "source_location": "L95",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "TS-001",
+ "norm_label": "testing requirements",
+ "id": "docs_audit_11_code_quality_audit_testing_requirements"
+ },
+ {
+ "label": "Title",
+ "file_type": "document",
+ "source_file": "docs/audit/11-code-quality-audit.md",
+ "source_location": "L24",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "TS-001",
+ "norm_label": "title",
+ "id": "docs_audit_11_code_quality_audit_title"
+ },
+ {
+ "label": "TS-001",
+ "file_type": "document",
+ "source_file": "docs/audit/11-code-quality-audit.md",
+ "source_location": "L22",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "TS-001",
+ "norm_label": "ts-001",
+ "id": "docs_audit_11_code_quality_audit_ts_001"
+ },
+ {
+ "label": "TypeScript and Code Quality Audit Report",
+ "file_type": "document",
+ "source_file": "docs/audit/11-code-quality-audit.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "TS-001",
+ "norm_label": "typescript and code quality audit report",
+ "id": "docs_audit_11_code_quality_audit_typescript_and_code_quality_audit_report"
+ },
+ {
+ "label": "User or Business Impact",
+ "file_type": "document",
+ "source_file": "docs/audit/11-code-quality-audit.md",
+ "source_location": "L68",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "TS-001",
+ "norm_label": "user or business impact",
+ "id": "docs_audit_11_code_quality_audit_user_or_business_impact"
+ },
+ {
+ "label": "Verification Requirements",
+ "file_type": "document",
+ "source_file": "docs/audit/11-code-quality-audit.md",
+ "source_location": "L92",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "TS-001",
+ "norm_label": "verification requirements",
+ "id": "docs_audit_11_code_quality_audit_verification_requirements"
+ },
+ {
+ "label": "Why It Matters",
+ "file_type": "document",
+ "source_file": "docs/audit/11-code-quality-audit.md",
+ "source_location": "L65",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "TS-001",
+ "norm_label": "why it matters",
+ "id": "docs_audit_11_code_quality_audit_why_it_matters"
+ },
{
"label": "application/CLAUDE.md",
"file_type": "document",
"source_file": "frontend/application/CLAUDE.md",
"source_location": "L1",
"_origin": "ast",
- "community": 289,
+ "community": 290,
"community_name": "application/CLAUDE.md",
"norm_label": "application/claude.md",
"id": "frontend_application_claude"
},
- {
- "label": "13-devops-audit.md",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L1",
- "_origin": "ast",
- "community": 29,
- "community_name": "DEVOPS-001",
- "norm_label": "13-devops-audit.md",
- "id": "docs_audit_13_devops_audit"
- },
- {
- "label": "Acceptance Criteria",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L94",
- "_origin": "ast",
- "community": 29,
- "community_name": "DEVOPS-001",
- "norm_label": "acceptance criteria",
- "id": "docs_audit_13_devops_audit_acceptance_criteria"
- },
- {
- "label": "Affected Application",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L43",
- "_origin": "ast",
- "community": 29,
- "community_name": "DEVOPS-001",
- "norm_label": "affected application",
- "id": "docs_audit_13_devops_audit_affected_application"
- },
- {
- "label": "Affected Files",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L46",
- "_origin": "ast",
- "community": 29,
- "community_name": "DEVOPS-001",
- "norm_label": "affected files",
- "id": "docs_audit_13_devops_audit_affected_files"
- },
- {
- "label": "Alternative Direction",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L76",
- "_origin": "ast",
- "community": 29,
- "community_name": "DEVOPS-001",
- "norm_label": "alternative direction",
- "id": "docs_audit_13_devops_audit_alternative_direction"
- },
- {
- "label": "Category",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L31",
- "_origin": "ast",
- "community": 29,
- "community_name": "DEVOPS-001",
- "norm_label": "category",
- "id": "docs_audit_13_devops_audit_category"
- },
- {
- "label": "Completion Statement",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L114",
- "_origin": "ast",
- "community": 29,
- "community_name": "DEVOPS-001",
- "norm_label": "completion statement",
- "id": "docs_audit_13_devops_audit_completion_statement"
- },
- {
- "label": "Confidence",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L37",
- "_origin": "ast",
- "community": 29,
- "community_name": "DEVOPS-001",
- "norm_label": "confidence",
- "id": "docs_audit_13_devops_audit_confidence"
- },
- {
- "label": "Dependencies",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L82",
- "_origin": "ast",
- "community": 29,
- "community_name": "DEVOPS-001",
- "norm_label": "dependencies",
- "id": "docs_audit_13_devops_audit_dependencies"
- },
- {
- "label": "DEVOPS-001",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L23",
- "_origin": "ast",
- "community": 29,
- "community_name": "DEVOPS-001",
- "norm_label": "devops-001",
- "id": "docs_audit_13_devops_audit_devops_001"
- },
- {
- "label": "DevOps and CI/CD Audit Report",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L1",
- "_origin": "ast",
- "community": 29,
- "community_name": "DEVOPS-001",
- "norm_label": "devops and ci/cd audit report",
- "id": "docs_audit_13_devops_audit_devops_and_ci_cd_audit_report"
- },
- {
- "label": "Domain",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L28",
- "_origin": "ast",
- "community": 29,
- "community_name": "DEVOPS-001",
- "norm_label": "domain",
- "id": "docs_audit_13_devops_audit_domain"
- },
- {
- "label": "Domain Overview & Confirmed Strengths",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L15",
- "_origin": "ast",
- "community": 29,
- "community_name": "DEVOPS-001",
- "norm_label": "domain overview & confirmed strengths",
- "id": "docs_audit_13_devops_audit_domain_overview_confirmed_strengths"
- },
- {
- "label": "Evidence",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L52",
- "_origin": "ast",
- "community": 29,
- "community_name": "DEVOPS-001",
- "norm_label": "evidence",
- "id": "docs_audit_13_devops_audit_evidence"
- },
- {
- "label": "Finding Summary",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L102",
- "_origin": "ast",
- "community": 29,
- "community_name": "DEVOPS-001",
- "norm_label": "finding summary",
- "id": "docs_audit_13_devops_audit_finding_summary"
- },
- {
- "label": "Findings",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L21",
- "_origin": "ast",
- "community": 29,
- "community_name": "DEVOPS-001",
- "norm_label": "findings",
- "id": "docs_audit_13_devops_audit_findings"
- },
- {
- "label": "Implementation Complexity",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L79",
- "_origin": "ast",
- "community": 29,
- "community_name": "DEVOPS-001",
- "norm_label": "implementation complexity",
- "id": "docs_audit_13_devops_audit_implementation_complexity"
- },
- {
- "label": "Notes and Limitations",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L97",
- "_origin": "ast",
- "community": 29,
- "community_name": "DEVOPS-001",
- "norm_label": "notes and limitations",
- "id": "docs_audit_13_devops_audit_notes_and_limitations"
- },
- {
- "label": "Problem",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L55",
- "_origin": "ast",
- "community": 29,
- "community_name": "DEVOPS-001",
- "norm_label": "problem",
- "id": "docs_audit_13_devops_audit_problem"
- },
- {
- "label": "Recommended Direction",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L73",
- "_origin": "ast",
- "community": 29,
- "community_name": "DEVOPS-001",
- "norm_label": "recommended direction",
- "id": "docs_audit_13_devops_audit_recommended_direction"
- },
- {
- "label": "Relevant Symbols or Lines",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L49",
- "_origin": "ast",
- "community": 29,
- "community_name": "DEVOPS-001",
- "norm_label": "relevant symbols or lines",
- "id": "docs_audit_13_devops_audit_relevant_symbols_or_lines"
- },
- {
- "label": "Risks",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L85",
- "_origin": "ast",
- "community": 29,
- "community_name": "DEVOPS-001",
- "norm_label": "risks",
- "id": "docs_audit_13_devops_audit_risks"
- },
- {
- "label": "Root Cause",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L58",
- "_origin": "ast",
- "community": 29,
- "community_name": "DEVOPS-001",
- "norm_label": "root cause",
- "id": "docs_audit_13_devops_audit_root_cause"
- },
- {
- "label": "Security or Data-Integrity Impact",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L70",
- "_origin": "ast",
- "community": 29,
- "community_name": "DEVOPS-001",
- "norm_label": "security or data-integrity impact",
- "id": "docs_audit_13_devops_audit_security_or_data_integrity_impact"
- },
- {
- "label": "Severity",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L34",
- "_origin": "ast",
- "community": 29,
- "community_name": "DEVOPS-001",
- "norm_label": "severity",
- "id": "docs_audit_13_devops_audit_severity"
- },
- {
- "label": "Status",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L40",
- "_origin": "ast",
- "community": 29,
- "community_name": "DEVOPS-001",
- "norm_label": "status",
- "id": "docs_audit_13_devops_audit_status"
- },
- {
- "label": "Technical Impact",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L67",
- "_origin": "ast",
- "community": 29,
- "community_name": "DEVOPS-001",
- "norm_label": "technical impact",
- "id": "docs_audit_13_devops_audit_technical_impact"
- },
- {
- "label": "Testing Requirements",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L91",
- "_origin": "ast",
- "community": 29,
- "community_name": "DEVOPS-001",
- "norm_label": "testing requirements",
- "id": "docs_audit_13_devops_audit_testing_requirements"
- },
- {
- "label": "Title",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L25",
- "_origin": "ast",
- "community": 29,
- "community_name": "DEVOPS-001",
- "norm_label": "title",
- "id": "docs_audit_13_devops_audit_title"
- },
- {
- "label": "User or Business Impact",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L64",
- "_origin": "ast",
- "community": 29,
- "community_name": "DEVOPS-001",
- "norm_label": "user or business impact",
- "id": "docs_audit_13_devops_audit_user_or_business_impact"
- },
- {
- "label": "Verification Requirements",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L88",
- "_origin": "ast",
- "community": 29,
- "community_name": "DEVOPS-001",
- "norm_label": "verification requirements",
- "id": "docs_audit_13_devops_audit_verification_requirements"
- },
- {
- "label": "Why It Matters",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L61",
- "_origin": "ast",
- "community": 29,
- "community_name": "DEVOPS-001",
- "norm_label": "why it matters",
- "id": "docs_audit_13_devops_audit_why_it_matters"
- },
{
"label": "application/public/fonts/sahel-font-v3.4.0/CHANGELOG.md",
"file_type": "document",
"source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/CHANGELOG.md",
"source_location": "L1",
"_origin": "ast",
- "community": 290,
+ "community": 291,
"community_name": "application/public/fonts/sahel-font-v3.4.0/CHANGELOG.md",
"norm_label": "application/public/fonts/sahel-font-v3.4.0/changelog.md",
"id": "frontend_application_public_fonts_sahel_font_v3_4_0_changelog"
@@ -26040,7 +25799,7 @@
"source_file": "frontend/application/vitest.config.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 294,
+ "community": 295,
"community_name": "Vitest Test Configuration",
"norm_label": "vitest.config.ts",
"id": "frontend_application_vitest_config"
@@ -26267,13 +26026,717 @@
"norm_label": "category_slug_to_name",
"id": "frontend_application_lib_services_productservice_category_slug_to_name"
},
+ {
+ "label": "12-testing-audit.md",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 30,
+ "community_name": "TEST-001",
+ "norm_label": "12-testing-audit.md",
+ "id": "docs_audit_12_testing_audit"
+ },
+ {
+ "label": "Acceptance Criteria",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L102",
+ "_origin": "ast",
+ "community": 30,
+ "community_name": "TEST-001",
+ "norm_label": "acceptance criteria",
+ "id": "docs_audit_12_testing_audit_acceptance_criteria"
+ },
+ {
+ "label": "Affected Application",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L42",
+ "_origin": "ast",
+ "community": 30,
+ "community_name": "TEST-001",
+ "norm_label": "affected application",
+ "id": "docs_audit_12_testing_audit_affected_application"
+ },
+ {
+ "label": "Affected Files",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L45",
+ "_origin": "ast",
+ "community": 30,
+ "community_name": "TEST-001",
+ "norm_label": "affected files",
+ "id": "docs_audit_12_testing_audit_affected_files"
+ },
+ {
+ "label": "Alternative Direction",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L84",
+ "_origin": "ast",
+ "community": 30,
+ "community_name": "TEST-001",
+ "norm_label": "alternative direction",
+ "id": "docs_audit_12_testing_audit_alternative_direction"
+ },
+ {
+ "label": "Category",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L30",
+ "_origin": "ast",
+ "community": 30,
+ "community_name": "TEST-001",
+ "norm_label": "category",
+ "id": "docs_audit_12_testing_audit_category"
+ },
+ {
+ "label": "Completion Statement",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L122",
+ "_origin": "ast",
+ "community": 30,
+ "community_name": "TEST-001",
+ "norm_label": "completion statement",
+ "id": "docs_audit_12_testing_audit_completion_statement"
+ },
+ {
+ "label": "Confidence",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L36",
+ "_origin": "ast",
+ "community": 30,
+ "community_name": "TEST-001",
+ "norm_label": "confidence",
+ "id": "docs_audit_12_testing_audit_confidence"
+ },
+ {
+ "label": "Dependencies",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L90",
+ "_origin": "ast",
+ "community": 30,
+ "community_name": "TEST-001",
+ "norm_label": "dependencies",
+ "id": "docs_audit_12_testing_audit_dependencies"
+ },
+ {
+ "label": "Domain",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L27",
+ "_origin": "ast",
+ "community": 30,
+ "community_name": "TEST-001",
+ "norm_label": "domain",
+ "id": "docs_audit_12_testing_audit_domain"
+ },
+ {
+ "label": "Domain Overview & Confirmed Strengths",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L15",
+ "_origin": "ast",
+ "community": 30,
+ "community_name": "TEST-001",
+ "norm_label": "domain overview & confirmed strengths",
+ "id": "docs_audit_12_testing_audit_domain_overview_confirmed_strengths"
+ },
+ {
+ "label": "Evidence",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L55",
+ "_origin": "ast",
+ "community": 30,
+ "community_name": "TEST-001",
+ "norm_label": "evidence",
+ "id": "docs_audit_12_testing_audit_evidence"
+ },
+ {
+ "label": "Finding Summary",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L110",
+ "_origin": "ast",
+ "community": 30,
+ "community_name": "TEST-001",
+ "norm_label": "finding summary",
+ "id": "docs_audit_12_testing_audit_finding_summary"
+ },
+ {
+ "label": "Findings",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L20",
+ "_origin": "ast",
+ "community": 30,
+ "community_name": "TEST-001",
+ "norm_label": "findings",
+ "id": "docs_audit_12_testing_audit_findings"
+ },
+ {
+ "label": "Implementation Complexity",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L87",
+ "_origin": "ast",
+ "community": 30,
+ "community_name": "TEST-001",
+ "norm_label": "implementation complexity",
+ "id": "docs_audit_12_testing_audit_implementation_complexity"
+ },
+ {
+ "label": "Notes and Limitations",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L105",
+ "_origin": "ast",
+ "community": 30,
+ "community_name": "TEST-001",
+ "norm_label": "notes and limitations",
+ "id": "docs_audit_12_testing_audit_notes_and_limitations"
+ },
+ {
+ "label": "Problem",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L63",
+ "_origin": "ast",
+ "community": 30,
+ "community_name": "TEST-001",
+ "norm_label": "problem",
+ "id": "docs_audit_12_testing_audit_problem"
+ },
+ {
+ "label": "Recommended Direction",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L81",
+ "_origin": "ast",
+ "community": 30,
+ "community_name": "TEST-001",
+ "norm_label": "recommended direction",
+ "id": "docs_audit_12_testing_audit_recommended_direction"
+ },
+ {
+ "label": "Relevant Symbols or Lines",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L50",
+ "_origin": "ast",
+ "community": 30,
+ "community_name": "TEST-001",
+ "norm_label": "relevant symbols or lines",
+ "id": "docs_audit_12_testing_audit_relevant_symbols_or_lines"
+ },
+ {
+ "label": "Risks",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L93",
+ "_origin": "ast",
+ "community": 30,
+ "community_name": "TEST-001",
+ "norm_label": "risks",
+ "id": "docs_audit_12_testing_audit_risks"
+ },
+ {
+ "label": "Root Cause",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L66",
+ "_origin": "ast",
+ "community": 30,
+ "community_name": "TEST-001",
+ "norm_label": "root cause",
+ "id": "docs_audit_12_testing_audit_root_cause"
+ },
+ {
+ "label": "Security or Data-Integrity Impact",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L78",
+ "_origin": "ast",
+ "community": 30,
+ "community_name": "TEST-001",
+ "norm_label": "security or data-integrity impact",
+ "id": "docs_audit_12_testing_audit_security_or_data_integrity_impact"
+ },
+ {
+ "label": "Severity",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L33",
+ "_origin": "ast",
+ "community": 30,
+ "community_name": "TEST-001",
+ "norm_label": "severity",
+ "id": "docs_audit_12_testing_audit_severity"
+ },
+ {
+ "label": "Status",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L39",
+ "_origin": "ast",
+ "community": 30,
+ "community_name": "TEST-001",
+ "norm_label": "status",
+ "id": "docs_audit_12_testing_audit_status"
+ },
+ {
+ "label": "Technical Impact",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L75",
+ "_origin": "ast",
+ "community": 30,
+ "community_name": "TEST-001",
+ "norm_label": "technical impact",
+ "id": "docs_audit_12_testing_audit_technical_impact"
+ },
+ {
+ "label": "TEST-001",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L22",
+ "_origin": "ast",
+ "community": 30,
+ "community_name": "TEST-001",
+ "norm_label": "test-001",
+ "id": "docs_audit_12_testing_audit_test_001"
+ },
+ {
+ "label": "Testing and Reliability Audit Report",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 30,
+ "community_name": "TEST-001",
+ "norm_label": "testing and reliability audit report",
+ "id": "docs_audit_12_testing_audit_testing_and_reliability_audit_report"
+ },
+ {
+ "label": "Testing Requirements",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L99",
+ "_origin": "ast",
+ "community": 30,
+ "community_name": "TEST-001",
+ "norm_label": "testing requirements",
+ "id": "docs_audit_12_testing_audit_testing_requirements"
+ },
+ {
+ "label": "Title",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L24",
+ "_origin": "ast",
+ "community": 30,
+ "community_name": "TEST-001",
+ "norm_label": "title",
+ "id": "docs_audit_12_testing_audit_title"
+ },
+ {
+ "label": "User or Business Impact",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L72",
+ "_origin": "ast",
+ "community": 30,
+ "community_name": "TEST-001",
+ "norm_label": "user or business impact",
+ "id": "docs_audit_12_testing_audit_user_or_business_impact"
+ },
+ {
+ "label": "Verification Requirements",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L96",
+ "_origin": "ast",
+ "community": 30,
+ "community_name": "TEST-001",
+ "norm_label": "verification requirements",
+ "id": "docs_audit_12_testing_audit_verification_requirements"
+ },
+ {
+ "label": "Why It Matters",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L69",
+ "_origin": "ast",
+ "community": 30,
+ "community_name": "TEST-001",
+ "norm_label": "why it matters",
+ "id": "docs_audit_12_testing_audit_why_it_matters"
+ },
+ {
+ "label": "13-devops-audit.md",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 31,
+ "community_name": "DEVOPS-001",
+ "norm_label": "13-devops-audit.md",
+ "id": "docs_audit_13_devops_audit"
+ },
+ {
+ "label": "Acceptance Criteria",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L94",
+ "_origin": "ast",
+ "community": 31,
+ "community_name": "DEVOPS-001",
+ "norm_label": "acceptance criteria",
+ "id": "docs_audit_13_devops_audit_acceptance_criteria"
+ },
+ {
+ "label": "Affected Application",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L43",
+ "_origin": "ast",
+ "community": 31,
+ "community_name": "DEVOPS-001",
+ "norm_label": "affected application",
+ "id": "docs_audit_13_devops_audit_affected_application"
+ },
+ {
+ "label": "Affected Files",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L46",
+ "_origin": "ast",
+ "community": 31,
+ "community_name": "DEVOPS-001",
+ "norm_label": "affected files",
+ "id": "docs_audit_13_devops_audit_affected_files"
+ },
+ {
+ "label": "Alternative Direction",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L76",
+ "_origin": "ast",
+ "community": 31,
+ "community_name": "DEVOPS-001",
+ "norm_label": "alternative direction",
+ "id": "docs_audit_13_devops_audit_alternative_direction"
+ },
+ {
+ "label": "Category",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L31",
+ "_origin": "ast",
+ "community": 31,
+ "community_name": "DEVOPS-001",
+ "norm_label": "category",
+ "id": "docs_audit_13_devops_audit_category"
+ },
+ {
+ "label": "Completion Statement",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L114",
+ "_origin": "ast",
+ "community": 31,
+ "community_name": "DEVOPS-001",
+ "norm_label": "completion statement",
+ "id": "docs_audit_13_devops_audit_completion_statement"
+ },
+ {
+ "label": "Confidence",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L37",
+ "_origin": "ast",
+ "community": 31,
+ "community_name": "DEVOPS-001",
+ "norm_label": "confidence",
+ "id": "docs_audit_13_devops_audit_confidence"
+ },
+ {
+ "label": "Dependencies",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L82",
+ "_origin": "ast",
+ "community": 31,
+ "community_name": "DEVOPS-001",
+ "norm_label": "dependencies",
+ "id": "docs_audit_13_devops_audit_dependencies"
+ },
+ {
+ "label": "DEVOPS-001",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L23",
+ "_origin": "ast",
+ "community": 31,
+ "community_name": "DEVOPS-001",
+ "norm_label": "devops-001",
+ "id": "docs_audit_13_devops_audit_devops_001"
+ },
+ {
+ "label": "DevOps and CI/CD Audit Report",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 31,
+ "community_name": "DEVOPS-001",
+ "norm_label": "devops and ci/cd audit report",
+ "id": "docs_audit_13_devops_audit_devops_and_ci_cd_audit_report"
+ },
+ {
+ "label": "Domain",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L28",
+ "_origin": "ast",
+ "community": 31,
+ "community_name": "DEVOPS-001",
+ "norm_label": "domain",
+ "id": "docs_audit_13_devops_audit_domain"
+ },
+ {
+ "label": "Domain Overview & Confirmed Strengths",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L15",
+ "_origin": "ast",
+ "community": 31,
+ "community_name": "DEVOPS-001",
+ "norm_label": "domain overview & confirmed strengths",
+ "id": "docs_audit_13_devops_audit_domain_overview_confirmed_strengths"
+ },
+ {
+ "label": "Evidence",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L52",
+ "_origin": "ast",
+ "community": 31,
+ "community_name": "DEVOPS-001",
+ "norm_label": "evidence",
+ "id": "docs_audit_13_devops_audit_evidence"
+ },
+ {
+ "label": "Finding Summary",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L102",
+ "_origin": "ast",
+ "community": 31,
+ "community_name": "DEVOPS-001",
+ "norm_label": "finding summary",
+ "id": "docs_audit_13_devops_audit_finding_summary"
+ },
+ {
+ "label": "Findings",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L21",
+ "_origin": "ast",
+ "community": 31,
+ "community_name": "DEVOPS-001",
+ "norm_label": "findings",
+ "id": "docs_audit_13_devops_audit_findings"
+ },
+ {
+ "label": "Implementation Complexity",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L79",
+ "_origin": "ast",
+ "community": 31,
+ "community_name": "DEVOPS-001",
+ "norm_label": "implementation complexity",
+ "id": "docs_audit_13_devops_audit_implementation_complexity"
+ },
+ {
+ "label": "Notes and Limitations",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L97",
+ "_origin": "ast",
+ "community": 31,
+ "community_name": "DEVOPS-001",
+ "norm_label": "notes and limitations",
+ "id": "docs_audit_13_devops_audit_notes_and_limitations"
+ },
+ {
+ "label": "Problem",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L55",
+ "_origin": "ast",
+ "community": 31,
+ "community_name": "DEVOPS-001",
+ "norm_label": "problem",
+ "id": "docs_audit_13_devops_audit_problem"
+ },
+ {
+ "label": "Recommended Direction",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L73",
+ "_origin": "ast",
+ "community": 31,
+ "community_name": "DEVOPS-001",
+ "norm_label": "recommended direction",
+ "id": "docs_audit_13_devops_audit_recommended_direction"
+ },
+ {
+ "label": "Relevant Symbols or Lines",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L49",
+ "_origin": "ast",
+ "community": 31,
+ "community_name": "DEVOPS-001",
+ "norm_label": "relevant symbols or lines",
+ "id": "docs_audit_13_devops_audit_relevant_symbols_or_lines"
+ },
+ {
+ "label": "Risks",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L85",
+ "_origin": "ast",
+ "community": 31,
+ "community_name": "DEVOPS-001",
+ "norm_label": "risks",
+ "id": "docs_audit_13_devops_audit_risks"
+ },
+ {
+ "label": "Root Cause",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L58",
+ "_origin": "ast",
+ "community": 31,
+ "community_name": "DEVOPS-001",
+ "norm_label": "root cause",
+ "id": "docs_audit_13_devops_audit_root_cause"
+ },
+ {
+ "label": "Security or Data-Integrity Impact",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L70",
+ "_origin": "ast",
+ "community": 31,
+ "community_name": "DEVOPS-001",
+ "norm_label": "security or data-integrity impact",
+ "id": "docs_audit_13_devops_audit_security_or_data_integrity_impact"
+ },
+ {
+ "label": "Severity",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L34",
+ "_origin": "ast",
+ "community": 31,
+ "community_name": "DEVOPS-001",
+ "norm_label": "severity",
+ "id": "docs_audit_13_devops_audit_severity"
+ },
+ {
+ "label": "Status",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L40",
+ "_origin": "ast",
+ "community": 31,
+ "community_name": "DEVOPS-001",
+ "norm_label": "status",
+ "id": "docs_audit_13_devops_audit_status"
+ },
+ {
+ "label": "Technical Impact",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L67",
+ "_origin": "ast",
+ "community": 31,
+ "community_name": "DEVOPS-001",
+ "norm_label": "technical impact",
+ "id": "docs_audit_13_devops_audit_technical_impact"
+ },
+ {
+ "label": "Testing Requirements",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L91",
+ "_origin": "ast",
+ "community": 31,
+ "community_name": "DEVOPS-001",
+ "norm_label": "testing requirements",
+ "id": "docs_audit_13_devops_audit_testing_requirements"
+ },
+ {
+ "label": "Title",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L25",
+ "_origin": "ast",
+ "community": 31,
+ "community_name": "DEVOPS-001",
+ "norm_label": "title",
+ "id": "docs_audit_13_devops_audit_title"
+ },
+ {
+ "label": "User or Business Impact",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L64",
+ "_origin": "ast",
+ "community": 31,
+ "community_name": "DEVOPS-001",
+ "norm_label": "user or business impact",
+ "id": "docs_audit_13_devops_audit_user_or_business_impact"
+ },
+ {
+ "label": "Verification Requirements",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L88",
+ "_origin": "ast",
+ "community": 31,
+ "community_name": "DEVOPS-001",
+ "norm_label": "verification requirements",
+ "id": "docs_audit_13_devops_audit_verification_requirements"
+ },
+ {
+ "label": "Why It Matters",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L61",
+ "_origin": "ast",
+ "community": 31,
+ "community_name": "DEVOPS-001",
+ "norm_label": "why it matters",
+ "id": "docs_audit_13_devops_audit_why_it_matters"
+ },
{
"label": "14-documentation-audit.md",
"file_type": "document",
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L1",
"_origin": "ast",
- "community": 30,
+ "community": 32,
"community_name": "DOC-001",
"norm_label": "14-documentation-audit.md",
"id": "docs_audit_14_documentation_audit"
@@ -26284,7 +26747,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L95",
"_origin": "ast",
- "community": 30,
+ "community": 32,
"community_name": "DOC-001",
"norm_label": "acceptance criteria",
"id": "docs_audit_14_documentation_audit_acceptance_criteria"
@@ -26295,7 +26758,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L42",
"_origin": "ast",
- "community": 30,
+ "community": 32,
"community_name": "DOC-001",
"norm_label": "affected application",
"id": "docs_audit_14_documentation_audit_affected_application"
@@ -26306,7 +26769,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L45",
"_origin": "ast",
- "community": 30,
+ "community": 32,
"community_name": "DOC-001",
"norm_label": "affected files",
"id": "docs_audit_14_documentation_audit_affected_files"
@@ -26317,7 +26780,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L77",
"_origin": "ast",
- "community": 30,
+ "community": 32,
"community_name": "DOC-001",
"norm_label": "alternative direction",
"id": "docs_audit_14_documentation_audit_alternative_direction"
@@ -26328,7 +26791,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L30",
"_origin": "ast",
- "community": 30,
+ "community": 32,
"community_name": "DOC-001",
"norm_label": "category",
"id": "docs_audit_14_documentation_audit_category"
@@ -26339,7 +26802,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L115",
"_origin": "ast",
- "community": 30,
+ "community": 32,
"community_name": "DOC-001",
"norm_label": "completion statement",
"id": "docs_audit_14_documentation_audit_completion_statement"
@@ -26350,7 +26813,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L36",
"_origin": "ast",
- "community": 30,
+ "community": 32,
"community_name": "DOC-001",
"norm_label": "confidence",
"id": "docs_audit_14_documentation_audit_confidence"
@@ -26361,7 +26824,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L83",
"_origin": "ast",
- "community": 30,
+ "community": 32,
"community_name": "DOC-001",
"norm_label": "dependencies",
"id": "docs_audit_14_documentation_audit_dependencies"
@@ -26372,7 +26835,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L22",
"_origin": "ast",
- "community": 30,
+ "community": 32,
"community_name": "DOC-001",
"norm_label": "doc-001",
"id": "docs_audit_14_documentation_audit_doc_001"
@@ -26383,7 +26846,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L1",
"_origin": "ast",
- "community": 30,
+ "community": 32,
"community_name": "DOC-001",
"norm_label": "documentation audit report",
"id": "docs_audit_14_documentation_audit_documentation_audit_report"
@@ -26394,7 +26857,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L27",
"_origin": "ast",
- "community": 30,
+ "community": 32,
"community_name": "DOC-001",
"norm_label": "domain",
"id": "docs_audit_14_documentation_audit_domain"
@@ -26405,7 +26868,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L15",
"_origin": "ast",
- "community": 30,
+ "community": 32,
"community_name": "DOC-001",
"norm_label": "domain overview & confirmed strengths",
"id": "docs_audit_14_documentation_audit_domain_overview_confirmed_strengths"
@@ -26416,7 +26879,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L53",
"_origin": "ast",
- "community": 30,
+ "community": 32,
"community_name": "DOC-001",
"norm_label": "evidence",
"id": "docs_audit_14_documentation_audit_evidence"
@@ -26427,7 +26890,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L103",
"_origin": "ast",
- "community": 30,
+ "community": 32,
"community_name": "DOC-001",
"norm_label": "finding summary",
"id": "docs_audit_14_documentation_audit_finding_summary"
@@ -26438,7 +26901,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L20",
"_origin": "ast",
- "community": 30,
+ "community": 32,
"community_name": "DOC-001",
"norm_label": "findings",
"id": "docs_audit_14_documentation_audit_findings"
@@ -26449,7 +26912,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L80",
"_origin": "ast",
- "community": 30,
+ "community": 32,
"community_name": "DOC-001",
"norm_label": "implementation complexity",
"id": "docs_audit_14_documentation_audit_implementation_complexity"
@@ -26460,7 +26923,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L98",
"_origin": "ast",
- "community": 30,
+ "community": 32,
"community_name": "DOC-001",
"norm_label": "notes and limitations",
"id": "docs_audit_14_documentation_audit_notes_and_limitations"
@@ -26471,7 +26934,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L56",
"_origin": "ast",
- "community": 30,
+ "community": 32,
"community_name": "DOC-001",
"norm_label": "problem",
"id": "docs_audit_14_documentation_audit_problem"
@@ -26482,7 +26945,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L74",
"_origin": "ast",
- "community": 30,
+ "community": 32,
"community_name": "DOC-001",
"norm_label": "recommended direction",
"id": "docs_audit_14_documentation_audit_recommended_direction"
@@ -26493,7 +26956,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L49",
"_origin": "ast",
- "community": 30,
+ "community": 32,
"community_name": "DOC-001",
"norm_label": "relevant symbols or lines",
"id": "docs_audit_14_documentation_audit_relevant_symbols_or_lines"
@@ -26504,7 +26967,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L86",
"_origin": "ast",
- "community": 30,
+ "community": 32,
"community_name": "DOC-001",
"norm_label": "risks",
"id": "docs_audit_14_documentation_audit_risks"
@@ -26515,7 +26978,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L59",
"_origin": "ast",
- "community": 30,
+ "community": 32,
"community_name": "DOC-001",
"norm_label": "root cause",
"id": "docs_audit_14_documentation_audit_root_cause"
@@ -26526,7 +26989,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L71",
"_origin": "ast",
- "community": 30,
+ "community": 32,
"community_name": "DOC-001",
"norm_label": "security or data-integrity impact",
"id": "docs_audit_14_documentation_audit_security_or_data_integrity_impact"
@@ -26537,7 +27000,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L33",
"_origin": "ast",
- "community": 30,
+ "community": 32,
"community_name": "DOC-001",
"norm_label": "severity",
"id": "docs_audit_14_documentation_audit_severity"
@@ -26548,7 +27011,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L39",
"_origin": "ast",
- "community": 30,
+ "community": 32,
"community_name": "DOC-001",
"norm_label": "status",
"id": "docs_audit_14_documentation_audit_status"
@@ -26559,7 +27022,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L68",
"_origin": "ast",
- "community": 30,
+ "community": 32,
"community_name": "DOC-001",
"norm_label": "technical impact",
"id": "docs_audit_14_documentation_audit_technical_impact"
@@ -26570,7 +27033,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L92",
"_origin": "ast",
- "community": 30,
+ "community": 32,
"community_name": "DOC-001",
"norm_label": "testing requirements",
"id": "docs_audit_14_documentation_audit_testing_requirements"
@@ -26581,7 +27044,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L24",
"_origin": "ast",
- "community": 30,
+ "community": 32,
"community_name": "DOC-001",
"norm_label": "title",
"id": "docs_audit_14_documentation_audit_title"
@@ -26592,7 +27055,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L65",
"_origin": "ast",
- "community": 30,
+ "community": 32,
"community_name": "DOC-001",
"norm_label": "user or business impact",
"id": "docs_audit_14_documentation_audit_user_or_business_impact"
@@ -26603,7 +27066,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L89",
"_origin": "ast",
- "community": 30,
+ "community": 32,
"community_name": "DOC-001",
"norm_label": "verification requirements",
"id": "docs_audit_14_documentation_audit_verification_requirements"
@@ -26614,162 +27077,18 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L62",
"_origin": "ast",
- "community": 30,
+ "community": 32,
"community_name": "DOC-001",
"norm_label": "why it matters",
"id": "docs_audit_14_documentation_audit_why_it_matters"
},
- {
- "label": "Spinner.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/components/ui/Spinner.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 31,
- "community_name": "Spinner.tsx",
- "norm_label": "spinner.tsx",
- "id": "frontend_admin_panel_src_components_ui_spinner"
- },
- {
- "label": "B2BManager.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/B2BManager.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 31,
- "community_name": "admin.ts",
- "norm_label": "b2bmanager.tsx",
- "id": "frontend_admin_panel_src_pages_b2bmanager"
- },
- {
- "label": "SmartAdvisorManager.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 31,
- "community_name": "admin.ts",
- "norm_label": "smartadvisormanager.tsx",
- "id": "frontend_admin_panel_src_pages_smartadvisormanager"
- },
- {
- "label": "SystemSettingsPage.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/SystemSettingsPage.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 31,
- "community_name": "admin.ts",
- "norm_label": "systemsettingspage.tsx",
- "id": "frontend_admin_panel_src_pages_systemsettingspage"
- },
- {
- "label": "BannersManager.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/BannersManager.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 31,
- "norm_label": "bannersmanager.tsx",
- "id": "frontend_admin_panel_src_pages_bannersmanager"
- },
- {
- "label": "IngredientsManager.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 31,
- "norm_label": "ingredientsmanager.tsx",
- "id": "frontend_admin_panel_src_pages_ingredientsmanager"
- },
- {
- "label": "SeoSettingsPage.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/SeoSettingsPage.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 31,
- "norm_label": "seosettingspage.tsx",
- "id": "frontend_admin_panel_src_pages_seosettingspage"
- },
- {
- "label": "B2BManager",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
- "source_location": "L32",
- "_origin": "ast",
- "community": 31,
- "norm_label": "b2bmanager",
- "id": "frontend_admin_panel_src_routes_adminroutes_b2bmanager"
- },
- {
- "label": "BannersManager",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
- "source_location": "L27",
- "_origin": "ast",
- "community": 31,
- "norm_label": "bannersmanager",
- "id": "frontend_admin_panel_src_routes_adminroutes_bannersmanager"
- },
- {
- "label": "IngredientsManager",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
- "source_location": "L30",
- "_origin": "ast",
- "community": 31,
- "norm_label": "ingredientsmanager",
- "id": "frontend_admin_panel_src_routes_adminroutes_ingredientsmanager"
- },
- {
- "label": "SeoSettingsPage",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
- "source_location": "L33",
- "_origin": "ast",
- "community": 31,
- "norm_label": "seosettingspage",
- "id": "frontend_admin_panel_src_routes_adminroutes_seosettingspage"
- },
- {
- "label": "SmartAdvisorManager",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
- "source_location": "L28",
- "_origin": "ast",
- "community": 31,
- "norm_label": "smartadvisormanager",
- "id": "frontend_admin_panel_src_routes_adminroutes_smartadvisormanager"
- },
- {
- "label": "SystemSettingsPage",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
- "source_location": "L35",
- "_origin": "ast",
- "community": 31,
- "norm_label": "systemsettingspage",
- "id": "frontend_admin_panel_src_routes_adminroutes_systemsettingspage"
- },
- {
- "label": "admin.ts",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/types/admin.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 31,
- "norm_label": "admin.ts",
- "id": "frontend_admin_panel_src_types_admin"
- },
{
"label": "CartDrawer.tsx",
"file_type": "code",
"source_file": "frontend/application/components/CartDrawer.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 32,
+ "community": 33,
"community_name": "toPersian",
"norm_label": "cartdrawer.tsx",
"id": "frontend_application_components_cartdrawer"
@@ -26780,7 +27099,7 @@
"source_file": "frontend/application/app/checkout/success/[id]/page.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 32,
+ "community": 33,
"community_name": "useCartStore",
"norm_label": "[id]/page.tsx",
"id": "frontend_application_app_checkout_success_id_page"
@@ -26791,7 +27110,7 @@
"source_file": "frontend/application/app/track/page.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 32,
+ "community": 33,
"community_name": "useCartStore",
"norm_label": "track/page.tsx",
"id": "frontend_application_app_track_page"
@@ -26802,7 +27121,7 @@
"source_file": "frontend/application/components/OrderSuccess.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 32,
+ "community": 33,
"community_name": "useCartStore",
"norm_label": "ordersuccess.tsx",
"id": "frontend_application_components_ordersuccess"
@@ -26813,7 +27132,7 @@
"source_file": "frontend/application/components/__tests__/CartDrawer.test.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 32,
+ "community": 33,
"community_name": "useCartStore",
"norm_label": "cartdrawer.test.tsx",
"id": "frontend_application_components_tests_cartdrawer_test"
@@ -26824,7 +27143,7 @@
"source_file": "frontend/application/components/__tests__/CartDrawer.test.tsx",
"source_location": "L19",
"_origin": "ast",
- "community": 32,
+ "community": 33,
"community_name": "useCartStore",
"norm_label": "mockproduct",
"id": "frontend_application_components_tests_cartdrawer_test_mockproduct"
@@ -26835,7 +27154,7 @@
"source_file": "frontend/application/components/__tests__/Header.test.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 32,
+ "community": 33,
"community_name": "useCartStore",
"norm_label": "header.test.tsx",
"id": "frontend_application_components_tests_header_test"
@@ -26846,7 +27165,7 @@
"source_file": "frontend/application/lib/services/orderService.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 32,
+ "community": 33,
"community_name": "useCartStore",
"norm_label": "orderservice.ts",
"id": "frontend_application_lib_services_orderservice"
@@ -26857,7 +27176,7 @@
"source_file": "frontend/application/lib/store/__tests__/cartStore.test.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 32,
+ "community": 33,
"community_name": "useCartStore",
"norm_label": "cartstore.test.ts",
"id": "frontend_application_lib_store_tests_cartstore_test"
@@ -26868,7 +27187,7 @@
"source_file": "frontend/application/lib/store/__tests__/cartStore.test.ts",
"source_location": "L20",
"_origin": "ast",
- "community": 32,
+ "community": 33,
"community_name": "useCartStore",
"norm_label": "mockproduct",
"id": "frontend_application_lib_store_tests_cartstore_test_mockproduct"
@@ -26879,7 +27198,7 @@
"source_file": "frontend/application/components/OrderTracking.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 32,
+ "community": 33,
"norm_label": "ordertracking.tsx",
"id": "frontend_application_components_ordertracking"
},
@@ -26889,7 +27208,7 @@
"source_file": "frontend/application/lib/store/cartStore.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 32,
+ "community": 33,
"norm_label": "cartstore.ts",
"id": "frontend_application_lib_store_cartstore"
},
@@ -26899,7 +27218,7 @@
"source_file": "frontend/application/lib/store/cartStore.ts",
"source_location": "L54",
"_origin": "ast",
- "community": 32,
+ "community": 33,
"norm_label": "usecartstore",
"id": "frontend_application_lib_store_cartstore_usecartstore"
},
@@ -26909,7 +27228,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 33,
+ "community": 34,
"community_name": ".handleZibalCallback",
"norm_label": "query",
"id": "backend_src_payment_payment_controller_ts_query"
@@ -26920,7 +27239,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 33,
+ "community": 34,
"community_name": ".handleZibalCallback",
"norm_label": "headers",
"id": "headers"
@@ -26931,7 +27250,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 33,
+ "community": 34,
"community_name": ".handleZibalCallback",
"norm_label": "ip",
"id": "ip"
@@ -26942,7 +27261,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 33,
+ "community": 34,
"community_name": "PaymentController",
"norm_label": "apibadrequestresponse",
"id": "backend_src_payment_payment_controller_ts_apibadrequestresponse"
@@ -26953,7 +27272,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 33,
+ "community": 34,
"community_name": "PaymentController",
"norm_label": "apibearerauth",
"id": "backend_src_payment_payment_controller_ts_apibearerauth"
@@ -26964,7 +27283,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 33,
+ "community": 34,
"community_name": "PaymentController",
"norm_label": "apiokresponse",
"id": "backend_src_payment_payment_controller_ts_apiokresponse"
@@ -26975,7 +27294,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 33,
+ "community": 34,
"community_name": "PaymentController",
"norm_label": "apioperation",
"id": "backend_src_payment_payment_controller_ts_apioperation"
@@ -26986,7 +27305,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 33,
+ "community": 34,
"community_name": "PaymentController",
"norm_label": "apitags",
"id": "backend_src_payment_payment_controller_ts_apitags"
@@ -26997,7 +27316,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 33,
+ "community": 34,
"community_name": "PaymentController",
"norm_label": "body",
"id": "backend_src_payment_payment_controller_ts_body"
@@ -27008,7 +27327,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 33,
+ "community": 34,
"community_name": "PaymentController",
"norm_label": "controller",
"id": "backend_src_payment_payment_controller_ts_controller"
@@ -27019,7 +27338,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 33,
+ "community": 34,
"community_name": "PaymentController",
"norm_label": "get",
"id": "backend_src_payment_payment_controller_ts_get"
@@ -27030,7 +27349,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 33,
+ "community": 34,
"community_name": "PaymentController",
"norm_label": "param",
"id": "backend_src_payment_payment_controller_ts_param"
@@ -27041,7 +27360,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 33,
+ "community": 34,
"community_name": "PaymentController",
"norm_label": "post",
"id": "backend_src_payment_payment_controller_ts_post"
@@ -27052,7 +27371,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 33,
+ "community": 34,
"community_name": "PaymentController",
"norm_label": "req",
"id": "backend_src_payment_payment_controller_ts_req"
@@ -27063,7 +27382,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 33,
+ "community": 34,
"community_name": "PaymentController",
"norm_label": "useguards",
"id": "backend_src_payment_payment_controller_ts_useguards"
@@ -27074,7 +27393,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 33,
+ "community": 34,
"norm_label": "roles",
"id": "backend_src_payment_payment_controller_ts_roles"
},
@@ -27084,208 +27403,10 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 33,
+ "community": 34,
"norm_label": "res",
"id": "res"
},
- {
- "label": "wholesale-apply.dto.ts",
- "file_type": "code",
- "source_file": "backend/src/wholesale/dto/wholesale-apply.dto.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 34,
- "community_name": "PrismaService",
- "norm_label": "wholesale-apply.dto.ts",
- "id": "backend_src_wholesale_dto_wholesale_apply_dto"
- },
- {
- "label": "ApiProperty",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 34,
- "community_name": "WholesaleApplyDto",
- "norm_label": "apiproperty",
- "id": "backend_src_wholesale_dto_wholesale_apply_dto_ts_apiproperty"
- },
- {
- "label": "ApiPropertyOptional",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 34,
- "community_name": "WholesaleApplyDto",
- "norm_label": "apipropertyoptional",
- "id": "backend_src_wholesale_dto_wholesale_apply_dto_ts_apipropertyoptional"
- },
- {
- "label": "IsNotEmpty",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 34,
- "community_name": "WholesaleApplyDto",
- "norm_label": "isnotempty",
- "id": "backend_src_wholesale_dto_wholesale_apply_dto_ts_isnotempty"
- },
- {
- "label": "IsOptional",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 34,
- "community_name": "WholesaleApplyDto",
- "norm_label": "isoptional",
- "id": "backend_src_wholesale_dto_wholesale_apply_dto_ts_isoptional"
- },
- {
- "label": "IsString",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 34,
- "community_name": "WholesaleApplyDto",
- "norm_label": "isstring",
- "id": "backend_src_wholesale_dto_wholesale_apply_dto_ts_isstring"
- },
- {
- "label": "ApiBearerAuth",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 34,
- "community_name": "WholesaleApplyDto",
- "norm_label": "apibearerauth",
- "id": "backend_src_wholesale_wholesale_controller_ts_apibearerauth"
- },
- {
- "label": "ApiOperation",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 34,
- "community_name": "WholesaleApplyDto",
- "norm_label": "apioperation",
- "id": "backend_src_wholesale_wholesale_controller_ts_apioperation"
- },
- {
- "label": "ApiTags",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 34,
- "community_name": "WholesaleApplyDto",
- "norm_label": "apitags",
- "id": "backend_src_wholesale_wholesale_controller_ts_apitags"
- },
- {
- "label": "Body",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 34,
- "community_name": "WholesaleApplyDto",
- "norm_label": "body",
- "id": "backend_src_wholesale_wholesale_controller_ts_body"
- },
- {
- "label": "Controller",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 34,
- "community_name": "WholesaleApplyDto",
- "norm_label": "controller",
- "id": "backend_src_wholesale_wholesale_controller_ts_controller"
- },
- {
- "label": "Get",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 34,
- "community_name": "WholesaleApplyDto",
- "norm_label": "get",
- "id": "backend_src_wholesale_wholesale_controller_ts_get"
- },
- {
- "label": "Param",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 34,
- "community_name": "WholesaleApplyDto",
- "norm_label": "param",
- "id": "backend_src_wholesale_wholesale_controller_ts_param"
- },
- {
- "label": "Post",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 34,
- "community_name": "WholesaleApplyDto",
- "norm_label": "post",
- "id": "backend_src_wholesale_wholesale_controller_ts_post"
- },
- {
- "label": "Put",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 34,
- "community_name": "WholesaleApplyDto",
- "norm_label": "put",
- "id": "backend_src_wholesale_wholesale_controller_ts_put"
- },
- {
- "label": "Request",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 34,
- "community_name": "WholesaleApplyDto",
- "norm_label": "request",
- "id": "backend_src_wholesale_wholesale_controller_ts_request"
- },
- {
- "label": "UseGuards",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 34,
- "community_name": "WholesaleApplyDto",
- "norm_label": "useguards",
- "id": "backend_src_wholesale_wholesale_controller_ts_useguards"
- },
- {
- "label": "Injectable",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 34,
- "community_name": "WholesaleApplyDto",
- "norm_label": "injectable",
- "id": "backend_src_wholesale_wholesale_service_ts_injectable"
- },
{
"label": "loading.tsx",
"file_type": "code",
@@ -27433,468 +27554,81 @@
"id": "frontend_application_lib_store_usepetstore_usepetstore"
},
{
- "label": "tsconfig.node.json",
+ "label": "generate-openapi.ts",
"file_type": "code",
- "source_file": "frontend/admin-panel/tsconfig.node.json",
+ "source_file": "backend/scripts/generate-openapi.ts",
"source_location": "L1",
"_origin": "ast",
"community": 36,
- "community_name": "Node TypeScript Config",
- "norm_label": "tsconfig.node.json",
- "id": "frontend_admin_panel_tsconfig_node"
+ "community_name": "RedisService",
+ "norm_label": "generate-openapi.ts",
+ "id": "backend_scripts_generate_openapi_ts_backend_scripts_generate_openapi"
},
{
- "label": "compilerOptions",
+ "label": "Module",
"file_type": "code",
- "source_file": "frontend/admin-panel/tsconfig.node.json",
- "source_location": "L2",
+ "source_file": "",
+ "source_location": "",
"_origin": "ast",
"community": 36,
- "community_name": "Node TypeScript Config",
- "norm_label": "compileroptions",
- "id": "frontend_admin_panel_tsconfig_node_compileroptions"
- },
- {
- "label": "allowImportingTsExtensions",
- "file_type": "code",
- "source_file": "frontend/admin-panel/tsconfig.node.json",
- "source_location": "L12",
- "_origin": "ast",
- "community": 36,
- "community_name": "Node TypeScript Config",
- "norm_label": "allowimportingtsextensions",
- "id": "frontend_admin_panel_tsconfig_node_compileroptions_allowimportingtsextensions"
- },
- {
- "label": "erasableSyntaxOnly",
- "file_type": "code",
- "source_file": "frontend/admin-panel/tsconfig.node.json",
- "source_location": "L20",
- "_origin": "ast",
- "community": 36,
- "community_name": "Node TypeScript Config",
- "norm_label": "erasablesyntaxonly",
- "id": "frontend_admin_panel_tsconfig_node_compileroptions_erasablesyntaxonly"
- },
- {
- "label": "lib",
- "file_type": "code",
- "source_file": "frontend/admin-panel/tsconfig.node.json",
- "source_location": "L5",
- "_origin": "ast",
- "community": 36,
- "community_name": "Node TypeScript Config",
- "norm_label": "lib",
- "id": "frontend_admin_panel_tsconfig_node_compileroptions_lib"
- },
- {
- "label": "module",
- "file_type": "code",
- "source_file": "frontend/admin-panel/tsconfig.node.json",
- "source_location": "L6",
- "_origin": "ast",
- "community": 36,
- "community_name": "Node TypeScript Config",
+ "community_name": "RedisService",
"norm_label": "module",
- "id": "frontend_admin_panel_tsconfig_node_compileroptions_module"
+ "id": "backend_src_app_module_ts_module"
},
{
- "label": "moduleDetection",
+ "label": "app.e2e-spec.ts",
"file_type": "code",
- "source_file": "frontend/admin-panel/tsconfig.node.json",
- "source_location": "L14",
- "_origin": "ast",
- "community": 36,
- "community_name": "Node TypeScript Config",
- "norm_label": "moduledetection",
- "id": "frontend_admin_panel_tsconfig_node_compileroptions_moduledetection"
- },
- {
- "label": "moduleResolution",
- "file_type": "code",
- "source_file": "frontend/admin-panel/tsconfig.node.json",
- "source_location": "L11",
- "_origin": "ast",
- "community": 36,
- "community_name": "Node TypeScript Config",
- "norm_label": "moduleresolution",
- "id": "frontend_admin_panel_tsconfig_node_compileroptions_moduleresolution"
- },
- {
- "label": "noEmit",
- "file_type": "code",
- "source_file": "frontend/admin-panel/tsconfig.node.json",
- "source_location": "L15",
- "_origin": "ast",
- "community": 36,
- "community_name": "Node TypeScript Config",
- "norm_label": "noemit",
- "id": "frontend_admin_panel_tsconfig_node_compileroptions_noemit"
- },
- {
- "label": "noFallthroughCasesInSwitch",
- "file_type": "code",
- "source_file": "frontend/admin-panel/tsconfig.node.json",
- "source_location": "L21",
- "_origin": "ast",
- "community": 36,
- "community_name": "Node TypeScript Config",
- "norm_label": "nofallthroughcasesinswitch",
- "id": "frontend_admin_panel_tsconfig_node_compileroptions_nofallthroughcasesinswitch"
- },
- {
- "label": "noUnusedLocals",
- "file_type": "code",
- "source_file": "frontend/admin-panel/tsconfig.node.json",
- "source_location": "L18",
- "_origin": "ast",
- "community": 36,
- "community_name": "Node TypeScript Config",
- "norm_label": "nounusedlocals",
- "id": "frontend_admin_panel_tsconfig_node_compileroptions_nounusedlocals"
- },
- {
- "label": "noUnusedParameters",
- "file_type": "code",
- "source_file": "frontend/admin-panel/tsconfig.node.json",
- "source_location": "L19",
- "_origin": "ast",
- "community": 36,
- "community_name": "Node TypeScript Config",
- "norm_label": "nounusedparameters",
- "id": "frontend_admin_panel_tsconfig_node_compileroptions_nounusedparameters"
- },
- {
- "label": "skipLibCheck",
- "file_type": "code",
- "source_file": "frontend/admin-panel/tsconfig.node.json",
- "source_location": "L8",
- "_origin": "ast",
- "community": 36,
- "community_name": "Node TypeScript Config",
- "norm_label": "skiplibcheck",
- "id": "frontend_admin_panel_tsconfig_node_compileroptions_skiplibcheck"
- },
- {
- "label": "target",
- "file_type": "code",
- "source_file": "frontend/admin-panel/tsconfig.node.json",
- "source_location": "L4",
- "_origin": "ast",
- "community": 36,
- "community_name": "Node TypeScript Config",
- "norm_label": "target",
- "id": "frontend_admin_panel_tsconfig_node_compileroptions_target"
- },
- {
- "label": "tsBuildInfoFile",
- "file_type": "code",
- "source_file": "frontend/admin-panel/tsconfig.node.json",
- "source_location": "L3",
- "_origin": "ast",
- "community": 36,
- "community_name": "Node TypeScript Config",
- "norm_label": "tsbuildinfofile",
- "id": "frontend_admin_panel_tsconfig_node_compileroptions_tsbuildinfofile"
- },
- {
- "label": "types",
- "file_type": "code",
- "source_file": "frontend/admin-panel/tsconfig.node.json",
- "source_location": "L7",
- "_origin": "ast",
- "community": 36,
- "community_name": "Node TypeScript Config",
- "norm_label": "types",
- "id": "frontend_admin_panel_tsconfig_node_compileroptions_types"
- },
- {
- "label": "verbatimModuleSyntax",
- "file_type": "code",
- "source_file": "frontend/admin-panel/tsconfig.node.json",
- "source_location": "L13",
- "_origin": "ast",
- "community": 36,
- "community_name": "Node TypeScript Config",
- "norm_label": "verbatimmodulesyntax",
- "id": "frontend_admin_panel_tsconfig_node_compileroptions_verbatimmodulesyntax"
- },
- {
- "label": "include",
- "file_type": "code",
- "source_file": "frontend/admin-panel/tsconfig.node.json",
- "source_location": "L23",
- "_origin": "ast",
- "community": 36,
- "community_name": "Node TypeScript Config",
- "norm_label": "include",
- "id": "frontend_admin_panel_tsconfig_node_include"
- },
- {
- "label": "ES2023",
- "file_type": "concept",
- "source_file": "frontend/admin-panel/tsconfig.node.json",
- "source_location": "L5",
- "_origin": "ast",
- "community": 36,
- "community_name": "Node TypeScript Config",
- "norm_label": "es2023",
- "id": "frontend_admin_panel_tsconfig_node_json_ref_es2023"
- },
- {
- "label": "node",
- "file_type": "concept",
- "source_file": "frontend/admin-panel/tsconfig.node.json",
- "source_location": "L7",
- "_origin": "ast",
- "community": 36,
- "community_name": "Node TypeScript Config",
- "norm_label": "node",
- "id": "ref_node"
- },
- {
- "label": "vite.config.ts",
- "file_type": "concept",
- "source_file": "frontend/admin-panel/tsconfig.node.json",
- "source_location": "L23",
- "_origin": "ast",
- "community": 36,
- "community_name": "Node TypeScript Config",
- "norm_label": "vite.config.ts",
- "id": "ref_vite_config_ts"
- },
- {
- "label": "tsconfig.seed.json",
- "file_type": "code",
- "source_file": "backend/prisma/tsconfig.seed.json",
+ "source_file": "backend/test/app.e2e-spec.ts",
"source_location": "L1",
"_origin": "ast",
"community": 36,
- "norm_label": "tsconfig.seed.json",
- "id": "backend_prisma_tsconfig_seed"
+ "community_name": "RedisService",
+ "norm_label": "app.e2e-spec.ts",
+ "id": "backend_test_app_e2e_spec"
},
{
- "label": "compilerOptions",
+ "label": "prisma-exception.filter.ts",
"file_type": "code",
- "source_file": "backend/prisma/tsconfig.seed.json",
- "source_location": "L2",
+ "source_file": "backend/src/common/filters/prisma-exception.filter.ts",
+ "source_location": "L1",
"_origin": "ast",
"community": 36,
- "norm_label": "compileroptions",
- "id": "backend_prisma_tsconfig_seed_compileroptions"
+ "community_name": "main.ts",
+ "norm_label": "prisma-exception.filter.ts",
+ "id": "backend_src_common_filters_prisma_exception_filter"
},
{
- "label": "esModuleInterop",
+ "label": "Catch",
"file_type": "code",
- "source_file": "backend/prisma/tsconfig.seed.json",
- "source_location": "L5",
+ "source_file": "",
+ "source_location": "",
"_origin": "ast",
"community": 36,
- "norm_label": "esmoduleinterop",
- "id": "backend_prisma_tsconfig_seed_compileroptions_esmoduleinterop"
+ "community_name": "main.ts",
+ "norm_label": "catch",
+ "id": "backend_src_common_filters_prisma_exception_filter_ts_catch"
},
{
- "label": "module",
+ "label": "decimal.interceptor.ts",
"file_type": "code",
- "source_file": "backend/prisma/tsconfig.seed.json",
- "source_location": "L3",
+ "source_file": "backend/src/common/interceptors/decimal.interceptor.ts",
+ "source_location": "L1",
"_origin": "ast",
"community": 36,
- "norm_label": "module",
- "id": "backend_prisma_tsconfig_seed_compileroptions_module"
+ "community_name": "main.ts",
+ "norm_label": "decimal.interceptor.ts",
+ "id": "backend_src_common_interceptors_decimal_interceptor"
},
{
- "label": "moduleResolution",
+ "label": "decimal.interceptor.spec.ts",
"file_type": "code",
- "source_file": "backend/prisma/tsconfig.seed.json",
- "source_location": "L4",
+ "source_file": "backend/src/common/interceptors/decimal.interceptor.spec.ts",
+ "source_location": "L1",
"_origin": "ast",
"community": 36,
- "norm_label": "moduleresolution",
- "id": "backend_prisma_tsconfig_seed_compileroptions_moduleresolution"
- },
- {
- "label": "skipLibCheck",
- "file_type": "code",
- "source_file": "backend/prisma/tsconfig.seed.json",
- "source_location": "L6",
- "_origin": "ast",
- "community": 36,
- "norm_label": "skiplibcheck",
- "id": "backend_prisma_tsconfig_seed_compileroptions_skiplibcheck"
- },
- {
- "label": "types",
- "file_type": "code",
- "source_file": "backend/prisma/tsconfig.seed.json",
- "source_location": "L7",
- "_origin": "ast",
- "community": 36,
- "norm_label": "types",
- "id": "backend_prisma_tsconfig_seed_compileroptions_types"
- },
- {
- "label": "include",
- "file_type": "code",
- "source_file": "backend/prisma/tsconfig.seed.json",
- "source_location": "L9",
- "_origin": "ast",
- "community": 36,
- "norm_label": "include",
- "id": "backend_prisma_tsconfig_seed_include"
- },
- {
- "label": "./**/*.ts",
- "file_type": "concept",
- "source_file": "backend/prisma/tsconfig.seed.json",
- "source_location": "L9",
- "_origin": "ast",
- "community": 36,
- "norm_label": "./**/*.ts",
- "id": "ref_ts"
- },
- {
- "label": "ApiBearerAuth",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 37,
- "community_name": "MediaController",
- "norm_label": "apibearerauth",
- "id": "backend_src_admin_media_controller_ts_apibearerauth"
- },
- {
- "label": "ApiOperation",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 37,
- "community_name": "MediaController",
- "norm_label": "apioperation",
- "id": "backend_src_admin_media_controller_ts_apioperation"
- },
- {
- "label": "ApiTags",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 37,
- "community_name": "MediaController",
- "norm_label": "apitags",
- "id": "backend_src_admin_media_controller_ts_apitags"
- },
- {
- "label": "Body",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 37,
- "community_name": "MediaController",
- "norm_label": "body",
- "id": "backend_src_admin_media_controller_ts_body"
- },
- {
- "label": "Controller",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 37,
- "community_name": "MediaController",
- "norm_label": "controller",
- "id": "backend_src_admin_media_controller_ts_controller"
- },
- {
- "label": "Delete",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 37,
- "community_name": "MediaController",
- "norm_label": "delete",
- "id": "backend_src_admin_media_controller_ts_delete"
- },
- {
- "label": "Get",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 37,
- "community_name": "MediaController",
- "norm_label": "get",
- "id": "backend_src_admin_media_controller_ts_get"
- },
- {
- "label": "Param",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 37,
- "community_name": "MediaController",
- "norm_label": "param",
- "id": "backend_src_admin_media_controller_ts_param"
- },
- {
- "label": "Post",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 37,
- "community_name": "MediaController",
- "norm_label": "post",
- "id": "backend_src_admin_media_controller_ts_post"
- },
- {
- "label": "Put",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 37,
- "community_name": "MediaController",
- "norm_label": "put",
- "id": "backend_src_admin_media_controller_ts_put"
- },
- {
- "label": "UploadedFile",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 37,
- "community_name": "MediaController",
- "norm_label": "uploadedfile",
- "id": "backend_src_admin_media_controller_ts_uploadedfile"
- },
- {
- "label": "UseGuards",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 37,
- "community_name": "MediaController",
- "norm_label": "useguards",
- "id": "backend_src_admin_media_controller_ts_useguards"
- },
- {
- "label": "UseInterceptors",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 37,
- "community_name": "MediaController",
- "norm_label": "useinterceptors",
- "id": "backend_src_admin_media_controller_ts_useinterceptors"
+ "community_name": "main.ts",
+ "norm_label": "decimal.interceptor.spec.ts",
+ "id": "backend_src_common_interceptors_decimal_interceptor_spec"
},
{
"label": "Injectable",
@@ -27902,30 +27636,73 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 37,
- "community_name": "admin.module.ts",
+ "community": 36,
+ "community_name": "main.ts",
"norm_label": "injectable",
- "id": "backend_src_admin_media_service_ts_injectable"
+ "id": "backend_src_common_interceptors_decimal_interceptor_ts_injectable"
},
{
- "label": "media.controller.ts",
+ "label": "error-response.schema.ts",
"file_type": "code",
- "source_file": "backend/src/admin/media.controller.ts",
+ "source_file": "backend/src/common/schemas/error-response.schema.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 37,
- "norm_label": "media.controller.ts",
- "id": "backend_src_admin_media_controller"
+ "community": 36,
+ "community_name": "main.ts",
+ "norm_label": "error-response.schema.ts",
+ "id": "backend_src_common_schemas_error_response_schema"
},
{
- "label": "media.service.ts",
+ "label": "ApiProperty",
"file_type": "code",
- "source_file": "backend/src/admin/media.service.ts",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 36,
+ "community_name": "main.ts",
+ "norm_label": "apiproperty",
+ "id": "backend_src_common_schemas_error_response_schema_ts_apiproperty"
+ },
+ {
+ "label": "app-audit-verification.e2e-spec.ts",
+ "file_type": "code",
+ "source_file": "backend/test/app-audit-verification.e2e-spec.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 37,
- "norm_label": "media.service.ts",
- "id": "backend_src_admin_media_service"
+ "community": 36,
+ "community_name": "main.ts",
+ "norm_label": "app-audit-verification.e2e-spec.ts",
+ "id": "backend_test_app_audit_verification_e2e_spec"
+ },
+ {
+ "label": "http-exception.filter.ts",
+ "file_type": "code",
+ "source_file": "backend/src/common/filters/http-exception.filter.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 36,
+ "norm_label": "http-exception.filter.ts",
+ "id": "backend_src_common_filters_http_exception_filter"
+ },
+ {
+ "label": "main.ts",
+ "file_type": "code",
+ "source_file": "backend/src/main.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 36,
+ "norm_label": "main.ts",
+ "id": "backend_src_main"
+ },
+ {
+ "label": "Catch",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 36,
+ "norm_label": "catch",
+ "id": "catch"
},
{
"label": "ApiBearerAuth",
@@ -27933,7 +27710,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 38,
+ "community": 37,
"community_name": "B2BService",
"norm_label": "apibearerauth",
"id": "backend_src_b2b_b2b_controller_ts_apibearerauth"
@@ -27944,7 +27721,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 38,
+ "community": 37,
"community_name": "B2BService",
"norm_label": "apioperation",
"id": "backend_src_b2b_b2b_controller_ts_apioperation"
@@ -27955,7 +27732,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 38,
+ "community": 37,
"community_name": "B2BService",
"norm_label": "apitags",
"id": "backend_src_b2b_b2b_controller_ts_apitags"
@@ -27966,7 +27743,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 38,
+ "community": 37,
"community_name": "B2BService",
"norm_label": "body",
"id": "backend_src_b2b_b2b_controller_ts_body"
@@ -27977,7 +27754,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 38,
+ "community": 37,
"community_name": "B2BService",
"norm_label": "controller",
"id": "backend_src_b2b_b2b_controller_ts_controller"
@@ -27988,7 +27765,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 38,
+ "community": 37,
"community_name": "B2BService",
"norm_label": "get",
"id": "backend_src_b2b_b2b_controller_ts_get"
@@ -27999,7 +27776,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 38,
+ "community": 37,
"community_name": "B2BService",
"norm_label": "param",
"id": "backend_src_b2b_b2b_controller_ts_param"
@@ -28010,7 +27787,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 38,
+ "community": 37,
"community_name": "B2BService",
"norm_label": "post",
"id": "backend_src_b2b_b2b_controller_ts_post"
@@ -28021,7 +27798,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 38,
+ "community": 37,
"community_name": "B2BService",
"norm_label": "put",
"id": "backend_src_b2b_b2b_controller_ts_put"
@@ -28032,7 +27809,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 38,
+ "community": 37,
"community_name": "B2BService",
"norm_label": "req",
"id": "backend_src_b2b_b2b_controller_ts_req"
@@ -28043,7 +27820,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 38,
+ "community": 37,
"community_name": "B2BService",
"norm_label": "useguards",
"id": "backend_src_b2b_b2b_controller_ts_useguards"
@@ -28054,7 +27831,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 38,
+ "community": 37,
"community_name": "B2BService",
"norm_label": "injectable",
"id": "backend_src_b2b_b2b_service_ts_injectable"
@@ -28065,7 +27842,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 39,
+ "community": 38,
"community_name": "ZibalService",
"norm_label": "injectable",
"id": "backend_src_payment_payment_service_ts_injectable"
@@ -28076,490 +27853,18 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 39,
+ "community": 38,
"community_name": "ZibalService",
"norm_label": "injectable",
"id": "backend_src_payment_zibal_service_ts_injectable"
},
- {
- "label": "auth.controller.spec.ts",
- "file_type": "code",
- "source_file": "backend/src/auth/auth.controller.spec.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 4,
- "community_name": "AuthController",
- "norm_label": "auth.controller.spec.ts",
- "id": "backend_src_auth_auth_controller_spec"
- },
- {
- "label": "ApiBadRequestResponse",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 4,
- "community_name": "AuthController",
- "norm_label": "apibadrequestresponse",
- "id": "backend_src_auth_auth_controller_ts_apibadrequestresponse"
- },
- {
- "label": "ApiBearerAuth",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 4,
- "community_name": "AuthController",
- "norm_label": "apibearerauth",
- "id": "backend_src_auth_auth_controller_ts_apibearerauth"
- },
- {
- "label": "ApiOkResponse",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 4,
- "community_name": "AuthController",
- "norm_label": "apiokresponse",
- "id": "backend_src_auth_auth_controller_ts_apiokresponse"
- },
- {
- "label": "ApiOperation",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 4,
- "community_name": "AuthController",
- "norm_label": "apioperation",
- "id": "backend_src_auth_auth_controller_ts_apioperation"
- },
- {
- "label": "ApiTags",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 4,
- "community_name": "AuthController",
- "norm_label": "apitags",
- "id": "backend_src_auth_auth_controller_ts_apitags"
- },
- {
- "label": "Body",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 4,
- "community_name": "AuthController",
- "norm_label": "body",
- "id": "backend_src_auth_auth_controller_ts_body"
- },
- {
- "label": "Controller",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 4,
- "community_name": "AuthController",
- "norm_label": "controller",
- "id": "backend_src_auth_auth_controller_ts_controller"
- },
- {
- "label": "Post",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 4,
- "community_name": "AuthController",
- "norm_label": "post",
- "id": "backend_src_auth_auth_controller_ts_post"
- },
- {
- "label": "Req",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 4,
- "community_name": "AuthController",
- "norm_label": "req",
- "id": "backend_src_auth_auth_controller_ts_req"
- },
- {
- "label": "UseGuards",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 4,
- "community_name": "AuthController",
- "norm_label": "useguards",
- "id": "backend_src_auth_auth_controller_ts_useguards"
- },
- {
- "label": "HttpCode",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 4,
- "community_name": "AuthController",
- "norm_label": "httpcode",
- "id": "httpcode"
- },
- {
- "label": "verify-otp.dto.ts",
- "file_type": "code",
- "source_file": "backend/src/auth/dto/verify-otp.dto.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 4,
- "community_name": "VerifyOtpDto",
- "norm_label": "verify-otp.dto.ts",
- "id": "backend_src_auth_dto_verify_otp_dto"
- },
- {
- "label": "ApiProperty",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 4,
- "community_name": "VerifyOtpDto",
- "norm_label": "apiproperty",
- "id": "backend_src_auth_dto_verify_otp_dto_ts_apiproperty"
- },
- {
- "label": "IsNotEmpty",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 4,
- "community_name": "VerifyOtpDto",
- "norm_label": "isnotempty",
- "id": "backend_src_auth_dto_verify_otp_dto_ts_isnotempty"
- },
- {
- "label": "IsString",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 4,
- "community_name": "VerifyOtpDto",
- "norm_label": "isstring",
- "id": "backend_src_auth_dto_verify_otp_dto_ts_isstring"
- },
- {
- "label": "Matches",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 4,
- "community_name": "VerifyOtpDto",
- "norm_label": "matches",
- "id": "backend_src_auth_dto_verify_otp_dto_ts_matches"
- },
- {
- "label": "Length",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 4,
- "community_name": "VerifyOtpDto",
- "norm_label": "length",
- "id": "length"
- },
- {
- "label": "admin-login.dto.ts",
- "file_type": "code",
- "source_file": "backend/src/auth/dto/admin-login.dto.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 4,
- "community_name": "auth.controller.ts",
- "norm_label": "admin-login.dto.ts",
- "id": "backend_src_auth_dto_admin_login_dto"
- },
- {
- "label": "ApiProperty",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 4,
- "community_name": "auth.controller.ts",
- "norm_label": "apiproperty",
- "id": "backend_src_auth_dto_admin_login_dto_ts_apiproperty"
- },
- {
- "label": "IsEmail",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 4,
- "community_name": "auth.controller.ts",
- "norm_label": "isemail",
- "id": "backend_src_auth_dto_admin_login_dto_ts_isemail"
- },
- {
- "label": "IsNotEmpty",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 4,
- "community_name": "auth.controller.ts",
- "norm_label": "isnotempty",
- "id": "backend_src_auth_dto_admin_login_dto_ts_isnotempty"
- },
- {
- "label": "IsString",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 4,
- "community_name": "auth.controller.ts",
- "norm_label": "isstring",
- "id": "backend_src_auth_dto_admin_login_dto_ts_isstring"
- },
- {
- "label": "MinLength",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 4,
- "community_name": "auth.controller.ts",
- "norm_label": "minlength",
- "id": "backend_src_auth_dto_admin_login_dto_ts_minlength"
- },
- {
- "label": "login.dto.ts",
- "file_type": "code",
- "source_file": "backend/src/auth/dto/login.dto.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 4,
- "community_name": "auth.controller.ts",
- "norm_label": "login.dto.ts",
- "id": "backend_src_auth_dto_login_dto"
- },
- {
- "label": "ApiProperty",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 4,
- "community_name": "auth.controller.ts",
- "norm_label": "apiproperty",
- "id": "backend_src_auth_dto_login_dto_ts_apiproperty"
- },
- {
- "label": "IsNotEmpty",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 4,
- "community_name": "auth.controller.ts",
- "norm_label": "isnotempty",
- "id": "backend_src_auth_dto_login_dto_ts_isnotempty"
- },
- {
- "label": "IsString",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 4,
- "community_name": "auth.controller.ts",
- "norm_label": "isstring",
- "id": "backend_src_auth_dto_login_dto_ts_isstring"
- },
- {
- "label": "MinLength",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 4,
- "community_name": "auth.controller.ts",
- "norm_label": "minlength",
- "id": "backend_src_auth_dto_login_dto_ts_minlength"
- },
- {
- "label": "register.dto.ts",
- "file_type": "code",
- "source_file": "backend/src/auth/dto/register.dto.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 4,
- "community_name": "auth.controller.ts",
- "norm_label": "register.dto.ts",
- "id": "backend_src_auth_dto_register_dto"
- },
- {
- "label": "ApiProperty",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 4,
- "community_name": "auth.controller.ts",
- "norm_label": "apiproperty",
- "id": "backend_src_auth_dto_register_dto_ts_apiproperty"
- },
- {
- "label": "ApiPropertyOptional",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 4,
- "community_name": "auth.controller.ts",
- "norm_label": "apipropertyoptional",
- "id": "backend_src_auth_dto_register_dto_ts_apipropertyoptional"
- },
- {
- "label": "IsEmail",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 4,
- "community_name": "auth.controller.ts",
- "norm_label": "isemail",
- "id": "backend_src_auth_dto_register_dto_ts_isemail"
- },
- {
- "label": "IsNotEmpty",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 4,
- "community_name": "auth.controller.ts",
- "norm_label": "isnotempty",
- "id": "backend_src_auth_dto_register_dto_ts_isnotempty"
- },
- {
- "label": "IsOptional",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 4,
- "community_name": "auth.controller.ts",
- "norm_label": "isoptional",
- "id": "backend_src_auth_dto_register_dto_ts_isoptional"
- },
- {
- "label": "IsString",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 4,
- "community_name": "auth.controller.ts",
- "norm_label": "isstring",
- "id": "backend_src_auth_dto_register_dto_ts_isstring"
- },
- {
- "label": "MinLength",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 4,
- "community_name": "auth.controller.ts",
- "norm_label": "minlength",
- "id": "backend_src_auth_dto_register_dto_ts_minlength"
- },
- {
- "label": "send-otp.dto.ts",
- "file_type": "code",
- "source_file": "backend/src/auth/dto/send-otp.dto.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 4,
- "community_name": "auth.service.ts",
- "norm_label": "send-otp.dto.ts",
- "id": "backend_src_auth_dto_send_otp_dto"
- },
- {
- "label": "ApiProperty",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 4,
- "community_name": "auth.service.ts",
- "norm_label": "apiproperty",
- "id": "backend_src_auth_dto_send_otp_dto_ts_apiproperty"
- },
- {
- "label": "IsNotEmpty",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 4,
- "community_name": "auth.service.ts",
- "norm_label": "isnotempty",
- "id": "backend_src_auth_dto_send_otp_dto_ts_isnotempty"
- },
- {
- "label": "IsString",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 4,
- "community_name": "auth.service.ts",
- "norm_label": "isstring",
- "id": "backend_src_auth_dto_send_otp_dto_ts_isstring"
- },
- {
- "label": "Matches",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 4,
- "community_name": "auth.service.ts",
- "norm_label": "matches",
- "id": "backend_src_auth_dto_send_otp_dto_ts_matches"
- },
- {
- "label": "auth.controller.ts",
- "file_type": "code",
- "source_file": "backend/src/auth/auth.controller.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 4,
- "norm_label": "auth.controller.ts",
- "id": "backend_src_auth_auth_controller"
- },
{
"label": "04-setup-and-deployment.md",
"file_type": "document",
"source_file": "docs/04-setup-and-deployment.md",
"source_location": "L1",
"_origin": "ast",
- "community": 40,
+ "community": 39,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "04-setup-and-deployment.md",
"id": "docs_04_setup_and_deployment"
@@ -28570,7 +27875,7 @@
"source_file": "docs/04-setup-and-deployment.md",
"source_location": "L13",
"_origin": "ast",
- "community": 40,
+ "community": 39,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "\u0627\u062c\u0631\u0627\u06cc \u0628\u06a9\u200c\u0627\u0646\u062f",
"id": "docs_04_setup_and_deployment_\u0627\u062c\u0631\u0627\u06cc_\u0628\u06a9_\u0627\u0646\u062f"
@@ -28581,7 +27886,7 @@
"source_file": "docs/04-setup-and-deployment.md",
"source_location": "L22",
"_origin": "ast",
- "community": 40,
+ "community": 39,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "\u0627\u062c\u0631\u0627\u06cc \u0641\u0631\u0627\u0646\u062a\u200c\u0627\u0646\u062f",
"id": "docs_04_setup_and_deployment_\u0627\u062c\u0631\u0627\u06cc_\u0641\u0631\u0627\u0646\u062a_\u0627\u0646\u062f"
@@ -28592,7 +27897,7 @@
"source_file": "docs/04-setup-and-deployment.md",
"source_location": "L48",
"_origin": "ast",
- "community": 40,
+ "community": 39,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "\u0627\u062c\u0631\u0627\u06cc \u067e\u0631\u0648\u0698\u0647 \u062f\u0631 \u0633\u0631\u0648\u0631 \u0628\u0627 pm2",
"id": "docs_04_setup_and_deployment_\u0627\u062c\u0631\u0627\u06cc_\u067e\u0631\u0648\u0698\u0647_\u062f\u0631_\u0633\u0631\u0648\u0631_\u0628\u0627_pm2"
@@ -28603,7 +27908,7 @@
"source_file": "docs/04-setup-and-deployment.md",
"source_location": "L52",
"_origin": "ast",
- "community": 40,
+ "community": 39,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "\u0628\u0631\u0627\u06cc \u0631\u0627\u0647\u200c\u0627\u0646\u062f\u0627\u0632\u06cc \u0628\u06a9\u200c\u0627\u0646\u062f:",
"id": "docs_04_setup_and_deployment_\u0628\u0631\u0627\u06cc_\u0631\u0627\u0647_\u0627\u0646\u062f\u0627\u0632\u06cc_\u0628\u06a9_\u0627\u0646\u062f"
@@ -28614,7 +27919,7 @@
"source_file": "docs/04-setup-and-deployment.md",
"source_location": "L58",
"_origin": "ast",
- "community": 40,
+ "community": 39,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "\u0628\u0631\u0627\u06cc \u0631\u0627\u0647\u200c\u0627\u0646\u062f\u0627\u0632\u06cc \u0641\u0631\u0627\u0646\u062a\u200c\u0627\u0646\u062f next.js:",
"id": "docs_04_setup_and_deployment_\u0628\u0631\u0627\u06cc_\u0631\u0627\u0647_\u0627\u0646\u062f\u0627\u0632\u06cc_\u0641\u0631\u0627\u0646\u062a_\u0627\u0646\u062f_next_js"
@@ -28625,7 +27930,7 @@
"source_file": "docs/04-setup-and-deployment.md",
"source_location": "L36",
"_origin": "ast",
- "community": 40,
+ "community": 39,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "\u0628\u06cc\u0644\u062f \u06a9\u0631\u062f\u0646 \u067e\u0631\u0648\u0698\u0647 (building)",
"id": "docs_04_setup_and_deployment_\u0628\u06cc\u0644\u062f_\u06a9\u0631\u062f\u0646_\u067e\u0631\u0648\u0698\u0647_building"
@@ -28636,7 +27941,7 @@
"source_file": "docs/04-setup-and-deployment.md",
"source_location": "L64",
"_origin": "ast",
- "community": 40,
+ "community": 39,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "\u0630\u062e\u06cc\u0631\u0647 \u067e\u0631\u0648\u0633\u0647\u200c\u0647\u0627 \u062a\u0627 \u067e\u0633 \u0627\u0632 \u0631\u06cc\u200c\u0627\u0633\u062a\u0627\u0631\u062a \u0633\u0631\u0648\u0631 \u0642\u0637\u0639 \u0646\u0634\u0648\u0646\u062f:",
"id": "docs_04_setup_and_deployment_\u0630\u062e\u06cc\u0631\u0647_\u067e\u0631\u0648\u0633\u0647_\u0647\u0627_\u062a\u0627_\u067e\u0633_\u0627\u0632_\u0631\u06cc_\u0627\u0633\u062a\u0627\u0631\u062a_\u0633\u0631\u0648\u0631_\u0642\u0637\u0639_\u0646\u0634\u0648\u0646\u062f"
@@ -28647,7 +27952,7 @@
"source_file": "docs/04-setup-and-deployment.md",
"source_location": "L1",
"_origin": "ast",
- "community": 40,
+ "community": 39,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "\u0631\u0627\u0647\u200c\u0627\u0646\u062f\u0627\u0632\u06cc \u0648 \u0627\u0646\u062a\u0634\u0627\u0631 \u0633\u06cc\u0633\u062a\u0645 (setup & deployment)",
"id": "docs_04_setup_and_deployment_\u0631\u0627\u0647_\u0627\u0646\u062f\u0627\u0632\u06cc_\u0648_\u0627\u0646\u062a\u0634\u0627\u0631_\u0633\u06cc\u0633\u062a\u0645_setup_deployment"
@@ -28658,7 +27963,7 @@
"source_file": "docs/04-setup-and-deployment.md",
"source_location": "L78",
"_origin": "ast",
- "community": 40,
+ "community": 39,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "\u0646\u0645\u0648\u0646\u0647 \u0641\u0627\u06cc\u0644 \u06a9\u0627\u0646\u0641\u06cc\u06af nginx",
"id": "docs_04_setup_and_deployment_\u0646\u0645\u0648\u0646\u0647_\u0641\u0627\u06cc\u0644_\u06a9\u0627\u0646\u0641\u06cc\u06af_nginx"
@@ -28669,7 +27974,7 @@
"source_file": "docs/04-setup-and-deployment.md",
"source_location": "L9",
"_origin": "ast",
- "community": 40,
+ "community": 39,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "\u067e\u06cc\u0634\u200c\u0646\u06cc\u0627\u0632\u0647\u0627",
"id": "docs_04_setup_and_deployment_\u067e\u06cc\u0634_\u0646\u06cc\u0627\u0632\u0647\u0627"
@@ -28680,7 +27985,7 @@
"source_file": "docs/04-setup-and-deployment.md",
"source_location": "L5",
"_origin": "ast",
- "community": 40,
+ "community": 39,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "\u06f1. \u0645\u062d\u06cc\u0637 \u062a\u0648\u0633\u0639\u0647 (development mode)",
"id": "docs_04_setup_and_deployment_\u06f1_\u0645\u062d\u06cc\u0637_\u062a\u0648\u0633\u0639\u0647_development_mode"
@@ -28691,7 +27996,7 @@
"source_file": "docs/04-setup-and-deployment.md",
"source_location": "L32",
"_origin": "ast",
- "community": 40,
+ "community": 39,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "\u06f2. \u0645\u062d\u06cc\u0637 \u067e\u0631\u0648\u062f\u0627\u06a9\u0634\u0646 \u0648 \u0627\u0646\u062a\u0634\u0627\u0631 (production deployment)",
"id": "docs_04_setup_and_deployment_\u06f2_\u0645\u062d\u06cc\u0637_\u067e\u0631\u0648\u062f\u0627\u06a9\u0634\u0646_\u0648_\u0627\u0646\u062a\u0634\u0627\u0631_production_deployment"
@@ -28702,7 +28007,7 @@
"source_file": "docs/04-setup-and-deployment.md",
"source_location": "L72",
"_origin": "ast",
- "community": 40,
+ "community": 39,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "\u06f3. \u062a\u0646\u0638\u06cc\u0645\u0627\u062a nginx (reverse proxy)",
"id": "docs_04_setup_and_deployment_\u06f3_\u062a\u0646\u0638\u06cc\u0645\u0627\u062a_nginx_reverse_proxy"
@@ -28713,7 +28018,7 @@
"source_file": "docs/05-devops-and-monitoring.md",
"source_location": "L1",
"_origin": "ast",
- "community": 40,
+ "community": 39,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "05-devops-and-monitoring.md",
"id": "docs_05_devops_and_monitoring"
@@ -28724,7 +28029,7 @@
"source_file": "docs/05-devops-and-monitoring.md",
"source_location": "L1",
"_origin": "ast",
- "community": 40,
+ "community": 39,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "\u062f\u0648\u0627\u067e\u0633 \u0648 \u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af \u0633\u06cc\u0633\u062a\u0645 (devops & monitoring)",
"id": "docs_05_devops_and_monitoring_\u062f\u0648\u0627\u067e\u0633_\u0648_\u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af_\u0633\u06cc\u0633\u062a\u0645_devops_monitoring"
@@ -28735,7 +28040,7 @@
"source_file": "docs/05-devops-and-monitoring.md",
"source_location": "L5",
"_origin": "ast",
- "community": 40,
+ "community": 39,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "\u06f1. \u0641\u0631\u0627\u06cc\u0646\u062f \u0627\u0633\u062a\u0642\u0631\u0627\u0631 \u062e\u0648\u062f\u06a9\u0627\u0631 (ci/cd)",
"id": "docs_05_devops_and_monitoring_\u06f1_\u0641\u0631\u0622\u06cc\u0646\u062f_\u0627\u0633\u062a\u0642\u0631\u0627\u0631_\u062e\u0648\u062f\u06a9\u0627\u0631_ci_cd"
@@ -28746,7 +28051,7 @@
"source_file": "docs/05-devops-and-monitoring.md",
"source_location": "L12",
"_origin": "ast",
- "community": 40,
+ "community": 39,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "\u06f2. \u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af \u0639\u0645\u0644\u06a9\u0631\u062f (pm2 dashboard)",
"id": "docs_05_devops_and_monitoring_\u06f2_\u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af_\u0639\u0645\u0644\u06a9\u0631\u062f_pm2_dashboard"
@@ -28757,7 +28062,7 @@
"source_file": "docs/05-devops-and-monitoring.md",
"source_location": "L27",
"_origin": "ast",
- "community": 40,
+ "community": 39,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "\u06f3. \u0628\u0631\u0631\u0633\u06cc \u0644\u0627\u06af\u200c\u0647\u0627\u06cc \u0633\u06cc\u0633\u062a\u0645 (logs management)",
"id": "docs_05_devops_and_monitoring_\u06f3_\u0628\u0631\u0631\u0633\u06cc_\u0644\u0627\u06af_\u0647\u0627\u06cc_\u0633\u06cc\u0633\u062a\u0645_logs_management"
@@ -28768,7 +28073,7 @@
"source_file": "docs/05-devops-and-monitoring.md",
"source_location": "L39",
"_origin": "ast",
- "community": 40,
+ "community": 39,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "\u06f4. \u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af \u062f\u06cc\u062a\u0627\u0628\u06cc\u0633 (postgresql)",
"id": "docs_05_devops_and_monitoring_\u06f4_\u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af_\u062f\u06cc\u062a\u0627\u0628\u06cc\u0633_postgresql"
@@ -28779,7 +28084,7 @@
"source_file": "docs/06-testing.md",
"source_location": "L1",
"_origin": "ast",
- "community": 40,
+ "community": 39,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "06-testing.md",
"id": "docs_06_testing"
@@ -28790,7 +28095,7 @@
"source_file": "docs/06-testing.md",
"source_location": "L1",
"_origin": "ast",
- "community": 40,
+ "community": 39,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (software testing)",
"id": "docs_06_testing_\u0631\u0627\u0647\u0646\u0645\u0627\u06cc_\u062a\u0633\u062a_\u0633\u06cc\u0633\u062a\u0645_software_testing"
@@ -28801,7 +28106,7 @@
"source_file": "docs/06-testing.md",
"source_location": "L5",
"_origin": "ast",
- "community": 40,
+ "community": 39,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "\u06f1. \u062a\u0633\u062a\u200c\u0647\u0627\u06cc \u0648\u0627\u062d\u062f \u062f\u0631 backend (unit testing)",
"id": "docs_06_testing_\u06f1_\u062a\u0633\u062a_\u0647\u0627\u06cc_\u0648\u0627\u062d\u062f_\u062f\u0631_backend_unit_testing"
@@ -28812,7 +28117,7 @@
"source_file": "docs/06-testing.md",
"source_location": "L17",
"_origin": "ast",
- "community": 40,
+ "community": 39,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "\u06f2. \u062a\u0633\u062a\u200c\u0647\u0627\u06cc end-to-end \u062f\u0631 backend (e2e testing)",
"id": "docs_06_testing_\u06f2_\u062a\u0633\u062a_\u0647\u0627\u06cc_end_to_end_\u062f\u0631_backend_e2e_testing"
@@ -28823,7 +28128,7 @@
"source_file": "docs/06-testing.md",
"source_location": "L27",
"_origin": "ast",
- "community": 40,
+ "community": 39,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "\u06f3. \u062a\u0633\u062a\u200c\u0647\u0627\u06cc ui \u062f\u0631 frontend (component testing)",
"id": "docs_06_testing_\u06f3_\u062a\u0633\u062a_\u0647\u0627\u06cc_ui_\u062f\u0631_frontend_component_testing"
@@ -28834,7 +28139,7 @@
"source_file": "docs/06-testing.md",
"source_location": "L35",
"_origin": "ast",
- "community": 40,
+ "community": 39,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "\u06f4. \u062a\u0633\u062a\u200c\u0647\u0627\u06cc \u06cc\u06a9\u067e\u0627\u0631\u0686\u06af\u06cc \u0633\u06cc\u0633\u062a\u0645\u06cc \u062f\u0631 frontend (e2e frontend - playwright / cypress)",
"id": "docs_06_testing_\u06f4_\u062a\u0633\u062a_\u0647\u0627\u06cc_\u06cc\u06a9\u067e\u0627\u0631\u0686\u06af\u06cc_\u0633\u06cc\u0633\u062a\u0645\u06cc_\u062f\u0631_frontend_e2e_frontend_playwright_cypress"
@@ -28845,7 +28150,7 @@
"source_file": "docs/06-testing.md",
"source_location": "L38",
"_origin": "ast",
- "community": 40,
+ "community": 39,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "\u06f5. \u0686\u06a9 \u0644\u06cc\u0633\u062a \u062a\u0633\u062a\u200c\u0647\u0627\u06cc \u062f\u0633\u062a\u06cc (manual qa checklist)",
"id": "docs_06_testing_\u06f5_\u0686\u06a9_\u0644\u06cc\u0633\u062a_\u062a\u0633\u062a_\u0647\u0627\u06cc_\u062f\u0633\u062a\u06cc_manual_qa_checklist"
@@ -28856,7 +28161,7 @@
"source_file": "docs/README.md",
"source_location": "L1",
"_origin": "ast",
- "community": 40,
+ "community": 39,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "docs/readme.md",
"id": "docs_readme"
@@ -28867,11 +28172,430 @@
"source_file": "docs/README.md",
"source_location": "L7",
"_origin": "ast",
- "community": 40,
+ "community": 39,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "\u0641\u0647\u0631\u0633\u062a \u0645\u0637\u0627\u0644\u0628 (table of contents)",
"id": "docs_readme_\u0641\u0647\u0631\u0633\u062a_\u0645\u0637\u0627\u0644\u0628_table_of_contents"
},
+ {
+ "label": "admin/blogs.controller.ts",
+ "file_type": "code",
+ "source_file": "backend/src/admin/blogs.controller.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 4,
+ "community_name": "BlogsService",
+ "norm_label": "admin/blogs.controller.ts",
+ "id": "backend_src_admin_blogs_controller"
+ },
+ {
+ "label": "admin/blogs.service.ts",
+ "file_type": "code",
+ "source_file": "backend/src/admin/blogs.service.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 4,
+ "community_name": "BlogsService",
+ "norm_label": "admin/blogs.service.ts",
+ "id": "backend_src_admin_blogs_service"
+ },
+ {
+ "label": "Injectable",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 4,
+ "community_name": "BlogsService",
+ "norm_label": "injectable",
+ "id": "backend_src_admin_blogs_service_ts_injectable"
+ },
+ {
+ "label": "categories.controller.ts",
+ "file_type": "code",
+ "source_file": "backend/src/admin/categories.controller.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 4,
+ "community_name": "PaginationDto",
+ "norm_label": "categories.controller.ts",
+ "id": "backend_src_admin_categories_controller"
+ },
+ {
+ "label": "categories.service.ts",
+ "file_type": "code",
+ "source_file": "backend/src/admin/categories.service.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 4,
+ "community_name": "PaginationDto",
+ "norm_label": "categories.service.ts",
+ "id": "backend_src_admin_categories_service"
+ },
+ {
+ "label": "pagination.dto.ts",
+ "file_type": "code",
+ "source_file": "backend/src/common/dto/pagination.dto.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 4,
+ "community_name": "PaginationDto",
+ "norm_label": "pagination.dto.ts",
+ "id": "backend_src_common_dto_pagination_dto"
+ },
+ {
+ "label": "admin/pets.controller.ts",
+ "file_type": "code",
+ "source_file": "backend/src/admin/pets.controller.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 4,
+ "community_name": "PetsController",
+ "norm_label": "admin/pets.controller.ts",
+ "id": "backend_src_admin_pets_controller"
+ },
+ {
+ "label": "Injectable",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 4,
+ "community_name": "PetsController",
+ "norm_label": "injectable",
+ "id": "backend_src_admin_pets_service_ts_injectable"
+ },
+ {
+ "label": "get-products.dto.ts",
+ "file_type": "code",
+ "source_file": "backend/src/products/dto/get-products.dto.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 4,
+ "community_name": "ProductsService",
+ "norm_label": "get-products.dto.ts",
+ "id": "backend_src_products_dto_get_products_dto"
+ },
+ {
+ "label": "Module",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 4,
+ "community_name": "admin.module.ts",
+ "norm_label": "module",
+ "id": "backend_src_admin_admin_module_ts_module"
+ },
+ {
+ "label": "reports.controller.ts",
+ "file_type": "code",
+ "source_file": "backend/src/admin/reports.controller.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 4,
+ "community_name": "admin.module.ts",
+ "norm_label": "reports.controller.ts",
+ "id": "backend_src_admin_reports_controller"
+ },
+ {
+ "label": "ApiBearerAuth",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 4,
+ "community_name": "admin.module.ts",
+ "norm_label": "apibearerauth",
+ "id": "backend_src_admin_reports_controller_ts_apibearerauth"
+ },
+ {
+ "label": "ApiOperation",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 4,
+ "community_name": "admin.module.ts",
+ "norm_label": "apioperation",
+ "id": "backend_src_admin_reports_controller_ts_apioperation"
+ },
+ {
+ "label": "ApiTags",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 4,
+ "community_name": "admin.module.ts",
+ "norm_label": "apitags",
+ "id": "backend_src_admin_reports_controller_ts_apitags"
+ },
+ {
+ "label": "Controller",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 4,
+ "community_name": "admin.module.ts",
+ "norm_label": "controller",
+ "id": "backend_src_admin_reports_controller_ts_controller"
+ },
+ {
+ "label": "Get",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 4,
+ "community_name": "admin.module.ts",
+ "norm_label": "get",
+ "id": "backend_src_admin_reports_controller_ts_get"
+ },
+ {
+ "label": "UseGuards",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 4,
+ "community_name": "admin.module.ts",
+ "norm_label": "useguards",
+ "id": "backend_src_admin_reports_controller_ts_useguards"
+ },
+ {
+ "label": "reports.service.ts",
+ "file_type": "code",
+ "source_file": "backend/src/admin/reports.service.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 4,
+ "community_name": "admin.module.ts",
+ "norm_label": "reports.service.ts",
+ "id": "backend_src_admin_reports_service"
+ },
+ {
+ "label": "Injectable",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 4,
+ "community_name": "admin.module.ts",
+ "norm_label": "injectable",
+ "id": "backend_src_admin_reports_service_ts_injectable"
+ },
+ {
+ "label": "admin/wiki.controller.ts",
+ "file_type": "code",
+ "source_file": "backend/src/admin/wiki.controller.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 4,
+ "community_name": "admin.module.ts",
+ "norm_label": "admin/wiki.controller.ts",
+ "id": "backend_src_admin_wiki_controller"
+ },
+ {
+ "label": "admin/wiki.service.ts",
+ "file_type": "code",
+ "source_file": "backend/src/admin/wiki.service.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 4,
+ "community_name": "admin.module.ts",
+ "norm_label": "admin/wiki.service.ts",
+ "id": "backend_src_admin_wiki_service"
+ },
+ {
+ "label": "Injectable",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 4,
+ "community_name": "admin.module.ts",
+ "norm_label": "injectable",
+ "id": "backend_src_admin_wiki_service_ts_injectable"
+ },
+ {
+ "label": "Global",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 4,
+ "community_name": "admin.module.ts",
+ "norm_label": "global",
+ "id": "backend_src_redis_redis_module_ts_global"
+ },
+ {
+ "label": "Module",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 4,
+ "community_name": "admin.module.ts",
+ "norm_label": "module",
+ "id": "backend_src_redis_redis_module_ts_module"
+ },
+ {
+ "label": "admin.module.ts",
+ "file_type": "code",
+ "source_file": "backend/src/admin/admin.module.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 4,
+ "norm_label": "admin.module.ts",
+ "id": "backend_src_admin_admin_module"
+ },
+ {
+ "label": "admin/pets.service.ts",
+ "file_type": "code",
+ "source_file": "backend/src/admin/pets.service.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 4,
+ "norm_label": "admin/pets.service.ts",
+ "id": "backend_src_admin_pets_service"
+ },
+ {
+ "label": "ssl.service.ts",
+ "file_type": "code",
+ "source_file": "backend/src/admin/ssl.service.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 4,
+ "norm_label": "ssl.service.ts",
+ "id": "backend_src_admin_ssl_service"
+ },
+ {
+ "label": "ConfirmModal.tsx",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/components/ui/ConfirmModal.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 40,
+ "community_name": "Spinner.tsx",
+ "norm_label": "confirmmodal.tsx",
+ "id": "frontend_admin_panel_src_components_ui_confirmmodal"
+ },
+ {
+ "label": "Pagination.tsx",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/components/ui/Pagination.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 40,
+ "community_name": "Spinner.tsx",
+ "norm_label": "pagination.tsx",
+ "id": "frontend_admin_panel_src_components_ui_pagination"
+ },
+ {
+ "label": "Blogs.tsx",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Blogs.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 40,
+ "community_name": "Spinner.tsx",
+ "norm_label": "blogs.tsx",
+ "id": "frontend_admin_panel_src_pages_blogs"
+ },
+ {
+ "label": "Categories.tsx",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Categories.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 40,
+ "community_name": "Spinner.tsx",
+ "norm_label": "categories.tsx",
+ "id": "frontend_admin_panel_src_pages_categories"
+ },
+ {
+ "label": "TestimonialsManager.tsx",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 40,
+ "community_name": "Spinner.tsx",
+ "norm_label": "testimonialsmanager.tsx",
+ "id": "frontend_admin_panel_src_pages_testimonialsmanager"
+ },
+ {
+ "label": "MediaSelector.tsx",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 40,
+ "norm_label": "mediaselector.tsx",
+ "id": "frontend_admin_panel_src_components_ui_mediaselector"
+ },
+ {
+ "label": "Pets.tsx",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Pets.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 40,
+ "norm_label": "pets.tsx",
+ "id": "frontend_admin_panel_src_pages_pets"
+ },
+ {
+ "label": "Products.tsx",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Products.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 40,
+ "norm_label": "products.tsx",
+ "id": "frontend_admin_panel_src_pages_products"
+ },
+ {
+ "label": "Pets",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
+ "source_location": "L20",
+ "_origin": "ast",
+ "community": 40,
+ "norm_label": "pets",
+ "id": "frontend_admin_panel_src_routes_adminroutes_pets"
+ },
+ {
+ "label": "Products",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
+ "source_location": "L12",
+ "_origin": "ast",
+ "community": 40,
+ "norm_label": "products",
+ "id": "frontend_admin_panel_src_routes_adminroutes_products"
+ },
+ {
+ "label": "TestimonialsManager",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
+ "source_location": "L29",
+ "_origin": "ast",
+ "community": 40,
+ "norm_label": "testimonialsmanager",
+ "id": "frontend_admin_panel_src_routes_adminroutes_testimonialsmanager"
+ },
+ {
+ "label": "BASE_DOMAIN",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/services/api.ts",
+ "source_location": "L7",
+ "_origin": "ast",
+ "community": 40,
+ "norm_label": "base_domain",
+ "id": "frontend_admin_panel_src_services_api_base_domain"
+ },
{
"label": "ApiBearerAuth",
"file_type": "code",
@@ -29026,13 +28750,167 @@
"norm_label": "injectable",
"id": "backend_src_admin_categories_service_ts_injectable"
},
+ {
+ "label": "ApiBearerAuth",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 42,
+ "community_name": "MediaController",
+ "norm_label": "apibearerauth",
+ "id": "backend_src_admin_media_controller_ts_apibearerauth"
+ },
+ {
+ "label": "ApiOperation",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 42,
+ "community_name": "MediaController",
+ "norm_label": "apioperation",
+ "id": "backend_src_admin_media_controller_ts_apioperation"
+ },
+ {
+ "label": "ApiTags",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 42,
+ "community_name": "MediaController",
+ "norm_label": "apitags",
+ "id": "backend_src_admin_media_controller_ts_apitags"
+ },
+ {
+ "label": "Body",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 42,
+ "community_name": "MediaController",
+ "norm_label": "body",
+ "id": "backend_src_admin_media_controller_ts_body"
+ },
+ {
+ "label": "Controller",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 42,
+ "community_name": "MediaController",
+ "norm_label": "controller",
+ "id": "backend_src_admin_media_controller_ts_controller"
+ },
+ {
+ "label": "Delete",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 42,
+ "community_name": "MediaController",
+ "norm_label": "delete",
+ "id": "backend_src_admin_media_controller_ts_delete"
+ },
+ {
+ "label": "Get",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 42,
+ "community_name": "MediaController",
+ "norm_label": "get",
+ "id": "backend_src_admin_media_controller_ts_get"
+ },
+ {
+ "label": "Param",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 42,
+ "community_name": "MediaController",
+ "norm_label": "param",
+ "id": "backend_src_admin_media_controller_ts_param"
+ },
+ {
+ "label": "Post",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 42,
+ "community_name": "MediaController",
+ "norm_label": "post",
+ "id": "backend_src_admin_media_controller_ts_post"
+ },
+ {
+ "label": "Put",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 42,
+ "community_name": "MediaController",
+ "norm_label": "put",
+ "id": "backend_src_admin_media_controller_ts_put"
+ },
+ {
+ "label": "UploadedFile",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 42,
+ "community_name": "MediaController",
+ "norm_label": "uploadedfile",
+ "id": "backend_src_admin_media_controller_ts_uploadedfile"
+ },
+ {
+ "label": "UseGuards",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 42,
+ "community_name": "MediaController",
+ "norm_label": "useguards",
+ "id": "backend_src_admin_media_controller_ts_useguards"
+ },
+ {
+ "label": "UseInterceptors",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 42,
+ "community_name": "MediaController",
+ "norm_label": "useinterceptors",
+ "id": "backend_src_admin_media_controller_ts_useinterceptors"
+ },
+ {
+ "label": "Injectable",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 42,
+ "community_name": "admin.module.ts",
+ "norm_label": "injectable",
+ "id": "backend_src_admin_media_service_ts_injectable"
+ },
{
"label": ".antigravity/workflows/graphify.md",
"file_type": "document",
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L1",
"_origin": "ast",
- "community": 42,
+ "community": 43,
"community_name": "What You Must Do When Invoked",
"norm_label": ".antigravity/workflows/graphify.md",
"id": "antigravity_workflows_graphify"
@@ -29043,7 +28921,7 @@
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L719",
"_origin": "ast",
- "community": 42,
+ "community": 43,
"community_name": "What You Must Do When Invoked",
"norm_label": "for /graphify add and --watch",
"id": "antigravity_workflows_graphify_for_graphify_add_and_watch"
@@ -29054,7 +28932,7 @@
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L707",
"_origin": "ast",
- "community": 42,
+ "community": 43,
"community_name": "What You Must Do When Invoked",
"norm_label": "for /graphify query",
"id": "antigravity_workflows_graphify_for_graphify_query"
@@ -29065,7 +28943,7 @@
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L725",
"_origin": "ast",
- "community": 42,
+ "community": 43,
"community_name": "What You Must Do When Invoked",
"norm_label": "for the commit hook and native claude.md integration",
"id": "antigravity_workflows_graphify_for_the_commit_hook_and_native_claude_md_integration"
@@ -29076,7 +28954,7 @@
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L701",
"_origin": "ast",
- "community": 42,
+ "community": 43,
"community_name": "What You Must Do When Invoked",
"norm_label": "for --update and --cluster-only",
"id": "antigravity_workflows_graphify_for_update_and_cluster_only"
@@ -29087,7 +28965,7 @@
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L6",
"_origin": "ast",
- "community": 42,
+ "community": 43,
"community_name": "What You Must Do When Invoked",
"norm_label": "/graphify",
"id": "antigravity_workflows_graphify_graphify"
@@ -29098,7 +28976,7 @@
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L744",
"_origin": "ast",
- "community": 42,
+ "community": 43,
"community_name": "What You Must Do When Invoked",
"norm_label": "honesty rules",
"id": "antigravity_workflows_graphify_honesty_rules"
@@ -29109,7 +28987,7 @@
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L681",
"_origin": "ast",
- "community": 42,
+ "community": 43,
"community_name": "What You Must Do When Invoked",
"norm_label": "interpreter guard for subcommands",
"id": "antigravity_workflows_graphify_interpreter_guard_for_subcommands"
@@ -29120,7 +28998,7 @@
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L192",
"_origin": "ast",
- "community": 42,
+ "community": 43,
"community_name": "What You Must Do When Invoked",
"norm_label": "part a - structural extraction for code files",
"id": "antigravity_workflows_graphify_part_a_structural_extraction_for_code_files"
@@ -29131,7 +29009,7 @@
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L218",
"_origin": "ast",
- "community": 42,
+ "community": 43,
"community_name": "What You Must Do When Invoked",
"norm_label": "part b - semantic extraction (parallel subagents)",
"id": "antigravity_workflows_graphify_part_b_semantic_extraction_parallel_subagents"
@@ -29142,7 +29020,7 @@
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L381",
"_origin": "ast",
- "community": 42,
+ "community": 43,
"community_name": "What You Must Do When Invoked",
"norm_label": "part c - merge ast + semantic into final extraction",
"id": "antigravity_workflows_graphify_part_c_merge_ast_semantic_into_final_extraction"
@@ -29153,7 +29031,7 @@
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L733",
"_origin": "ast",
- "community": 42,
+ "community": 43,
"community_name": "What You Must Do When Invoked",
"norm_label": "powershell 5.1: vertical scrolling stops working",
"id": "antigravity_workflows_graphify_powershell_5_1_vertical_scrolling_stops_working"
@@ -29164,7 +29042,7 @@
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L61",
"_origin": "ast",
- "community": 42,
+ "community": 43,
"community_name": "What You Must Do When Invoked",
"norm_label": "step 0 - github repos and multi-path merge (only if a url or several paths)",
"id": "antigravity_workflows_graphify_step_0_github_repos_and_multi_path_merge_only_if_a_url_or_several_paths"
@@ -29175,7 +29053,7 @@
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L65",
"_origin": "ast",
- "community": 42,
+ "community": 43,
"community_name": "What You Must Do When Invoked",
"norm_label": "step 1 - ensure graphify is installed",
"id": "antigravity_workflows_graphify_step_1_ensure_graphify_is_installed"
@@ -29186,7 +29064,7 @@
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L169",
"_origin": "ast",
- "community": 42,
+ "community": 43,
"community_name": "What You Must Do When Invoked",
"norm_label": "step 2.5 - video and audio (only if video files detected)",
"id": "antigravity_workflows_graphify_step_2_5_video_and_audio_only_if_video_files_detected"
@@ -29197,7 +29075,7 @@
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L129",
"_origin": "ast",
- "community": 42,
+ "community": 43,
"community_name": "What You Must Do When Invoked",
"norm_label": "step 2 - detect files",
"id": "antigravity_workflows_graphify_step_2_detect_files"
@@ -29208,7 +29086,7 @@
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L173",
"_origin": "ast",
- "community": 42,
+ "community": 43,
"community_name": "What You Must Do When Invoked",
"norm_label": "step 3 - extract entities and relationships",
"id": "antigravity_workflows_graphify_step_3_extract_entities_and_relationships"
@@ -29219,7 +29097,7 @@
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L478",
"_origin": "ast",
- "community": 42,
+ "community": 43,
"community_name": "What You Must Do When Invoked",
"norm_label": "step 4.5 - graph health check (read-only integrity gate)",
"id": "antigravity_workflows_graphify_step_4_5_graph_health_check_read_only_integrity_gate"
@@ -29230,7 +29108,7 @@
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L415",
"_origin": "ast",
- "community": 42,
+ "community": 43,
"community_name": "What You Must Do When Invoked",
"norm_label": "step 4 - build graph, cluster, analyze, generate outputs",
"id": "antigravity_workflows_graphify_step_4_build_graph_cluster_analyze_generate_outputs"
@@ -29241,7 +29119,7 @@
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L504",
"_origin": "ast",
- "community": 42,
+ "community": 43,
"community_name": "What You Must Do When Invoked",
"norm_label": "step 5 - label communities",
"id": "antigravity_workflows_graphify_step_5_label_communities"
@@ -29252,7 +29130,7 @@
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L553",
"_origin": "ast",
- "community": 42,
+ "community": 43,
"community_name": "What You Must Do When Invoked",
"norm_label": "step 6 - generate obsidian vault (opt-in) + html",
"id": "antigravity_workflows_graphify_step_6_generate_obsidian_vault_opt_in_html"
@@ -29263,7 +29141,7 @@
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L579",
"_origin": "ast",
- "community": 42,
+ "community": 43,
"community_name": "What You Must Do When Invoked",
"norm_label": "step 9 - save manifest, update cost tracker, clean up, and report",
"id": "antigravity_workflows_graphify_step_9_save_manifest_update_cost_tracker_clean_up_and_report"
@@ -29274,7 +29152,7 @@
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L573",
"_origin": "ast",
- "community": 42,
+ "community": 43,
"community_name": "What You Must Do When Invoked",
"norm_label": "steps 6b-8 - wiki, neo4j, falkordb, svg, graphml, mcp, benchmark (only on their flags)",
"id": "antigravity_workflows_graphify_steps_6b_8_wiki_neo4j_falkordb_svg_graphml_mcp_benchmark_only_on_their_flags"
@@ -29285,7 +29163,7 @@
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L731",
"_origin": "ast",
- "community": 42,
+ "community": 43,
"community_name": "What You Must Do When Invoked",
"norm_label": "troubleshooting",
"id": "antigravity_workflows_graphify_troubleshooting"
@@ -29296,7 +29174,7 @@
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L10",
"_origin": "ast",
- "community": 42,
+ "community": 43,
"community_name": "What You Must Do When Invoked",
"norm_label": "usage",
"id": "antigravity_workflows_graphify_usage"
@@ -29307,7 +29185,7 @@
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L45",
"_origin": "ast",
- "community": 42,
+ "community": 43,
"community_name": "What You Must Do When Invoked",
"norm_label": "what graphify is for",
"id": "antigravity_workflows_graphify_what_graphify_is_for"
@@ -29318,7 +29196,7 @@
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L49",
"_origin": "ast",
- "community": 42,
+ "community": 43,
"community_name": "What You Must Do When Invoked",
"norm_label": "what you must do when invoked",
"id": "antigravity_workflows_graphify_what_you_must_do_when_invoked"
@@ -29329,7 +29207,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 43,
+ "community": 44,
"community_name": "SslController",
"norm_label": "apibearerauth",
"id": "backend_src_admin_ssl_controller_ts_apibearerauth"
@@ -29340,7 +29218,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 43,
+ "community": 44,
"community_name": "SslController",
"norm_label": "apioperation",
"id": "backend_src_admin_ssl_controller_ts_apioperation"
@@ -29351,7 +29229,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 43,
+ "community": 44,
"community_name": "SslController",
"norm_label": "apitags",
"id": "backend_src_admin_ssl_controller_ts_apitags"
@@ -29362,7 +29240,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 43,
+ "community": 44,
"community_name": "SslController",
"norm_label": "body",
"id": "backend_src_admin_ssl_controller_ts_body"
@@ -29373,7 +29251,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 43,
+ "community": 44,
"community_name": "SslController",
"norm_label": "controller",
"id": "backend_src_admin_ssl_controller_ts_controller"
@@ -29384,7 +29262,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 43,
+ "community": 44,
"community_name": "SslController",
"norm_label": "get",
"id": "backend_src_admin_ssl_controller_ts_get"
@@ -29395,7 +29273,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 43,
+ "community": 44,
"community_name": "SslController",
"norm_label": "post",
"id": "backend_src_admin_ssl_controller_ts_post"
@@ -29406,7 +29284,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 43,
+ "community": 44,
"community_name": "SslController",
"norm_label": "query",
"id": "backend_src_admin_ssl_controller_ts_query"
@@ -29417,7 +29295,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 43,
+ "community": 44,
"community_name": "SslController",
"norm_label": "useguards",
"id": "backend_src_admin_ssl_controller_ts_useguards"
@@ -29428,7 +29306,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 43,
+ "community": 44,
"community_name": "SslController",
"norm_label": "useinterceptors",
"id": "backend_src_admin_ssl_controller_ts_useinterceptors"
@@ -29439,7 +29317,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 43,
+ "community": 44,
"community_name": "SslController",
"norm_label": "injectable",
"id": "backend_src_admin_ssl_service_ts_injectable"
@@ -29450,7 +29328,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 43,
+ "community": 44,
"community_name": "SslController",
"norm_label": "uploadedfiles",
"id": "uploadedfiles"
@@ -29461,7 +29339,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 43,
+ "community": 44,
"norm_label": "roles",
"id": "backend_src_admin_ssl_controller_ts_roles"
},
@@ -29471,7 +29349,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 44,
+ "community": 45,
"community_name": "BannersService",
"norm_label": "apibearerauth",
"id": "backend_src_banners_banners_controller_ts_apibearerauth"
@@ -29482,7 +29360,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 44,
+ "community": 45,
"community_name": "BannersService",
"norm_label": "apioperation",
"id": "backend_src_banners_banners_controller_ts_apioperation"
@@ -29493,7 +29371,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 44,
+ "community": 45,
"community_name": "BannersService",
"norm_label": "apitags",
"id": "backend_src_banners_banners_controller_ts_apitags"
@@ -29504,7 +29382,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 44,
+ "community": 45,
"community_name": "BannersService",
"norm_label": "body",
"id": "backend_src_banners_banners_controller_ts_body"
@@ -29515,7 +29393,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 44,
+ "community": 45,
"community_name": "BannersService",
"norm_label": "controller",
"id": "backend_src_banners_banners_controller_ts_controller"
@@ -29526,7 +29404,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 44,
+ "community": 45,
"community_name": "BannersService",
"norm_label": "delete",
"id": "backend_src_banners_banners_controller_ts_delete"
@@ -29537,7 +29415,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 44,
+ "community": 45,
"community_name": "BannersService",
"norm_label": "get",
"id": "backend_src_banners_banners_controller_ts_get"
@@ -29548,7 +29426,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 44,
+ "community": 45,
"community_name": "BannersService",
"norm_label": "param",
"id": "backend_src_banners_banners_controller_ts_param"
@@ -29559,7 +29437,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 44,
+ "community": 45,
"community_name": "BannersService",
"norm_label": "patch",
"id": "backend_src_banners_banners_controller_ts_patch"
@@ -29570,7 +29448,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 44,
+ "community": 45,
"community_name": "BannersService",
"norm_label": "post",
"id": "backend_src_banners_banners_controller_ts_post"
@@ -29581,7 +29459,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 44,
+ "community": 45,
"community_name": "BannersService",
"norm_label": "put",
"id": "backend_src_banners_banners_controller_ts_put"
@@ -29592,7 +29470,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 44,
+ "community": 45,
"community_name": "BannersService",
"norm_label": "useguards",
"id": "backend_src_banners_banners_controller_ts_useguards"
@@ -29603,7 +29481,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 44,
+ "community": 45,
"community_name": "BannersService",
"norm_label": "injectable",
"id": "backend_src_banners_banners_service_ts_injectable"
@@ -29614,7 +29492,7 @@
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L1",
"_origin": "ast",
- "community": 45,
+ "community": 46,
"community_name": "What You Must Do When Invoked",
"norm_label": "skill.md",
"id": "claude_skills_graphify_skill"
@@ -29625,7 +29503,7 @@
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L719",
"_origin": "ast",
- "community": 45,
+ "community": 46,
"community_name": "What You Must Do When Invoked",
"norm_label": "for /graphify add and --watch",
"id": "claude_skills_graphify_skill_for_graphify_add_and_watch"
@@ -29636,7 +29514,7 @@
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L707",
"_origin": "ast",
- "community": 45,
+ "community": 46,
"community_name": "What You Must Do When Invoked",
"norm_label": "for /graphify query",
"id": "claude_skills_graphify_skill_for_graphify_query"
@@ -29647,7 +29525,7 @@
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L725",
"_origin": "ast",
- "community": 45,
+ "community": 46,
"community_name": "What You Must Do When Invoked",
"norm_label": "for the commit hook and native claude.md integration",
"id": "claude_skills_graphify_skill_for_the_commit_hook_and_native_claude_md_integration"
@@ -29658,7 +29536,7 @@
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L701",
"_origin": "ast",
- "community": 45,
+ "community": 46,
"community_name": "What You Must Do When Invoked",
"norm_label": "for --update and --cluster-only",
"id": "claude_skills_graphify_skill_for_update_and_cluster_only"
@@ -29669,7 +29547,7 @@
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L6",
"_origin": "ast",
- "community": 45,
+ "community": 46,
"community_name": "What You Must Do When Invoked",
"norm_label": "/graphify",
"id": "claude_skills_graphify_skill_graphify"
@@ -29680,7 +29558,7 @@
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L744",
"_origin": "ast",
- "community": 45,
+ "community": 46,
"community_name": "What You Must Do When Invoked",
"norm_label": "honesty rules",
"id": "claude_skills_graphify_skill_honesty_rules"
@@ -29691,7 +29569,7 @@
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L681",
"_origin": "ast",
- "community": 45,
+ "community": 46,
"community_name": "What You Must Do When Invoked",
"norm_label": "interpreter guard for subcommands",
"id": "claude_skills_graphify_skill_interpreter_guard_for_subcommands"
@@ -29702,7 +29580,7 @@
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L192",
"_origin": "ast",
- "community": 45,
+ "community": 46,
"community_name": "What You Must Do When Invoked",
"norm_label": "part a - structural extraction for code files",
"id": "claude_skills_graphify_skill_part_a_structural_extraction_for_code_files"
@@ -29713,7 +29591,7 @@
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L218",
"_origin": "ast",
- "community": 45,
+ "community": 46,
"community_name": "What You Must Do When Invoked",
"norm_label": "part b - semantic extraction (parallel subagents)",
"id": "claude_skills_graphify_skill_part_b_semantic_extraction_parallel_subagents"
@@ -29724,7 +29602,7 @@
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L381",
"_origin": "ast",
- "community": 45,
+ "community": 46,
"community_name": "What You Must Do When Invoked",
"norm_label": "part c - merge ast + semantic into final extraction",
"id": "claude_skills_graphify_skill_part_c_merge_ast_semantic_into_final_extraction"
@@ -29735,7 +29613,7 @@
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L733",
"_origin": "ast",
- "community": 45,
+ "community": 46,
"community_name": "What You Must Do When Invoked",
"norm_label": "powershell 5.1: vertical scrolling stops working",
"id": "claude_skills_graphify_skill_powershell_5_1_vertical_scrolling_stops_working"
@@ -29746,7 +29624,7 @@
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L61",
"_origin": "ast",
- "community": 45,
+ "community": 46,
"community_name": "What You Must Do When Invoked",
"norm_label": "step 0 - github repos and multi-path merge (only if a url or several paths)",
"id": "claude_skills_graphify_skill_step_0_github_repos_and_multi_path_merge_only_if_a_url_or_several_paths"
@@ -29757,7 +29635,7 @@
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L65",
"_origin": "ast",
- "community": 45,
+ "community": 46,
"community_name": "What You Must Do When Invoked",
"norm_label": "step 1 - ensure graphify is installed",
"id": "claude_skills_graphify_skill_step_1_ensure_graphify_is_installed"
@@ -29768,7 +29646,7 @@
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L169",
"_origin": "ast",
- "community": 45,
+ "community": 46,
"community_name": "What You Must Do When Invoked",
"norm_label": "step 2.5 - video and audio (only if video files detected)",
"id": "claude_skills_graphify_skill_step_2_5_video_and_audio_only_if_video_files_detected"
@@ -29779,7 +29657,7 @@
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L129",
"_origin": "ast",
- "community": 45,
+ "community": 46,
"community_name": "What You Must Do When Invoked",
"norm_label": "step 2 - detect files",
"id": "claude_skills_graphify_skill_step_2_detect_files"
@@ -29790,7 +29668,7 @@
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L173",
"_origin": "ast",
- "community": 45,
+ "community": 46,
"community_name": "What You Must Do When Invoked",
"norm_label": "step 3 - extract entities and relationships",
"id": "claude_skills_graphify_skill_step_3_extract_entities_and_relationships"
@@ -29801,7 +29679,7 @@
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L478",
"_origin": "ast",
- "community": 45,
+ "community": 46,
"community_name": "What You Must Do When Invoked",
"norm_label": "step 4.5 - graph health check (read-only integrity gate)",
"id": "claude_skills_graphify_skill_step_4_5_graph_health_check_read_only_integrity_gate"
@@ -29812,7 +29690,7 @@
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L415",
"_origin": "ast",
- "community": 45,
+ "community": 46,
"community_name": "What You Must Do When Invoked",
"norm_label": "step 4 - build graph, cluster, analyze, generate outputs",
"id": "claude_skills_graphify_skill_step_4_build_graph_cluster_analyze_generate_outputs"
@@ -29823,7 +29701,7 @@
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L504",
"_origin": "ast",
- "community": 45,
+ "community": 46,
"community_name": "What You Must Do When Invoked",
"norm_label": "step 5 - label communities",
"id": "claude_skills_graphify_skill_step_5_label_communities"
@@ -29834,7 +29712,7 @@
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L553",
"_origin": "ast",
- "community": 45,
+ "community": 46,
"community_name": "What You Must Do When Invoked",
"norm_label": "step 6 - generate obsidian vault (opt-in) + html",
"id": "claude_skills_graphify_skill_step_6_generate_obsidian_vault_opt_in_html"
@@ -29845,7 +29723,7 @@
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L579",
"_origin": "ast",
- "community": 45,
+ "community": 46,
"community_name": "What You Must Do When Invoked",
"norm_label": "step 9 - save manifest, update cost tracker, clean up, and report",
"id": "claude_skills_graphify_skill_step_9_save_manifest_update_cost_tracker_clean_up_and_report"
@@ -29856,7 +29734,7 @@
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L573",
"_origin": "ast",
- "community": 45,
+ "community": 46,
"community_name": "What You Must Do When Invoked",
"norm_label": "steps 6b-8 - wiki, neo4j, falkordb, svg, graphml, mcp, benchmark (only on their flags)",
"id": "claude_skills_graphify_skill_steps_6b_8_wiki_neo4j_falkordb_svg_graphml_mcp_benchmark_only_on_their_flags"
@@ -29867,7 +29745,7 @@
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L731",
"_origin": "ast",
- "community": 45,
+ "community": 46,
"community_name": "What You Must Do When Invoked",
"norm_label": "troubleshooting",
"id": "claude_skills_graphify_skill_troubleshooting"
@@ -29878,7 +29756,7 @@
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L10",
"_origin": "ast",
- "community": 45,
+ "community": 46,
"community_name": "What You Must Do When Invoked",
"norm_label": "usage",
"id": "claude_skills_graphify_skill_usage"
@@ -29889,7 +29767,7 @@
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L45",
"_origin": "ast",
- "community": 45,
+ "community": 46,
"community_name": "What You Must Do When Invoked",
"norm_label": "what graphify is for",
"id": "claude_skills_graphify_skill_what_graphify_is_for"
@@ -29900,7 +29778,7 @@
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L49",
"_origin": "ast",
- "community": 45,
+ "community": 46,
"community_name": "What You Must Do When Invoked",
"norm_label": "what you must do when invoked",
"id": "claude_skills_graphify_skill_what_you_must_do_when_invoked"
@@ -29911,7 +29789,7 @@
"source_file": "frontend/admin-panel/src/components/ui/Badge.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 46,
+ "community": 47,
"norm_label": "badge.tsx",
"id": "frontend_admin_panel_src_components_ui_badge"
},
@@ -29921,7 +29799,7 @@
"source_file": "frontend/admin-panel/src/components/ui/Badge.tsx",
"source_location": "L13",
"_origin": "ast",
- "community": 46,
+ "community": 47,
"norm_label": "variantstyles",
"id": "frontend_admin_panel_src_components_ui_badge_variantstyles"
},
@@ -29931,7 +29809,7 @@
"source_file": "frontend/admin-panel/src/components/ui/ImagePreviewModal.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 46,
+ "community": 47,
"norm_label": "imagepreviewmodal.tsx",
"id": "frontend_admin_panel_src_components_ui_imagepreviewmodal"
},
@@ -29941,7 +29819,7 @@
"source_file": "frontend/admin-panel/src/components/ui/ToggleSwitch.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 46,
+ "community": 47,
"norm_label": "toggleswitch.tsx",
"id": "frontend_admin_panel_src_components_ui_toggleswitch"
},
@@ -29951,7 +29829,7 @@
"source_file": "frontend/admin-panel/src/pages/Media.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 46,
+ "community": 47,
"norm_label": "media.tsx",
"id": "frontend_admin_panel_src_pages_media"
},
@@ -29961,7 +29839,7 @@
"source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 46,
+ "community": 47,
"norm_label": "prescriptionsmanager.tsx",
"id": "frontend_admin_panel_src_pages_prescriptionsmanager"
},
@@ -29971,7 +29849,7 @@
"source_file": "frontend/admin-panel/src/pages/UITexts.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 46,
+ "community": 47,
"norm_label": "uitexts.tsx",
"id": "frontend_admin_panel_src_pages_uitexts"
},
@@ -29981,7 +29859,7 @@
"source_file": "frontend/admin-panel/src/pages/UITexts.tsx",
"source_location": "L112",
"_origin": "ast",
- "community": 46,
+ "community": 47,
"norm_label": "group_page_map",
"id": "frontend_admin_panel_src_pages_uitexts_group_page_map"
},
@@ -29991,7 +29869,7 @@
"source_file": "frontend/admin-panel/src/pages/UITexts.tsx",
"source_location": "L18",
"_origin": "ast",
- "community": 46,
+ "community": 47,
"norm_label": "groups",
"id": "frontend_admin_panel_src_pages_uitexts_groups"
},
@@ -30001,7 +29879,7 @@
"source_file": "frontend/admin-panel/src/pages/UITexts.tsx",
"source_location": "L80",
"_origin": "ast",
- "community": 46,
+ "community": 47,
"norm_label": "key_labels_fa",
"id": "frontend_admin_panel_src_pages_uitexts_key_labels_fa"
},
@@ -30011,7 +29889,7 @@
"source_file": "frontend/admin-panel/src/pages/UITexts.tsx",
"source_location": "L9",
"_origin": "ast",
- "community": 46,
+ "community": 47,
"norm_label": "page_tabs",
"id": "frontend_admin_panel_src_pages_uitexts_page_tabs"
},
@@ -30021,7 +29899,7 @@
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L22",
"_origin": "ast",
- "community": 46,
+ "community": 47,
"norm_label": "media",
"id": "frontend_admin_panel_src_routes_adminroutes_media"
},
@@ -30031,7 +29909,7 @@
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L31",
"_origin": "ast",
- "community": 46,
+ "community": 47,
"norm_label": "prescriptionsmanager",
"id": "frontend_admin_panel_src_routes_adminroutes_prescriptionsmanager"
},
@@ -30041,7 +29919,7 @@
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L21",
"_origin": "ast",
- "community": 46,
+ "community": 47,
"norm_label": "uitexts",
"id": "frontend_admin_panel_src_routes_adminroutes_uitexts"
},
@@ -30051,7 +29929,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 47,
+ "community": 48,
"community_name": "Ingredient Management Controller",
"norm_label": "apibearerauth",
"id": "backend_src_ingredients_ingredients_controller_ts_apibearerauth"
@@ -30062,7 +29940,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 47,
+ "community": 48,
"community_name": "Ingredient Management Controller",
"norm_label": "apioperation",
"id": "backend_src_ingredients_ingredients_controller_ts_apioperation"
@@ -30073,7 +29951,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 47,
+ "community": 48,
"community_name": "Ingredient Management Controller",
"norm_label": "apitags",
"id": "backend_src_ingredients_ingredients_controller_ts_apitags"
@@ -30084,7 +29962,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 47,
+ "community": 48,
"community_name": "Ingredient Management Controller",
"norm_label": "body",
"id": "backend_src_ingredients_ingredients_controller_ts_body"
@@ -30095,7 +29973,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 47,
+ "community": 48,
"community_name": "Ingredient Management Controller",
"norm_label": "controller",
"id": "backend_src_ingredients_ingredients_controller_ts_controller"
@@ -30106,7 +29984,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 47,
+ "community": 48,
"community_name": "Ingredient Management Controller",
"norm_label": "delete",
"id": "backend_src_ingredients_ingredients_controller_ts_delete"
@@ -30117,7 +29995,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 47,
+ "community": 48,
"community_name": "Ingredient Management Controller",
"norm_label": "get",
"id": "backend_src_ingredients_ingredients_controller_ts_get"
@@ -30128,7 +30006,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 47,
+ "community": 48,
"community_name": "Ingredient Management Controller",
"norm_label": "param",
"id": "backend_src_ingredients_ingredients_controller_ts_param"
@@ -30139,7 +30017,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 47,
+ "community": 48,
"community_name": "Ingredient Management Controller",
"norm_label": "patch",
"id": "backend_src_ingredients_ingredients_controller_ts_patch"
@@ -30150,7 +30028,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 47,
+ "community": 48,
"community_name": "Ingredient Management Controller",
"norm_label": "post",
"id": "backend_src_ingredients_ingredients_controller_ts_post"
@@ -30161,7 +30039,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 47,
+ "community": 48,
"community_name": "Ingredient Management Controller",
"norm_label": "useguards",
"id": "backend_src_ingredients_ingredients_controller_ts_useguards"
@@ -30172,124 +30050,647 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 47,
+ "community": 48,
"community_name": "Ingredient Management Controller",
"norm_label": "injectable",
"id": "backend_src_ingredients_ingredients_service_ts_injectable"
},
{
- "label": "Layout.tsx",
+ "label": "ApiNotFoundResponse",
"file_type": "code",
- "source_file": "frontend/admin-panel/src/components/Layout.tsx",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 49,
+ "community_name": ".update",
+ "norm_label": "apinotfoundresponse",
+ "id": "backend_src_pets_pets_controller_ts_apinotfoundresponse"
+ },
+ {
+ "label": "ApiOkResponse",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 49,
+ "community_name": ".update",
+ "norm_label": "apiokresponse",
+ "id": "backend_src_pets_pets_controller_ts_apiokresponse"
+ },
+ {
+ "label": "ApiOperation",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 49,
+ "community_name": ".update",
+ "norm_label": "apioperation",
+ "id": "backend_src_pets_pets_controller_ts_apioperation"
+ },
+ {
+ "label": "Body",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 49,
+ "community_name": ".update",
+ "norm_label": "body",
+ "id": "backend_src_pets_pets_controller_ts_body"
+ },
+ {
+ "label": "Delete",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 49,
+ "community_name": ".update",
+ "norm_label": "delete",
+ "id": "backend_src_pets_pets_controller_ts_delete"
+ },
+ {
+ "label": "Get",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 49,
+ "community_name": ".update",
+ "norm_label": "get",
+ "id": "backend_src_pets_pets_controller_ts_get"
+ },
+ {
+ "label": "Param",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 49,
+ "community_name": ".update",
+ "norm_label": "param",
+ "id": "backend_src_pets_pets_controller_ts_param"
+ },
+ {
+ "label": "Patch",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 49,
+ "community_name": ".update",
+ "norm_label": "patch",
+ "id": "backend_src_pets_pets_controller_ts_patch"
+ },
+ {
+ "label": "Post",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 49,
+ "community_name": ".update",
+ "norm_label": "post",
+ "id": "backend_src_pets_pets_controller_ts_post"
+ },
+ {
+ "label": "Query",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 49,
+ "community_name": ".update",
+ "norm_label": "query",
+ "id": "backend_src_pets_pets_controller_ts_query"
+ },
+ {
+ "label": "Req",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 49,
+ "community_name": ".update",
+ "norm_label": "req",
+ "id": "backend_src_pets_pets_controller_ts_req"
+ },
+ {
+ "label": "ApiBearerAuth",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 49,
+ "community_name": "PetsController",
+ "norm_label": "apibearerauth",
+ "id": "backend_src_pets_pets_controller_ts_apibearerauth"
+ },
+ {
+ "label": "ApiTags",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 49,
+ "community_name": "PetsController",
+ "norm_label": "apitags",
+ "id": "backend_src_pets_pets_controller_ts_apitags"
+ },
+ {
+ "label": "Controller",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 49,
+ "community_name": "PetsController",
+ "norm_label": "controller",
+ "id": "backend_src_pets_pets_controller_ts_controller"
+ },
+ {
+ "label": "UseGuards",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 49,
+ "community_name": "PetsController",
+ "norm_label": "useguards",
+ "id": "backend_src_pets_pets_controller_ts_useguards"
+ },
+ {
+ "label": "auth.controller.spec.ts",
+ "file_type": "code",
+ "source_file": "backend/src/auth/auth.controller.spec.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 48,
- "community_name": "src/services/api.ts",
- "norm_label": "layout.tsx",
- "id": "frontend_admin_panel_src_components_layout"
+ "community": 5,
+ "community_name": "AuthController",
+ "norm_label": "auth.controller.spec.ts",
+ "id": "backend_src_auth_auth_controller_spec"
},
{
- "label": "ProtectedRoute.tsx",
+ "label": "ApiBadRequestResponse",
"file_type": "code",
- "source_file": "frontend/admin-panel/src/components/ProtectedRoute.tsx",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 5,
+ "community_name": "AuthController",
+ "norm_label": "apibadrequestresponse",
+ "id": "backend_src_auth_auth_controller_ts_apibadrequestresponse"
+ },
+ {
+ "label": "ApiBearerAuth",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 5,
+ "community_name": "AuthController",
+ "norm_label": "apibearerauth",
+ "id": "backend_src_auth_auth_controller_ts_apibearerauth"
+ },
+ {
+ "label": "ApiOkResponse",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 5,
+ "community_name": "AuthController",
+ "norm_label": "apiokresponse",
+ "id": "backend_src_auth_auth_controller_ts_apiokresponse"
+ },
+ {
+ "label": "ApiOperation",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 5,
+ "community_name": "AuthController",
+ "norm_label": "apioperation",
+ "id": "backend_src_auth_auth_controller_ts_apioperation"
+ },
+ {
+ "label": "ApiTags",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 5,
+ "community_name": "AuthController",
+ "norm_label": "apitags",
+ "id": "backend_src_auth_auth_controller_ts_apitags"
+ },
+ {
+ "label": "Body",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 5,
+ "community_name": "AuthController",
+ "norm_label": "body",
+ "id": "backend_src_auth_auth_controller_ts_body"
+ },
+ {
+ "label": "Controller",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 5,
+ "community_name": "AuthController",
+ "norm_label": "controller",
+ "id": "backend_src_auth_auth_controller_ts_controller"
+ },
+ {
+ "label": "Post",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 5,
+ "community_name": "AuthController",
+ "norm_label": "post",
+ "id": "backend_src_auth_auth_controller_ts_post"
+ },
+ {
+ "label": "Req",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 5,
+ "community_name": "AuthController",
+ "norm_label": "req",
+ "id": "backend_src_auth_auth_controller_ts_req"
+ },
+ {
+ "label": "UseGuards",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 5,
+ "community_name": "AuthController",
+ "norm_label": "useguards",
+ "id": "backend_src_auth_auth_controller_ts_useguards"
+ },
+ {
+ "label": "HttpCode",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 5,
+ "community_name": "AuthController",
+ "norm_label": "httpcode",
+ "id": "httpcode"
+ },
+ {
+ "label": "verify-otp.dto.ts",
+ "file_type": "code",
+ "source_file": "backend/src/auth/dto/verify-otp.dto.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 48,
- "community_name": "src/services/api.ts",
- "norm_label": "protectedroute.tsx",
- "id": "frontend_admin_panel_src_components_protectedroute"
+ "community": 5,
+ "community_name": "VerifyOtpDto",
+ "norm_label": "verify-otp.dto.ts",
+ "id": "backend_src_auth_dto_verify_otp_dto"
},
{
- "label": "adminAuthStore.ts",
+ "label": "ApiProperty",
"file_type": "code",
- "source_file": "frontend/admin-panel/src/store/adminAuthStore.ts",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 5,
+ "community_name": "VerifyOtpDto",
+ "norm_label": "apiproperty",
+ "id": "backend_src_auth_dto_verify_otp_dto_ts_apiproperty"
+ },
+ {
+ "label": "IsNotEmpty",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 5,
+ "community_name": "VerifyOtpDto",
+ "norm_label": "isnotempty",
+ "id": "backend_src_auth_dto_verify_otp_dto_ts_isnotempty"
+ },
+ {
+ "label": "IsString",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 5,
+ "community_name": "VerifyOtpDto",
+ "norm_label": "isstring",
+ "id": "backend_src_auth_dto_verify_otp_dto_ts_isstring"
+ },
+ {
+ "label": "Matches",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 5,
+ "community_name": "VerifyOtpDto",
+ "norm_label": "matches",
+ "id": "backend_src_auth_dto_verify_otp_dto_ts_matches"
+ },
+ {
+ "label": "Length",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 5,
+ "community_name": "VerifyOtpDto",
+ "norm_label": "length",
+ "id": "length"
+ },
+ {
+ "label": "admin-login.dto.ts",
+ "file_type": "code",
+ "source_file": "backend/src/auth/dto/admin-login.dto.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 48,
- "community_name": "src/services/api.ts",
- "norm_label": "adminauthstore.ts",
- "id": "frontend_admin_panel_src_store_adminauthstore"
+ "community": 5,
+ "community_name": "auth.controller.ts",
+ "norm_label": "admin-login.dto.ts",
+ "id": "backend_src_auth_dto_admin_login_dto"
},
{
- "label": "useAdminAuthStore",
+ "label": "ApiProperty",
"file_type": "code",
- "source_file": "frontend/admin-panel/src/store/adminAuthStore.ts",
- "source_location": "L5",
+ "source_file": "",
+ "source_location": "",
"_origin": "ast",
- "community": 48,
- "community_name": "src/services/api.ts",
- "norm_label": "useadminauthstore",
- "id": "frontend_admin_panel_src_store_adminauthstore_useadminauthstore"
+ "community": 5,
+ "community_name": "auth.controller.ts",
+ "norm_label": "apiproperty",
+ "id": "backend_src_auth_dto_admin_login_dto_ts_apiproperty"
},
{
- "label": "Sidebar.tsx",
+ "label": "IsEmail",
"file_type": "code",
- "source_file": "frontend/admin-panel/src/components/Sidebar.tsx",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 5,
+ "community_name": "auth.controller.ts",
+ "norm_label": "isemail",
+ "id": "backend_src_auth_dto_admin_login_dto_ts_isemail"
+ },
+ {
+ "label": "IsNotEmpty",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 5,
+ "community_name": "auth.controller.ts",
+ "norm_label": "isnotempty",
+ "id": "backend_src_auth_dto_admin_login_dto_ts_isnotempty"
+ },
+ {
+ "label": "IsString",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 5,
+ "community_name": "auth.controller.ts",
+ "norm_label": "isstring",
+ "id": "backend_src_auth_dto_admin_login_dto_ts_isstring"
+ },
+ {
+ "label": "MinLength",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 5,
+ "community_name": "auth.controller.ts",
+ "norm_label": "minlength",
+ "id": "backend_src_auth_dto_admin_login_dto_ts_minlength"
+ },
+ {
+ "label": "login.dto.ts",
+ "file_type": "code",
+ "source_file": "backend/src/auth/dto/login.dto.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 48,
- "norm_label": "sidebar.tsx",
- "id": "frontend_admin_panel_src_components_sidebar"
+ "community": 5,
+ "community_name": "auth.controller.ts",
+ "norm_label": "login.dto.ts",
+ "id": "backend_src_auth_dto_login_dto"
},
{
- "label": "Topbar.tsx",
+ "label": "ApiProperty",
"file_type": "code",
- "source_file": "frontend/admin-panel/src/components/Topbar.tsx",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 5,
+ "community_name": "auth.controller.ts",
+ "norm_label": "apiproperty",
+ "id": "backend_src_auth_dto_login_dto_ts_apiproperty"
+ },
+ {
+ "label": "IsNotEmpty",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 5,
+ "community_name": "auth.controller.ts",
+ "norm_label": "isnotempty",
+ "id": "backend_src_auth_dto_login_dto_ts_isnotempty"
+ },
+ {
+ "label": "IsString",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 5,
+ "community_name": "auth.controller.ts",
+ "norm_label": "isstring",
+ "id": "backend_src_auth_dto_login_dto_ts_isstring"
+ },
+ {
+ "label": "MinLength",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 5,
+ "community_name": "auth.controller.ts",
+ "norm_label": "minlength",
+ "id": "backend_src_auth_dto_login_dto_ts_minlength"
+ },
+ {
+ "label": "register.dto.ts",
+ "file_type": "code",
+ "source_file": "backend/src/auth/dto/register.dto.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 48,
- "norm_label": "topbar.tsx",
- "id": "frontend_admin_panel_src_components_topbar"
+ "community": 5,
+ "community_name": "auth.controller.ts",
+ "norm_label": "register.dto.ts",
+ "id": "backend_src_auth_dto_register_dto"
},
{
- "label": "SEARCHABLE_PAGES",
+ "label": "ApiProperty",
"file_type": "code",
- "source_file": "frontend/admin-panel/src/components/Topbar.tsx",
- "source_location": "L12",
+ "source_file": "",
+ "source_location": "",
"_origin": "ast",
- "community": 48,
- "norm_label": "searchable_pages",
- "id": "frontend_admin_panel_src_components_topbar_searchable_pages"
+ "community": 5,
+ "community_name": "auth.controller.ts",
+ "norm_label": "apiproperty",
+ "id": "backend_src_auth_dto_register_dto_ts_apiproperty"
},
{
- "label": "Login.tsx",
+ "label": "ApiPropertyOptional",
"file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Login.tsx",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 5,
+ "community_name": "auth.controller.ts",
+ "norm_label": "apipropertyoptional",
+ "id": "backend_src_auth_dto_register_dto_ts_apipropertyoptional"
+ },
+ {
+ "label": "IsEmail",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 5,
+ "community_name": "auth.controller.ts",
+ "norm_label": "isemail",
+ "id": "backend_src_auth_dto_register_dto_ts_isemail"
+ },
+ {
+ "label": "IsNotEmpty",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 5,
+ "community_name": "auth.controller.ts",
+ "norm_label": "isnotempty",
+ "id": "backend_src_auth_dto_register_dto_ts_isnotempty"
+ },
+ {
+ "label": "IsOptional",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 5,
+ "community_name": "auth.controller.ts",
+ "norm_label": "isoptional",
+ "id": "backend_src_auth_dto_register_dto_ts_isoptional"
+ },
+ {
+ "label": "IsString",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 5,
+ "community_name": "auth.controller.ts",
+ "norm_label": "isstring",
+ "id": "backend_src_auth_dto_register_dto_ts_isstring"
+ },
+ {
+ "label": "MinLength",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 5,
+ "community_name": "auth.controller.ts",
+ "norm_label": "minlength",
+ "id": "backend_src_auth_dto_register_dto_ts_minlength"
+ },
+ {
+ "label": "send-otp.dto.ts",
+ "file_type": "code",
+ "source_file": "backend/src/auth/dto/send-otp.dto.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 48,
- "norm_label": "login.tsx",
- "id": "frontend_admin_panel_src_pages_login"
+ "community": 5,
+ "community_name": "auth.service.ts",
+ "norm_label": "send-otp.dto.ts",
+ "id": "backend_src_auth_dto_send_otp_dto"
},
{
- "label": "src/services/api.ts",
+ "label": "ApiProperty",
"file_type": "code",
- "source_file": "frontend/admin-panel/src/services/api.ts",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 5,
+ "community_name": "auth.service.ts",
+ "norm_label": "apiproperty",
+ "id": "backend_src_auth_dto_send_otp_dto_ts_apiproperty"
+ },
+ {
+ "label": "IsNotEmpty",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 5,
+ "community_name": "auth.service.ts",
+ "norm_label": "isnotempty",
+ "id": "backend_src_auth_dto_send_otp_dto_ts_isnotempty"
+ },
+ {
+ "label": "IsString",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 5,
+ "community_name": "auth.service.ts",
+ "norm_label": "isstring",
+ "id": "backend_src_auth_dto_send_otp_dto_ts_isstring"
+ },
+ {
+ "label": "Matches",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 5,
+ "community_name": "auth.service.ts",
+ "norm_label": "matches",
+ "id": "backend_src_auth_dto_send_otp_dto_ts_matches"
+ },
+ {
+ "label": "auth.controller.ts",
+ "file_type": "code",
+ "source_file": "backend/src/auth/auth.controller.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 48,
- "norm_label": "src/services/api.ts",
- "id": "frontend_admin_panel_src_services_api"
- },
- {
- "label": "api",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/services/api.ts",
- "source_location": "L23",
- "_origin": "ast",
- "community": 48,
- "norm_label": "api",
- "id": "frontend_admin_panel_src_services_api_api"
- },
- {
- "label": "failedQueue",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/services/api.ts",
- "source_location": "L32",
- "_origin": "ast",
- "community": 48,
- "norm_label": "failedqueue",
- "id": "frontend_admin_panel_src_services_api_failedqueue"
+ "community": 5,
+ "norm_label": "auth.controller.ts",
+ "id": "backend_src_auth_auth_controller"
},
{
"label": "Hero.test.tsx",
@@ -30297,7 +30698,7 @@
"source_file": "frontend/application/components/__tests__/Hero.test.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 49,
+ "community": 50,
"community_name": "ArchivePage.tsx",
"norm_label": "hero.test.tsx",
"id": "frontend_application_components_tests_hero_test"
@@ -30308,7 +30709,7 @@
"source_file": "frontend/application/lib/types.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 49,
+ "community": 50,
"community_name": "ArchivePage.tsx",
"norm_label": "types.ts",
"id": "frontend_application_lib_types"
@@ -30319,7 +30720,7 @@
"source_file": "frontend/application/app/HomeClient.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 49,
+ "community": 50,
"norm_label": "homeclient.tsx",
"id": "frontend_application_app_homeclient"
},
@@ -30329,7 +30730,7 @@
"source_file": "frontend/application/app/page.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 49,
+ "community": 50,
"norm_label": "app/page.tsx",
"id": "frontend_application_app_page"
},
@@ -30339,7 +30740,7 @@
"source_file": "frontend/application/app/page.tsx",
"source_location": "L4",
"_origin": "ast",
- "community": 49,
+ "community": 50,
"norm_label": "metadata",
"id": "frontend_application_app_page_metadata"
},
@@ -30349,7 +30750,7 @@
"source_file": "frontend/application/components/BannerPlacement.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 49,
+ "community": 50,
"norm_label": "bannerplacement.tsx",
"id": "frontend_application_components_bannerplacement"
},
@@ -30359,373 +30760,10 @@
"source_file": "frontend/application/components/Hero.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 49,
+ "community": 50,
"norm_label": "hero.tsx",
"id": "frontend_application_components_hero"
},
- {
- "label": "ApiBearerAuth",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 5,
- "community_name": "CmsController",
- "norm_label": "apibearerauth",
- "id": "backend_src_cms_cms_controller_ts_apibearerauth"
- },
- {
- "label": "ApiOperation",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 5,
- "community_name": "CmsController",
- "norm_label": "apioperation",
- "id": "backend_src_cms_cms_controller_ts_apioperation"
- },
- {
- "label": "ApiTags",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 5,
- "community_name": "CmsController",
- "norm_label": "apitags",
- "id": "backend_src_cms_cms_controller_ts_apitags"
- },
- {
- "label": "Body",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 5,
- "community_name": "CmsController",
- "norm_label": "body",
- "id": "backend_src_cms_cms_controller_ts_body"
- },
- {
- "label": "Controller",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 5,
- "community_name": "CmsController",
- "norm_label": "controller",
- "id": "backend_src_cms_cms_controller_ts_controller"
- },
- {
- "label": "Delete",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 5,
- "community_name": "CmsController",
- "norm_label": "delete",
- "id": "backend_src_cms_cms_controller_ts_delete"
- },
- {
- "label": "Get",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 5,
- "community_name": "CmsController",
- "norm_label": "get",
- "id": "backend_src_cms_cms_controller_ts_get"
- },
- {
- "label": "Param",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 5,
- "community_name": "CmsController",
- "norm_label": "param",
- "id": "backend_src_cms_cms_controller_ts_param"
- },
- {
- "label": "Post",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 5,
- "community_name": "CmsController",
- "norm_label": "post",
- "id": "backend_src_cms_cms_controller_ts_post"
- },
- {
- "label": "Put",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 5,
- "community_name": "CmsController",
- "norm_label": "put",
- "id": "backend_src_cms_cms_controller_ts_put"
- },
- {
- "label": "UseGuards",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 5,
- "community_name": "CmsController",
- "norm_label": "useguards",
- "id": "backend_src_cms_cms_controller_ts_useguards"
- },
- {
- "label": "cms.service.ts",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.service.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 5,
- "community_name": "CmsController",
- "norm_label": "cms.service.ts",
- "id": "backend_src_cms_cms_service"
- },
- {
- "label": "Injectable",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 5,
- "community_name": "CmsController",
- "norm_label": "injectable",
- "id": "backend_src_cms_cms_service_ts_injectable"
- },
- {
- "label": "cms.dto.ts",
- "file_type": "code",
- "source_file": "backend/src/cms/dto/cms.dto.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 5,
- "community_name": "CmsController",
- "norm_label": "cms.dto.ts",
- "id": "backend_src_cms_dto_cms_dto"
- },
- {
- "label": "ApiProperty",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 5,
- "community_name": "CmsController",
- "norm_label": "apiproperty",
- "id": "backend_src_cms_dto_cms_dto_ts_apiproperty"
- },
- {
- "label": "ApiPropertyOptional",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 5,
- "community_name": "CmsController",
- "norm_label": "apipropertyoptional",
- "id": "backend_src_cms_dto_cms_dto_ts_apipropertyoptional"
- },
- {
- "label": "IsBoolean",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 5,
- "community_name": "CmsController",
- "norm_label": "isboolean",
- "id": "backend_src_cms_dto_cms_dto_ts_isboolean"
- },
- {
- "label": "IsNumber",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 5,
- "community_name": "CmsController",
- "norm_label": "isnumber",
- "id": "backend_src_cms_dto_cms_dto_ts_isnumber"
- },
- {
- "label": "IsOptional",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 5,
- "community_name": "CmsController",
- "norm_label": "isoptional",
- "id": "backend_src_cms_dto_cms_dto_ts_isoptional"
- },
- {
- "label": "IsString",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 5,
- "community_name": "CmsController",
- "norm_label": "isstring",
- "id": "backend_src_cms_dto_cms_dto_ts_isstring"
- },
- {
- "label": "IsUUID",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 5,
- "community_name": "CmsController",
- "norm_label": "isuuid",
- "id": "isuuid"
- },
- {
- "label": "ApiBearerAuth",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 50,
- "community_name": "Prescription Review Controller",
- "norm_label": "apibearerauth",
- "id": "backend_src_prescriptions_prescriptions_controller_ts_apibearerauth"
- },
- {
- "label": "ApiOperation",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 50,
- "community_name": "Prescription Review Controller",
- "norm_label": "apioperation",
- "id": "backend_src_prescriptions_prescriptions_controller_ts_apioperation"
- },
- {
- "label": "ApiTags",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 50,
- "community_name": "Prescription Review Controller",
- "norm_label": "apitags",
- "id": "backend_src_prescriptions_prescriptions_controller_ts_apitags"
- },
- {
- "label": "Body",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 50,
- "community_name": "Prescription Review Controller",
- "norm_label": "body",
- "id": "backend_src_prescriptions_prescriptions_controller_ts_body"
- },
- {
- "label": "Controller",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 50,
- "community_name": "Prescription Review Controller",
- "norm_label": "controller",
- "id": "backend_src_prescriptions_prescriptions_controller_ts_controller"
- },
- {
- "label": "Get",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 50,
- "community_name": "Prescription Review Controller",
- "norm_label": "get",
- "id": "backend_src_prescriptions_prescriptions_controller_ts_get"
- },
- {
- "label": "Param",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 50,
- "community_name": "Prescription Review Controller",
- "norm_label": "param",
- "id": "backend_src_prescriptions_prescriptions_controller_ts_param"
- },
- {
- "label": "Patch",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 50,
- "community_name": "Prescription Review Controller",
- "norm_label": "patch",
- "id": "backend_src_prescriptions_prescriptions_controller_ts_patch"
- },
- {
- "label": "Post",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 50,
- "community_name": "Prescription Review Controller",
- "norm_label": "post",
- "id": "backend_src_prescriptions_prescriptions_controller_ts_post"
- },
- {
- "label": "Req",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 50,
- "community_name": "Prescription Review Controller",
- "norm_label": "req",
- "id": "backend_src_prescriptions_prescriptions_controller_ts_req"
- },
- {
- "label": "UseGuards",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 50,
- "community_name": "Prescription Review Controller",
- "norm_label": "useguards",
- "id": "backend_src_prescriptions_prescriptions_controller_ts_useguards"
- },
- {
- "label": "Injectable",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 50,
- "community_name": "Prescription Review Controller",
- "norm_label": "injectable",
- "id": "backend_src_prescriptions_prescriptions_service_ts_injectable"
- },
{
"label": "ApiBearerAuth",
"file_type": "code",
@@ -31244,48 +31282,92 @@
"id": "ai_agency_agents_12_seo_content_your_domain_what_you_review_only_these_areas"
},
{
- "label": "prisma-exception.filter.ts",
- "file_type": "code",
- "source_file": "backend/src/common/filters/prisma-exception.filter.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 54,
- "community_name": "main.ts",
- "norm_label": "prisma-exception.filter.ts",
- "id": "backend_src_common_filters_prisma_exception_filter"
- },
- {
- "label": "Catch",
+ "label": "ApiPropertyOptional",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 54,
- "community_name": "main.ts",
- "norm_label": "catch",
- "id": "backend_src_common_filters_prisma_exception_filter_ts_catch"
+ "community_name": "AdminService",
+ "norm_label": "apipropertyoptional",
+ "id": "backend_src_admin_dto_admin_query_dto_ts_apipropertyoptional"
},
{
- "label": "decimal.interceptor.ts",
+ "label": "IsOptional",
"file_type": "code",
- "source_file": "backend/src/common/interceptors/decimal.interceptor.ts",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 54,
+ "community_name": "AdminService",
+ "norm_label": "isoptional",
+ "id": "backend_src_admin_dto_admin_query_dto_ts_isoptional"
+ },
+ {
+ "label": "IsString",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 54,
+ "community_name": "AdminService",
+ "norm_label": "isstring",
+ "id": "backend_src_admin_dto_admin_query_dto_ts_isstring"
+ },
+ {
+ "label": "admin-query.dto.ts",
+ "file_type": "code",
+ "source_file": "backend/src/admin/dto/admin-query.dto.ts",
"source_location": "L1",
"_origin": "ast",
"community": 54,
- "community_name": "main.ts",
- "norm_label": "decimal.interceptor.ts",
- "id": "backend_src_common_interceptors_decimal_interceptor"
+ "community_name": "PaginationDto",
+ "norm_label": "admin-query.dto.ts",
+ "id": "backend_src_admin_dto_admin_query_dto"
},
{
- "label": "decimal.interceptor.spec.ts",
+ "label": "blogs/blogs.controller.ts",
"file_type": "code",
- "source_file": "backend/src/common/interceptors/decimal.interceptor.spec.ts",
+ "source_file": "backend/src/blogs/blogs.controller.ts",
"source_location": "L1",
"_origin": "ast",
"community": 54,
- "community_name": "main.ts",
- "norm_label": "decimal.interceptor.spec.ts",
- "id": "backend_src_common_interceptors_decimal_interceptor_spec"
+ "community_name": "PaginationDto",
+ "norm_label": "blogs/blogs.controller.ts",
+ "id": "backend_src_blogs_blogs_controller"
+ },
+ {
+ "label": "blogs.module.ts",
+ "file_type": "code",
+ "source_file": "backend/src/blogs/blogs.module.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 54,
+ "community_name": "PaginationDto",
+ "norm_label": "blogs.module.ts",
+ "id": "backend_src_blogs_blogs_module"
+ },
+ {
+ "label": "Module",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 54,
+ "community_name": "PaginationDto",
+ "norm_label": "module",
+ "id": "backend_src_blogs_blogs_module_ts_module"
+ },
+ {
+ "label": "blogs/blogs.service.ts",
+ "file_type": "code",
+ "source_file": "backend/src/blogs/blogs.service.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 54,
+ "community_name": "PaginationDto",
+ "norm_label": "blogs/blogs.service.ts",
+ "id": "backend_src_blogs_blogs_service"
},
{
"label": "Injectable",
@@ -31294,72 +31376,86 @@
"source_location": "",
"_origin": "ast",
"community": 54,
- "community_name": "main.ts",
+ "community_name": "PaginationDto",
"norm_label": "injectable",
- "id": "backend_src_common_interceptors_decimal_interceptor_ts_injectable"
+ "id": "backend_src_blogs_blogs_service_ts_injectable"
},
{
- "label": "error-response.schema.ts",
- "file_type": "code",
- "source_file": "backend/src/common/schemas/error-response.schema.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 54,
- "community_name": "main.ts",
- "norm_label": "error-response.schema.ts",
- "id": "backend_src_common_schemas_error_response_schema"
- },
- {
- "label": "ApiProperty",
+ "label": "ApiPropertyOptional",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 54,
- "community_name": "main.ts",
- "norm_label": "apiproperty",
- "id": "backend_src_common_schemas_error_response_schema_ts_apiproperty"
+ "community_name": "PaginationDto",
+ "norm_label": "apipropertyoptional",
+ "id": "backend_src_common_dto_pagination_dto_ts_apipropertyoptional"
},
{
- "label": "app-audit-verification.e2e-spec.ts",
- "file_type": "code",
- "source_file": "backend/test/app-audit-verification.e2e-spec.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 54,
- "community_name": "main.ts",
- "norm_label": "app-audit-verification.e2e-spec.ts",
- "id": "backend_test_app_audit_verification_e2e_spec"
- },
- {
- "label": "http-exception.filter.ts",
- "file_type": "code",
- "source_file": "backend/src/common/filters/http-exception.filter.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 54,
- "norm_label": "http-exception.filter.ts",
- "id": "backend_src_common_filters_http_exception_filter"
- },
- {
- "label": "main.ts",
- "file_type": "code",
- "source_file": "backend/src/main.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 54,
- "norm_label": "main.ts",
- "id": "backend_src_main"
- },
- {
- "label": "Catch",
+ "label": "IsEnum",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 54,
- "norm_label": "catch",
- "id": "catch"
+ "community_name": "PaginationDto",
+ "norm_label": "isenum",
+ "id": "backend_src_common_dto_pagination_dto_ts_isenum"
+ },
+ {
+ "label": "IsInt",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 54,
+ "community_name": "PaginationDto",
+ "norm_label": "isint",
+ "id": "backend_src_common_dto_pagination_dto_ts_isint"
+ },
+ {
+ "label": "IsOptional",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 54,
+ "community_name": "PaginationDto",
+ "norm_label": "isoptional",
+ "id": "backend_src_common_dto_pagination_dto_ts_isoptional"
+ },
+ {
+ "label": "IsString",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 54,
+ "community_name": "PaginationDto",
+ "norm_label": "isstring",
+ "id": "backend_src_common_dto_pagination_dto_ts_isstring"
+ },
+ {
+ "label": "Min",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 54,
+ "community_name": "PaginationDto",
+ "norm_label": "min",
+ "id": "backend_src_common_dto_pagination_dto_ts_min"
+ },
+ {
+ "label": "Type",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 54,
+ "community_name": "PaginationDto",
+ "norm_label": "type",
+ "id": "backend_src_common_dto_pagination_dto_ts_type"
},
{
"label": "Body",
@@ -31943,617 +32039,13 @@
"norm_label": "vite/client",
"id": "ref_vite_client"
},
- {
- "label": "admin/pets.controller.ts",
- "file_type": "code",
- "source_file": "backend/src/admin/pets.controller.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 58,
- "community_name": "PetsController",
- "norm_label": "admin/pets.controller.ts",
- "id": "backend_src_admin_pets_controller"
- },
- {
- "label": "ApiBearerAuth",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 58,
- "community_name": "PetsController",
- "norm_label": "apibearerauth",
- "id": "backend_src_admin_pets_controller_ts_apibearerauth"
- },
- {
- "label": "ApiOperation",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 58,
- "community_name": "PetsController",
- "norm_label": "apioperation",
- "id": "backend_src_admin_pets_controller_ts_apioperation"
- },
- {
- "label": "ApiQuery",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 58,
- "community_name": "PetsController",
- "norm_label": "apiquery",
- "id": "backend_src_admin_pets_controller_ts_apiquery"
- },
- {
- "label": "ApiTags",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 58,
- "community_name": "PetsController",
- "norm_label": "apitags",
- "id": "backend_src_admin_pets_controller_ts_apitags"
- },
- {
- "label": "Controller",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 58,
- "community_name": "PetsController",
- "norm_label": "controller",
- "id": "backend_src_admin_pets_controller_ts_controller"
- },
- {
- "label": "Delete",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 58,
- "community_name": "PetsController",
- "norm_label": "delete",
- "id": "backend_src_admin_pets_controller_ts_delete"
- },
- {
- "label": "Get",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 58,
- "community_name": "PetsController",
- "norm_label": "get",
- "id": "backend_src_admin_pets_controller_ts_get"
- },
- {
- "label": "Param",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 58,
- "community_name": "PetsController",
- "norm_label": "param",
- "id": "backend_src_admin_pets_controller_ts_param"
- },
- {
- "label": "Query",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 58,
- "community_name": "PetsController",
- "norm_label": "query",
- "id": "backend_src_admin_pets_controller_ts_query"
- },
- {
- "label": "UseGuards",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 58,
- "community_name": "PetsController",
- "norm_label": "useguards",
- "id": "backend_src_admin_pets_controller_ts_useguards"
- },
- {
- "label": "Injectable",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 58,
- "community_name": "PetsController",
- "norm_label": "injectable",
- "id": "backend_src_admin_pets_service_ts_injectable"
- },
- {
- "label": "admin/pets.service.ts",
- "file_type": "code",
- "source_file": "backend/src/admin/pets.service.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 58,
- "norm_label": "admin/pets.service.ts",
- "id": "backend_src_admin_pets_service"
- },
- {
- "label": "ApiProperty",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 59,
- "community_name": "OrdersService",
- "norm_label": "apiproperty",
- "id": "backend_src_orders_dto_create_order_dto_ts_apiproperty"
- },
- {
- "label": "ApiPropertyOptional",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 59,
- "community_name": "OrdersService",
- "norm_label": "apipropertyoptional",
- "id": "backend_src_orders_dto_create_order_dto_ts_apipropertyoptional"
- },
- {
- "label": "IsArray",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 59,
- "community_name": "OrdersService",
- "norm_label": "isarray",
- "id": "backend_src_orders_dto_create_order_dto_ts_isarray"
- },
- {
- "label": "IsNotEmpty",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 59,
- "community_name": "OrdersService",
- "norm_label": "isnotempty",
- "id": "backend_src_orders_dto_create_order_dto_ts_isnotempty"
- },
- {
- "label": "IsNumber",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 59,
- "community_name": "OrdersService",
- "norm_label": "isnumber",
- "id": "backend_src_orders_dto_create_order_dto_ts_isnumber"
- },
- {
- "label": "IsOptional",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 59,
- "community_name": "OrdersService",
- "norm_label": "isoptional",
- "id": "backend_src_orders_dto_create_order_dto_ts_isoptional"
- },
- {
- "label": "IsString",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 59,
- "community_name": "OrdersService",
- "norm_label": "isstring",
- "id": "backend_src_orders_dto_create_order_dto_ts_isstring"
- },
- {
- "label": "Type",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 59,
- "community_name": "OrdersService",
- "norm_label": "type",
- "id": "backend_src_orders_dto_create_order_dto_ts_type"
- },
- {
- "label": "ValidateNested",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 59,
- "community_name": "OrdersService",
- "norm_label": "validatenested",
- "id": "validatenested"
- },
- {
- "label": "create-order.dto.ts",
- "file_type": "code",
- "source_file": "backend/src/orders/dto/create-order.dto.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 59,
- "community_name": "PaginationDto",
- "norm_label": "create-order.dto.ts",
- "id": "backend_src_orders_dto_create_order_dto"
- },
- {
- "label": "orders.controller.spec.ts",
- "file_type": "code",
- "source_file": "backend/src/orders/orders.controller.spec.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 59,
- "community_name": "PaginationDto",
- "norm_label": "orders.controller.spec.ts",
- "id": "backend_src_orders_orders_controller_spec"
- },
- {
- "label": "IsNotEmpty",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 59,
- "community_name": "PaginationDto",
- "norm_label": "isnotempty",
- "id": "backend_src_orders_orders_controller_ts_isnotempty"
- },
- {
- "label": "IsNumber",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 59,
- "community_name": "PaginationDto",
- "norm_label": "isnumber",
- "id": "backend_src_orders_orders_controller_ts_isnumber"
- },
- {
- "label": "IsString",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 59,
- "community_name": "PaginationDto",
- "norm_label": "isstring",
- "id": "backend_src_orders_orders_controller_ts_isstring"
- },
- {
- "label": "orders.module.ts",
- "file_type": "code",
- "source_file": "backend/src/orders/orders.module.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 59,
- "community_name": "PaginationDto",
- "norm_label": "orders.module.ts",
- "id": "backend_src_orders_orders_module"
- },
- {
- "label": "Module",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 59,
- "community_name": "PaginationDto",
- "norm_label": "module",
- "id": "backend_src_orders_orders_module_ts_module"
- },
- {
- "label": "orders.controller.ts",
- "file_type": "code",
- "source_file": "backend/src/orders/orders.controller.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 59,
- "norm_label": "orders.controller.ts",
- "id": "backend_src_orders_orders_controller"
- },
- {
- "label": "orders.service.ts",
- "file_type": "code",
- "source_file": "backend/src/orders/orders.service.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 59,
- "norm_label": "orders.service.ts",
- "id": "backend_src_orders_orders_service"
- },
- {
- "label": "NetworkBanner.tsx",
- "file_type": "code",
- "source_file": "frontend/application/components/NetworkBanner.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 6,
- "community_name": "toPersian",
- "norm_label": "networkbanner.tsx",
- "id": "frontend_application_components_networkbanner"
- },
- {
- "label": "useNetworkStatus.ts",
- "file_type": "code",
- "source_file": "frontend/application/lib/hooks/useNetworkStatus.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 6,
- "community_name": "toPersian",
- "norm_label": "usenetworkstatus.ts",
- "id": "frontend_application_lib_hooks_usenetworkstatus"
- },
- {
- "label": "uiStore.ts",
- "file_type": "code",
- "source_file": "frontend/application/lib/store/uiStore.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 6,
- "community_name": "toPersian",
- "norm_label": "uistore.ts",
- "id": "frontend_application_lib_store_uistore"
- },
- {
- "label": "useUIStore",
- "file_type": "code",
- "source_file": "frontend/application/lib/store/uiStore.ts",
- "source_location": "L14",
- "_origin": "ast",
- "community": 6,
- "community_name": "toPersian",
- "norm_label": "useuistore",
- "id": "frontend_application_lib_store_uistore_useuistore"
- },
- {
- "label": "EnamadBadge.tsx",
- "file_type": "code",
- "source_file": "frontend/application/components/EnamadBadge.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 6,
- "community_name": "useSettingsStore",
- "norm_label": "enamadbadge.tsx",
- "id": "frontend_application_components_enamadbadge"
- },
- {
- "label": "settingsStore.test.ts",
- "file_type": "code",
- "source_file": "frontend/application/lib/store/__tests__/settingsStore.test.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 6,
- "community_name": "useSettingsStore",
- "norm_label": "settingsstore.test.ts",
- "id": "frontend_application_lib_store_tests_settingsstore_test"
- },
- {
- "label": "ClientLayout.tsx",
- "file_type": "code",
- "source_file": "frontend/application/app/ClientLayout.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 6,
- "norm_label": "clientlayout.tsx",
- "id": "frontend_application_app_clientlayout"
- },
- {
- "label": "layout.tsx",
- "file_type": "code",
- "source_file": "frontend/application/app/layout.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 6,
- "norm_label": "layout.tsx",
- "id": "frontend_application_app_layout"
- },
- {
- "label": "trust-seals/page.tsx",
- "file_type": "code",
- "source_file": "frontend/application/app/trust-seals/page.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 6,
- "norm_label": "trust-seals/page.tsx",
- "id": "frontend_application_app_trust_seals_page"
- },
- {
- "label": "metadata",
- "file_type": "code",
- "source_file": "frontend/application/app/trust-seals/page.tsx",
- "source_location": "L6",
- "_origin": "ast",
- "community": 6,
- "norm_label": "metadata",
- "id": "frontend_application_app_trust_seals_page_metadata"
- },
- {
- "label": "AuthModal.tsx",
- "file_type": "code",
- "source_file": "frontend/application/components/AuthModal.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 6,
- "norm_label": "authmodal.tsx",
- "id": "frontend_application_components_authmodal"
- },
- {
- "label": "B2BPortal.tsx",
- "file_type": "code",
- "source_file": "frontend/application/components/B2BPortal.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 6,
- "norm_label": "b2bportal.tsx",
- "id": "frontend_application_components_b2bportal"
- },
- {
- "label": "BrandLogo.tsx",
- "file_type": "code",
- "source_file": "frontend/application/components/BrandLogo.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 6,
- "norm_label": "brandlogo.tsx",
- "id": "frontend_application_components_brandlogo"
- },
- {
- "label": "Footer.tsx",
- "file_type": "code",
- "source_file": "frontend/application/components/Footer.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 6,
- "norm_label": "footer.tsx",
- "id": "frontend_application_components_footer"
- },
- {
- "label": "Header.tsx",
- "file_type": "code",
- "source_file": "frontend/application/components/Header.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 6,
- "norm_label": "header.tsx",
- "id": "frontend_application_components_header"
- },
- {
- "label": "MENU_ICONS",
- "file_type": "code",
- "source_file": "frontend/application/components/Header.tsx",
- "source_location": "L19",
- "_origin": "ast",
- "community": 6,
- "norm_label": "menu_icons",
- "id": "frontend_application_components_header_menu_icons"
- },
- {
- "label": "LoginModal.tsx",
- "file_type": "code",
- "source_file": "frontend/application/components/LoginModal.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 6,
- "norm_label": "loginmodal.tsx",
- "id": "frontend_application_components_loginmodal"
- },
- {
- "label": "MaintenancePage.tsx",
- "file_type": "code",
- "source_file": "frontend/application/components/MaintenancePage.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 6,
- "norm_label": "maintenancepage.tsx",
- "id": "frontend_application_components_maintenancepage"
- },
- {
- "label": "SmartAdvisor.tsx",
- "file_type": "code",
- "source_file": "frontend/application/components/SmartAdvisor.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 6,
- "norm_label": "smartadvisor.tsx",
- "id": "frontend_application_components_smartadvisor"
- },
- {
- "label": "CURRENT_SYMPTOMS",
- "file_type": "code",
- "source_file": "frontend/application/components/SmartAdvisor.tsx",
- "source_location": "L32",
- "_origin": "ast",
- "community": 6,
- "norm_label": "current_symptoms",
- "id": "frontend_application_components_smartadvisor_current_symptoms"
- },
- {
- "label": "MEDICAL_HISTORIES",
- "file_type": "code",
- "source_file": "frontend/application/components/SmartAdvisor.tsx",
- "source_location": "L43",
- "_origin": "ast",
- "community": 6,
- "norm_label": "medical_histories",
- "id": "frontend_application_components_smartadvisor_medical_histories"
- },
- {
- "label": "Footer.test.tsx",
- "file_type": "code",
- "source_file": "frontend/application/components/__tests__/Footer.test.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 6,
- "norm_label": "footer.test.tsx",
- "id": "frontend_application_components_tests_footer_test"
- },
- {
- "label": "TickerBanner.tsx",
- "file_type": "code",
- "source_file": "frontend/application/components/TickerBanner.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 6,
- "norm_label": "tickerbanner.tsx",
- "id": "frontend_application_components_tickerbanner"
- },
- {
- "label": "settingsStore.ts",
- "file_type": "code",
- "source_file": "frontend/application/lib/store/settingsStore.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 6,
- "norm_label": "settingsstore.ts",
- "id": "frontend_application_lib_store_settingsstore"
- },
- {
- "label": "useSettingsStore",
- "file_type": "code",
- "source_file": "frontend/application/lib/store/settingsStore.ts",
- "source_location": "L22",
- "_origin": "ast",
- "community": 6,
- "norm_label": "usesettingsstore",
- "id": "frontend_application_lib_store_settingsstore_usesettingsstore"
- },
- {
- "label": "useUserStore",
- "file_type": "code",
- "source_file": "frontend/application/lib/store/userStore.ts",
- "source_location": "L63",
- "_origin": "ast",
- "community": 6,
- "norm_label": "useuserstore",
- "id": "frontend_application_lib_store_userstore_useuserstore"
- },
{
"label": "dependencies",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L23",
"_origin": "ast",
- "community": 60,
+ "community": 58,
"community_name": "dependencies",
"norm_label": "dependencies",
"id": "backend_package_dependencies"
@@ -32564,7 +32056,7 @@
"source_file": "backend/package.json",
"source_location": "L32",
"_origin": "ast",
- "community": 60,
+ "community": 58,
"community_name": "dependencies",
"norm_label": "bcrypt",
"id": "backend_package_dependencies_bcrypt"
@@ -32575,7 +32067,7 @@
"source_file": "backend/package.json",
"source_location": "L34",
"_origin": "ast",
- "community": 60,
+ "community": 58,
"community_name": "dependencies",
"norm_label": "class-transformer",
"id": "backend_package_dependencies_class_transformer"
@@ -32586,7 +32078,7 @@
"source_file": "backend/package.json",
"source_location": "L35",
"_origin": "ast",
- "community": 60,
+ "community": 58,
"community_name": "dependencies",
"norm_label": "class-validator",
"id": "backend_package_dependencies_class_validator"
@@ -32597,29 +32089,18 @@
"source_file": "backend/package.json",
"source_location": "L37",
"_origin": "ast",
- "community": 60,
+ "community": 58,
"community_name": "dependencies",
"norm_label": "ioredis",
"id": "backend_package_dependencies_ioredis"
},
- {
- "label": "js-yaml",
- "file_type": "code",
- "source_file": "backend/package.json",
- "source_location": "L38",
- "_origin": "ast",
- "community": 60,
- "community_name": "dependencies",
- "norm_label": "js-yaml",
- "id": "backend_package_dependencies_js_yaml"
- },
{
"label": "@nestjs/common",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L24",
"_origin": "ast",
- "community": 60,
+ "community": 58,
"community_name": "dependencies",
"norm_label": "@nestjs/common",
"id": "backend_package_dependencies_nestjs_common"
@@ -32630,7 +32111,7 @@
"source_file": "backend/package.json",
"source_location": "L27",
"_origin": "ast",
- "community": 60,
+ "community": 58,
"community_name": "dependencies",
"norm_label": "@nestjs/passport",
"id": "backend_package_dependencies_nestjs_passport"
@@ -32641,7 +32122,7 @@
"source_file": "backend/package.json",
"source_location": "L28",
"_origin": "ast",
- "community": 60,
+ "community": 58,
"community_name": "dependencies",
"norm_label": "@nestjs/platform-express",
"id": "backend_package_dependencies_nestjs_platform_express"
@@ -32652,18 +32133,29 @@
"source_file": "backend/package.json",
"source_location": "L39",
"_origin": "ast",
- "community": 60,
+ "community": 58,
"community_name": "dependencies",
"norm_label": "passport",
"id": "backend_package_dependencies_passport"
},
+ {
+ "label": "reflect-metadata",
+ "file_type": "code",
+ "source_file": "backend/package.json",
+ "source_location": "L41",
+ "_origin": "ast",
+ "community": 58,
+ "community_name": "dependencies",
+ "norm_label": "reflect-metadata",
+ "id": "backend_package_dependencies_reflect_metadata"
+ },
{
"label": "rxjs",
"file_type": "code",
"source_file": "backend/package.json",
"source_location": "L42",
"_origin": "ast",
- "community": 60,
+ "community": 58,
"community_name": "dependencies",
"norm_label": "rxjs",
"id": "backend_package_dependencies_rxjs"
@@ -32674,7 +32166,7 @@
"source_file": "backend/package.json",
"source_location": "L32",
"_origin": "ast",
- "community": 60,
+ "community": 58,
"community_name": "dependencies",
"norm_label": "bcrypt",
"id": "bcrypt"
@@ -32685,7 +32177,7 @@
"source_file": "backend/package.json",
"source_location": "L34",
"_origin": "ast",
- "community": 60,
+ "community": 58,
"community_name": "dependencies",
"norm_label": "class-transformer",
"id": "class_transformer"
@@ -32696,7 +32188,7 @@
"source_file": "backend/package.json",
"source_location": "L35",
"_origin": "ast",
- "community": 60,
+ "community": 58,
"community_name": "dependencies",
"norm_label": "class-validator",
"id": "class_validator"
@@ -32707,29 +32199,18 @@
"source_file": "backend/package.json",
"source_location": "L37",
"_origin": "ast",
- "community": 60,
+ "community": 58,
"community_name": "dependencies",
"norm_label": "ioredis",
"id": "ioredis"
},
- {
- "label": "js-yaml",
- "file_type": "concept",
- "source_file": "backend/package.json",
- "source_location": "L38",
- "_origin": "ast",
- "community": 60,
- "community_name": "dependencies",
- "norm_label": "js-yaml",
- "id": "js_yaml"
- },
{
"label": "@nestjs/common",
"file_type": "concept",
"source_file": "backend/package.json",
"source_location": "L24",
"_origin": "ast",
- "community": 60,
+ "community": 58,
"community_name": "dependencies",
"norm_label": "@nestjs/common",
"id": "nestjs_common"
@@ -32740,7 +32221,7 @@
"source_file": "backend/package.json",
"source_location": "L27",
"_origin": "ast",
- "community": 60,
+ "community": 58,
"community_name": "dependencies",
"norm_label": "@nestjs/passport",
"id": "nestjs_passport"
@@ -32751,7 +32232,7 @@
"source_file": "backend/package.json",
"source_location": "L28",
"_origin": "ast",
- "community": 60,
+ "community": 58,
"community_name": "dependencies",
"norm_label": "@nestjs/platform-express",
"id": "nestjs_platform_express"
@@ -32762,18 +32243,29 @@
"source_file": "backend/package.json",
"source_location": "L39",
"_origin": "ast",
- "community": 60,
+ "community": 58,
"community_name": "dependencies",
"norm_label": "passport",
"id": "passport"
},
+ {
+ "label": "reflect-metadata",
+ "file_type": "concept",
+ "source_file": "backend/package.json",
+ "source_location": "L41",
+ "_origin": "ast",
+ "community": 58,
+ "community_name": "dependencies",
+ "norm_label": "reflect-metadata",
+ "id": "reflect_metadata"
+ },
{
"label": "rxjs",
"file_type": "concept",
"source_file": "backend/package.json",
"source_location": "L42",
"_origin": "ast",
- "community": 60,
+ "community": 58,
"community_name": "dependencies",
"norm_label": "rxjs",
"id": "rxjs"
@@ -32784,7 +32276,511 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 61,
+ "community": 59,
+ "community_name": "Prescription Review Controller",
+ "norm_label": "apibearerauth",
+ "id": "backend_src_prescriptions_prescriptions_controller_ts_apibearerauth"
+ },
+ {
+ "label": "ApiOperation",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 59,
+ "community_name": "Prescription Review Controller",
+ "norm_label": "apioperation",
+ "id": "backend_src_prescriptions_prescriptions_controller_ts_apioperation"
+ },
+ {
+ "label": "ApiTags",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 59,
+ "community_name": "Prescription Review Controller",
+ "norm_label": "apitags",
+ "id": "backend_src_prescriptions_prescriptions_controller_ts_apitags"
+ },
+ {
+ "label": "Body",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 59,
+ "community_name": "Prescription Review Controller",
+ "norm_label": "body",
+ "id": "backend_src_prescriptions_prescriptions_controller_ts_body"
+ },
+ {
+ "label": "Controller",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 59,
+ "community_name": "Prescription Review Controller",
+ "norm_label": "controller",
+ "id": "backend_src_prescriptions_prescriptions_controller_ts_controller"
+ },
+ {
+ "label": "Get",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 59,
+ "community_name": "Prescription Review Controller",
+ "norm_label": "get",
+ "id": "backend_src_prescriptions_prescriptions_controller_ts_get"
+ },
+ {
+ "label": "Param",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 59,
+ "community_name": "Prescription Review Controller",
+ "norm_label": "param",
+ "id": "backend_src_prescriptions_prescriptions_controller_ts_param"
+ },
+ {
+ "label": "Patch",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 59,
+ "community_name": "Prescription Review Controller",
+ "norm_label": "patch",
+ "id": "backend_src_prescriptions_prescriptions_controller_ts_patch"
+ },
+ {
+ "label": "Post",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 59,
+ "community_name": "Prescription Review Controller",
+ "norm_label": "post",
+ "id": "backend_src_prescriptions_prescriptions_controller_ts_post"
+ },
+ {
+ "label": "Req",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 59,
+ "community_name": "Prescription Review Controller",
+ "norm_label": "req",
+ "id": "backend_src_prescriptions_prescriptions_controller_ts_req"
+ },
+ {
+ "label": "UseGuards",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 59,
+ "community_name": "Prescription Review Controller",
+ "norm_label": "useguards",
+ "id": "backend_src_prescriptions_prescriptions_controller_ts_useguards"
+ },
+ {
+ "label": "ApiProperty",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 6,
+ "community_name": "OrdersService",
+ "norm_label": "apiproperty",
+ "id": "backend_src_orders_dto_create_order_dto_ts_apiproperty"
+ },
+ {
+ "label": "ApiPropertyOptional",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 6,
+ "community_name": "OrdersService",
+ "norm_label": "apipropertyoptional",
+ "id": "backend_src_orders_dto_create_order_dto_ts_apipropertyoptional"
+ },
+ {
+ "label": "IsArray",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 6,
+ "community_name": "OrdersService",
+ "norm_label": "isarray",
+ "id": "backend_src_orders_dto_create_order_dto_ts_isarray"
+ },
+ {
+ "label": "IsNotEmpty",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 6,
+ "community_name": "OrdersService",
+ "norm_label": "isnotempty",
+ "id": "backend_src_orders_dto_create_order_dto_ts_isnotempty"
+ },
+ {
+ "label": "IsNumber",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 6,
+ "community_name": "OrdersService",
+ "norm_label": "isnumber",
+ "id": "backend_src_orders_dto_create_order_dto_ts_isnumber"
+ },
+ {
+ "label": "IsOptional",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 6,
+ "community_name": "OrdersService",
+ "norm_label": "isoptional",
+ "id": "backend_src_orders_dto_create_order_dto_ts_isoptional"
+ },
+ {
+ "label": "IsString",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 6,
+ "community_name": "OrdersService",
+ "norm_label": "isstring",
+ "id": "backend_src_orders_dto_create_order_dto_ts_isstring"
+ },
+ {
+ "label": "Type",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 6,
+ "community_name": "OrdersService",
+ "norm_label": "type",
+ "id": "backend_src_orders_dto_create_order_dto_ts_type"
+ },
+ {
+ "label": "ApiBadRequestResponse",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 6,
+ "community_name": "OrdersService",
+ "norm_label": "apibadrequestresponse",
+ "id": "backend_src_orders_orders_controller_ts_apibadrequestresponse"
+ },
+ {
+ "label": "ApiBearerAuth",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 6,
+ "community_name": "OrdersService",
+ "norm_label": "apibearerauth",
+ "id": "backend_src_orders_orders_controller_ts_apibearerauth"
+ },
+ {
+ "label": "ApiCreatedResponse",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 6,
+ "community_name": "OrdersService",
+ "norm_label": "apicreatedresponse",
+ "id": "backend_src_orders_orders_controller_ts_apicreatedresponse"
+ },
+ {
+ "label": "ApiNotFoundResponse",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 6,
+ "community_name": "OrdersService",
+ "norm_label": "apinotfoundresponse",
+ "id": "backend_src_orders_orders_controller_ts_apinotfoundresponse"
+ },
+ {
+ "label": "ApiOkResponse",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 6,
+ "community_name": "OrdersService",
+ "norm_label": "apiokresponse",
+ "id": "backend_src_orders_orders_controller_ts_apiokresponse"
+ },
+ {
+ "label": "ApiOperation",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 6,
+ "community_name": "OrdersService",
+ "norm_label": "apioperation",
+ "id": "backend_src_orders_orders_controller_ts_apioperation"
+ },
+ {
+ "label": "ApiTags",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 6,
+ "community_name": "OrdersService",
+ "norm_label": "apitags",
+ "id": "backend_src_orders_orders_controller_ts_apitags"
+ },
+ {
+ "label": "Body",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 6,
+ "community_name": "OrdersService",
+ "norm_label": "body",
+ "id": "backend_src_orders_orders_controller_ts_body"
+ },
+ {
+ "label": "Controller",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 6,
+ "community_name": "OrdersService",
+ "norm_label": "controller",
+ "id": "backend_src_orders_orders_controller_ts_controller"
+ },
+ {
+ "label": "Get",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 6,
+ "community_name": "OrdersService",
+ "norm_label": "get",
+ "id": "backend_src_orders_orders_controller_ts_get"
+ },
+ {
+ "label": "Param",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 6,
+ "community_name": "OrdersService",
+ "norm_label": "param",
+ "id": "backend_src_orders_orders_controller_ts_param"
+ },
+ {
+ "label": "Post",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 6,
+ "community_name": "OrdersService",
+ "norm_label": "post",
+ "id": "backend_src_orders_orders_controller_ts_post"
+ },
+ {
+ "label": "Query",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 6,
+ "community_name": "OrdersService",
+ "norm_label": "query",
+ "id": "backend_src_orders_orders_controller_ts_query"
+ },
+ {
+ "label": "Req",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 6,
+ "community_name": "OrdersService",
+ "norm_label": "req",
+ "id": "backend_src_orders_orders_controller_ts_req"
+ },
+ {
+ "label": "UseGuards",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 6,
+ "community_name": "OrdersService",
+ "norm_label": "useguards",
+ "id": "backend_src_orders_orders_controller_ts_useguards"
+ },
+ {
+ "label": "Injectable",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 6,
+ "community_name": "OrdersService",
+ "norm_label": "injectable",
+ "id": "backend_src_orders_orders_service_ts_injectable"
+ },
+ {
+ "label": "ValidateNested",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 6,
+ "community_name": "OrdersService",
+ "norm_label": "validatenested",
+ "id": "validatenested"
+ },
+ {
+ "label": "create-order.dto.ts",
+ "file_type": "code",
+ "source_file": "backend/src/orders/dto/create-order.dto.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 6,
+ "community_name": "PaginationDto",
+ "norm_label": "create-order.dto.ts",
+ "id": "backend_src_orders_dto_create_order_dto"
+ },
+ {
+ "label": "orders.controller.spec.ts",
+ "file_type": "code",
+ "source_file": "backend/src/orders/orders.controller.spec.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 6,
+ "community_name": "PaginationDto",
+ "norm_label": "orders.controller.spec.ts",
+ "id": "backend_src_orders_orders_controller_spec"
+ },
+ {
+ "label": "IsNotEmpty",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 6,
+ "community_name": "PaginationDto",
+ "norm_label": "isnotempty",
+ "id": "backend_src_orders_orders_controller_ts_isnotempty"
+ },
+ {
+ "label": "IsNumber",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 6,
+ "community_name": "PaginationDto",
+ "norm_label": "isnumber",
+ "id": "backend_src_orders_orders_controller_ts_isnumber"
+ },
+ {
+ "label": "IsString",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 6,
+ "community_name": "PaginationDto",
+ "norm_label": "isstring",
+ "id": "backend_src_orders_orders_controller_ts_isstring"
+ },
+ {
+ "label": "orders.module.ts",
+ "file_type": "code",
+ "source_file": "backend/src/orders/orders.module.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 6,
+ "community_name": "PaginationDto",
+ "norm_label": "orders.module.ts",
+ "id": "backend_src_orders_orders_module"
+ },
+ {
+ "label": "Module",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 6,
+ "community_name": "PaginationDto",
+ "norm_label": "module",
+ "id": "backend_src_orders_orders_module_ts_module"
+ },
+ {
+ "label": "orders.service.spec.ts",
+ "file_type": "code",
+ "source_file": "backend/src/orders/orders.service.spec.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 6,
+ "community_name": "PrismaService",
+ "norm_label": "orders.service.spec.ts",
+ "id": "backend_src_orders_orders_service_spec"
+ },
+ {
+ "label": "orders.controller.ts",
+ "file_type": "code",
+ "source_file": "backend/src/orders/orders.controller.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 6,
+ "norm_label": "orders.controller.ts",
+ "id": "backend_src_orders_orders_controller"
+ },
+ {
+ "label": "orders.service.ts",
+ "file_type": "code",
+ "source_file": "backend/src/orders/orders.service.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 6,
+ "norm_label": "orders.service.ts",
+ "id": "backend_src_orders_orders_service"
+ },
+ {
+ "label": "ApiBearerAuth",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 60,
"community_name": "Admin Blog Controller",
"norm_label": "apibearerauth",
"id": "backend_src_admin_blogs_controller_ts_apibearerauth"
@@ -32795,7 +32791,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 61,
+ "community": 60,
"community_name": "Admin Blog Controller",
"norm_label": "apioperation",
"id": "backend_src_admin_blogs_controller_ts_apioperation"
@@ -32806,7 +32802,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 61,
+ "community": 60,
"community_name": "Admin Blog Controller",
"norm_label": "apiquery",
"id": "backend_src_admin_blogs_controller_ts_apiquery"
@@ -32817,7 +32813,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 61,
+ "community": 60,
"community_name": "Admin Blog Controller",
"norm_label": "apitags",
"id": "backend_src_admin_blogs_controller_ts_apitags"
@@ -32828,7 +32824,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 61,
+ "community": 60,
"community_name": "Admin Blog Controller",
"norm_label": "body",
"id": "backend_src_admin_blogs_controller_ts_body"
@@ -32839,7 +32835,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 61,
+ "community": 60,
"community_name": "Admin Blog Controller",
"norm_label": "controller",
"id": "backend_src_admin_blogs_controller_ts_controller"
@@ -32850,7 +32846,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 61,
+ "community": 60,
"community_name": "Admin Blog Controller",
"norm_label": "delete",
"id": "backend_src_admin_blogs_controller_ts_delete"
@@ -32861,7 +32857,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 61,
+ "community": 60,
"community_name": "Admin Blog Controller",
"norm_label": "get",
"id": "backend_src_admin_blogs_controller_ts_get"
@@ -32872,7 +32868,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 61,
+ "community": 60,
"community_name": "Admin Blog Controller",
"norm_label": "param",
"id": "backend_src_admin_blogs_controller_ts_param"
@@ -32883,7 +32879,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 61,
+ "community": 60,
"community_name": "Admin Blog Controller",
"norm_label": "post",
"id": "backend_src_admin_blogs_controller_ts_post"
@@ -32894,7 +32890,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 61,
+ "community": 60,
"community_name": "Admin Blog Controller",
"norm_label": "put",
"id": "backend_src_admin_blogs_controller_ts_put"
@@ -32905,7 +32901,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 61,
+ "community": 60,
"community_name": "Admin Blog Controller",
"norm_label": "query",
"id": "backend_src_admin_blogs_controller_ts_query"
@@ -32916,7 +32912,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 61,
+ "community": 60,
"community_name": "Admin Blog Controller",
"norm_label": "request",
"id": "backend_src_admin_blogs_controller_ts_request"
@@ -32927,7 +32923,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 61,
+ "community": 60,
"community_name": "Admin Blog Controller",
"norm_label": "useguards",
"id": "backend_src_admin_blogs_controller_ts_useguards"
@@ -32938,7 +32934,7 @@
"source_file": "docs/audit/31-module-audit-closure.md",
"source_location": "L1",
"_origin": "ast",
- "community": 62,
+ "community": 61,
"community_name": "Required Review Group Closures",
"norm_label": "31-module-audit-closure.md",
"id": "docs_audit_31_module_audit_closure"
@@ -32949,7 +32945,7 @@
"source_file": "docs/audit/31-module-audit-closure.md",
"source_location": "L88",
"_origin": "ast",
- "community": 62,
+ "community": 61,
"community_name": "Required Review Group Closures",
"norm_label": "10. orders backend",
"id": "docs_audit_31_module_audit_closure_10_orders_backend"
@@ -32960,7 +32956,7 @@
"source_file": "docs/audit/31-module-audit-closure.md",
"source_location": "L96",
"_origin": "ast",
- "community": 62,
+ "community": 61,
"community_name": "Required Review Group Closures",
"norm_label": "11. settings & administrative backend",
"id": "docs_audit_31_module_audit_closure_11_settings_administrative_backend"
@@ -32971,7 +32967,7 @@
"source_file": "docs/audit/31-module-audit-closure.md",
"source_location": "L104",
"_origin": "ast",
- "community": 62,
+ "community": 61,
"community_name": "Required Review Group Closures",
"norm_label": "12. prisma schema, migrations & seed",
"id": "docs_audit_31_module_audit_closure_12_prisma_schema_migrations_seed"
@@ -32982,7 +32978,7 @@
"source_file": "docs/audit/31-module-audit-closure.md",
"source_location": "L114",
"_origin": "ast",
- "community": 62,
+ "community": 61,
"community_name": "Required Review Group Closures",
"norm_label": "13. redis & temporary auth state",
"id": "docs_audit_31_module_audit_closure_13_redis_temporary_auth_state"
@@ -32993,7 +32989,7 @@
"source_file": "docs/audit/31-module-audit-closure.md",
"source_location": "L122",
"_origin": "ast",
- "community": 62,
+ "community": 61,
"community_name": "Required Review Group Closures",
"norm_label": "14. unit & e2e tests",
"id": "docs_audit_31_module_audit_closure_14_unit_e2e_tests"
@@ -33004,7 +33000,7 @@
"source_file": "docs/audit/31-module-audit-closure.md",
"source_location": "L131",
"_origin": "ast",
- "community": 62,
+ "community": 61,
"community_name": "Required Review Group Closures",
"norm_label": "15. docker, nginx, prometheus & deployment config",
"id": "docs_audit_31_module_audit_closure_15_docker_nginx_prometheus_deployment_config"
@@ -33015,7 +33011,7 @@
"source_file": "docs/audit/31-module-audit-closure.md",
"source_location": "L139",
"_origin": "ast",
- "community": 62,
+ "community": 61,
"community_name": "Required Review Group Closures",
"norm_label": "16. documentation & openapi artifacts",
"id": "docs_audit_31_module_audit_closure_16_documentation_openapi_artifacts"
@@ -33026,7 +33022,7 @@
"source_file": "docs/audit/31-module-audit-closure.md",
"source_location": "L10",
"_origin": "ast",
- "community": 62,
+ "community": 61,
"community_name": "Required Review Group Closures",
"norm_label": "1. storefront shell & routing",
"id": "docs_audit_31_module_audit_closure_1_storefront_shell_routing"
@@ -33037,7 +33033,7 @@
"source_file": "docs/audit/31-module-audit-closure.md",
"source_location": "L19",
"_origin": "ast",
- "community": 62,
+ "community": 61,
"community_name": "Required Review Group Closures",
"norm_label": "2. authentication ui, stores & api clients",
"id": "docs_audit_31_module_audit_closure_2_authentication_ui_stores_api_clients"
@@ -33048,7 +33044,7 @@
"source_file": "docs/audit/31-module-audit-closure.md",
"source_location": "L28",
"_origin": "ast",
- "community": 62,
+ "community": 61,
"community_name": "Required Review Group Closures",
"norm_label": "3. cart, checkout, order, wallet & payment ui",
"id": "docs_audit_31_module_audit_closure_3_cart_checkout_order_wallet_payment_ui"
@@ -33059,7 +33055,7 @@
"source_file": "docs/audit/31-module-audit-closure.md",
"source_location": "L37",
"_origin": "ast",
- "community": 62,
+ "community": 61,
"community_name": "Required Review Group Closures",
"norm_label": "4. product, pet, scientific term & settings ui",
"id": "docs_audit_31_module_audit_closure_4_product_pet_scientific_term_settings_ui"
@@ -33070,7 +33066,7 @@
"source_file": "docs/audit/31-module-audit-closure.md",
"source_location": "L46",
"_origin": "ast",
- "community": 62,
+ "community": 61,
"community_name": "Required Review Group Closures",
"norm_label": "5. nestjs bootstrap & shared infrastructure",
"id": "docs_audit_31_module_audit_closure_5_nestjs_bootstrap_shared_infrastructure"
@@ -33081,7 +33077,7 @@
"source_file": "docs/audit/31-module-audit-closure.md",
"source_location": "L55",
"_origin": "ast",
- "community": 62,
+ "community": 61,
"community_name": "Required Review Group Closures",
"norm_label": "6. authentication & authorization backend",
"id": "docs_audit_31_module_audit_closure_6_authentication_authorization_backend"
@@ -33092,7 +33088,7 @@
"source_file": "docs/audit/31-module-audit-closure.md",
"source_location": "L63",
"_origin": "ast",
- "community": 62,
+ "community": 61,
"community_name": "Required Review Group Closures",
"norm_label": "7. users & addresses backend",
"id": "docs_audit_31_module_audit_closure_7_users_addresses_backend"
@@ -33103,7 +33099,7 @@
"source_file": "docs/audit/31-module-audit-closure.md",
"source_location": "L71",
"_origin": "ast",
- "community": 62,
+ "community": 61,
"community_name": "Required Review Group Closures",
"norm_label": "8. pets backend",
"id": "docs_audit_31_module_audit_closure_8_pets_backend"
@@ -33114,7 +33110,7 @@
"source_file": "docs/audit/31-module-audit-closure.md",
"source_location": "L79",
"_origin": "ast",
- "community": 62,
+ "community": 61,
"community_name": "Required Review Group Closures",
"norm_label": "9. products backend",
"id": "docs_audit_31_module_audit_closure_9_products_backend"
@@ -33125,7 +33121,7 @@
"source_file": "docs/audit/31-module-audit-closure.md",
"source_location": "L149",
"_origin": "ast",
- "community": 62,
+ "community": 61,
"community_name": "Required Review Group Closures",
"norm_label": "conclusion",
"id": "docs_audit_31_module_audit_closure_conclusion"
@@ -33136,7 +33132,7 @@
"source_file": "docs/audit/31-module-audit-closure.md",
"source_location": "L1",
"_origin": "ast",
- "community": 62,
+ "community": 61,
"community_name": "Required Review Group Closures",
"norm_label": "module audit closure report",
"id": "docs_audit_31_module_audit_closure_module_audit_closure_report"
@@ -33147,7 +33143,7 @@
"source_file": "docs/audit/31-module-audit-closure.md",
"source_location": "L8",
"_origin": "ast",
- "community": 62,
+ "community": 61,
"community_name": "Required Review Group Closures",
"norm_label": "required review group closures",
"id": "docs_audit_31_module_audit_closure_required_review_group_closures"
@@ -33158,7 +33154,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L26",
"_origin": "ast",
- "community": 63,
+ "community": 62,
"community_name": "@tailwindcss/postcss",
"norm_label": "@tailwindcss/postcss",
"id": "frontend_admin_panel_package_devdependencies_tailwindcss_postcss"
@@ -33169,7 +33165,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L26",
"_origin": "ast",
- "community": 63,
+ "community": 62,
"community_name": "@tailwindcss/postcss",
"norm_label": "@tailwindcss/postcss",
"id": "frontend_admin_panel_package_json_tailwindcss_postcss"
@@ -33180,7 +33176,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L23",
"_origin": "ast",
- "community": 63,
+ "community": 62,
"community_name": "@testing-library/jest-dom",
"norm_label": "@testing-library/jest-dom",
"id": "frontend_application_package_devdependencies_testing_library_jest_dom"
@@ -33191,7 +33187,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L23",
"_origin": "ast",
- "community": 63,
+ "community": 62,
"community_name": "@testing-library/jest-dom",
"norm_label": "@testing-library/jest-dom",
"id": "testing_library_jest_dom"
@@ -33202,7 +33198,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L24",
"_origin": "ast",
- "community": 63,
+ "community": 62,
"community_name": "@testing-library/react",
"norm_label": "@testing-library/react",
"id": "frontend_application_package_devdependencies_testing_library_react"
@@ -33213,7 +33209,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L24",
"_origin": "ast",
- "community": 63,
+ "community": 62,
"community_name": "@testing-library/react",
"norm_label": "@testing-library/react",
"id": "testing_library_react"
@@ -33224,7 +33220,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L26",
"_origin": "ast",
- "community": 63,
+ "community": 62,
"community_name": "@types/react",
"norm_label": "@types/react",
"id": "frontend_application_package_devdependencies_types_react"
@@ -33235,7 +33231,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L26",
"_origin": "ast",
- "community": 63,
+ "community": 62,
"community_name": "@types/react",
"norm_label": "@types/react",
"id": "frontend_application_package_json_types_react"
@@ -33246,7 +33242,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L28",
"_origin": "ast",
- "community": 63,
+ "community": 62,
"community_name": "devDependencies",
"norm_label": "@types/react",
"id": "frontend_admin_panel_package_devdependencies_types_react"
@@ -33257,7 +33253,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L30",
"_origin": "ast",
- "community": 63,
+ "community": 62,
"community_name": "devDependencies",
"norm_label": "@vitejs/plugin-react",
"id": "frontend_admin_panel_package_devdependencies_vitejs_plugin_react"
@@ -33268,7 +33264,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L21",
"_origin": "ast",
- "community": 63,
+ "community": 62,
"community_name": "devDependencies",
"norm_label": "devdependencies",
"id": "frontend_application_package_devdependencies"
@@ -33279,7 +33275,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L30",
"_origin": "ast",
- "community": 63,
+ "community": 62,
"community_name": "devDependencies",
"norm_label": "eslint-config-next",
"id": "frontend_application_package_devdependencies_eslint_config_next"
@@ -33290,7 +33286,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L31",
"_origin": "ast",
- "community": 63,
+ "community": 62,
"community_name": "devDependencies",
"norm_label": "jsdom",
"id": "frontend_application_package_devdependencies_jsdom"
@@ -33301,7 +33297,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L22",
"_origin": "ast",
- "community": 63,
+ "community": 62,
"community_name": "devDependencies",
"norm_label": "@tailwindcss/postcss",
"id": "frontend_application_package_devdependencies_tailwindcss_postcss"
@@ -33312,7 +33308,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L28",
"_origin": "ast",
- "community": 63,
+ "community": 62,
"community_name": "devDependencies",
"norm_label": "@vitejs/plugin-react",
"id": "frontend_application_package_devdependencies_vitejs_plugin_react"
@@ -33323,7 +33319,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L30",
"_origin": "ast",
- "community": 63,
+ "community": 62,
"community_name": "devDependencies",
"norm_label": "eslint-config-next",
"id": "eslint_config_next"
@@ -33334,7 +33330,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L28",
"_origin": "ast",
- "community": 63,
+ "community": 62,
"community_name": "devDependencies",
"norm_label": "@vitejs/plugin-react",
"id": "frontend_application_package_json_vitejs_plugin_react"
@@ -33345,7 +33341,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L31",
"_origin": "ast",
- "community": 63,
+ "community": 62,
"community_name": "devDependencies",
"norm_label": "jsdom",
"id": "jsdom"
@@ -33356,7 +33352,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L34",
"_origin": "ast",
- "community": 63,
+ "community": 62,
"community_name": "vitest",
"norm_label": "vitest",
"id": "frontend_application_package_devdependencies_vitest"
@@ -33367,7 +33363,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L34",
"_origin": "ast",
- "community": 63,
+ "community": 62,
"community_name": "vitest",
"norm_label": "vitest",
"id": "vitest"
@@ -33378,7 +33374,7 @@
"source_file": "frontend/admin-panel/src/components/ui/PriceInput.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 64,
+ "community": 63,
"norm_label": "priceinput.tsx",
"id": "frontend_admin_panel_src_components_ui_priceinput"
},
@@ -33388,7 +33384,7 @@
"source_file": "frontend/admin-panel/src/pages/Coupons.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 64,
+ "community": 63,
"norm_label": "coupons.tsx",
"id": "frontend_admin_panel_src_pages_coupons"
},
@@ -33398,7 +33394,7 @@
"source_file": "frontend/admin-panel/src/pages/FinancialSettingsPage.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 64,
+ "community": 63,
"norm_label": "financialsettingspage.tsx",
"id": "frontend_admin_panel_src_pages_financialsettingspage"
},
@@ -33408,7 +33404,7 @@
"source_file": "frontend/admin-panel/src/pages/Settings.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 64,
+ "community": 63,
"norm_label": "settings.tsx",
"id": "frontend_admin_panel_src_pages_settings"
},
@@ -33418,7 +33414,7 @@
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L14",
"_origin": "ast",
- "community": 64,
+ "community": 63,
"norm_label": "coupons",
"id": "frontend_admin_panel_src_routes_adminroutes_coupons"
},
@@ -33428,7 +33424,7 @@
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L34",
"_origin": "ast",
- "community": 64,
+ "community": 63,
"norm_label": "financialsettingspage",
"id": "frontend_admin_panel_src_routes_adminroutes_financialsettingspage"
},
@@ -33438,7 +33434,7 @@
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L15",
"_origin": "ast",
- "community": 64,
+ "community": 63,
"norm_label": "settings",
"id": "frontend_admin_panel_src_routes_adminroutes_settings"
},
@@ -33448,7 +33444,7 @@
"source_file": ".ai_agency/agents/06_dev_frontend.md",
"source_location": "L1",
"_origin": "ast",
- "community": 65,
+ "community": 64,
"community_name": "Operational Rules & Boundaries",
"norm_label": "06_dev_frontend.md",
"id": "ai_agency_agents_06_dev_frontend"
@@ -33459,7 +33455,7 @@
"source_file": ".ai_agency/agents/06_dev_frontend.md",
"source_location": "L119",
"_origin": "ast",
- "community": 65,
+ "community": 64,
"community_name": "Operational Rules & Boundaries",
"norm_label": "1. always read tech stack first",
"id": "ai_agency_agents_06_dev_frontend_1_always_read_tech_stack_first"
@@ -33470,7 +33466,7 @@
"source_file": ".ai_agency/agents/06_dev_frontend.md",
"source_location": "L131",
"_origin": "ast",
- "community": 65,
+ "community": 64,
"community_name": "Operational Rules & Boundaries",
"norm_label": "2. sub-step execution (token resume support)",
"id": "ai_agency_agents_06_dev_frontend_2_sub_step_execution_token_resume_support"
@@ -33481,7 +33477,7 @@
"source_file": ".ai_agency/agents/06_dev_frontend.md",
"source_location": "L141",
"_origin": "ast",
- "community": 65,
+ "community": 64,
"community_name": "Operational Rules & Boundaries",
"norm_label": "3. api mocking requirement",
"id": "ai_agency_agents_06_dev_frontend_3_api_mocking_requirement"
@@ -33492,7 +33488,7 @@
"source_file": ".ai_agency/agents/06_dev_frontend.md",
"source_location": "L148",
"_origin": "ast",
- "community": 65,
+ "community": 64,
"community_name": "Operational Rules & Boundaries",
"norm_label": "4. modular component architecture",
"id": "ai_agency_agents_06_dev_frontend_4_modular_component_architecture"
@@ -33503,7 +33499,7 @@
"source_file": ".ai_agency/agents/06_dev_frontend.md",
"source_location": "L157",
"_origin": "ast",
- "community": 65,
+ "community": 64,
"community_name": "Operational Rules & Boundaries",
"norm_label": "5. responsive design (mandatory)",
"id": "ai_agency_agents_06_dev_frontend_5_responsive_design_mandatory"
@@ -33514,7 +33510,7 @@
"source_file": ".ai_agency/agents/06_dev_frontend.md",
"source_location": "L163",
"_origin": "ast",
- "community": 65,
+ "community": 64,
"community_name": "Operational Rules & Boundaries",
"norm_label": "6. file scope boundary",
"id": "ai_agency_agents_06_dev_frontend_6_file_scope_boundary"
@@ -33525,7 +33521,7 @@
"source_file": ".ai_agency/agents/06_dev_frontend.md",
"source_location": "L167",
"_origin": "ast",
- "community": 65,
+ "community": 64,
"community_name": "Operational Rules & Boundaries",
"norm_label": "7. forbidden actions",
"id": "ai_agency_agents_06_dev_frontend_7_forbidden_actions"
@@ -33536,7 +33532,7 @@
"source_file": ".ai_agency/agents/06_dev_frontend.md",
"source_location": "L187",
"_origin": "ast",
- "community": 65,
+ "community": 64,
"community_name": "Operational Rules & Boundaries",
"norm_label": "expected json output schema",
"id": "ai_agency_agents_06_dev_frontend_expected_json_output_schema"
@@ -33547,7 +33543,7 @@
"source_file": ".ai_agency/agents/06_dev_frontend.md",
"source_location": "L103",
"_origin": "ast",
- "community": 65,
+ "community": 64,
"community_name": "Operational Rules & Boundaries",
"norm_label": "implement mode \u2014 normal operation",
"id": "ai_agency_agents_06_dev_frontend_implement_mode_normal_operation"
@@ -33558,7 +33554,7 @@
"source_file": ".ai_agency/agents/06_dev_frontend.md",
"source_location": "L117",
"_origin": "ast",
- "community": 65,
+ "community": 64,
"community_name": "Operational Rules & Boundaries",
"norm_label": "operational rules & boundaries",
"id": "ai_agency_agents_06_dev_frontend_operational_rules_boundaries"
@@ -33569,7 +33565,7 @@
"source_file": ".ai_agency/agents/06_dev_frontend.md",
"source_location": "L65",
"_origin": "ast",
- "community": 65,
+ "community": 64,
"community_name": "Operational Rules & Boundaries",
"norm_label": "output",
"id": "ai_agency_agents_06_dev_frontend_output"
@@ -33580,7 +33576,7 @@
"source_file": ".ai_agency/agents/06_dev_frontend.md",
"source_location": "L175",
"_origin": "ast",
- "community": 65,
+ "community": 64,
"community_name": "Operational Rules & Boundaries",
"norm_label": "required output artifacts (what files to write/update)",
"id": "ai_agency_agents_06_dev_frontend_required_output_artifacts_what_files_to_write_update"
@@ -33591,7 +33587,7 @@
"source_file": ".ai_agency/agents/06_dev_frontend.md",
"source_location": "L7",
"_origin": "ast",
- "community": 65,
+ "community": 64,
"community_name": "Operational Rules & Boundaries",
"norm_label": "\u2605 review mode (called during review phase)",
"id": "ai_agency_agents_06_dev_frontend_review_mode_called_during_review_phase"
@@ -33602,7 +33598,7 @@
"source_file": ".ai_agency/agents/06_dev_frontend.md",
"source_location": "L1",
"_origin": "ast",
- "community": 65,
+ "community": 64,
"community_name": "Operational Rules & Boundaries",
"norm_label": "role & core objective",
"id": "ai_agency_agents_06_dev_frontend_role_core_objective"
@@ -33613,7 +33609,7 @@
"source_file": ".ai_agency/agents/06_dev_frontend.md",
"source_location": "L107",
"_origin": "ast",
- "community": 65,
+ "community": 64,
"community_name": "Operational Rules & Boundaries",
"norm_label": "strict input specifications (what files to read)",
"id": "ai_agency_agents_06_dev_frontend_strict_input_specifications_what_files_to_read"
@@ -33624,7 +33620,7 @@
"source_file": ".ai_agency/agents/06_dev_frontend.md",
"source_location": "L23",
"_origin": "ast",
- "community": 65,
+ "community": 64,
"community_name": "Operational Rules & Boundaries",
"norm_label": "what you do not review",
"id": "ai_agency_agents_06_dev_frontend_what_you_do_not_review"
@@ -33635,7 +33631,7 @@
"source_file": ".ai_agency/agents/06_dev_frontend.md",
"source_location": "L26",
"_origin": "ast",
- "community": 65,
+ "community": 64,
"community_name": "Operational Rules & Boundaries",
"norm_label": "what you look for (frontend expert eyes only)",
"id": "ai_agency_agents_06_dev_frontend_what_you_look_for_frontend_expert_eyes_only"
@@ -33646,7 +33642,7 @@
"source_file": ".ai_agency/agents/06_dev_frontend.md",
"source_location": "L11",
"_origin": "ast",
- "community": 65,
+ "community": 64,
"community_name": "Operational Rules & Boundaries",
"norm_label": "your domain \u2014 what you review (only these areas)",
"id": "ai_agency_agents_06_dev_frontend_your_domain_what_you_review_only_these_areas"
@@ -33657,7 +33653,7 @@
"source_file": ".ai_agency/agents/08_visual_qa.md",
"source_location": "L1",
"_origin": "ast",
- "community": 66,
+ "community": 65,
"community_name": "Operational Rules & Boundaries",
"norm_label": "08_visual_qa.md",
"id": "ai_agency_agents_08_visual_qa"
@@ -33668,7 +33664,7 @@
"source_file": ".ai_agency/agents/08_visual_qa.md",
"source_location": "L115",
"_origin": "ast",
- "community": 66,
+ "community": 65,
"community_name": "Operational Rules & Boundaries",
"norm_label": "1. framework-aware analysis",
"id": "ai_agency_agents_08_visual_qa_1_framework_aware_analysis"
@@ -33679,7 +33675,7 @@
"source_file": ".ai_agency/agents/08_visual_qa.md",
"source_location": "L126",
"_origin": "ast",
- "community": 66,
+ "community": 65,
"community_name": "Operational Rules & Boundaries",
"norm_label": "2. dom & semantic structure analysis",
"id": "ai_agency_agents_08_visual_qa_2_dom_semantic_structure_analysis"
@@ -33690,7 +33686,7 @@
"source_file": ".ai_agency/agents/08_visual_qa.md",
"source_location": "L134",
"_origin": "ast",
- "community": 66,
+ "community": 65,
"community_name": "Operational Rules & Boundaries",
"norm_label": "3. accessibility compliance",
"id": "ai_agency_agents_08_visual_qa_3_accessibility_compliance"
@@ -33701,7 +33697,7 @@
"source_file": ".ai_agency/agents/08_visual_qa.md",
"source_location": "L143",
"_origin": "ast",
- "community": 66,
+ "community": 65,
"community_name": "Operational Rules & Boundaries",
"norm_label": "4. responsive layout verification",
"id": "ai_agency_agents_08_visual_qa_4_responsive_layout_verification"
@@ -33712,7 +33708,7 @@
"source_file": ".ai_agency/agents/08_visual_qa.md",
"source_location": "L155",
"_origin": "ast",
- "community": 66,
+ "community": 65,
"community_name": "Operational Rules & Boundaries",
"norm_label": "5. fallback inspection mode",
"id": "ai_agency_agents_08_visual_qa_5_fallback_inspection_mode"
@@ -33723,7 +33719,7 @@
"source_file": ".ai_agency/agents/08_visual_qa.md",
"source_location": "L162",
"_origin": "ast",
- "community": 66,
+ "community": 65,
"community_name": "Operational Rules & Boundaries",
"norm_label": "6. defect routing protocol",
"id": "ai_agency_agents_08_visual_qa_6_defect_routing_protocol"
@@ -33734,7 +33730,7 @@
"source_file": ".ai_agency/agents/08_visual_qa.md",
"source_location": "L174",
"_origin": "ast",
- "community": 66,
+ "community": 65,
"community_name": "Operational Rules & Boundaries",
"norm_label": "7. forbidden actions",
"id": "ai_agency_agents_08_visual_qa_7_forbidden_actions"
@@ -33745,7 +33741,7 @@
"source_file": ".ai_agency/agents/08_visual_qa.md",
"source_location": "L190",
"_origin": "ast",
- "community": 66,
+ "community": 65,
"community_name": "Operational Rules & Boundaries",
"norm_label": "expected json output schema",
"id": "ai_agency_agents_08_visual_qa_expected_json_output_schema"
@@ -33756,7 +33752,7 @@
"source_file": ".ai_agency/agents/08_visual_qa.md",
"source_location": "L99",
"_origin": "ast",
- "community": 66,
+ "community": 65,
"community_name": "Operational Rules & Boundaries",
"norm_label": "inspect mode \u2014 normal operation (post-task verification)",
"id": "ai_agency_agents_08_visual_qa_inspect_mode_normal_operation_post_task_verification"
@@ -33767,7 +33763,7 @@
"source_file": ".ai_agency/agents/08_visual_qa.md",
"source_location": "L113",
"_origin": "ast",
- "community": 66,
+ "community": 65,
"community_name": "Operational Rules & Boundaries",
"norm_label": "operational rules & boundaries",
"id": "ai_agency_agents_08_visual_qa_operational_rules_boundaries"
@@ -33778,7 +33774,7 @@
"source_file": ".ai_agency/agents/08_visual_qa.md",
"source_location": "L63",
"_origin": "ast",
- "community": 66,
+ "community": 65,
"community_name": "Operational Rules & Boundaries",
"norm_label": "output",
"id": "ai_agency_agents_08_visual_qa_output"
@@ -33789,7 +33785,7 @@
"source_file": ".ai_agency/agents/08_visual_qa.md",
"source_location": "L182",
"_origin": "ast",
- "community": 66,
+ "community": 65,
"community_name": "Operational Rules & Boundaries",
"norm_label": "required output artifacts (what files to write/update)",
"id": "ai_agency_agents_08_visual_qa_required_output_artifacts_what_files_to_write_update"
@@ -33800,7 +33796,7 @@
"source_file": ".ai_agency/agents/08_visual_qa.md",
"source_location": "L9",
"_origin": "ast",
- "community": 66,
+ "community": 65,
"community_name": "Operational Rules & Boundaries",
"norm_label": "\u2605 review mode (called during review phase)",
"id": "ai_agency_agents_08_visual_qa_review_mode_called_during_review_phase"
@@ -33811,7 +33807,7 @@
"source_file": ".ai_agency/agents/08_visual_qa.md",
"source_location": "L1",
"_origin": "ast",
- "community": 66,
+ "community": 65,
"community_name": "Operational Rules & Boundaries",
"norm_label": "role & core objective",
"id": "ai_agency_agents_08_visual_qa_role_core_objective"
@@ -33822,7 +33818,7 @@
"source_file": ".ai_agency/agents/08_visual_qa.md",
"source_location": "L103",
"_origin": "ast",
- "community": 66,
+ "community": 65,
"community_name": "Operational Rules & Boundaries",
"norm_label": "strict input specifications (what files to read)",
"id": "ai_agency_agents_08_visual_qa_strict_input_specifications_what_files_to_read"
@@ -33833,7 +33829,7 @@
"source_file": ".ai_agency/agents/08_visual_qa.md",
"source_location": "L24",
"_origin": "ast",
- "community": 66,
+ "community": 65,
"community_name": "Operational Rules & Boundaries",
"norm_label": "what you do not review",
"id": "ai_agency_agents_08_visual_qa_what_you_do_not_review"
@@ -33844,7 +33840,7 @@
"source_file": ".ai_agency/agents/08_visual_qa.md",
"source_location": "L27",
"_origin": "ast",
- "community": 66,
+ "community": 65,
"community_name": "Operational Rules & Boundaries",
"norm_label": "what you look for (ux expert eyes only)",
"id": "ai_agency_agents_08_visual_qa_what_you_look_for_ux_expert_eyes_only"
@@ -33855,7 +33851,7 @@
"source_file": ".ai_agency/agents/08_visual_qa.md",
"source_location": "L13",
"_origin": "ast",
- "community": 66,
+ "community": 65,
"community_name": "Operational Rules & Boundaries",
"norm_label": "your domain \u2014 what you review (only these areas)",
"id": "ai_agency_agents_08_visual_qa_your_domain_what_you_review_only_these_areas"
@@ -33866,7 +33862,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 67,
+ "community": 66,
"community_name": "Generic CRUD Controller",
"norm_label": "apibearerauth",
"id": "backend_src_admin_wiki_controller_ts_apibearerauth"
@@ -33877,7 +33873,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 67,
+ "community": 66,
"community_name": "Generic CRUD Controller",
"norm_label": "apioperation",
"id": "backend_src_admin_wiki_controller_ts_apioperation"
@@ -33888,7 +33884,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 67,
+ "community": 66,
"community_name": "Generic CRUD Controller",
"norm_label": "apiquery",
"id": "backend_src_admin_wiki_controller_ts_apiquery"
@@ -33899,7 +33895,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 67,
+ "community": 66,
"community_name": "Generic CRUD Controller",
"norm_label": "apitags",
"id": "backend_src_admin_wiki_controller_ts_apitags"
@@ -33910,7 +33906,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 67,
+ "community": 66,
"community_name": "Generic CRUD Controller",
"norm_label": "body",
"id": "backend_src_admin_wiki_controller_ts_body"
@@ -33921,7 +33917,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 67,
+ "community": 66,
"community_name": "Generic CRUD Controller",
"norm_label": "controller",
"id": "backend_src_admin_wiki_controller_ts_controller"
@@ -33932,7 +33928,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 67,
+ "community": 66,
"community_name": "Generic CRUD Controller",
"norm_label": "delete",
"id": "backend_src_admin_wiki_controller_ts_delete"
@@ -33943,7 +33939,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 67,
+ "community": 66,
"community_name": "Generic CRUD Controller",
"norm_label": "get",
"id": "backend_src_admin_wiki_controller_ts_get"
@@ -33954,7 +33950,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 67,
+ "community": 66,
"community_name": "Generic CRUD Controller",
"norm_label": "param",
"id": "backend_src_admin_wiki_controller_ts_param"
@@ -33965,7 +33961,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 67,
+ "community": 66,
"community_name": "Generic CRUD Controller",
"norm_label": "post",
"id": "backend_src_admin_wiki_controller_ts_post"
@@ -33976,7 +33972,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 67,
+ "community": 66,
"community_name": "Generic CRUD Controller",
"norm_label": "put",
"id": "backend_src_admin_wiki_controller_ts_put"
@@ -33987,7 +33983,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 67,
+ "community": 66,
"community_name": "Generic CRUD Controller",
"norm_label": "query",
"id": "backend_src_admin_wiki_controller_ts_query"
@@ -33998,131 +33994,163 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 67,
+ "community": 66,
"community_name": "Generic CRUD Controller",
"norm_label": "useguards",
"id": "backend_src_admin_wiki_controller_ts_useguards"
},
{
- "label": "ApiNotFoundResponse",
+ "label": "create-pet.dto.ts",
"file_type": "code",
- "source_file": "",
- "source_location": "",
+ "source_file": "backend/src/pets/dto/create-pet.dto.ts",
+ "source_location": "L1",
"_origin": "ast",
- "community": 68,
- "community_name": ".update",
- "norm_label": "apinotfoundresponse",
- "id": "backend_src_pets_pets_controller_ts_apinotfoundresponse"
+ "community": 67,
+ "community_name": "pets/pets.controller.ts",
+ "norm_label": "create-pet.dto.ts",
+ "id": "backend_src_pets_dto_create_pet_dto"
},
{
- "label": "ApiOkResponse",
+ "label": "ApiProperty",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 68,
- "community_name": ".update",
- "norm_label": "apiokresponse",
- "id": "backend_src_pets_pets_controller_ts_apiokresponse"
+ "community": 67,
+ "community_name": "pets/pets.controller.ts",
+ "norm_label": "apiproperty",
+ "id": "backend_src_pets_dto_create_pet_dto_ts_apiproperty"
},
{
- "label": "ApiOperation",
+ "label": "ApiPropertyOptional",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 68,
- "community_name": ".update",
- "norm_label": "apioperation",
- "id": "backend_src_pets_pets_controller_ts_apioperation"
+ "community": 67,
+ "community_name": "pets/pets.controller.ts",
+ "norm_label": "apipropertyoptional",
+ "id": "backend_src_pets_dto_create_pet_dto_ts_apipropertyoptional"
},
{
- "label": "Body",
+ "label": "IsArray",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 68,
- "community_name": ".update",
- "norm_label": "body",
- "id": "backend_src_pets_pets_controller_ts_body"
+ "community": 67,
+ "community_name": "pets/pets.controller.ts",
+ "norm_label": "isarray",
+ "id": "backend_src_pets_dto_create_pet_dto_ts_isarray"
},
{
- "label": "Delete",
+ "label": "IsNotEmpty",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 68,
- "community_name": ".update",
- "norm_label": "delete",
- "id": "backend_src_pets_pets_controller_ts_delete"
+ "community": 67,
+ "community_name": "pets/pets.controller.ts",
+ "norm_label": "isnotempty",
+ "id": "backend_src_pets_dto_create_pet_dto_ts_isnotempty"
},
{
- "label": "Get",
+ "label": "IsNumber",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 68,
- "community_name": ".update",
- "norm_label": "get",
- "id": "backend_src_pets_pets_controller_ts_get"
+ "community": 67,
+ "community_name": "pets/pets.controller.ts",
+ "norm_label": "isnumber",
+ "id": "backend_src_pets_dto_create_pet_dto_ts_isnumber"
},
{
- "label": "Param",
+ "label": "IsOptional",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 68,
- "community_name": ".update",
- "norm_label": "param",
- "id": "backend_src_pets_pets_controller_ts_param"
+ "community": 67,
+ "community_name": "pets/pets.controller.ts",
+ "norm_label": "isoptional",
+ "id": "backend_src_pets_dto_create_pet_dto_ts_isoptional"
},
{
- "label": "Patch",
+ "label": "IsString",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 68,
- "community_name": ".update",
- "norm_label": "patch",
- "id": "backend_src_pets_pets_controller_ts_patch"
+ "community": 67,
+ "community_name": "pets/pets.controller.ts",
+ "norm_label": "isstring",
+ "id": "backend_src_pets_dto_create_pet_dto_ts_isstring"
},
{
- "label": "Post",
+ "label": "update-pet.dto.ts",
"file_type": "code",
- "source_file": "",
- "source_location": "",
+ "source_file": "backend/src/pets/dto/update-pet.dto.ts",
+ "source_location": "L1",
"_origin": "ast",
- "community": 68,
- "community_name": ".update",
- "norm_label": "post",
- "id": "backend_src_pets_pets_controller_ts_post"
+ "community": 67,
+ "community_name": "pets/pets.controller.ts",
+ "norm_label": "update-pet.dto.ts",
+ "id": "backend_src_pets_dto_update_pet_dto"
},
{
- "label": "Query",
+ "label": "pets.controller.spec.ts",
"file_type": "code",
- "source_file": "",
- "source_location": "",
+ "source_file": "backend/src/pets/pets.controller.spec.ts",
+ "source_location": "L1",
"_origin": "ast",
- "community": 68,
- "community_name": ".update",
- "norm_label": "query",
- "id": "backend_src_pets_pets_controller_ts_query"
+ "community": 67,
+ "community_name": "pets/pets.controller.ts",
+ "norm_label": "pets.controller.spec.ts",
+ "id": "backend_src_pets_pets_controller_spec"
},
{
- "label": "Req",
+ "label": "pets.module.ts",
+ "file_type": "code",
+ "source_file": "backend/src/pets/pets.module.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 67,
+ "community_name": "pets/pets.controller.ts",
+ "norm_label": "pets.module.ts",
+ "id": "backend_src_pets_pets_module"
+ },
+ {
+ "label": "Module",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 68,
- "community_name": ".update",
- "norm_label": "req",
- "id": "backend_src_pets_pets_controller_ts_req"
+ "community": 67,
+ "community_name": "pets/pets.controller.ts",
+ "norm_label": "module",
+ "id": "backend_src_pets_pets_module_ts_module"
+ },
+ {
+ "label": "pets/pets.service.ts",
+ "file_type": "code",
+ "source_file": "backend/src/pets/pets.service.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 67,
+ "community_name": "pets/pets.controller.ts",
+ "norm_label": "pets/pets.service.ts",
+ "id": "backend_src_pets_pets_service"
+ },
+ {
+ "label": "pets/pets.controller.ts",
+ "file_type": "code",
+ "source_file": "backend/src/pets/pets.controller.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 67,
+ "norm_label": "pets/pets.controller.ts",
+ "id": "backend_src_pets_pets_controller"
},
{
"label": "seo.controller.ts",
@@ -34130,7 +34158,7 @@
"source_file": "backend/src/seo/seo.controller.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 69,
+ "community": 68,
"community_name": "seo.module.ts",
"norm_label": "seo.controller.ts",
"id": "backend_src_seo_seo_controller"
@@ -34141,7 +34169,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 69,
+ "community": 68,
"community_name": "seo.module.ts",
"norm_label": "apioperation",
"id": "backend_src_seo_seo_controller_ts_apioperation"
@@ -34152,7 +34180,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 69,
+ "community": 68,
"community_name": "seo.module.ts",
"norm_label": "apitags",
"id": "backend_src_seo_seo_controller_ts_apitags"
@@ -34163,7 +34191,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 69,
+ "community": 68,
"community_name": "seo.module.ts",
"norm_label": "controller",
"id": "backend_src_seo_seo_controller_ts_controller"
@@ -34174,7 +34202,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 69,
+ "community": 68,
"community_name": "seo.module.ts",
"norm_label": "get",
"id": "backend_src_seo_seo_controller_ts_get"
@@ -34185,7 +34213,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 69,
+ "community": 68,
"community_name": "seo.module.ts",
"norm_label": "param",
"id": "backend_src_seo_seo_controller_ts_param"
@@ -34196,7 +34224,7 @@
"source_file": "backend/src/seo/seo.module.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 69,
+ "community": 68,
"community_name": "seo.module.ts",
"norm_label": "seo.module.ts",
"id": "backend_src_seo_seo_module"
@@ -34207,7 +34235,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 69,
+ "community": 68,
"community_name": "seo.module.ts",
"norm_label": "module",
"id": "backend_src_seo_seo_module_ts_module"
@@ -34218,7 +34246,7 @@
"source_file": "backend/src/seo/seo.service.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 69,
+ "community": 68,
"community_name": "seo.module.ts",
"norm_label": "seo.service.ts",
"id": "backend_src_seo_seo_service"
@@ -34229,219 +34257,18 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 69,
+ "community": 68,
"community_name": "seo.module.ts",
"norm_label": "injectable",
"id": "backend_src_seo_seo_service_ts_injectable"
},
- {
- "label": "BackButton.tsx",
- "file_type": "code",
- "source_file": "frontend/application/components/BackButton.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 7,
- "community_name": "PetProfile.tsx",
- "norm_label": "backbutton.tsx",
- "id": "frontend_application_components_backbutton"
- },
- {
- "label": "checkout/page.tsx",
- "file_type": "code",
- "source_file": "frontend/application/app/checkout/page.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 7,
- "community_name": "UserDashboard.tsx",
- "norm_label": "checkout/page.tsx",
- "id": "frontend_application_app_checkout_page"
- },
- {
- "label": "dashboard/page.tsx",
- "file_type": "code",
- "source_file": "frontend/application/app/dashboard/page.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 7,
- "community_name": "UserDashboard.tsx",
- "norm_label": "dashboard/page.tsx",
- "id": "frontend_application_app_dashboard_page"
- },
- {
- "label": "AddressModal.tsx",
- "file_type": "code",
- "source_file": "frontend/application/components/AddressModal.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 7,
- "community_name": "UserDashboard.tsx",
- "norm_label": "addressmodal.tsx",
- "id": "frontend_application_components_addressmodal"
- },
- {
- "label": "DeleteConfirmModal.tsx",
- "file_type": "code",
- "source_file": "frontend/application/components/DeleteConfirmModal.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 7,
- "community_name": "UserDashboard.tsx",
- "norm_label": "deleteconfirmmodal.tsx",
- "id": "frontend_application_components_deleteconfirmmodal"
- },
- {
- "label": "SearchableSelect.tsx",
- "file_type": "code",
- "source_file": "frontend/application/components/SearchableSelect.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 7,
- "community_name": "UserDashboard.tsx",
- "norm_label": "searchableselect.tsx",
- "id": "frontend_application_components_searchableselect"
- },
- {
- "label": "provinces.ts",
- "file_type": "code",
- "source_file": "frontend/application/lib/data/provinces.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 7,
- "community_name": "UserDashboard.tsx",
- "norm_label": "provinces.ts",
- "id": "frontend_application_lib_data_provinces"
- },
- {
- "label": "IRAN_PROVINCES",
- "file_type": "code",
- "source_file": "frontend/application/lib/data/provinces.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 7,
- "community_name": "UserDashboard.tsx",
- "norm_label": "iran_provinces",
- "id": "frontend_application_lib_data_provinces_iran_provinces"
- },
- {
- "label": "PROVINCE_CITIES",
- "file_type": "code",
- "source_file": "frontend/application/lib/data/provinces.ts",
- "source_location": "L35",
- "_origin": "ast",
- "community": 7,
- "community_name": "UserDashboard.tsx",
- "norm_label": "province_cities",
- "id": "frontend_application_lib_data_provinces_province_cities"
- },
- {
- "label": "HeaderButton.tsx",
- "file_type": "code",
- "source_file": "frontend/application/components/HeaderButton.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 7,
- "community_name": "toPersian",
- "norm_label": "headerbutton.tsx",
- "id": "frontend_application_components_headerbutton"
- },
- {
- "label": "utils.ts",
- "file_type": "code",
- "source_file": "frontend/application/lib/utils.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 7,
- "community_name": "toPersian",
- "norm_label": "utils.ts",
- "id": "frontend_application_lib_utils"
- },
- {
- "label": "verify/page.tsx",
- "file_type": "code",
- "source_file": "frontend/application/app/payment/verify/page.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 7,
- "norm_label": "verify/page.tsx",
- "id": "frontend_application_app_payment_verify_page"
- },
- {
- "label": "CheckoutPage.tsx",
- "file_type": "code",
- "source_file": "frontend/application/components/CheckoutPage.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 7,
- "norm_label": "checkoutpage.tsx",
- "id": "frontend_application_components_checkoutpage"
- },
- {
- "label": "OrderDetailsModal.tsx",
- "file_type": "code",
- "source_file": "frontend/application/components/OrderDetailsModal.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 7,
- "norm_label": "orderdetailsmodal.tsx",
- "id": "frontend_application_components_orderdetailsmodal"
- },
- {
- "label": "TopUpModal.tsx",
- "file_type": "code",
- "source_file": "frontend/application/components/TopUpModal.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 7,
- "norm_label": "topupmodal.tsx",
- "id": "frontend_application_components_topupmodal"
- },
- {
- "label": "PRESET_AMOUNTS",
- "file_type": "code",
- "source_file": "frontend/application/components/TopUpModal.tsx",
- "source_location": "L17",
- "_origin": "ast",
- "community": 7,
- "norm_label": "preset_amounts",
- "id": "frontend_application_components_topupmodal_preset_amounts"
- },
- {
- "label": "UserDashboard.tsx",
- "file_type": "code",
- "source_file": "frontend/application/components/UserDashboard.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 7,
- "norm_label": "userdashboard.tsx",
- "id": "frontend_application_components_userdashboard"
- },
- {
- "label": "ticketService.ts",
- "file_type": "code",
- "source_file": "frontend/application/lib/services/ticketService.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 7,
- "norm_label": "ticketservice.ts",
- "id": "frontend_application_lib_services_ticketservice"
- },
- {
- "label": "ticketService",
- "file_type": "code",
- "source_file": "frontend/application/lib/services/ticketService.ts",
- "source_location": "L43",
- "_origin": "ast",
- "community": 7,
- "norm_label": "ticketservice",
- "id": "frontend_application_lib_services_ticketservice_ticketservice"
- },
{
"label": "Tooltip.test.tsx",
"file_type": "code",
"source_file": "frontend/application/components/__tests__/Tooltip.test.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 70,
+ "community": 69,
"community_name": "useSettingsStore",
"norm_label": "tooltip.test.tsx",
"id": "frontend_application_components_tests_tooltip_test"
@@ -34452,7 +34279,7 @@
"source_file": "frontend/application/app/shop/[slug]/page.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 70,
+ "community": 69,
"norm_label": "shop/[slug]/page.tsx",
"id": "frontend_application_app_shop_slug_page"
},
@@ -34462,7 +34289,7 @@
"source_file": "frontend/application/components/ProductPage.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 70,
+ "community": 69,
"norm_label": "productpage.tsx",
"id": "frontend_application_components_productpage"
},
@@ -34472,7 +34299,7 @@
"source_file": "frontend/application/components/ProductPage.tsx",
"source_location": "L33",
"_origin": "ast",
- "community": 70,
+ "community": 69,
"norm_label": "icon_map",
"id": "frontend_application_components_productpage_icon_map"
},
@@ -34482,7 +34309,7 @@
"source_file": "frontend/application/components/ProductPage.tsx",
"source_location": "L60",
"_origin": "ast",
- "community": 70,
+ "community": 69,
"norm_label": "usecalculatorstore",
"id": "frontend_application_components_productpage_usecalculatorstore"
},
@@ -34492,7 +34319,7 @@
"source_file": "frontend/application/components/ProductReviews.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 70,
+ "community": 69,
"norm_label": "productreviews.tsx",
"id": "frontend_application_components_productreviews"
},
@@ -34502,7 +34329,7 @@
"source_file": "frontend/application/components/Tooltip.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 70,
+ "community": 69,
"norm_label": "tooltip.tsx",
"id": "frontend_application_components_tooltip"
},
@@ -34512,7 +34339,7 @@
"source_file": "frontend/application/lib/data/scientificTerms.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 70,
+ "community": 69,
"norm_label": "data/scientificterms.ts",
"id": "frontend_application_lib_data_scientificterms"
},
@@ -34522,17 +34349,248 @@
"source_file": "frontend/application/lib/data/scientificTerms.ts",
"source_location": "L7",
"_origin": "ast",
- "community": 70,
+ "community": 69,
"norm_label": "scientific_terms",
"id": "frontend_application_lib_data_scientificterms_scientific_terms"
},
+ {
+ "label": "ApiBearerAuth",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "CmsController",
+ "norm_label": "apibearerauth",
+ "id": "backend_src_cms_cms_controller_ts_apibearerauth"
+ },
+ {
+ "label": "ApiOperation",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "CmsController",
+ "norm_label": "apioperation",
+ "id": "backend_src_cms_cms_controller_ts_apioperation"
+ },
+ {
+ "label": "ApiTags",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "CmsController",
+ "norm_label": "apitags",
+ "id": "backend_src_cms_cms_controller_ts_apitags"
+ },
+ {
+ "label": "Body",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "CmsController",
+ "norm_label": "body",
+ "id": "backend_src_cms_cms_controller_ts_body"
+ },
+ {
+ "label": "Controller",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "CmsController",
+ "norm_label": "controller",
+ "id": "backend_src_cms_cms_controller_ts_controller"
+ },
+ {
+ "label": "Delete",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "CmsController",
+ "norm_label": "delete",
+ "id": "backend_src_cms_cms_controller_ts_delete"
+ },
+ {
+ "label": "Get",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "CmsController",
+ "norm_label": "get",
+ "id": "backend_src_cms_cms_controller_ts_get"
+ },
+ {
+ "label": "Param",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "CmsController",
+ "norm_label": "param",
+ "id": "backend_src_cms_cms_controller_ts_param"
+ },
+ {
+ "label": "Post",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "CmsController",
+ "norm_label": "post",
+ "id": "backend_src_cms_cms_controller_ts_post"
+ },
+ {
+ "label": "Put",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "CmsController",
+ "norm_label": "put",
+ "id": "backend_src_cms_cms_controller_ts_put"
+ },
+ {
+ "label": "UseGuards",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "CmsController",
+ "norm_label": "useguards",
+ "id": "backend_src_cms_cms_controller_ts_useguards"
+ },
+ {
+ "label": "cms.service.ts",
+ "file_type": "code",
+ "source_file": "backend/src/cms/cms.service.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "CmsController",
+ "norm_label": "cms.service.ts",
+ "id": "backend_src_cms_cms_service"
+ },
+ {
+ "label": "Injectable",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "CmsController",
+ "norm_label": "injectable",
+ "id": "backend_src_cms_cms_service_ts_injectable"
+ },
+ {
+ "label": "cms.dto.ts",
+ "file_type": "code",
+ "source_file": "backend/src/cms/dto/cms.dto.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "CmsController",
+ "norm_label": "cms.dto.ts",
+ "id": "backend_src_cms_dto_cms_dto"
+ },
+ {
+ "label": "ApiProperty",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "CmsController",
+ "norm_label": "apiproperty",
+ "id": "backend_src_cms_dto_cms_dto_ts_apiproperty"
+ },
+ {
+ "label": "ApiPropertyOptional",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "CmsController",
+ "norm_label": "apipropertyoptional",
+ "id": "backend_src_cms_dto_cms_dto_ts_apipropertyoptional"
+ },
+ {
+ "label": "IsBoolean",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "CmsController",
+ "norm_label": "isboolean",
+ "id": "backend_src_cms_dto_cms_dto_ts_isboolean"
+ },
+ {
+ "label": "IsNumber",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "CmsController",
+ "norm_label": "isnumber",
+ "id": "backend_src_cms_dto_cms_dto_ts_isnumber"
+ },
+ {
+ "label": "IsOptional",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "CmsController",
+ "norm_label": "isoptional",
+ "id": "backend_src_cms_dto_cms_dto_ts_isoptional"
+ },
+ {
+ "label": "IsString",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "CmsController",
+ "norm_label": "isstring",
+ "id": "backend_src_cms_dto_cms_dto_ts_isstring"
+ },
+ {
+ "label": "IsUUID",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "CmsController",
+ "norm_label": "isuuid",
+ "id": "isuuid"
+ },
{
"label": "AGENCY.md",
"file_type": "document",
"source_file": ".ai_agency/AGENCY.md",
"source_location": "L1",
"_origin": "ast",
- "community": 71,
+ "community": 70,
"community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3",
"norm_label": "agency.md",
"id": "ai_agency_agency"
@@ -34543,7 +34601,7 @@
"source_file": ".ai_agency/AGENCY.md",
"source_location": "L12",
"_origin": "ast",
- "community": 71,
+ "community": 70,
"community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3",
"norm_label": "activation",
"id": "ai_agency_agency_activation"
@@ -34554,7 +34612,7 @@
"source_file": ".ai_agency/AGENCY.md",
"source_location": "L239",
"_origin": "ast",
- "community": 71,
+ "community": 70,
"community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3",
"norm_label": "agent directory reference",
"id": "ai_agency_agency_agent_directory_reference"
@@ -34565,7 +34623,7 @@
"source_file": ".ai_agency/AGENCY.md",
"source_location": "L1",
"_origin": "ast",
- "community": 71,
+ "community": 70,
"community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3",
"norm_label": "\ud83c\udfe2 ai software agency \u2014 master orchestration protocol v3",
"id": "ai_agency_agency_ai_software_agency_master_orchestration_protocol_v3"
@@ -34576,7 +34634,7 @@
"source_file": ".ai_agency/AGENCY.md",
"source_location": "L79",
"_origin": "ast",
- "community": 71,
+ "community": 70,
"community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3",
"norm_label": "phase 1: specialist review (all agents read, none write code yet)",
"id": "ai_agency_agency_phase_1_specialist_review_all_agents_read_none_write_code_yet"
@@ -34587,7 +34645,7 @@
"source_file": ".ai_agency/AGENCY.md",
"source_location": "L104",
"_origin": "ast",
- "community": 71,
+ "community": 70,
"community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3",
"norm_label": "phase 2: master synthesis (02_product_manager in synthesis mode)",
"id": "ai_agency_agency_phase_2_master_synthesis_02_product_manager_in_synthesis_mode"
@@ -34598,7 +34656,7 @@
"source_file": ".ai_agency/AGENCY.md",
"source_location": "L114",
"_origin": "ast",
- "community": 71,
+ "community": 70,
"community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3",
"norm_label": "phase 3: execution (same as always)",
"id": "ai_agency_agency_phase_3_execution_same_as_always"
@@ -34609,7 +34667,7 @@
"source_file": ".ai_agency/AGENCY.md",
"source_location": "L67",
"_origin": "ast",
- "community": 71,
+ "community": 70,
"community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3",
"norm_label": "pipeline a \u2014 new project (greenfield)",
"id": "ai_agency_agency_pipeline_a_new_project_greenfield"
@@ -34620,7 +34678,7 @@
"source_file": ".ai_agency/AGENCY.md",
"source_location": "L75",
"_origin": "ast",
- "community": 71,
+ "community": 70,
"community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3",
"norm_label": "pipeline b \u2014 review & improve existing project (review_and_plan) \u2605",
"id": "ai_agency_agency_pipeline_b_review_improve_existing_project_review_and_plan"
@@ -34631,7 +34689,7 @@
"source_file": ".ai_agency/AGENCY.md",
"source_location": "L121",
"_origin": "ast",
- "community": 71,
+ "community": 70,
"community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3",
"norm_label": "pipeline c \u2014 add specific feature (add_feature)",
"id": "ai_agency_agency_pipeline_c_add_specific_feature_add_feature"
@@ -34642,7 +34700,7 @@
"source_file": ".ai_agency/AGENCY.md",
"source_location": "L133",
"_origin": "ast",
- "community": 71,
+ "community": 70,
"community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3",
"norm_label": "pipeline d \u2014 content & seo only (content_creation)",
"id": "ai_agency_agency_pipeline_d_content_seo_only_content_creation"
@@ -34653,7 +34711,7 @@
"source_file": ".ai_agency/AGENCY.md",
"source_location": "L259",
"_origin": "ast",
- "community": 71,
+ "community": 70,
"community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3",
"norm_label": "real data policy",
"id": "ai_agency_agency_real_data_policy"
@@ -34664,7 +34722,7 @@
"source_file": ".ai_agency/AGENCY.md",
"source_location": "L192",
"_origin": "ast",
- "community": 71,
+ "community": 70,
"community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3",
"norm_label": "state.json template (full schema v3)",
"id": "ai_agency_agency_state_json_template_full_schema_v3"
@@ -34675,7 +34733,7 @@
"source_file": ".ai_agency/AGENCY.md",
"source_location": "L182",
"_origin": "ast",
- "community": 71,
+ "community": 70,
"community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3",
"norm_label": "state machine \u2014 active agent tracking",
"id": "ai_agency_agency_state_machine_active_agent_tracking"
@@ -34686,7 +34744,7 @@
"source_file": ".ai_agency/AGENCY.md",
"source_location": "L25",
"_origin": "ast",
- "community": 71,
+ "community": 70,
"community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3",
"norm_label": "step 1 \u2014 detect project intent",
"id": "ai_agency_agency_step_1_detect_project_intent"
@@ -34697,7 +34755,7 @@
"source_file": ".ai_agency/AGENCY.md",
"source_location": "L41",
"_origin": "ast",
- "community": 71,
+ "community": 70,
"community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3",
"norm_label": "step 2 \u2014 token limit / context resume protocol (critical)",
"id": "ai_agency_agency_step_2_token_limit_context_resume_protocol_critical"
@@ -34708,7 +34766,7 @@
"source_file": ".ai_agency/AGENCY.md",
"source_location": "L144",
"_origin": "ast",
- "community": 71,
+ "community": 70,
"community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3",
"norm_label": "task execution loop (all pipelines)",
"id": "ai_agency_agency_task_execution_loop_all_pipelines"
@@ -34719,7 +34777,7 @@
"source_file": ".ai_agency/AGENCY.md",
"source_location": "L3",
"_origin": "ast",
- "community": 71,
+ "community": 70,
"community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3",
"norm_label": "your identity",
"id": "ai_agency_agency_your_identity"
@@ -34730,7 +34788,7 @@
"source_file": ".ai_agency/agents/03_product_manager.md",
"source_location": "L1",
"_origin": "ast",
- "community": 72,
+ "community": 71,
"community_name": "Operational Rules & Boundaries",
"norm_label": "03_product_manager.md",
"id": "ai_agency_agents_03_product_manager"
@@ -34741,7 +34799,7 @@
"source_file": ".ai_agency/agents/03_product_manager.md",
"source_location": "L86",
"_origin": "ast",
- "community": 72,
+ "community": 71,
"community_name": "Operational Rules & Boundaries",
"norm_label": "1. hierarchical decomposition algorithm (3-tier)",
"id": "ai_agency_agents_03_product_manager_1_hierarchical_decomposition_algorithm_3_tier"
@@ -34752,7 +34810,7 @@
"source_file": ".ai_agency/agents/03_product_manager.md",
"source_location": "L98",
"_origin": "ast",
- "community": 72,
+ "community": 71,
"community_name": "Operational Rules & Boundaries",
"norm_label": "2. sub-step definition (required for all tasks)",
"id": "ai_agency_agents_03_product_manager_2_sub_step_definition_required_for_all_tasks"
@@ -34763,7 +34821,7 @@
"source_file": ".ai_agency/agents/03_product_manager.md",
"source_location": "L110",
"_origin": "ast",
- "community": 72,
+ "community": 71,
"community_name": "Operational Rules & Boundaries",
"norm_label": "3. brownfield completeness rule",
"id": "ai_agency_agents_03_product_manager_3_brownfield_completeness_rule"
@@ -34774,7 +34832,7 @@
"source_file": ".ai_agency/agents/03_product_manager.md",
"source_location": "L116",
"_origin": "ast",
- "community": 72,
+ "community": 71,
"community_name": "Operational Rules & Boundaries",
"norm_label": "4. role assignment rules",
"id": "ai_agency_agents_03_product_manager_4_role_assignment_rules"
@@ -34785,7 +34843,7 @@
"source_file": ".ai_agency/agents/03_product_manager.md",
"source_location": "L126",
"_origin": "ast",
- "community": 72,
+ "community": 71,
"community_name": "Operational Rules & Boundaries",
"norm_label": "5. dependency tracking (strict)",
"id": "ai_agency_agents_03_product_manager_5_dependency_tracking_strict"
@@ -34796,7 +34854,7 @@
"source_file": ".ai_agency/agents/03_product_manager.md",
"source_location": "L132",
"_origin": "ast",
- "community": 72,
+ "community": 71,
"community_name": "Operational Rules & Boundaries",
"norm_label": "6. priority assignment",
"id": "ai_agency_agents_03_product_manager_6_priority_assignment"
@@ -34807,7 +34865,7 @@
"source_file": ".ai_agency/agents/03_product_manager.md",
"source_location": "L140",
"_origin": "ast",
- "community": 72,
+ "community": 71,
"community_name": "Operational Rules & Boundaries",
"norm_label": "7. forbidden actions",
"id": "ai_agency_agents_03_product_manager_7_forbidden_actions"
@@ -34818,7 +34876,7 @@
"source_file": ".ai_agency/agents/03_product_manager.md",
"source_location": "L72",
"_origin": "ast",
- "community": 72,
+ "community": 71,
"community_name": "Operational Rules & Boundaries",
"norm_label": "decompose mode \u2014 normal operation (new projects)",
"id": "ai_agency_agents_03_product_manager_decompose_mode_normal_operation_new_projects"
@@ -34829,7 +34887,7 @@
"source_file": ".ai_agency/agents/03_product_manager.md",
"source_location": "L194",
"_origin": "ast",
- "community": 72,
+ "community": 71,
"community_name": "Operational Rules & Boundaries",
"norm_label": "expected json output schema",
"id": "ai_agency_agents_03_product_manager_expected_json_output_schema"
@@ -34840,7 +34898,7 @@
"source_file": ".ai_agency/agents/03_product_manager.md",
"source_location": "L84",
"_origin": "ast",
- "community": 72,
+ "community": 71,
"community_name": "Operational Rules & Boundaries",
"norm_label": "operational rules & boundaries",
"id": "ai_agency_agents_03_product_manager_operational_rules_boundaries"
@@ -34851,7 +34909,7 @@
"source_file": ".ai_agency/agents/03_product_manager.md",
"source_location": "L62",
"_origin": "ast",
- "community": 72,
+ "community": 71,
"community_name": "Operational Rules & Boundaries",
"norm_label": "output of synthesis mode",
"id": "ai_agency_agents_03_product_manager_output_of_synthesis_mode"
@@ -34862,7 +34920,7 @@
"source_file": ".ai_agency/agents/03_product_manager.md",
"source_location": "L149",
"_origin": "ast",
- "community": 72,
+ "community": 71,
"community_name": "Operational Rules & Boundaries",
"norm_label": "required output artifacts (what files to write/update)",
"id": "ai_agency_agents_03_product_manager_required_output_artifacts_what_files_to_write_update"
@@ -34873,7 +34931,7 @@
"source_file": ".ai_agency/agents/03_product_manager.md",
"source_location": "L1",
"_origin": "ast",
- "community": 72,
+ "community": 71,
"community_name": "Operational Rules & Boundaries",
"norm_label": "role & core objective",
"id": "ai_agency_agents_03_product_manager_role_core_objective"
@@ -34884,7 +34942,7 @@
"source_file": ".ai_agency/agents/03_product_manager.md",
"source_location": "L74",
"_origin": "ast",
- "community": 72,
+ "community": 71,
"community_name": "Operational Rules & Boundaries",
"norm_label": "strict input specifications (what files to read)",
"id": "ai_agency_agents_03_product_manager_strict_input_specifications_what_files_to_read"
@@ -34895,7 +34953,7 @@
"source_file": ".ai_agency/agents/03_product_manager.md",
"source_location": "L7",
"_origin": "ast",
- "community": 72,
+ "community": 71,
"community_name": "Operational Rules & Boundaries",
"norm_label": "\u2605 synthesis mode (called after review phase completes)",
"id": "ai_agency_agents_03_product_manager_synthesis_mode_called_after_review_phase_completes"
@@ -34906,7 +34964,7 @@
"source_file": ".ai_agency/agents/03_product_manager.md",
"source_location": "L23",
"_origin": "ast",
- "community": 72,
+ "community": 71,
"community_name": "Operational Rules & Boundaries",
"norm_label": "synthesis rules",
"id": "ai_agency_agents_03_product_manager_synthesis_rules"
@@ -34917,7 +34975,7 @@
"source_file": ".ai_agency/agents/03_product_manager.md",
"source_location": "L11",
"_origin": "ast",
- "community": 72,
+ "community": 71,
"community_name": "Operational Rules & Boundaries",
"norm_label": "what you read (all of these \u2014 the full picture)",
"id": "ai_agency_agents_03_product_manager_what_you_read_all_of_these_the_full_picture"
@@ -34928,7 +34986,7 @@
"source_file": ".ai_agency/agents/05_dev_backend.md",
"source_location": "L1",
"_origin": "ast",
- "community": 73,
+ "community": 72,
"community_name": "Operational Rules & Boundaries",
"norm_label": "05_dev_backend.md",
"id": "ai_agency_agents_05_dev_backend"
@@ -34939,7 +34997,7 @@
"source_file": ".ai_agency/agents/05_dev_backend.md",
"source_location": "L110",
"_origin": "ast",
- "community": 73,
+ "community": 72,
"community_name": "Operational Rules & Boundaries",
"norm_label": "1. always read tech stack first",
"id": "ai_agency_agents_05_dev_backend_1_always_read_tech_stack_first"
@@ -34950,7 +35008,7 @@
"source_file": ".ai_agency/agents/05_dev_backend.md",
"source_location": "L121",
"_origin": "ast",
- "community": 73,
+ "community": 72,
"community_name": "Operational Rules & Boundaries",
"norm_label": "2. sub-step execution (token resume support)",
"id": "ai_agency_agents_05_dev_backend_2_sub_step_execution_token_resume_support"
@@ -34961,7 +35019,7 @@
"source_file": ".ai_agency/agents/05_dev_backend.md",
"source_location": "L131",
"_origin": "ast",
- "community": 73,
+ "community": 72,
"community_name": "Operational Rules & Boundaries",
"norm_label": "3. mandatory test authoring",
"id": "ai_agency_agents_05_dev_backend_3_mandatory_test_authoring"
@@ -34972,7 +35030,7 @@
"source_file": ".ai_agency/agents/05_dev_backend.md",
"source_location": "L138",
"_origin": "ast",
- "community": 73,
+ "community": 72,
"community_name": "Operational Rules & Boundaries",
"norm_label": "4. code quality standards",
"id": "ai_agency_agents_05_dev_backend_4_code_quality_standards"
@@ -34983,7 +35041,7 @@
"source_file": ".ai_agency/agents/05_dev_backend.md",
"source_location": "L146",
"_origin": "ast",
- "community": 73,
+ "community": 72,
"community_name": "Operational Rules & Boundaries",
"norm_label": "5. file scope boundary",
"id": "ai_agency_agents_05_dev_backend_5_file_scope_boundary"
@@ -34994,7 +35052,7 @@
"source_file": ".ai_agency/agents/05_dev_backend.md",
"source_location": "L151",
"_origin": "ast",
- "community": 73,
+ "community": 72,
"community_name": "Operational Rules & Boundaries",
"norm_label": "6. forbidden actions",
"id": "ai_agency_agents_05_dev_backend_6_forbidden_actions"
@@ -35005,7 +35063,7 @@
"source_file": ".ai_agency/agents/05_dev_backend.md",
"source_location": "L172",
"_origin": "ast",
- "community": 73,
+ "community": 72,
"community_name": "Operational Rules & Boundaries",
"norm_label": "expected json output schema",
"id": "ai_agency_agents_05_dev_backend_expected_json_output_schema"
@@ -35016,7 +35074,7 @@
"source_file": ".ai_agency/agents/05_dev_backend.md",
"source_location": "L94",
"_origin": "ast",
- "community": 73,
+ "community": 72,
"community_name": "Operational Rules & Boundaries",
"norm_label": "implement mode \u2014 normal operation",
"id": "ai_agency_agents_05_dev_backend_implement_mode_normal_operation"
@@ -35027,7 +35085,7 @@
"source_file": ".ai_agency/agents/05_dev_backend.md",
"source_location": "L108",
"_origin": "ast",
- "community": 73,
+ "community": 72,
"community_name": "Operational Rules & Boundaries",
"norm_label": "operational rules & boundaries",
"id": "ai_agency_agents_05_dev_backend_operational_rules_boundaries"
@@ -35038,7 +35096,7 @@
"source_file": ".ai_agency/agents/05_dev_backend.md",
"source_location": "L60",
"_origin": "ast",
- "community": 73,
+ "community": 72,
"community_name": "Operational Rules & Boundaries",
"norm_label": "output",
"id": "ai_agency_agents_05_dev_backend_output"
@@ -35049,7 +35107,7 @@
"source_file": ".ai_agency/agents/05_dev_backend.md",
"source_location": "L160",
"_origin": "ast",
- "community": 73,
+ "community": 72,
"community_name": "Operational Rules & Boundaries",
"norm_label": "required output artifacts (what files to write/update)",
"id": "ai_agency_agents_05_dev_backend_required_output_artifacts_what_files_to_write_update"
@@ -35060,7 +35118,7 @@
"source_file": ".ai_agency/agents/05_dev_backend.md",
"source_location": "L7",
"_origin": "ast",
- "community": 73,
+ "community": 72,
"community_name": "Operational Rules & Boundaries",
"norm_label": "\u2605 review mode (called during review phase)",
"id": "ai_agency_agents_05_dev_backend_review_mode_called_during_review_phase"
@@ -35071,7 +35129,7 @@
"source_file": ".ai_agency/agents/05_dev_backend.md",
"source_location": "L1",
"_origin": "ast",
- "community": 73,
+ "community": 72,
"community_name": "Operational Rules & Boundaries",
"norm_label": "role & core objective",
"id": "ai_agency_agents_05_dev_backend_role_core_objective"
@@ -35082,7 +35140,7 @@
"source_file": ".ai_agency/agents/05_dev_backend.md",
"source_location": "L98",
"_origin": "ast",
- "community": 73,
+ "community": 72,
"community_name": "Operational Rules & Boundaries",
"norm_label": "strict input specifications (what files to read)",
"id": "ai_agency_agents_05_dev_backend_strict_input_specifications_what_files_to_read"
@@ -35093,7 +35151,7 @@
"source_file": ".ai_agency/agents/05_dev_backend.md",
"source_location": "L23",
"_origin": "ast",
- "community": 73,
+ "community": 72,
"community_name": "Operational Rules & Boundaries",
"norm_label": "what you do not review",
"id": "ai_agency_agents_05_dev_backend_what_you_do_not_review"
@@ -35104,7 +35162,7 @@
"source_file": ".ai_agency/agents/05_dev_backend.md",
"source_location": "L26",
"_origin": "ast",
- "community": 73,
+ "community": 72,
"community_name": "Operational Rules & Boundaries",
"norm_label": "what you look for (backend expert eyes only)",
"id": "ai_agency_agents_05_dev_backend_what_you_look_for_backend_expert_eyes_only"
@@ -35115,11 +35173,121 @@
"source_file": ".ai_agency/agents/05_dev_backend.md",
"source_location": "L11",
"_origin": "ast",
- "community": 73,
+ "community": 72,
"community_name": "Operational Rules & Boundaries",
"norm_label": "your domain \u2014 what you review (only these areas)",
"id": "ai_agency_agents_05_dev_backend_your_domain_what_you_review_only_these_areas"
},
+ {
+ "label": "home.controller.ts",
+ "file_type": "code",
+ "source_file": "backend/src/home/home.controller.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 73,
+ "community_name": "Home Data Module",
+ "norm_label": "home.controller.ts",
+ "id": "backend_src_home_home_controller"
+ },
+ {
+ "label": "ApiOkResponse",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 73,
+ "community_name": "Home Data Module",
+ "norm_label": "apiokresponse",
+ "id": "backend_src_home_home_controller_ts_apiokresponse"
+ },
+ {
+ "label": "ApiOperation",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 73,
+ "community_name": "Home Data Module",
+ "norm_label": "apioperation",
+ "id": "backend_src_home_home_controller_ts_apioperation"
+ },
+ {
+ "label": "ApiTags",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 73,
+ "community_name": "Home Data Module",
+ "norm_label": "apitags",
+ "id": "backend_src_home_home_controller_ts_apitags"
+ },
+ {
+ "label": "Controller",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 73,
+ "community_name": "Home Data Module",
+ "norm_label": "controller",
+ "id": "backend_src_home_home_controller_ts_controller"
+ },
+ {
+ "label": "Get",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 73,
+ "community_name": "Home Data Module",
+ "norm_label": "get",
+ "id": "backend_src_home_home_controller_ts_get"
+ },
+ {
+ "label": "home.module.ts",
+ "file_type": "code",
+ "source_file": "backend/src/home/home.module.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 73,
+ "community_name": "Home Data Module",
+ "norm_label": "home.module.ts",
+ "id": "backend_src_home_home_module"
+ },
+ {
+ "label": "Module",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 73,
+ "community_name": "Home Data Module",
+ "norm_label": "module",
+ "id": "backend_src_home_home_module_ts_module"
+ },
+ {
+ "label": "home.service.ts",
+ "file_type": "code",
+ "source_file": "backend/src/home/home.service.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 73,
+ "community_name": "Home Data Module",
+ "norm_label": "home.service.ts",
+ "id": "backend_src_home_home_service"
+ },
+ {
+ "label": "Injectable",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 73,
+ "community_name": "Home Data Module",
+ "norm_label": "injectable",
+ "id": "backend_src_home_home_service_ts_injectable"
+ },
{
"label": "package.json",
"file_type": "code",
@@ -35505,123 +35673,13 @@
"norm_label": "your domain \u2014 what you review (only these areas)",
"id": "ai_agency_agents_09_devops_security_your_domain_what_you_review_only_these_areas"
},
- {
- "label": "home.controller.ts",
- "file_type": "code",
- "source_file": "backend/src/home/home.controller.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 76,
- "community_name": "Home Data Module",
- "norm_label": "home.controller.ts",
- "id": "backend_src_home_home_controller"
- },
- {
- "label": "ApiOkResponse",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 76,
- "community_name": "Home Data Module",
- "norm_label": "apiokresponse",
- "id": "backend_src_home_home_controller_ts_apiokresponse"
- },
- {
- "label": "ApiOperation",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 76,
- "community_name": "Home Data Module",
- "norm_label": "apioperation",
- "id": "backend_src_home_home_controller_ts_apioperation"
- },
- {
- "label": "ApiTags",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 76,
- "community_name": "Home Data Module",
- "norm_label": "apitags",
- "id": "backend_src_home_home_controller_ts_apitags"
- },
- {
- "label": "Controller",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 76,
- "community_name": "Home Data Module",
- "norm_label": "controller",
- "id": "backend_src_home_home_controller_ts_controller"
- },
- {
- "label": "Get",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 76,
- "community_name": "Home Data Module",
- "norm_label": "get",
- "id": "backend_src_home_home_controller_ts_get"
- },
- {
- "label": "home.module.ts",
- "file_type": "code",
- "source_file": "backend/src/home/home.module.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 76,
- "community_name": "Home Data Module",
- "norm_label": "home.module.ts",
- "id": "backend_src_home_home_module"
- },
- {
- "label": "Module",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 76,
- "community_name": "Home Data Module",
- "norm_label": "module",
- "id": "backend_src_home_home_module_ts_module"
- },
- {
- "label": "home.service.ts",
- "file_type": "code",
- "source_file": "backend/src/home/home.service.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 76,
- "community_name": "Home Data Module",
- "norm_label": "home.service.ts",
- "id": "backend_src_home_home_service"
- },
- {
- "label": "Injectable",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 76,
- "community_name": "Home Data Module",
- "norm_label": "injectable",
- "id": "backend_src_home_home_service_ts_injectable"
- },
{
"label": "payment-gateway.interface.ts",
"file_type": "code",
"source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 77,
+ "community": 76,
"norm_label": "payment-gateway.interface.ts",
"id": "backend_src_payment_interfaces_payment_gateway_interface"
},
@@ -35631,7 +35689,7 @@
"source_file": "backend/src/payment/zibal.service.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 77,
+ "community": 76,
"norm_label": "zibal.service.ts",
"id": "backend_src_payment_zibal_service"
},
@@ -35641,7 +35699,7 @@
"source_file": "frontend/admin-panel/src/components/ui/Skeleton.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 78,
+ "community": 77,
"community_name": "Orders.tsx",
"norm_label": "ui/skeleton.tsx",
"id": "frontend_admin_panel_src_components_ui_skeleton"
@@ -35652,7 +35710,7 @@
"source_file": "frontend/admin-panel/src/pages/Orders.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 78,
+ "community": 77,
"norm_label": "orders.tsx",
"id": "frontend_admin_panel_src_pages_orders"
},
@@ -35662,7 +35720,7 @@
"source_file": "frontend/admin-panel/src/pages/Orders.tsx",
"source_location": "L82",
"_origin": "ast",
- "community": 78,
+ "community": 77,
"norm_label": "statusstyles",
"id": "frontend_admin_panel_src_pages_orders_statusstyles"
},
@@ -35672,7 +35730,7 @@
"source_file": "frontend/admin-panel/src/pages/Users.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 78,
+ "community": 77,
"norm_label": "users.tsx",
"id": "frontend_admin_panel_src_pages_users"
},
@@ -35682,7 +35740,7 @@
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L13",
"_origin": "ast",
- "community": 78,
+ "community": 77,
"norm_label": "orders",
"id": "frontend_admin_panel_src_routes_adminroutes_orders"
},
@@ -35692,7 +35750,7 @@
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L11",
"_origin": "ast",
- "community": 78,
+ "community": 77,
"norm_label": "users",
"id": "frontend_admin_panel_src_routes_adminroutes_users"
},
@@ -35702,7 +35760,7 @@
"source_file": "backend/package.json",
"source_location": "L60",
"_origin": "ast",
- "community": 79,
+ "community": 78,
"community_name": "devDependencies",
"norm_label": "eslint",
"id": "backend_package_devdependencies_eslint"
@@ -35713,7 +35771,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L24",
"_origin": "ast",
- "community": 79,
+ "community": 78,
"community_name": "devDependencies",
"norm_label": "devdependencies",
"id": "frontend_admin_panel_package_devdependencies"
@@ -35724,7 +35782,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L31",
"_origin": "ast",
- "community": 79,
+ "community": 78,
"community_name": "devDependencies",
"norm_label": "autoprefixer",
"id": "frontend_admin_panel_package_devdependencies_autoprefixer"
@@ -35735,7 +35793,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L32",
"_origin": "ast",
- "community": 79,
+ "community": 78,
"community_name": "devDependencies",
"norm_label": "eslint",
"id": "frontend_admin_panel_package_devdependencies_eslint"
@@ -35746,7 +35804,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L35",
"_origin": "ast",
- "community": 79,
+ "community": 78,
"community_name": "devDependencies",
"norm_label": "globals",
"id": "frontend_admin_panel_package_devdependencies_globals"
@@ -35757,7 +35815,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L36",
"_origin": "ast",
- "community": 79,
+ "community": 78,
"community_name": "devDependencies",
"norm_label": "postcss",
"id": "frontend_admin_panel_package_devdependencies_postcss"
@@ -35768,7 +35826,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L29",
"_origin": "ast",
- "community": 79,
+ "community": 78,
"community_name": "devDependencies",
"norm_label": "eslint",
"id": "frontend_application_package_devdependencies_eslint"
@@ -35779,7 +35837,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L31",
"_origin": "ast",
- "community": 79,
+ "community": 78,
"community_name": "devDependencies",
"norm_label": "autoprefixer",
"id": "autoprefixer"
@@ -35790,7 +35848,7 @@
"source_file": "backend/package.json",
"source_location": "L60",
"_origin": "ast",
- "community": 79,
+ "community": 78,
"community_name": "devDependencies",
"norm_label": "eslint",
"id": "backend_package_json_eslint"
@@ -35801,7 +35859,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L36",
"_origin": "ast",
- "community": 79,
+ "community": 78,
"community_name": "devDependencies",
"norm_label": "postcss",
"id": "postcss"
@@ -35812,7 +35870,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L33",
"_origin": "ast",
- "community": 79,
+ "community": 78,
"community_name": "eslint-plugin-react-hooks",
"norm_label": "eslint-plugin-react-hooks",
"id": "frontend_admin_panel_package_devdependencies_eslint_plugin_react_hooks"
@@ -35823,7 +35881,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L33",
"_origin": "ast",
- "community": 79,
+ "community": 78,
"community_name": "eslint-plugin-react-hooks",
"norm_label": "eslint-plugin-react-hooks",
"id": "eslint_plugin_react_hooks"
@@ -35834,7 +35892,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L34",
"_origin": "ast",
- "community": 79,
+ "community": 78,
"community_name": "eslint-plugin-react-refresh",
"norm_label": "eslint-plugin-react-refresh",
"id": "frontend_admin_panel_package_devdependencies_eslint_plugin_react_refresh"
@@ -35845,7 +35903,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L34",
"_origin": "ast",
- "community": 79,
+ "community": 78,
"community_name": "eslint-plugin-react-refresh",
"norm_label": "eslint-plugin-react-refresh",
"id": "eslint_plugin_react_refresh"
@@ -35856,7 +35914,7 @@
"source_file": "backend/package.json",
"source_location": "L63",
"_origin": "ast",
- "community": 79,
+ "community": 78,
"community_name": "globals",
"norm_label": "globals",
"id": "backend_package_devdependencies_globals"
@@ -35867,296 +35925,420 @@
"source_file": "backend/package.json",
"source_location": "L63",
"_origin": "ast",
- "community": 79,
+ "community": 78,
"community_name": "globals",
"norm_label": "globals",
"id": "backend_package_json_globals"
},
{
- "label": "cms.module.ts",
+ "label": "tsconfig.build.json",
"file_type": "code",
- "source_file": "backend/src/cms/cms.module.ts",
+ "source_file": "backend/tsconfig.build.json",
"source_location": "L1",
"_origin": "ast",
- "community": 8,
- "community_name": "CmsController",
- "norm_label": "cms.module.ts",
- "id": "backend_src_cms_cms_module"
+ "community": 79,
+ "community_name": "exclude",
+ "norm_label": "tsconfig.build.json",
+ "id": "backend_tsconfig_build"
},
{
- "label": "Module",
+ "label": "exclude",
"file_type": "code",
- "source_file": "",
- "source_location": "",
+ "source_file": "backend/tsconfig.build.json",
+ "source_location": "L3",
"_origin": "ast",
- "community": 8,
- "community_name": "CmsController",
- "norm_label": "module",
- "id": "backend_src_cms_cms_module_ts_module"
+ "community": 79,
+ "community_name": "exclude",
+ "norm_label": "exclude",
+ "id": "backend_tsconfig_build_exclude"
},
{
- "label": "b2b.module.ts",
+ "label": "extends",
"file_type": "code",
- "source_file": "backend/src/b2b/b2b.module.ts",
+ "source_file": "backend/tsconfig.build.json",
+ "source_location": "L2",
+ "_origin": "ast",
+ "community": 79,
+ "community_name": "exclude",
+ "norm_label": "extends",
+ "id": "backend_tsconfig_build_extends"
+ },
+ {
+ "label": "dist",
+ "file_type": "concept",
+ "source_file": "backend/tsconfig.build.json",
+ "source_location": "L3",
+ "_origin": "ast",
+ "community": 79,
+ "community_name": "exclude",
+ "norm_label": "dist",
+ "id": "backend_tsconfig_build_json_ref_dist"
+ },
+ {
+ "label": "test",
+ "file_type": "concept",
+ "source_file": "backend/tsconfig.build.json",
+ "source_location": "L3",
+ "_origin": "ast",
+ "community": 79,
+ "community_name": "exclude",
+ "norm_label": "test",
+ "id": "ref_test"
+ },
+ {
+ "label": "./tsconfig.json",
+ "file_type": "concept",
+ "source_file": "backend/tsconfig.build.json",
+ "source_location": "L2",
+ "_origin": "ast",
+ "community": 79,
+ "community_name": "exclude",
+ "norm_label": "./tsconfig.json",
+ "id": "ref_tsconfig_json"
+ },
+ {
+ "label": "prisma",
+ "file_type": "code",
+ "source_file": "backend/package.json",
+ "source_location": "L66",
+ "_origin": "ast",
+ "community": 79,
+ "community_name": "prisma",
+ "norm_label": "prisma",
+ "id": "backend_package_devdependencies_prisma"
+ },
+ {
+ "label": "prisma",
+ "file_type": "concept",
+ "source_file": "backend/package.json",
+ "source_location": "L66",
+ "_origin": "ast",
+ "community": 79,
+ "community_name": "prisma",
+ "norm_label": "prisma",
+ "id": "prisma"
+ },
+ {
+ "label": "backend/tsconfig.json",
+ "file_type": "code",
+ "source_file": "backend/tsconfig.json",
"source_location": "L1",
"_origin": "ast",
- "community": 8,
- "community_name": "app.module.ts",
- "norm_label": "b2b.module.ts",
- "id": "backend_src_b2b_b2b_module"
+ "community": 79,
+ "norm_label": "backend/tsconfig.json",
+ "id": "backend_tsconfig"
},
{
- "label": "Module",
+ "label": "exclude",
+ "file_type": "code",
+ "source_file": "backend/tsconfig.json",
+ "source_location": "L27",
+ "_origin": "ast",
+ "community": 79,
+ "norm_label": "exclude",
+ "id": "backend_tsconfig_exclude"
+ },
+ {
+ "label": "include",
+ "file_type": "code",
+ "source_file": "backend/tsconfig.json",
+ "source_location": "L26",
+ "_origin": "ast",
+ "community": 79,
+ "norm_label": "include",
+ "id": "backend_tsconfig_include"
+ },
+ {
+ "label": "dist",
+ "file_type": "concept",
+ "source_file": "backend/tsconfig.json",
+ "source_location": "L27",
+ "_origin": "ast",
+ "community": 79,
+ "norm_label": "dist",
+ "id": "ref_dist"
+ },
+ {
+ "label": "node_modules",
+ "file_type": "concept",
+ "source_file": "backend/tsconfig.json",
+ "source_location": "L27",
+ "_origin": "ast",
+ "community": 79,
+ "norm_label": "node_modules",
+ "id": "ref_node_modules"
+ },
+ {
+ "label": "scripts",
+ "file_type": "concept",
+ "source_file": "backend/tsconfig.json",
+ "source_location": "L27",
+ "_origin": "ast",
+ "community": 79,
+ "norm_label": "scripts",
+ "id": "ref_scripts"
+ },
+ {
+ "label": "**/*.spec.ts",
+ "file_type": "concept",
+ "source_file": "backend/tsconfig.json",
+ "source_location": "L27",
+ "_origin": "ast",
+ "community": 79,
+ "norm_label": "**/*.spec.ts",
+ "id": "ref_spec_ts"
+ },
+ {
+ "label": "src/**/*",
+ "file_type": "concept",
+ "source_file": "backend/tsconfig.json",
+ "source_location": "L26",
+ "_origin": "ast",
+ "community": 79,
+ "norm_label": "src/**/*",
+ "id": "ref_src"
+ },
+ {
+ "label": "ApiProperty",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 8,
- "community_name": "app.module.ts",
- "norm_label": "module",
- "id": "backend_src_b2b_b2b_module_ts_module"
+ "community_name": "tickets.controller.ts",
+ "norm_label": "apiproperty",
+ "id": "backend_src_tickets_dto_create_ticket_dto_ts_apiproperty"
},
{
- "label": "banners.module.ts",
- "file_type": "code",
- "source_file": "backend/src/banners/banners.module.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 8,
- "community_name": "app.module.ts",
- "norm_label": "banners.module.ts",
- "id": "backend_src_banners_banners_module"
- },
- {
- "label": "Module",
+ "label": "ApiPropertyOptional",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 8,
- "community_name": "app.module.ts",
- "norm_label": "module",
- "id": "backend_src_banners_banners_module_ts_module"
+ "community_name": "tickets.controller.ts",
+ "norm_label": "apipropertyoptional",
+ "id": "backend_src_tickets_dto_create_ticket_dto_ts_apipropertyoptional"
},
{
- "label": "sms.module.ts",
- "file_type": "code",
- "source_file": "backend/src/common/sms.module.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 8,
- "community_name": "app.module.ts",
- "norm_label": "sms.module.ts",
- "id": "backend_src_common_sms_module"
- },
- {
- "label": "Global",
+ "label": "IsNotEmpty",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 8,
- "community_name": "app.module.ts",
- "norm_label": "global",
- "id": "backend_src_common_sms_module_ts_global"
+ "community_name": "tickets.controller.ts",
+ "norm_label": "isnotempty",
+ "id": "backend_src_tickets_dto_create_ticket_dto_ts_isnotempty"
},
{
- "label": "Module",
+ "label": "IsOptional",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 8,
- "community_name": "app.module.ts",
- "norm_label": "module",
- "id": "backend_src_common_sms_module_ts_module"
+ "community_name": "tickets.controller.ts",
+ "norm_label": "isoptional",
+ "id": "backend_src_tickets_dto_create_ticket_dto_ts_isoptional"
},
{
- "label": "contact.module.ts",
- "file_type": "code",
- "source_file": "backend/src/contact/contact.module.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 8,
- "community_name": "app.module.ts",
- "norm_label": "contact.module.ts",
- "id": "backend_src_contact_contact_module"
- },
- {
- "label": "Module",
+ "label": "IsString",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 8,
- "community_name": "app.module.ts",
- "norm_label": "module",
- "id": "backend_src_contact_contact_module_ts_module"
+ "community_name": "tickets.controller.ts",
+ "norm_label": "isstring",
+ "id": "backend_src_tickets_dto_create_ticket_dto_ts_isstring"
},
{
- "label": "ingredients.module.ts",
- "file_type": "code",
- "source_file": "backend/src/ingredients/ingredients.module.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 8,
- "community_name": "app.module.ts",
- "norm_label": "ingredients.module.ts",
- "id": "backend_src_ingredients_ingredients_module"
- },
- {
- "label": "Module",
+ "label": "ApiPropertyOptional",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 8,
- "community_name": "app.module.ts",
- "norm_label": "module",
- "id": "backend_src_ingredients_ingredients_module_ts_module"
+ "community_name": "tickets.controller.ts",
+ "norm_label": "apipropertyoptional",
+ "id": "backend_src_tickets_dto_ticket_query_dto_ts_apipropertyoptional"
},
{
- "label": "Module",
+ "label": "IsNumber",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 8,
- "community_name": "app.module.ts",
- "norm_label": "module",
- "id": "backend_src_payment_payment_module_ts_module"
+ "community_name": "tickets.controller.ts",
+ "norm_label": "isnumber",
+ "id": "backend_src_tickets_dto_ticket_query_dto_ts_isnumber"
},
{
- "label": "prisma.module.ts",
- "file_type": "code",
- "source_file": "backend/src/prisma/prisma.module.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 8,
- "community_name": "app.module.ts",
- "norm_label": "prisma.module.ts",
- "id": "backend_src_prisma_prisma_module"
- },
- {
- "label": "Global",
+ "label": "IsOptional",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 8,
- "community_name": "app.module.ts",
- "norm_label": "global",
- "id": "backend_src_prisma_prisma_module_ts_global"
+ "community_name": "tickets.controller.ts",
+ "norm_label": "isoptional",
+ "id": "backend_src_tickets_dto_ticket_query_dto_ts_isoptional"
},
{
- "label": "Module",
+ "label": "IsString",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 8,
- "community_name": "app.module.ts",
- "norm_label": "module",
- "id": "backend_src_prisma_prisma_module_ts_module"
+ "community_name": "tickets.controller.ts",
+ "norm_label": "isstring",
+ "id": "backend_src_tickets_dto_ticket_query_dto_ts_isstring"
},
{
- "label": "Module",
+ "label": "Type",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 8,
- "community_name": "app.module.ts",
- "norm_label": "module",
- "id": "backend_src_reviews_reviews_module_ts_module"
+ "community_name": "tickets.controller.ts",
+ "norm_label": "type",
+ "id": "backend_src_tickets_dto_ticket_query_dto_ts_type"
},
{
- "label": "settings.module.ts",
- "file_type": "code",
- "source_file": "backend/src/settings/settings.module.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 8,
- "community_name": "app.module.ts",
- "norm_label": "settings.module.ts",
- "id": "backend_src_settings_settings_module"
- },
- {
- "label": "Module",
+ "label": "ApiBearerAuth",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 8,
- "community_name": "app.module.ts",
- "norm_label": "module",
- "id": "backend_src_settings_settings_module_ts_module"
+ "community_name": "tickets.controller.ts",
+ "norm_label": "apibearerauth",
+ "id": "backend_src_tickets_tickets_controller_ts_apibearerauth"
},
{
- "label": "smart-advisor.module.ts",
- "file_type": "code",
- "source_file": "backend/src/smart-advisor/smart-advisor.module.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 8,
- "community_name": "app.module.ts",
- "norm_label": "smart-advisor.module.ts",
- "id": "backend_src_smart_advisor_smart_advisor_module"
- },
- {
- "label": "Module",
+ "label": "ApiOperation",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 8,
- "community_name": "app.module.ts",
- "norm_label": "module",
- "id": "backend_src_smart_advisor_smart_advisor_module_ts_module"
+ "community_name": "tickets.controller.ts",
+ "norm_label": "apioperation",
+ "id": "backend_src_tickets_tickets_controller_ts_apioperation"
},
{
- "label": "testimonials.module.ts",
- "file_type": "code",
- "source_file": "backend/src/testimonials/testimonials.module.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 8,
- "community_name": "app.module.ts",
- "norm_label": "testimonials.module.ts",
- "id": "backend_src_testimonials_testimonials_module"
- },
- {
- "label": "Module",
+ "label": "ApiTags",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 8,
- "community_name": "app.module.ts",
- "norm_label": "module",
- "id": "backend_src_testimonials_testimonials_module_ts_module"
+ "community_name": "tickets.controller.ts",
+ "norm_label": "apitags",
+ "id": "backend_src_tickets_tickets_controller_ts_apitags"
},
{
- "label": "wholesale.module.ts",
- "file_type": "code",
- "source_file": "backend/src/wholesale/wholesale.module.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 8,
- "community_name": "app.module.ts",
- "norm_label": "wholesale.module.ts",
- "id": "backend_src_wholesale_wholesale_module"
- },
- {
- "label": "Module",
+ "label": "Body",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 8,
- "community_name": "app.module.ts",
- "norm_label": "module",
- "id": "backend_src_wholesale_wholesale_module_ts_module"
+ "community_name": "tickets.controller.ts",
+ "norm_label": "body",
+ "id": "backend_src_tickets_tickets_controller_ts_body"
+ },
+ {
+ "label": "Controller",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 8,
+ "community_name": "tickets.controller.ts",
+ "norm_label": "controller",
+ "id": "backend_src_tickets_tickets_controller_ts_controller"
+ },
+ {
+ "label": "Get",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 8,
+ "community_name": "tickets.controller.ts",
+ "norm_label": "get",
+ "id": "backend_src_tickets_tickets_controller_ts_get"
+ },
+ {
+ "label": "Param",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 8,
+ "community_name": "tickets.controller.ts",
+ "norm_label": "param",
+ "id": "backend_src_tickets_tickets_controller_ts_param"
+ },
+ {
+ "label": "Post",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 8,
+ "community_name": "tickets.controller.ts",
+ "norm_label": "post",
+ "id": "backend_src_tickets_tickets_controller_ts_post"
+ },
+ {
+ "label": "Put",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 8,
+ "community_name": "tickets.controller.ts",
+ "norm_label": "put",
+ "id": "backend_src_tickets_tickets_controller_ts_put"
+ },
+ {
+ "label": "Query",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 8,
+ "community_name": "tickets.controller.ts",
+ "norm_label": "query",
+ "id": "backend_src_tickets_tickets_controller_ts_query"
+ },
+ {
+ "label": "Req",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 8,
+ "community_name": "tickets.controller.ts",
+ "norm_label": "req",
+ "id": "backend_src_tickets_tickets_controller_ts_req"
+ },
+ {
+ "label": "UseGuards",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 8,
+ "community_name": "tickets.controller.ts",
+ "norm_label": "useguards",
+ "id": "backend_src_tickets_tickets_controller_ts_useguards"
},
{
"label": "Module",
@@ -36170,44 +36352,55 @@
"id": "backend_src_tickets_tickets_module_ts_module"
},
{
- "label": "app.module.ts",
+ "label": "Injectable",
"file_type": "code",
- "source_file": "backend/src/app.module.ts",
- "source_location": "L1",
+ "source_file": "",
+ "source_location": "",
"_origin": "ast",
"community": 8,
- "norm_label": "app.module.ts",
- "id": "backend_src_app_module"
+ "community_name": "tickets.controller.ts",
+ "norm_label": "injectable",
+ "id": "backend_src_tickets_tickets_service_ts_injectable"
},
{
- "label": "payment.module.ts",
+ "label": "create-ticket.dto.ts",
"file_type": "code",
- "source_file": "backend/src/payment/payment.module.ts",
+ "source_file": "backend/src/tickets/dto/create-ticket.dto.ts",
"source_location": "L1",
"_origin": "ast",
"community": 8,
- "norm_label": "payment.module.ts",
- "id": "backend_src_payment_payment_module"
+ "norm_label": "create-ticket.dto.ts",
+ "id": "backend_src_tickets_dto_create_ticket_dto"
},
{
- "label": "prescriptions.module.ts",
+ "label": "ticket-query.dto.ts",
"file_type": "code",
- "source_file": "backend/src/prescriptions/prescriptions.module.ts",
+ "source_file": "backend/src/tickets/dto/ticket-query.dto.ts",
"source_location": "L1",
"_origin": "ast",
"community": 8,
- "norm_label": "prescriptions.module.ts",
- "id": "backend_src_prescriptions_prescriptions_module"
+ "norm_label": "ticket-query.dto.ts",
+ "id": "backend_src_tickets_dto_ticket_query_dto"
},
{
- "label": "reviews.module.ts",
+ "label": "tickets.controller.ts",
"file_type": "code",
- "source_file": "backend/src/reviews/reviews.module.ts",
+ "source_file": "backend/src/tickets/tickets.controller.ts",
"source_location": "L1",
"_origin": "ast",
"community": 8,
- "norm_label": "reviews.module.ts",
- "id": "backend_src_reviews_reviews_module"
+ "norm_label": "tickets.controller.ts",
+ "id": "backend_src_tickets_tickets_controller"
+ },
+ {
+ "label": "Roles",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 8,
+ "norm_label": "roles",
+ "id": "backend_src_tickets_tickets_controller_ts_roles"
},
{
"label": "tickets.module.ts",
@@ -36220,182 +36413,14 @@
"id": "backend_src_tickets_tickets_module"
},
{
- "label": "Module",
+ "label": "tickets.service.ts",
"file_type": "code",
- "source_file": "",
- "source_location": "",
+ "source_file": "backend/src/tickets/tickets.service.ts",
+ "source_location": "L1",
"_origin": "ast",
"community": 8,
- "norm_label": "module",
- "id": "module"
- },
- {
- "label": "tsconfig.build.json",
- "file_type": "code",
- "source_file": "backend/tsconfig.build.json",
- "source_location": "L1",
- "_origin": "ast",
- "community": 80,
- "community_name": "exclude",
- "norm_label": "tsconfig.build.json",
- "id": "backend_tsconfig_build"
- },
- {
- "label": "exclude",
- "file_type": "code",
- "source_file": "backend/tsconfig.build.json",
- "source_location": "L3",
- "_origin": "ast",
- "community": 80,
- "community_name": "exclude",
- "norm_label": "exclude",
- "id": "backend_tsconfig_build_exclude"
- },
- {
- "label": "extends",
- "file_type": "code",
- "source_file": "backend/tsconfig.build.json",
- "source_location": "L2",
- "_origin": "ast",
- "community": 80,
- "community_name": "exclude",
- "norm_label": "extends",
- "id": "backend_tsconfig_build_extends"
- },
- {
- "label": "dist",
- "file_type": "concept",
- "source_file": "backend/tsconfig.build.json",
- "source_location": "L3",
- "_origin": "ast",
- "community": 80,
- "community_name": "exclude",
- "norm_label": "dist",
- "id": "backend_tsconfig_build_json_ref_dist"
- },
- {
- "label": "test",
- "file_type": "concept",
- "source_file": "backend/tsconfig.build.json",
- "source_location": "L3",
- "_origin": "ast",
- "community": 80,
- "community_name": "exclude",
- "norm_label": "test",
- "id": "ref_test"
- },
- {
- "label": "./tsconfig.json",
- "file_type": "concept",
- "source_file": "backend/tsconfig.build.json",
- "source_location": "L2",
- "_origin": "ast",
- "community": 80,
- "community_name": "exclude",
- "norm_label": "./tsconfig.json",
- "id": "ref_tsconfig_json"
- },
- {
- "label": "prisma",
- "file_type": "code",
- "source_file": "backend/package.json",
- "source_location": "L66",
- "_origin": "ast",
- "community": 80,
- "community_name": "prisma",
- "norm_label": "prisma",
- "id": "backend_package_devdependencies_prisma"
- },
- {
- "label": "prisma",
- "file_type": "concept",
- "source_file": "backend/package.json",
- "source_location": "L66",
- "_origin": "ast",
- "community": 80,
- "community_name": "prisma",
- "norm_label": "prisma",
- "id": "prisma"
- },
- {
- "label": "backend/tsconfig.json",
- "file_type": "code",
- "source_file": "backend/tsconfig.json",
- "source_location": "L1",
- "_origin": "ast",
- "community": 80,
- "norm_label": "backend/tsconfig.json",
- "id": "backend_tsconfig"
- },
- {
- "label": "exclude",
- "file_type": "code",
- "source_file": "backend/tsconfig.json",
- "source_location": "L27",
- "_origin": "ast",
- "community": 80,
- "norm_label": "exclude",
- "id": "backend_tsconfig_exclude"
- },
- {
- "label": "include",
- "file_type": "code",
- "source_file": "backend/tsconfig.json",
- "source_location": "L26",
- "_origin": "ast",
- "community": 80,
- "norm_label": "include",
- "id": "backend_tsconfig_include"
- },
- {
- "label": "dist",
- "file_type": "concept",
- "source_file": "backend/tsconfig.json",
- "source_location": "L27",
- "_origin": "ast",
- "community": 80,
- "norm_label": "dist",
- "id": "ref_dist"
- },
- {
- "label": "node_modules",
- "file_type": "concept",
- "source_file": "backend/tsconfig.json",
- "source_location": "L27",
- "_origin": "ast",
- "community": 80,
- "norm_label": "node_modules",
- "id": "ref_node_modules"
- },
- {
- "label": "scripts",
- "file_type": "concept",
- "source_file": "backend/tsconfig.json",
- "source_location": "L27",
- "_origin": "ast",
- "community": 80,
- "norm_label": "scripts",
- "id": "ref_scripts"
- },
- {
- "label": "**/*.spec.ts",
- "file_type": "concept",
- "source_file": "backend/tsconfig.json",
- "source_location": "L27",
- "_origin": "ast",
- "community": 80,
- "norm_label": "**/*.spec.ts",
- "id": "ref_spec_ts"
- },
- {
- "label": "src/**/*",
- "file_type": "concept",
- "source_file": "backend/tsconfig.json",
- "source_location": "L26",
- "_origin": "ast",
- "community": 80,
- "norm_label": "src/**/*",
- "id": "ref_src"
+ "norm_label": "tickets.service.ts",
+ "id": "backend_src_tickets_tickets_service"
},
{
"label": "seed.ts",
@@ -36403,9 +36428,9 @@
"source_file": "backend/prisma/seed.ts",
"source_location": "L1",
"_origin": "ast",
- "id": "backend_prisma_seed",
- "community": 81,
- "norm_label": "seed.ts"
+ "community": 80,
+ "norm_label": "seed.ts",
+ "id": "backend_prisma_seed"
},
{
"label": "seed-home.ts",
@@ -36413,7 +36438,7 @@
"source_file": "backend/prisma/seed-home.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 81,
+ "community": 80,
"norm_label": "seed-home.ts",
"id": "backend_prisma_seed_home"
},
@@ -36423,7 +36448,7 @@
"source_file": "backend/prisma/seed-home.ts",
"source_location": "L3",
"_origin": "ast",
- "community": 81,
+ "community": 80,
"norm_label": "prisma",
"id": "backend_prisma_seed_home_prisma"
},
@@ -36433,9 +36458,9 @@
"source_file": "backend/prisma/seed.ts",
"source_location": "L9",
"_origin": "ast",
- "id": "backend_prisma_seed_prisma",
- "community": 81,
- "norm_label": "prisma"
+ "community": 80,
+ "norm_label": "prisma",
+ "id": "backend_prisma_seed_prisma"
},
{
"label": "seed-products.ts",
@@ -36443,7 +36468,7 @@
"source_file": "backend/prisma/seed-products.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 81,
+ "community": 80,
"norm_label": "seed-products.ts",
"id": "backend_prisma_seed_products"
},
@@ -36453,7 +36478,7 @@
"source_file": "backend/prisma/seed-products.ts",
"source_location": "L5",
"_origin": "ast",
- "community": 81,
+ "community": 80,
"norm_label": "prisma",
"id": "backend_prisma_seed_products_prisma"
},
@@ -36463,7 +36488,7 @@
"source_file": "backend/prisma/seed-products.ts",
"source_location": "L148",
"_origin": "ast",
- "community": 81,
+ "community": 80,
"norm_label": "product_symptoms_map",
"id": "backend_prisma_seed_products_product_symptoms_map"
},
@@ -36473,7 +36498,7 @@
"source_file": "backend/prisma/seed-products.ts",
"source_location": "L208",
"_origin": "ast",
- "community": 81,
+ "community": 80,
"norm_label": "product_taglines_map",
"id": "backend_prisma_seed_products_product_taglines_map"
},
@@ -36483,7 +36508,7 @@
"source_file": "docs/audit/02-audit-plan.md",
"source_location": "L1",
"_origin": "ast",
- "community": 82,
+ "community": 81,
"community_name": "Reconciled Audit Roles & Assignments",
"norm_label": "02-audit-plan.md",
"id": "docs_audit_02_audit_plan"
@@ -36494,7 +36519,7 @@
"source_file": "docs/audit/02-audit-plan.md",
"source_location": "L73",
"_origin": "ast",
- "community": 82,
+ "community": 81,
"community_name": "Reconciled Audit Roles & Assignments",
"norm_label": "10. documentation engineer",
"id": "docs_audit_02_audit_plan_10_documentation_engineer"
@@ -36505,7 +36530,7 @@
"source_file": "docs/audit/02-audit-plan.md",
"source_location": "L28",
"_origin": "ast",
- "community": 82,
+ "community": 81,
"community_name": "Reconciled Audit Roles & Assignments",
"norm_label": "1. lead architect / orchestrator",
"id": "docs_audit_02_audit_plan_1_lead_architect_orchestrator"
@@ -36516,7 +36541,7 @@
"source_file": "docs/audit/02-audit-plan.md",
"source_location": "L33",
"_origin": "ast",
- "community": 82,
+ "community": 81,
"community_name": "Reconciled Audit Roles & Assignments",
"norm_label": "2. react / vite storefront auditor",
"id": "docs_audit_02_audit_plan_2_react_vite_storefront_auditor"
@@ -36527,7 +36552,7 @@
"source_file": "docs/audit/02-audit-plan.md",
"source_location": "L38",
"_origin": "ast",
- "community": 82,
+ "community": 81,
"community_name": "Reconciled Audit Roles & Assignments",
"norm_label": "3. nestjs backend auditor",
"id": "docs_audit_02_audit_plan_3_nestjs_backend_auditor"
@@ -36538,7 +36563,7 @@
"source_file": "docs/audit/02-audit-plan.md",
"source_location": "L43",
"_origin": "ast",
- "community": 82,
+ "community": 81,
"community_name": "Reconciled Audit Roles & Assignments",
"norm_label": "4. admin features auditor",
"id": "docs_audit_02_audit_plan_4_admin_features_auditor"
@@ -36549,7 +36574,7 @@
"source_file": "docs/audit/02-audit-plan.md",
"source_location": "L48",
"_origin": "ast",
- "community": 82,
+ "community": 81,
"community_name": "Reconciled Audit Roles & Assignments",
"norm_label": "5. database & data integrity auditor",
"id": "docs_audit_02_audit_plan_5_database_data_integrity_auditor"
@@ -36560,7 +36585,7 @@
"source_file": "docs/audit/02-audit-plan.md",
"source_location": "L53",
"_origin": "ast",
- "community": 82,
+ "community": 81,
"community_name": "Reconciled Audit Roles & Assignments",
"norm_label": "6. security auditor",
"id": "docs_audit_02_audit_plan_6_security_auditor"
@@ -36571,7 +36596,7 @@
"source_file": "docs/audit/02-audit-plan.md",
"source_location": "L58",
"_origin": "ast",
- "community": 82,
+ "community": 81,
"community_name": "Reconciled Audit Roles & Assignments",
"norm_label": "7. typescript & code quality auditor",
"id": "docs_audit_02_audit_plan_7_typescript_code_quality_auditor"
@@ -36582,7 +36607,7 @@
"source_file": "docs/audit/02-audit-plan.md",
"source_location": "L63",
"_origin": "ast",
- "community": 82,
+ "community": 81,
"community_name": "Reconciled Audit Roles & Assignments",
"norm_label": "8. testing & reliability auditor",
"id": "docs_audit_02_audit_plan_8_testing_reliability_auditor"
@@ -36593,7 +36618,7 @@
"source_file": "docs/audit/02-audit-plan.md",
"source_location": "L68",
"_origin": "ast",
- "community": 82,
+ "community": 81,
"community_name": "Reconciled Audit Roles & Assignments",
"norm_label": "9. devops & ci/cd auditor",
"id": "docs_audit_02_audit_plan_9_devops_ci_cd_auditor"
@@ -36604,7 +36629,7 @@
"source_file": "docs/audit/02-audit-plan.md",
"source_location": "L1",
"_origin": "ast",
- "community": 82,
+ "community": 81,
"community_name": "Reconciled Audit Roles & Assignments",
"norm_label": "audit plan & subagent roles",
"id": "docs_audit_02_audit_plan_audit_plan_subagent_roles"
@@ -36615,7 +36640,7 @@
"source_file": "docs/audit/02-audit-plan.md",
"source_location": "L10",
"_origin": "ast",
- "community": 82,
+ "community": 81,
"community_name": "Reconciled Audit Roles & Assignments",
"norm_label": "mandatory global audit exclusions",
"id": "docs_audit_02_audit_plan_mandatory_global_audit_exclusions"
@@ -36626,7 +36651,7 @@
"source_file": "docs/audit/02-audit-plan.md",
"source_location": "L26",
"_origin": "ast",
- "community": 82,
+ "community": 81,
"community_name": "Reconciled Audit Roles & Assignments",
"norm_label": "reconciled audit roles & assignments",
"id": "docs_audit_02_audit_plan_reconciled_audit_roles_assignments"
@@ -36637,7 +36662,7 @@
"source_file": "docs/audit/02-audit-plan.md",
"source_location": "L80",
"_origin": "ast",
- "community": 82,
+ "community": 81,
"community_name": "Reconciled Audit Roles & Assignments",
"norm_label": "strategy for deduplication & consolidation",
"id": "docs_audit_02_audit_plan_strategy_for_deduplication_consolidation"
@@ -36648,7 +36673,7 @@
"source_file": "docs/audit/02-audit-plan.md",
"source_location": "L3",
"_origin": "ast",
- "community": 82,
+ "community": 81,
"community_name": "Reconciled Audit Roles & Assignments",
"norm_label": "subagent execution mode",
"id": "docs_audit_02_audit_plan_subagent_execution_mode"
@@ -36659,7 +36684,7 @@
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": null,
"_origin": "ast",
- "community": 83,
+ "community": 82,
"community_name": "Prisma Database Migrations",
"norm_label": "20260526145407_init/migration.sql",
"id": "backend_prisma_migrations_20260526145407_init_migration"
@@ -36670,7 +36695,7 @@
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L148",
"_origin": "ast",
- "community": 83,
+ "community": 82,
"community_name": "Prisma Database Migrations",
"norm_label": "\"coupons\"",
"id": "backend_prisma_migrations_20260526145407_init_migration_coupons"
@@ -36681,7 +36706,7 @@
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L134",
"_origin": "ast",
- "community": 83,
+ "community": 82,
"community_name": "Prisma Database Migrations",
"norm_label": "\"health_logs\"",
"id": "backend_prisma_migrations_20260526145407_init_migration_health_logs"
@@ -36692,7 +36717,7 @@
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L173",
"_origin": "ast",
- "community": 83,
+ "community": 82,
"community_name": "Prisma Database Migrations",
"norm_label": "\"order_items\"",
"id": "backend_prisma_migrations_20260526145407_init_migration_order_items"
@@ -36703,7 +36728,7 @@
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L159",
"_origin": "ast",
- "community": 83,
+ "community": 82,
"community_name": "Prisma Database Migrations",
"norm_label": "\"orders\"",
"id": "backend_prisma_migrations_20260526145407_init_migration_orders"
@@ -36714,7 +36739,7 @@
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L103",
"_origin": "ast",
- "community": 83,
+ "community": 82,
"community_name": "Prisma Database Migrations",
"norm_label": "\"pet_medical_conditions\"",
"id": "backend_prisma_migrations_20260526145407_init_migration_pet_medical_conditions"
@@ -36725,7 +36750,7 @@
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L87",
"_origin": "ast",
- "community": 83,
+ "community": 82,
"community_name": "Prisma Database Migrations",
"norm_label": "\"pets\"",
"id": "backend_prisma_migrations_20260526145407_init_migration_pets"
@@ -36736,7 +36761,7 @@
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L71",
"_origin": "ast",
- "community": 83,
+ "community": 82,
"community_name": "Prisma Database Migrations",
"norm_label": "\"product_ingredients\"",
"id": "backend_prisma_migrations_20260526145407_init_migration_product_ingredients"
@@ -36747,7 +36772,7 @@
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L79",
"_origin": "ast",
- "community": 83,
+ "community": 82,
"community_name": "Prisma Database Migrations",
"norm_label": "\"product_symptoms\"",
"id": "backend_prisma_migrations_20260526145407_init_migration_product_symptoms"
@@ -36758,7 +36783,7 @@
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L49",
"_origin": "ast",
- "community": 83,
+ "community": 82,
"community_name": "Prisma Database Migrations",
"norm_label": "\"products\"",
"id": "backend_prisma_migrations_20260526145407_init_migration_products"
@@ -36769,7 +36794,7 @@
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L124",
"_origin": "ast",
- "community": 83,
+ "community": 82,
"community_name": "Prisma Database Migrations",
"norm_label": "\"reminder_completions\"",
"id": "backend_prisma_migrations_20260526145407_init_migration_reminder_completions"
@@ -36780,7 +36805,7 @@
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L111",
"_origin": "ast",
- "community": 83,
+ "community": 82,
"community_name": "Prisma Database Migrations",
"norm_label": "\"reminders\"",
"id": "backend_prisma_migrations_20260526145407_init_migration_reminders"
@@ -36791,7 +36816,7 @@
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L18",
"_origin": "ast",
- "community": 83,
+ "community": 82,
"community_name": "Prisma Database Migrations",
"norm_label": "\"user_addresses\"",
"id": "backend_prisma_migrations_20260526145407_init_migration_user_addresses"
@@ -36802,7 +36827,7 @@
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L2",
"_origin": "ast",
- "community": 83,
+ "community": 82,
"community_name": "Prisma Database Migrations",
"norm_label": "\"users\"",
"id": "backend_prisma_migrations_20260526145407_init_migration_users"
@@ -36813,7 +36838,7 @@
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L35",
"_origin": "ast",
- "community": 83,
+ "community": 82,
"community_name": "Prisma Database Migrations",
"norm_label": "\"wallet_transactions\"",
"id": "backend_prisma_migrations_20260526145407_init_migration_wallet_transactions"
@@ -36824,7 +36849,7 @@
"source_file": "docs/audit/phase3.1-backlog-review.md",
"source_location": "L1",
"_origin": "ast",
- "community": 84,
+ "community": 83,
"community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique",
"norm_label": "phase3.1-backlog-review.md",
"id": "docs_audit_phase3_1_backlog_review"
@@ -36835,7 +36860,7 @@
"source_file": "docs/audit/phase3.1-backlog-review.md",
"source_location": "L102",
"_origin": "ast",
- "community": 84,
+ "community": 83,
"community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique",
"norm_label": "10. dependency & wave adjustments",
"id": "docs_audit_phase3_1_backlog_review_10_dependency_wave_adjustments"
@@ -36846,7 +36871,7 @@
"source_file": "docs/audit/phase3.1-backlog-review.md",
"source_location": "L114",
"_origin": "ast",
- "community": 84,
+ "community": 83,
"community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique",
"norm_label": "11. acceptance criteria refinements",
"id": "docs_audit_phase3_1_backlog_review_11_acceptance_criteria_refinements"
@@ -36857,7 +36882,7 @@
"source_file": "docs/audit/phase3.1-backlog-review.md",
"source_location": "L124",
"_origin": "ast",
- "community": 84,
+ "community": 83,
"community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique",
"norm_label": "12. business and product decision classification",
"id": "docs_audit_phase3_1_backlog_review_12_business_and_product_decision_classification"
@@ -36868,7 +36893,7 @@
"source_file": "docs/audit/phase3.1-backlog-review.md",
"source_location": "L134",
"_origin": "ast",
- "community": 84,
+ "community": 83,
"community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique",
"norm_label": "13. final recommended backlog summary",
"id": "docs_audit_phase3_1_backlog_review_13_final_recommended_backlog_summary"
@@ -36879,7 +36904,7 @@
"source_file": "docs/audit/phase3.1-backlog-review.md",
"source_location": "L14",
"_origin": "ast",
- "community": 84,
+ "community": 83,
"community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique",
"norm_label": "1. executive assessment",
"id": "docs_audit_phase3_1_backlog_review_1_executive_assessment"
@@ -36890,7 +36915,7 @@
"source_file": "docs/audit/phase3.1-backlog-review.md",
"source_location": "L26",
"_origin": "ast",
- "community": 84,
+ "community": 83,
"community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique",
"norm_label": "2. findings that require no change",
"id": "docs_audit_phase3_1_backlog_review_2_findings_that_require_no_change"
@@ -36901,7 +36926,7 @@
"source_file": "docs/audit/phase3.1-backlog-review.md",
"source_location": "L41",
"_origin": "ast",
- "community": 84,
+ "community": 83,
"community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique",
"norm_label": "3. findings requiring task refinements",
"id": "docs_audit_phase3_1_backlog_review_3_findings_requiring_task_refinements"
@@ -36912,7 +36937,7 @@
"source_file": "docs/audit/phase3.1-backlog-review.md",
"source_location": "L50",
"_origin": "ast",
- "community": 84,
+ "community": 83,
"community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique",
"norm_label": "4. tasks requiring splitting",
"id": "docs_audit_phase3_1_backlog_review_4_tasks_requiring_splitting"
@@ -36923,7 +36948,7 @@
"source_file": "docs/audit/phase3.1-backlog-review.md",
"source_location": "L56",
"_origin": "ast",
- "community": 84,
+ "community": 83,
"community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique",
"norm_label": "5. tasks requiring merging",
"id": "docs_audit_phase3_1_backlog_review_5_tasks_requiring_merging"
@@ -36934,7 +36959,7 @@
"source_file": "docs/audit/phase3.1-backlog-review.md",
"source_location": "L62",
"_origin": "ast",
- "community": 84,
+ "community": 83,
"community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique",
"norm_label": "6. unsupported assumptions identified",
"id": "docs_audit_phase3_1_backlog_review_6_unsupported_assumptions_identified"
@@ -36945,7 +36970,7 @@
"source_file": "docs/audit/phase3.1-backlog-review.md",
"source_location": "L71",
"_origin": "ast",
- "community": 84,
+ "community": 83,
"community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique",
"norm_label": "7. scope creep identified and removed",
"id": "docs_audit_phase3_1_backlog_review_7_scope_creep_identified_and_removed"
@@ -36956,7 +36981,7 @@
"source_file": "docs/audit/phase3.1-backlog-review.md",
"source_location": "L78",
"_origin": "ast",
- "community": 84,
+ "community": 83,
"community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique",
"norm_label": "8. security deep-dive review",
"id": "docs_audit_phase3_1_backlog_review_8_security_deep_dive_review"
@@ -36967,7 +36992,7 @@
"source_file": "docs/audit/phase3.1-backlog-review.md",
"source_location": "L92",
"_origin": "ast",
- "community": 84,
+ "community": 83,
"community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique",
"norm_label": "9. architecture review",
"id": "docs_audit_phase3_1_backlog_review_9_architecture_review"
@@ -36978,7 +37003,7 @@
"source_file": "docs/audit/phase3.1-backlog-review.md",
"source_location": "L1",
"_origin": "ast",
- "community": 84,
+ "community": 83,
"community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique",
"norm_label": "phase 3.1 \u2014 human review preparation and master backlog critique",
"id": "docs_audit_phase3_1_backlog_review_phase_3_1_human_review_preparation_and_master_backlog_critique"
@@ -36989,7 +37014,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L12",
"_origin": "ast",
- "community": 85,
+ "community": 84,
"community_name": "dependencies",
"norm_label": "dependencies",
"id": "frontend_admin_panel_package_dependencies"
@@ -37000,7 +37025,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L14",
"_origin": "ast",
- "community": 85,
+ "community": 84,
"community_name": "dependencies",
"norm_label": "axios",
"id": "frontend_admin_panel_package_dependencies_axios"
@@ -37011,7 +37036,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L16",
"_origin": "ast",
- "community": 85,
+ "community": 84,
"community_name": "dependencies",
"norm_label": "react",
"id": "frontend_admin_panel_package_dependencies_react"
@@ -37022,7 +37047,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L18",
"_origin": "ast",
- "community": 85,
+ "community": 84,
"community_name": "dependencies",
"norm_label": "react-hot-toast",
"id": "frontend_admin_panel_package_dependencies_react_hot_toast"
@@ -37033,7 +37058,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L19",
"_origin": "ast",
- "community": 85,
+ "community": 84,
"community_name": "dependencies",
"norm_label": "react-router-dom",
"id": "frontend_admin_panel_package_dependencies_react_router_dom"
@@ -37044,7 +37069,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L20",
"_origin": "ast",
- "community": 85,
+ "community": 84,
"community_name": "dependencies",
"norm_label": "recharts",
"id": "frontend_admin_panel_package_dependencies_recharts"
@@ -37055,7 +37080,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L13",
"_origin": "ast",
- "community": 85,
+ "community": 84,
"community_name": "dependencies",
"norm_label": "@tanstack/react-query",
"id": "frontend_admin_panel_package_dependencies_tanstack_react_query"
@@ -37066,7 +37091,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L21",
"_origin": "ast",
- "community": 85,
+ "community": 84,
"community_name": "dependencies",
"norm_label": "vite",
"id": "frontend_admin_panel_package_dependencies_vite"
@@ -37077,7 +37102,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L14",
"_origin": "ast",
- "community": 85,
+ "community": 84,
"community_name": "dependencies",
"norm_label": "axios",
"id": "frontend_admin_panel_package_json_axios"
@@ -37088,7 +37113,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L16",
"_origin": "ast",
- "community": 85,
+ "community": 84,
"community_name": "dependencies",
"norm_label": "react",
"id": "frontend_admin_panel_package_json_react"
@@ -37099,7 +37124,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L18",
"_origin": "ast",
- "community": 85,
+ "community": 84,
"community_name": "dependencies",
"norm_label": "react-hot-toast",
"id": "react_hot_toast"
@@ -37110,7 +37135,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L19",
"_origin": "ast",
- "community": 85,
+ "community": 84,
"community_name": "dependencies",
"norm_label": "react-router-dom",
"id": "react_router_dom"
@@ -37121,7 +37146,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L20",
"_origin": "ast",
- "community": 85,
+ "community": 84,
"community_name": "dependencies",
"norm_label": "recharts",
"id": "recharts"
@@ -37132,7 +37157,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L13",
"_origin": "ast",
- "community": 85,
+ "community": 84,
"community_name": "dependencies",
"norm_label": "@tanstack/react-query",
"id": "tanstack_react_query"
@@ -37143,7 +37168,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L21",
"_origin": "ast",
- "community": 85,
+ "community": 84,
"community_name": "dependencies",
"norm_label": "vite",
"id": "vite"
@@ -37154,7 +37179,7 @@
"source_file": "frontend/application/app/videos/page.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 86,
+ "community": 85,
"community_name": "VetGallery.tsx",
"norm_label": "videos/page.tsx",
"id": "frontend_application_app_videos_page"
@@ -37165,7 +37190,7 @@
"source_file": "frontend/application/lib/services/videoService.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 86,
+ "community": 85,
"community_name": "VetGallery.tsx",
"norm_label": "videoservice.ts",
"id": "frontend_application_lib_services_videoservice"
@@ -37176,7 +37201,7 @@
"source_file": "frontend/application/lib/services/videoService.ts",
"source_location": "L15",
"_origin": "ast",
- "community": 86,
+ "community": 85,
"community_name": "VetGallery.tsx",
"norm_label": "videoservice",
"id": "frontend_application_lib_services_videoservice_videoservice"
@@ -37187,7 +37212,7 @@
"source_file": "frontend/application/components/SafeImage.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 86,
+ "community": 85,
"norm_label": "safeimage.tsx",
"id": "frontend_application_components_safeimage"
},
@@ -37197,7 +37222,7 @@
"source_file": "frontend/application/components/VetGallery.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 86,
+ "community": 85,
"norm_label": "vetgallery.tsx",
"id": "frontend_application_components_vetgallery"
},
@@ -37207,7 +37232,7 @@
"source_file": "frontend/application/components/VetGallery.tsx",
"source_location": "L27",
"_origin": "ast",
- "community": 86,
+ "community": 85,
"norm_label": "fallback_videos",
"id": "frontend_application_components_vetgallery_fallback_videos"
},
@@ -37217,7 +37242,7 @@
"source_file": "frontend/application/components/VideosPage.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 86,
+ "community": 85,
"norm_label": "videospage.tsx",
"id": "frontend_application_components_videospage"
},
@@ -37227,7 +37252,7 @@
"source_file": "frontend/application/components/VideosPage.tsx",
"source_location": "L11",
"_origin": "ast",
- "community": 86,
+ "community": 85,
"norm_label": "fallback_videos",
"id": "frontend_application_components_videospage_fallback_videos"
},
@@ -37237,7 +37262,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L2",
"_origin": "ast",
- "community": 87,
+ "community": 86,
"community_name": "compilerOptions",
"norm_label": "compileroptions",
"id": "frontend_application_tsconfig_compileroptions"
@@ -37248,7 +37273,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L5",
"_origin": "ast",
- "community": 87,
+ "community": 86,
"community_name": "compilerOptions",
"norm_label": "allowjs",
"id": "frontend_application_tsconfig_compileroptions_allowjs"
@@ -37259,7 +37284,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L9",
"_origin": "ast",
- "community": 87,
+ "community": 86,
"community_name": "compilerOptions",
"norm_label": "esmoduleinterop",
"id": "frontend_application_tsconfig_compileroptions_esmoduleinterop"
@@ -37270,7 +37295,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L15",
"_origin": "ast",
- "community": 87,
+ "community": 86,
"community_name": "compilerOptions",
"norm_label": "incremental",
"id": "frontend_application_tsconfig_compileroptions_incremental"
@@ -37281,7 +37306,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L13",
"_origin": "ast",
- "community": 87,
+ "community": 86,
"community_name": "compilerOptions",
"norm_label": "isolatedmodules",
"id": "frontend_application_tsconfig_compileroptions_isolatedmodules"
@@ -37292,7 +37317,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L14",
"_origin": "ast",
- "community": 87,
+ "community": 86,
"community_name": "compilerOptions",
"norm_label": "jsx",
"id": "frontend_application_tsconfig_compileroptions_jsx"
@@ -37303,7 +37328,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L10",
"_origin": "ast",
- "community": 87,
+ "community": 86,
"community_name": "compilerOptions",
"norm_label": "module",
"id": "frontend_application_tsconfig_compileroptions_module"
@@ -37314,7 +37339,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L11",
"_origin": "ast",
- "community": 87,
+ "community": 86,
"community_name": "compilerOptions",
"norm_label": "moduleresolution",
"id": "frontend_application_tsconfig_compileroptions_moduleresolution"
@@ -37325,7 +37350,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L8",
"_origin": "ast",
- "community": 87,
+ "community": 86,
"community_name": "compilerOptions",
"norm_label": "noemit",
"id": "frontend_application_tsconfig_compileroptions_noemit"
@@ -37336,7 +37361,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L21",
"_origin": "ast",
- "community": 87,
+ "community": 86,
"community_name": "compilerOptions",
"norm_label": "paths",
"id": "frontend_application_tsconfig_compileroptions_paths"
@@ -37347,7 +37372,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L16",
"_origin": "ast",
- "community": 87,
+ "community": 86,
"community_name": "compilerOptions",
"norm_label": "plugins",
"id": "frontend_application_tsconfig_compileroptions_plugins"
@@ -37358,7 +37383,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L12",
"_origin": "ast",
- "community": 87,
+ "community": 86,
"community_name": "compilerOptions",
"norm_label": "resolvejsonmodule",
"id": "frontend_application_tsconfig_compileroptions_resolvejsonmodule"
@@ -37369,7 +37394,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L6",
"_origin": "ast",
- "community": 87,
+ "community": 86,
"community_name": "compilerOptions",
"norm_label": "skiplibcheck",
"id": "frontend_application_tsconfig_compileroptions_skiplibcheck"
@@ -37380,7 +37405,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L7",
"_origin": "ast",
- "community": 87,
+ "community": 86,
"community_name": "compilerOptions",
"norm_label": "strict",
"id": "frontend_application_tsconfig_compileroptions_strict"
@@ -37391,7 +37416,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L3",
"_origin": "ast",
- "community": 87,
+ "community": 86,
"community_name": "compilerOptions",
"norm_label": "target",
"id": "frontend_application_tsconfig_compileroptions_target"
@@ -37402,7 +37427,7 @@
"source_file": "backend/package.json",
"source_location": "L8",
"_origin": "ast",
- "community": 88,
+ "community": 87,
"community_name": "NPM Lifecycle Scripts",
"norm_label": "scripts",
"id": "backend_package_scripts"
@@ -37413,7 +37438,7 @@
"source_file": "backend/package.json",
"source_location": "L9",
"_origin": "ast",
- "community": 88,
+ "community": 87,
"community_name": "NPM Lifecycle Scripts",
"norm_label": "build",
"id": "backend_package_scripts_build"
@@ -37424,7 +37449,7 @@
"source_file": "backend/package.json",
"source_location": "L21",
"_origin": "ast",
- "community": 88,
+ "community": 87,
"community_name": "NPM Lifecycle Scripts",
"norm_label": "docs:generate",
"id": "backend_package_scripts_docs_generate"
@@ -37435,7 +37460,7 @@
"source_file": "backend/package.json",
"source_location": "L10",
"_origin": "ast",
- "community": 88,
+ "community": 87,
"community_name": "NPM Lifecycle Scripts",
"norm_label": "format",
"id": "backend_package_scripts_format"
@@ -37446,7 +37471,7 @@
"source_file": "backend/package.json",
"source_location": "L15",
"_origin": "ast",
- "community": 88,
+ "community": 87,
"community_name": "NPM Lifecycle Scripts",
"norm_label": "lint",
"id": "backend_package_scripts_lint"
@@ -37457,7 +37482,7 @@
"source_file": "backend/package.json",
"source_location": "L11",
"_origin": "ast",
- "community": 88,
+ "community": 87,
"community_name": "NPM Lifecycle Scripts",
"norm_label": "start",
"id": "backend_package_scripts_start"
@@ -37468,7 +37493,7 @@
"source_file": "backend/package.json",
"source_location": "L13",
"_origin": "ast",
- "community": 88,
+ "community": 87,
"community_name": "NPM Lifecycle Scripts",
"norm_label": "start:debug",
"id": "backend_package_scripts_start_debug"
@@ -37479,7 +37504,7 @@
"source_file": "backend/package.json",
"source_location": "L12",
"_origin": "ast",
- "community": 88,
+ "community": 87,
"community_name": "NPM Lifecycle Scripts",
"norm_label": "start:dev",
"id": "backend_package_scripts_start_dev"
@@ -37490,7 +37515,7 @@
"source_file": "backend/package.json",
"source_location": "L14",
"_origin": "ast",
- "community": 88,
+ "community": 87,
"community_name": "NPM Lifecycle Scripts",
"norm_label": "start:prod",
"id": "backend_package_scripts_start_prod"
@@ -37501,7 +37526,7 @@
"source_file": "backend/package.json",
"source_location": "L16",
"_origin": "ast",
- "community": 88,
+ "community": 87,
"community_name": "NPM Lifecycle Scripts",
"norm_label": "test",
"id": "backend_package_scripts_test"
@@ -37512,7 +37537,7 @@
"source_file": "backend/package.json",
"source_location": "L18",
"_origin": "ast",
- "community": 88,
+ "community": 87,
"community_name": "NPM Lifecycle Scripts",
"norm_label": "test:cov",
"id": "backend_package_scripts_test_cov"
@@ -37523,7 +37548,7 @@
"source_file": "backend/package.json",
"source_location": "L19",
"_origin": "ast",
- "community": 88,
+ "community": 87,
"community_name": "NPM Lifecycle Scripts",
"norm_label": "test:debug",
"id": "backend_package_scripts_test_debug"
@@ -37534,7 +37559,7 @@
"source_file": "backend/package.json",
"source_location": "L20",
"_origin": "ast",
- "community": 88,
+ "community": 87,
"community_name": "NPM Lifecycle Scripts",
"norm_label": "test:e2e",
"id": "backend_package_scripts_test_e2e"
@@ -37545,11 +37570,88 @@
"source_file": "backend/package.json",
"source_location": "L17",
"_origin": "ast",
- "community": 88,
+ "community": 87,
"community_name": "NPM Lifecycle Scripts",
"norm_label": "test:watch",
"id": "backend_package_scripts_test_watch"
},
+ {
+ "label": "wiki/wiki.controller.ts",
+ "file_type": "code",
+ "source_file": "backend/src/wiki/wiki.controller.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 88,
+ "community_name": "PaginationDto",
+ "norm_label": "wiki/wiki.controller.ts",
+ "id": "backend_src_wiki_wiki_controller"
+ },
+ {
+ "label": "wiki.module.ts",
+ "file_type": "code",
+ "source_file": "backend/src/wiki/wiki.module.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 88,
+ "community_name": "PaginationDto",
+ "norm_label": "wiki.module.ts",
+ "id": "backend_src_wiki_wiki_module"
+ },
+ {
+ "label": "Module",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 88,
+ "community_name": "PaginationDto",
+ "norm_label": "module",
+ "id": "backend_src_wiki_wiki_module_ts_module"
+ },
+ {
+ "label": "wiki/wiki.service.ts",
+ "file_type": "code",
+ "source_file": "backend/src/wiki/wiki.service.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 88,
+ "community_name": "PaginationDto",
+ "norm_label": "wiki/wiki.service.ts",
+ "id": "backend_src_wiki_wiki_service"
+ },
+ {
+ "label": "Injectable",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 88,
+ "community_name": "PaginationDto",
+ "norm_label": "injectable",
+ "id": "backend_src_wiki_wiki_service_ts_injectable"
+ },
+ {
+ "label": "ApiTags",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 88,
+ "community_name": "WikiController",
+ "norm_label": "apitags",
+ "id": "backend_src_wiki_wiki_controller_ts_apitags"
+ },
+ {
+ "label": "Controller",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 88,
+ "community_name": "WikiController",
+ "norm_label": "controller",
+ "id": "backend_src_wiki_wiki_controller_ts_controller"
+ },
{
"label": "16-deep-audit-summary.md",
"file_type": "document",
@@ -37705,297 +37807,383 @@
"id": "docs_audit_16_deep_audit_summary_inspected_scopes"
},
{
- "label": "ApiProperty",
+ "label": "cms.module.ts",
"file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 9,
- "community_name": "tickets.controller.ts",
- "norm_label": "apiproperty",
- "id": "backend_src_tickets_dto_create_ticket_dto_ts_apiproperty"
- },
- {
- "label": "ApiPropertyOptional",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 9,
- "community_name": "tickets.controller.ts",
- "norm_label": "apipropertyoptional",
- "id": "backend_src_tickets_dto_create_ticket_dto_ts_apipropertyoptional"
- },
- {
- "label": "IsNotEmpty",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 9,
- "community_name": "tickets.controller.ts",
- "norm_label": "isnotempty",
- "id": "backend_src_tickets_dto_create_ticket_dto_ts_isnotempty"
- },
- {
- "label": "IsOptional",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 9,
- "community_name": "tickets.controller.ts",
- "norm_label": "isoptional",
- "id": "backend_src_tickets_dto_create_ticket_dto_ts_isoptional"
- },
- {
- "label": "IsString",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 9,
- "community_name": "tickets.controller.ts",
- "norm_label": "isstring",
- "id": "backend_src_tickets_dto_create_ticket_dto_ts_isstring"
- },
- {
- "label": "ApiPropertyOptional",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 9,
- "community_name": "tickets.controller.ts",
- "norm_label": "apipropertyoptional",
- "id": "backend_src_tickets_dto_ticket_query_dto_ts_apipropertyoptional"
- },
- {
- "label": "IsNumber",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 9,
- "community_name": "tickets.controller.ts",
- "norm_label": "isnumber",
- "id": "backend_src_tickets_dto_ticket_query_dto_ts_isnumber"
- },
- {
- "label": "IsOptional",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 9,
- "community_name": "tickets.controller.ts",
- "norm_label": "isoptional",
- "id": "backend_src_tickets_dto_ticket_query_dto_ts_isoptional"
- },
- {
- "label": "IsString",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 9,
- "community_name": "tickets.controller.ts",
- "norm_label": "isstring",
- "id": "backend_src_tickets_dto_ticket_query_dto_ts_isstring"
- },
- {
- "label": "Type",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 9,
- "community_name": "tickets.controller.ts",
- "norm_label": "type",
- "id": "backend_src_tickets_dto_ticket_query_dto_ts_type"
- },
- {
- "label": "ApiBearerAuth",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 9,
- "community_name": "tickets.controller.ts",
- "norm_label": "apibearerauth",
- "id": "backend_src_tickets_tickets_controller_ts_apibearerauth"
- },
- {
- "label": "ApiOperation",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 9,
- "community_name": "tickets.controller.ts",
- "norm_label": "apioperation",
- "id": "backend_src_tickets_tickets_controller_ts_apioperation"
- },
- {
- "label": "ApiTags",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 9,
- "community_name": "tickets.controller.ts",
- "norm_label": "apitags",
- "id": "backend_src_tickets_tickets_controller_ts_apitags"
- },
- {
- "label": "Body",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 9,
- "community_name": "tickets.controller.ts",
- "norm_label": "body",
- "id": "backend_src_tickets_tickets_controller_ts_body"
- },
- {
- "label": "Controller",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 9,
- "community_name": "tickets.controller.ts",
- "norm_label": "controller",
- "id": "backend_src_tickets_tickets_controller_ts_controller"
- },
- {
- "label": "Get",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 9,
- "community_name": "tickets.controller.ts",
- "norm_label": "get",
- "id": "backend_src_tickets_tickets_controller_ts_get"
- },
- {
- "label": "Param",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 9,
- "community_name": "tickets.controller.ts",
- "norm_label": "param",
- "id": "backend_src_tickets_tickets_controller_ts_param"
- },
- {
- "label": "Post",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 9,
- "community_name": "tickets.controller.ts",
- "norm_label": "post",
- "id": "backend_src_tickets_tickets_controller_ts_post"
- },
- {
- "label": "Put",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 9,
- "community_name": "tickets.controller.ts",
- "norm_label": "put",
- "id": "backend_src_tickets_tickets_controller_ts_put"
- },
- {
- "label": "Query",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 9,
- "community_name": "tickets.controller.ts",
- "norm_label": "query",
- "id": "backend_src_tickets_tickets_controller_ts_query"
- },
- {
- "label": "Req",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 9,
- "community_name": "tickets.controller.ts",
- "norm_label": "req",
- "id": "backend_src_tickets_tickets_controller_ts_req"
- },
- {
- "label": "UseGuards",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 9,
- "community_name": "tickets.controller.ts",
- "norm_label": "useguards",
- "id": "backend_src_tickets_tickets_controller_ts_useguards"
- },
- {
- "label": "Injectable",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 9,
- "community_name": "tickets.controller.ts",
- "norm_label": "injectable",
- "id": "backend_src_tickets_tickets_service_ts_injectable"
- },
- {
- "label": "create-ticket.dto.ts",
- "file_type": "code",
- "source_file": "backend/src/tickets/dto/create-ticket.dto.ts",
+ "source_file": "backend/src/cms/cms.module.ts",
"source_location": "L1",
"_origin": "ast",
"community": 9,
- "norm_label": "create-ticket.dto.ts",
- "id": "backend_src_tickets_dto_create_ticket_dto"
+ "community_name": "CmsController",
+ "norm_label": "cms.module.ts",
+ "id": "backend_src_cms_cms_module"
},
{
- "label": "ticket-query.dto.ts",
- "file_type": "code",
- "source_file": "backend/src/tickets/dto/ticket-query.dto.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 9,
- "norm_label": "ticket-query.dto.ts",
- "id": "backend_src_tickets_dto_ticket_query_dto"
- },
- {
- "label": "Roles",
+ "label": "Module",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 9,
- "norm_label": "roles",
- "id": "backend_src_tickets_tickets_controller_ts_roles"
+ "community_name": "CmsController",
+ "norm_label": "module",
+ "id": "backend_src_cms_cms_module_ts_module"
},
{
- "label": "tickets.service.ts",
+ "label": "videos.module.ts",
"file_type": "code",
- "source_file": "backend/src/tickets/tickets.service.ts",
+ "source_file": "backend/src/videos/videos.module.ts",
"source_location": "L1",
"_origin": "ast",
"community": 9,
- "norm_label": "tickets.service.ts",
- "id": "backend_src_tickets_tickets_service"
+ "community_name": "CreateVideoDto",
+ "norm_label": "videos.module.ts",
+ "id": "backend_src_videos_videos_module"
+ },
+ {
+ "label": "Module",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "CreateVideoDto",
+ "norm_label": "module",
+ "id": "backend_src_videos_videos_module_ts_module"
+ },
+ {
+ "label": "Module",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "UsersService",
+ "norm_label": "module",
+ "id": "backend_src_auth_auth_module_ts_module"
+ },
+ {
+ "label": "users.module.ts",
+ "file_type": "code",
+ "source_file": "backend/src/users/users.module.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "UsersService",
+ "norm_label": "users.module.ts",
+ "id": "backend_src_users_users_module"
+ },
+ {
+ "label": "Module",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "UsersService",
+ "norm_label": "module",
+ "id": "backend_src_users_users_module_ts_module"
+ },
+ {
+ "label": "b2b.module.ts",
+ "file_type": "code",
+ "source_file": "backend/src/b2b/b2b.module.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "app.module.ts",
+ "norm_label": "b2b.module.ts",
+ "id": "backend_src_b2b_b2b_module"
+ },
+ {
+ "label": "Module",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "app.module.ts",
+ "norm_label": "module",
+ "id": "backend_src_b2b_b2b_module_ts_module"
+ },
+ {
+ "label": "banners.module.ts",
+ "file_type": "code",
+ "source_file": "backend/src/banners/banners.module.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "app.module.ts",
+ "norm_label": "banners.module.ts",
+ "id": "backend_src_banners_banners_module"
+ },
+ {
+ "label": "Module",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "app.module.ts",
+ "norm_label": "module",
+ "id": "backend_src_banners_banners_module_ts_module"
+ },
+ {
+ "label": "sms.module.ts",
+ "file_type": "code",
+ "source_file": "backend/src/common/sms.module.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "app.module.ts",
+ "norm_label": "sms.module.ts",
+ "id": "backend_src_common_sms_module"
+ },
+ {
+ "label": "Global",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "app.module.ts",
+ "norm_label": "global",
+ "id": "backend_src_common_sms_module_ts_global"
+ },
+ {
+ "label": "Module",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "app.module.ts",
+ "norm_label": "module",
+ "id": "backend_src_common_sms_module_ts_module"
+ },
+ {
+ "label": "contact.module.ts",
+ "file_type": "code",
+ "source_file": "backend/src/contact/contact.module.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "app.module.ts",
+ "norm_label": "contact.module.ts",
+ "id": "backend_src_contact_contact_module"
+ },
+ {
+ "label": "Module",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "app.module.ts",
+ "norm_label": "module",
+ "id": "backend_src_contact_contact_module_ts_module"
+ },
+ {
+ "label": "ingredients.module.ts",
+ "file_type": "code",
+ "source_file": "backend/src/ingredients/ingredients.module.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "app.module.ts",
+ "norm_label": "ingredients.module.ts",
+ "id": "backend_src_ingredients_ingredients_module"
+ },
+ {
+ "label": "Module",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "app.module.ts",
+ "norm_label": "module",
+ "id": "backend_src_ingredients_ingredients_module_ts_module"
+ },
+ {
+ "label": "Module",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "app.module.ts",
+ "norm_label": "module",
+ "id": "backend_src_payment_payment_module_ts_module"
+ },
+ {
+ "label": "prisma.module.ts",
+ "file_type": "code",
+ "source_file": "backend/src/prisma/prisma.module.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "app.module.ts",
+ "norm_label": "prisma.module.ts",
+ "id": "backend_src_prisma_prisma_module"
+ },
+ {
+ "label": "Global",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "app.module.ts",
+ "norm_label": "global",
+ "id": "backend_src_prisma_prisma_module_ts_global"
+ },
+ {
+ "label": "Module",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "app.module.ts",
+ "norm_label": "module",
+ "id": "backend_src_prisma_prisma_module_ts_module"
+ },
+ {
+ "label": "Module",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "app.module.ts",
+ "norm_label": "module",
+ "id": "backend_src_reviews_reviews_module_ts_module"
+ },
+ {
+ "label": "settings.module.ts",
+ "file_type": "code",
+ "source_file": "backend/src/settings/settings.module.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "app.module.ts",
+ "norm_label": "settings.module.ts",
+ "id": "backend_src_settings_settings_module"
+ },
+ {
+ "label": "Module",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "app.module.ts",
+ "norm_label": "module",
+ "id": "backend_src_settings_settings_module_ts_module"
+ },
+ {
+ "label": "smart-advisor.module.ts",
+ "file_type": "code",
+ "source_file": "backend/src/smart-advisor/smart-advisor.module.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "app.module.ts",
+ "norm_label": "smart-advisor.module.ts",
+ "id": "backend_src_smart_advisor_smart_advisor_module"
+ },
+ {
+ "label": "Module",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "app.module.ts",
+ "norm_label": "module",
+ "id": "backend_src_smart_advisor_smart_advisor_module_ts_module"
+ },
+ {
+ "label": "testimonials.module.ts",
+ "file_type": "code",
+ "source_file": "backend/src/testimonials/testimonials.module.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "app.module.ts",
+ "norm_label": "testimonials.module.ts",
+ "id": "backend_src_testimonials_testimonials_module"
+ },
+ {
+ "label": "Module",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "app.module.ts",
+ "norm_label": "module",
+ "id": "backend_src_testimonials_testimonials_module_ts_module"
+ },
+ {
+ "label": "app.module.ts",
+ "file_type": "code",
+ "source_file": "backend/src/app.module.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 9,
+ "norm_label": "app.module.ts",
+ "id": "backend_src_app_module"
+ },
+ {
+ "label": "auth.module.ts",
+ "file_type": "code",
+ "source_file": "backend/src/auth/auth.module.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 9,
+ "norm_label": "auth.module.ts",
+ "id": "backend_src_auth_auth_module"
+ },
+ {
+ "label": "payment.module.ts",
+ "file_type": "code",
+ "source_file": "backend/src/payment/payment.module.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 9,
+ "norm_label": "payment.module.ts",
+ "id": "backend_src_payment_payment_module"
+ },
+ {
+ "label": "prescriptions.module.ts",
+ "file_type": "code",
+ "source_file": "backend/src/prescriptions/prescriptions.module.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 9,
+ "norm_label": "prescriptions.module.ts",
+ "id": "backend_src_prescriptions_prescriptions_module"
+ },
+ {
+ "label": "reviews.module.ts",
+ "file_type": "code",
+ "source_file": "backend/src/reviews/reviews.module.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 9,
+ "norm_label": "reviews.module.ts",
+ "id": "backend_src_reviews_reviews_module"
+ },
+ {
+ "label": "Module",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 9,
+ "norm_label": "module",
+ "id": "module"
},
{
"label": "lucide-react",
@@ -38437,13 +38625,123 @@
"norm_label": "**/*.(t|j)s",
"id": "ref_t_j_s"
},
+ {
+ "label": "ApiBearerAuth",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 93,
+ "community_name": "PetsController",
+ "norm_label": "apibearerauth",
+ "id": "backend_src_admin_pets_controller_ts_apibearerauth"
+ },
+ {
+ "label": "ApiOperation",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 93,
+ "community_name": "PetsController",
+ "norm_label": "apioperation",
+ "id": "backend_src_admin_pets_controller_ts_apioperation"
+ },
+ {
+ "label": "ApiQuery",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 93,
+ "community_name": "PetsController",
+ "norm_label": "apiquery",
+ "id": "backend_src_admin_pets_controller_ts_apiquery"
+ },
+ {
+ "label": "ApiTags",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 93,
+ "community_name": "PetsController",
+ "norm_label": "apitags",
+ "id": "backend_src_admin_pets_controller_ts_apitags"
+ },
+ {
+ "label": "Controller",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 93,
+ "community_name": "PetsController",
+ "norm_label": "controller",
+ "id": "backend_src_admin_pets_controller_ts_controller"
+ },
+ {
+ "label": "Delete",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 93,
+ "community_name": "PetsController",
+ "norm_label": "delete",
+ "id": "backend_src_admin_pets_controller_ts_delete"
+ },
+ {
+ "label": "Get",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 93,
+ "community_name": "PetsController",
+ "norm_label": "get",
+ "id": "backend_src_admin_pets_controller_ts_get"
+ },
+ {
+ "label": "Param",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 93,
+ "community_name": "PetsController",
+ "norm_label": "param",
+ "id": "backend_src_admin_pets_controller_ts_param"
+ },
+ {
+ "label": "Query",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 93,
+ "community_name": "PetsController",
+ "norm_label": "query",
+ "id": "backend_src_admin_pets_controller_ts_query"
+ },
+ {
+ "label": "UseGuards",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 93,
+ "community_name": "PetsController",
+ "norm_label": "useguards",
+ "id": "backend_src_admin_pets_controller_ts_useguards"
+ },
{
"label": "phase3.2-change-log.md",
"file_type": "document",
"source_file": "docs/audit/phase3.2-change-log.md",
"source_location": "L1",
"_origin": "ast",
- "community": 93,
+ "community": 94,
"community_name": "Comprehensive Change Log",
"norm_label": "phase3.2-change-log.md",
"id": "docs_audit_phase3_2_change_log"
@@ -38454,7 +38752,7 @@
"source_file": "docs/audit/phase3.2-change-log.md",
"source_location": "L109",
"_origin": "ast",
- "community": 93,
+ "community": 94,
"community_name": "Comprehensive Change Log",
"norm_label": "10. `task-verify-001`",
"id": "docs_audit_phase3_2_change_log_10_task_verify_001"
@@ -38465,7 +38763,7 @@
"source_file": "docs/audit/phase3.2-change-log.md",
"source_location": "L10",
"_origin": "ast",
- "community": 93,
+ "community": 94,
"community_name": "Comprehensive Change Log",
"norm_label": "1. `task-sec-001`",
"id": "docs_audit_phase3_2_change_log_1_task_sec_001"
@@ -38476,7 +38774,7 @@
"source_file": "docs/audit/phase3.2-change-log.md",
"source_location": "L21",
"_origin": "ast",
- "community": 93,
+ "community": 94,
"community_name": "Comprehensive Change Log",
"norm_label": "2. `task-sec-002`",
"id": "docs_audit_phase3_2_change_log_2_task_sec_002"
@@ -38487,7 +38785,7 @@
"source_file": "docs/audit/phase3.2-change-log.md",
"source_location": "L32",
"_origin": "ast",
- "community": 93,
+ "community": 94,
"community_name": "Comprehensive Change Log",
"norm_label": "3. `task-sec-003`",
"id": "docs_audit_phase3_2_change_log_3_task_sec_003"
@@ -38498,7 +38796,7 @@
"source_file": "docs/audit/phase3.2-change-log.md",
"source_location": "L43",
"_origin": "ast",
- "community": 93,
+ "community": 94,
"community_name": "Comprehensive Change Log",
"norm_label": "4. `task-fin-001`",
"id": "docs_audit_phase3_2_change_log_4_task_fin_001"
@@ -38509,7 +38807,7 @@
"source_file": "docs/audit/phase3.2-change-log.md",
"source_location": "L54",
"_origin": "ast",
- "community": 93,
+ "community": 94,
"community_name": "Comprehensive Change Log",
"norm_label": "5. `task-build-001`",
"id": "docs_audit_phase3_2_change_log_5_task_build_001"
@@ -38520,7 +38818,7 @@
"source_file": "docs/audit/phase3.2-change-log.md",
"source_location": "L65",
"_origin": "ast",
- "community": 93,
+ "community": 94,
"community_name": "Comprehensive Change Log",
"norm_label": "6. `task-auth-001`",
"id": "docs_audit_phase3_2_change_log_6_task_auth_001"
@@ -38531,7 +38829,7 @@
"source_file": "docs/audit/phase3.2-change-log.md",
"source_location": "L76",
"_origin": "ast",
- "community": 93,
+ "community": 94,
"community_name": "Comprehensive Change Log",
"norm_label": "7. `task-fe-001`",
"id": "docs_audit_phase3_2_change_log_7_task_fe_001"
@@ -38542,7 +38840,7 @@
"source_file": "docs/audit/phase3.2-change-log.md",
"source_location": "L87",
"_origin": "ast",
- "community": 93,
+ "community": 94,
"community_name": "Comprehensive Change Log",
"norm_label": "8. `task-devops-001`",
"id": "docs_audit_phase3_2_change_log_8_task_devops_001"
@@ -38553,7 +38851,7 @@
"source_file": "docs/audit/phase3.2-change-log.md",
"source_location": "L98",
"_origin": "ast",
- "community": 93,
+ "community": 94,
"community_name": "Comprehensive Change Log",
"norm_label": "9. `task-doc-001`",
"id": "docs_audit_phase3_2_change_log_9_task_doc_001"
@@ -38564,7 +38862,7 @@
"source_file": "docs/audit/phase3.2-change-log.md",
"source_location": "L8",
"_origin": "ast",
- "community": 93,
+ "community": 94,
"community_name": "Comprehensive Change Log",
"norm_label": "comprehensive change log",
"id": "docs_audit_phase3_2_change_log_comprehensive_change_log"
@@ -38575,7 +38873,7 @@
"source_file": "docs/audit/phase3.2-change-log.md",
"source_location": "L1",
"_origin": "ast",
- "community": 93,
+ "community": 94,
"community_name": "Comprehensive Change Log",
"norm_label": "phase 3.2 \u2014 implementation readiness change log",
"id": "docs_audit_phase3_2_change_log_phase_3_2_implementation_readiness_change_log"
@@ -38586,7 +38884,7 @@
"source_file": ".ai_agency/agents/07_qa_engineer.md",
"source_location": "L1",
"_origin": "ast",
- "community": 94,
+ "community": 95,
"community_name": "Operational Rules & Boundaries",
"norm_label": "07_qa_engineer.md",
"id": "ai_agency_agents_07_qa_engineer"
@@ -38597,7 +38895,7 @@
"source_file": ".ai_agency/agents/07_qa_engineer.md",
"source_location": "L18",
"_origin": "ast",
- "community": 94,
+ "community": 95,
"community_name": "Operational Rules & Boundaries",
"norm_label": "1. detect test runner from tech stack",
"id": "ai_agency_agents_07_qa_engineer_1_detect_test_runner_from_tech_stack"
@@ -38608,7 +38906,7 @@
"source_file": ".ai_agency/agents/07_qa_engineer.md",
"source_location": "L33",
"_origin": "ast",
- "community": 94,
+ "community": 95,
"community_name": "Operational Rules & Boundaries",
"norm_label": "2. execution output capture (mandatory)",
"id": "ai_agency_agents_07_qa_engineer_2_execution_output_capture_mandatory"
@@ -38619,7 +38917,7 @@
"source_file": ".ai_agency/agents/07_qa_engineer.md",
"source_location": "L41",
"_origin": "ast",
- "community": 94,
+ "community": 95,
"community_name": "Operational Rules & Boundaries",
"norm_label": "3. acceptance criteria verification",
"id": "ai_agency_agents_07_qa_engineer_3_acceptance_criteria_verification"
@@ -38630,7 +38928,7 @@
"source_file": ".ai_agency/agents/07_qa_engineer.md",
"source_location": "L48",
"_origin": "ast",
- "community": 94,
+ "community": 95,
"community_name": "Operational Rules & Boundaries",
"norm_label": "4. failure routing protocol",
"id": "ai_agency_agents_07_qa_engineer_4_failure_routing_protocol"
@@ -38641,7 +38939,7 @@
"source_file": ".ai_agency/agents/07_qa_engineer.md",
"source_location": "L64",
"_origin": "ast",
- "community": 94,
+ "community": 95,
"community_name": "Operational Rules & Boundaries",
"norm_label": "5. success routing protocol",
"id": "ai_agency_agents_07_qa_engineer_5_success_routing_protocol"
@@ -38652,7 +38950,7 @@
"source_file": ".ai_agency/agents/07_qa_engineer.md",
"source_location": "L74",
"_origin": "ast",
- "community": 94,
+ "community": 95,
"community_name": "Operational Rules & Boundaries",
"norm_label": "6. forbidden actions",
"id": "ai_agency_agents_07_qa_engineer_6_forbidden_actions"
@@ -38663,7 +38961,7 @@
"source_file": ".ai_agency/agents/07_qa_engineer.md",
"source_location": "L91",
"_origin": "ast",
- "community": 94,
+ "community": 95,
"community_name": "Operational Rules & Boundaries",
"norm_label": "expected json output schema",
"id": "ai_agency_agents_07_qa_engineer_expected_json_output_schema"
@@ -38674,7 +38972,7 @@
"source_file": ".ai_agency/agents/07_qa_engineer.md",
"source_location": "L16",
"_origin": "ast",
- "community": 94,
+ "community": 95,
"community_name": "Operational Rules & Boundaries",
"norm_label": "operational rules & boundaries",
"id": "ai_agency_agents_07_qa_engineer_operational_rules_boundaries"
@@ -38685,7 +38983,7 @@
"source_file": ".ai_agency/agents/07_qa_engineer.md",
"source_location": "L82",
"_origin": "ast",
- "community": 94,
+ "community": 95,
"community_name": "Operational Rules & Boundaries",
"norm_label": "required output artifacts (what files to write/update)",
"id": "ai_agency_agents_07_qa_engineer_required_output_artifacts_what_files_to_write_update"
@@ -38696,7 +38994,7 @@
"source_file": ".ai_agency/agents/07_qa_engineer.md",
"source_location": "L1",
"_origin": "ast",
- "community": 94,
+ "community": 95,
"community_name": "Operational Rules & Boundaries",
"norm_label": "role & core objective",
"id": "ai_agency_agents_07_qa_engineer_role_core_objective"
@@ -38707,7 +39005,7 @@
"source_file": ".ai_agency/agents/07_qa_engineer.md",
"source_location": "L7",
"_origin": "ast",
- "community": 94,
+ "community": 95,
"community_name": "Operational Rules & Boundaries",
"norm_label": "strict input specifications (what files to read)",
"id": "ai_agency_agents_07_qa_engineer_strict_input_specifications_what_files_to_read"
@@ -38718,7 +39016,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 95,
+ "community": 96,
"community_name": "BlogsController",
"norm_label": "apinotfoundresponse",
"id": "backend_src_blogs_blogs_controller_ts_apinotfoundresponse"
@@ -38729,7 +39027,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 95,
+ "community": 96,
"community_name": "BlogsController",
"norm_label": "apiokresponse",
"id": "backend_src_blogs_blogs_controller_ts_apiokresponse"
@@ -38740,7 +39038,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 95,
+ "community": 96,
"community_name": "BlogsController",
"norm_label": "apioperation",
"id": "backend_src_blogs_blogs_controller_ts_apioperation"
@@ -38751,7 +39049,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 95,
+ "community": 96,
"community_name": "BlogsController",
"norm_label": "apitags",
"id": "backend_src_blogs_blogs_controller_ts_apitags"
@@ -38762,7 +39060,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 95,
+ "community": 96,
"community_name": "BlogsController",
"norm_label": "controller",
"id": "backend_src_blogs_blogs_controller_ts_controller"
@@ -38773,7 +39071,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 95,
+ "community": 96,
"community_name": "BlogsController",
"norm_label": "get",
"id": "backend_src_blogs_blogs_controller_ts_get"
@@ -38784,7 +39082,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 95,
+ "community": 96,
"community_name": "BlogsController",
"norm_label": "param",
"id": "backend_src_blogs_blogs_controller_ts_param"
@@ -38795,119 +39093,21 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 95,
+ "community": 96,
"community_name": "BlogsController",
"norm_label": "query",
"id": "backend_src_blogs_blogs_controller_ts_query"
},
{
- "label": "create-pet.dto.ts",
- "file_type": "code",
- "source_file": "backend/src/pets/dto/create-pet.dto.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 96,
- "community_name": "pets/pets.controller.ts",
- "norm_label": "create-pet.dto.ts",
- "id": "backend_src_pets_dto_create_pet_dto"
- },
- {
- "label": "ApiProperty",
+ "label": "Injectable",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 96,
- "community_name": "pets/pets.controller.ts",
- "norm_label": "apiproperty",
- "id": "backend_src_pets_dto_create_pet_dto_ts_apiproperty"
- },
- {
- "label": "ApiPropertyOptional",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 96,
- "community_name": "pets/pets.controller.ts",
- "norm_label": "apipropertyoptional",
- "id": "backend_src_pets_dto_create_pet_dto_ts_apipropertyoptional"
- },
- {
- "label": "IsArray",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 96,
- "community_name": "pets/pets.controller.ts",
- "norm_label": "isarray",
- "id": "backend_src_pets_dto_create_pet_dto_ts_isarray"
- },
- {
- "label": "IsNotEmpty",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 96,
- "community_name": "pets/pets.controller.ts",
- "norm_label": "isnotempty",
- "id": "backend_src_pets_dto_create_pet_dto_ts_isnotempty"
- },
- {
- "label": "IsNumber",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 96,
- "community_name": "pets/pets.controller.ts",
- "norm_label": "isnumber",
- "id": "backend_src_pets_dto_create_pet_dto_ts_isnumber"
- },
- {
- "label": "IsOptional",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 96,
- "community_name": "pets/pets.controller.ts",
- "norm_label": "isoptional",
- "id": "backend_src_pets_dto_create_pet_dto_ts_isoptional"
- },
- {
- "label": "IsString",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 96,
- "community_name": "pets/pets.controller.ts",
- "norm_label": "isstring",
- "id": "backend_src_pets_dto_create_pet_dto_ts_isstring"
- },
- {
- "label": "update-pet.dto.ts",
- "file_type": "code",
- "source_file": "backend/src/pets/dto/update-pet.dto.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 96,
- "community_name": "pets/pets.controller.ts",
- "norm_label": "update-pet.dto.ts",
- "id": "backend_src_pets_dto_update_pet_dto"
- },
- {
- "label": "pets/pets.controller.ts",
- "file_type": "code",
- "source_file": "backend/src/pets/pets.controller.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 96,
- "norm_label": "pets/pets.controller.ts",
- "id": "backend_src_pets_pets_controller"
+ "community": 97,
+ "community_name": "PetsService",
+ "norm_label": "injectable",
+ "id": "backend_src_pets_pets_service_ts_injectable"
},
{
"label": "26-phase2-integrity-repair-report.md",
@@ -38915,7 +39115,7 @@
"source_file": "docs/audit/26-phase2-integrity-repair-report.md",
"source_location": "L1",
"_origin": "ast",
- "community": 97,
+ "community": 98,
"community_name": "1. Summary of Integrity Repairs Performed",
"norm_label": "26-phase2-integrity-repair-report.md",
"id": "docs_audit_26_phase2_integrity_repair_report"
@@ -38926,7 +39126,7 @@
"source_file": "docs/audit/26-phase2-integrity-repair-report.md",
"source_location": "L12",
"_origin": "ast",
- "community": 97,
+ "community": 98,
"community_name": "1. Summary of Integrity Repairs Performed",
"norm_label": "1.1 authoritative source file inventory rebuilt",
"id": "docs_audit_26_phase2_integrity_repair_report_1_1_authoritative_source_file_inventory_rebuilt"
@@ -38937,7 +39137,7 @@
"source_file": "docs/audit/26-phase2-integrity-repair-report.md",
"source_location": "L18",
"_origin": "ast",
- "community": 97,
+ "community": 98,
"community_name": "1. Summary of Integrity Repairs Performed",
"norm_label": "1.2 raw finding dispositions reconciled",
"id": "docs_audit_26_phase2_integrity_repair_report_1_2_raw_finding_dispositions_reconciled"
@@ -38948,7 +39148,7 @@
"source_file": "docs/audit/26-phase2-integrity-repair-report.md",
"source_location": "L27",
"_origin": "ast",
- "community": 97,
+ "community": 98,
"community_name": "1. Summary of Integrity Repairs Performed",
"norm_label": "1.3 finding identifier normalization",
"id": "docs_audit_26_phase2_integrity_repair_report_1_3_finding_identifier_normalization"
@@ -38959,7 +39159,7 @@
"source_file": "docs/audit/26-phase2-integrity-repair-report.md",
"source_location": "L34",
"_origin": "ast",
- "community": 97,
+ "community": 98,
"community_name": "1. Summary of Integrity Repairs Performed",
"norm_label": "1.4 rejected finding cleanup",
"id": "docs_audit_26_phase2_integrity_repair_report_1_4_rejected_finding_cleanup"
@@ -38970,7 +39170,7 @@
"source_file": "docs/audit/26-phase2-integrity-repair-report.md",
"source_location": "L10",
"_origin": "ast",
- "community": 97,
+ "community": 98,
"community_name": "1. Summary of Integrity Repairs Performed",
"norm_label": "1. summary of integrity repairs performed",
"id": "docs_audit_26_phase2_integrity_repair_report_1_summary_of_integrity_repairs_performed"
@@ -38981,7 +39181,7 @@
"source_file": "docs/audit/26-phase2-integrity-repair-report.md",
"source_location": "L39",
"_origin": "ast",
- "community": 97,
+ "community": 98,
"community_name": "1. Summary of Integrity Repairs Performed",
"norm_label": "2. final verified finding metrics",
"id": "docs_audit_26_phase2_integrity_repair_report_2_final_verified_finding_metrics"
@@ -38992,7 +39192,7 @@
"source_file": "docs/audit/26-phase2-integrity-repair-report.md",
"source_location": "L57",
"_origin": "ast",
- "community": 97,
+ "community": 98,
"community_name": "1. Summary of Integrity Repairs Performed",
"norm_label": "3. reference and compiler integrity results",
"id": "docs_audit_26_phase2_integrity_repair_report_3_reference_and_compiler_integrity_results"
@@ -39003,7 +39203,7 @@
"source_file": "docs/audit/26-phase2-integrity-repair-report.md",
"source_location": "L64",
"_origin": "ast",
- "community": 97,
+ "community": 98,
"community_name": "1. Summary of Integrity Repairs Performed",
"norm_label": "4. quality gate conclusion",
"id": "docs_audit_26_phase2_integrity_repair_report_4_quality_gate_conclusion"
@@ -39014,7 +39214,7 @@
"source_file": "docs/audit/26-phase2-integrity-repair-report.md",
"source_location": "L49",
"_origin": "ast",
- "community": 97,
+ "community": 98,
"community_name": "1. Summary of Integrity Repairs Performed",
"norm_label": "by confidence",
"id": "docs_audit_26_phase2_integrity_repair_report_by_confidence"
@@ -39025,7 +39225,7 @@
"source_file": "docs/audit/26-phase2-integrity-repair-report.md",
"source_location": "L41",
"_origin": "ast",
- "community": 97,
+ "community": 98,
"community_name": "1. Summary of Integrity Repairs Performed",
"norm_label": "by severity",
"id": "docs_audit_26_phase2_integrity_repair_report_by_severity"
@@ -39036,7 +39236,7 @@
"source_file": "docs/audit/26-phase2-integrity-repair-report.md",
"source_location": "L1",
"_origin": "ast",
- "community": 97,
+ "community": 98,
"community_name": "1. Summary of Integrity Repairs Performed",
"norm_label": "phase 2.6 integrity repair & audit quality gate report",
"id": "docs_audit_26_phase2_integrity_repair_report_phase_2_6_integrity_repair_audit_quality_gate_report"
@@ -39047,7 +39247,7 @@
"source_file": ".ai_agency/agents/01_auditor.md",
"source_location": "L1",
"_origin": "ast",
- "community": 98,
+ "community": 99,
"community_name": "Operational Rules & Boundaries",
"norm_label": "01_auditor.md",
"id": "ai_agency_agents_01_auditor"
@@ -39058,7 +39258,7 @@
"source_file": ".ai_agency/agents/01_auditor.md",
"source_location": "L19",
"_origin": "ast",
- "community": 98,
+ "community": 99,
"community_name": "Operational Rules & Boundaries",
"norm_label": "1. detect tech stack first (universal)",
"id": "ai_agency_agents_01_auditor_1_detect_tech_stack_first_universal"
@@ -39069,7 +39269,7 @@
"source_file": ".ai_agency/agents/01_auditor.md",
"source_location": "L30",
"_origin": "ast",
- "community": 98,
+ "community": 99,
"community_name": "Operational Rules & Boundaries",
"norm_label": "2. explicit scoring methodology (universal)",
"id": "ai_agency_agents_01_auditor_2_explicit_scoring_methodology_universal"
@@ -39080,7 +39280,7 @@
"source_file": ".ai_agency/agents/01_auditor.md",
"source_location": "L47",
"_origin": "ast",
- "community": 98,
+ "community": 99,
"community_name": "Operational Rules & Boundaries",
"norm_label": "3. code coverage ratio rule",
"id": "ai_agency_agents_01_auditor_3_code_coverage_ratio_rule"
@@ -39091,7 +39291,7 @@
"source_file": ".ai_agency/agents/01_auditor.md",
"source_location": "L54",
"_origin": "ast",
- "community": 98,
+ "community": 99,
"community_name": "Operational Rules & Boundaries",
"norm_label": "4. deep directory scanning",
"id": "ai_agency_agents_01_auditor_4_deep_directory_scanning"
@@ -39102,7 +39302,7 @@
"source_file": ".ai_agency/agents/01_auditor.md",
"source_location": "L58",
"_origin": "ast",
- "community": 98,
+ "community": 99,
"community_name": "Operational Rules & Boundaries",
"norm_label": "5. forbidden actions",
"id": "ai_agency_agents_01_auditor_5_forbidden_actions"
@@ -39113,7 +39313,7 @@
"source_file": ".ai_agency/agents/01_auditor.md",
"source_location": "L74",
"_origin": "ast",
- "community": 98,
+ "community": 99,
"community_name": "Operational Rules & Boundaries",
"norm_label": "expected json output schema",
"id": "ai_agency_agents_01_auditor_expected_json_output_schema"
@@ -39124,7 +39324,7 @@
"source_file": ".ai_agency/agents/01_auditor.md",
"source_location": "L17",
"_origin": "ast",
- "community": 98,
+ "community": 99,
"community_name": "Operational Rules & Boundaries",
"norm_label": "operational rules & boundaries",
"id": "ai_agency_agents_01_auditor_operational_rules_boundaries"
@@ -39135,7 +39335,7 @@
"source_file": ".ai_agency/agents/01_auditor.md",
"source_location": "L66",
"_origin": "ast",
- "community": 98,
+ "community": 99,
"community_name": "Operational Rules & Boundaries",
"norm_label": "required output artifacts (what files to write/update)",
"id": "ai_agency_agents_01_auditor_required_output_artifacts_what_files_to_write_update"
@@ -39146,7 +39346,7 @@
"source_file": ".ai_agency/agents/01_auditor.md",
"source_location": "L1",
"_origin": "ast",
- "community": 98,
+ "community": 99,
"community_name": "Operational Rules & Boundaries",
"norm_label": "role & core objective",
"id": "ai_agency_agents_01_auditor_role_core_objective"
@@ -39157,132 +39357,11 @@
"source_file": ".ai_agency/agents/01_auditor.md",
"source_location": "L7",
"_origin": "ast",
- "community": 98,
+ "community": 99,
"community_name": "Operational Rules & Boundaries",
"norm_label": "strict input specifications (what files to read)",
"id": "ai_agency_agents_01_auditor_strict_input_specifications_what_files_to_read"
},
- {
- "label": "10_tech_writer.md",
- "file_type": "document",
- "source_file": ".ai_agency/agents/10_tech_writer.md",
- "source_location": "L1",
- "_origin": "ast",
- "community": 99,
- "community_name": "Operational Rules & Boundaries",
- "norm_label": "10_tech_writer.md",
- "id": "ai_agency_agents_10_tech_writer"
- },
- {
- "label": "1. Mark Active Task as Complete",
- "file_type": "document",
- "source_file": ".ai_agency/agents/10_tech_writer.md",
- "source_location": "L23",
- "_origin": "ast",
- "community": 99,
- "community_name": "Operational Rules & Boundaries",
- "norm_label": "1. mark active task as complete",
- "id": "ai_agency_agents_10_tech_writer_1_mark_active_task_as_complete"
- },
- {
- "label": "2. Documentation Updates",
- "file_type": "document",
- "source_file": ".ai_agency/agents/10_tech_writer.md",
- "source_location": "L30",
- "_origin": "ast",
- "community": 99,
- "community_name": "Operational Rules & Boundaries",
- "norm_label": "2. documentation updates",
- "id": "ai_agency_agents_10_tech_writer_2_documentation_updates"
- },
- {
- "label": "3. Dynamic Routing Protocol (CRITICAL)",
- "file_type": "document",
- "source_file": ".ai_agency/agents/10_tech_writer.md",
- "source_location": "L44",
- "_origin": "ast",
- "community": 99,
- "community_name": "Operational Rules & Boundaries",
- "norm_label": "3. dynamic routing protocol (critical)",
- "id": "ai_agency_agents_10_tech_writer_3_dynamic_routing_protocol_critical"
- },
- {
- "label": "4. Backlog Insufficiency Check",
- "file_type": "document",
- "source_file": ".ai_agency/agents/10_tech_writer.md",
- "source_location": "L72",
- "_origin": "ast",
- "community": 99,
- "community_name": "Operational Rules & Boundaries",
- "norm_label": "4. backlog insufficiency check",
- "id": "ai_agency_agents_10_tech_writer_4_backlog_insufficiency_check"
- },
- {
- "label": "5. Forbidden Actions",
- "file_type": "document",
- "source_file": ".ai_agency/agents/10_tech_writer.md",
- "source_location": "L77",
- "_origin": "ast",
- "community": 99,
- "community_name": "Operational Rules & Boundaries",
- "norm_label": "5. forbidden actions",
- "id": "ai_agency_agents_10_tech_writer_5_forbidden_actions"
- },
- {
- "label": "Expected JSON Output Schema",
- "file_type": "document",
- "source_file": ".ai_agency/agents/10_tech_writer.md",
- "source_location": "L96",
- "_origin": "ast",
- "community": 99,
- "community_name": "Operational Rules & Boundaries",
- "norm_label": "expected json output schema",
- "id": "ai_agency_agents_10_tech_writer_expected_json_output_schema"
- },
- {
- "label": "Operational Rules & Boundaries",
- "file_type": "document",
- "source_file": ".ai_agency/agents/10_tech_writer.md",
- "source_location": "L21",
- "_origin": "ast",
- "community": 99,
- "community_name": "Operational Rules & Boundaries",
- "norm_label": "operational rules & boundaries",
- "id": "ai_agency_agents_10_tech_writer_operational_rules_boundaries"
- },
- {
- "label": "Required Output Artifacts (What files to write/update)",
- "file_type": "document",
- "source_file": ".ai_agency/agents/10_tech_writer.md",
- "source_location": "L84",
- "_origin": "ast",
- "community": 99,
- "community_name": "Operational Rules & Boundaries",
- "norm_label": "required output artifacts (what files to write/update)",
- "id": "ai_agency_agents_10_tech_writer_required_output_artifacts_what_files_to_write_update"
- },
- {
- "label": "Role & Core Objective",
- "file_type": "document",
- "source_file": ".ai_agency/agents/10_tech_writer.md",
- "source_location": "L1",
- "_origin": "ast",
- "community": 99,
- "community_name": "Operational Rules & Boundaries",
- "norm_label": "role & core objective",
- "id": "ai_agency_agents_10_tech_writer_role_core_objective"
- },
- {
- "label": "Strict Input Specifications (What files to read)",
- "file_type": "document",
- "source_file": ".ai_agency/agents/10_tech_writer.md",
- "source_location": "L11",
- "_origin": "ast",
- "community": 99,
- "community_name": "Operational Rules & Boundaries",
- "norm_label": "strict input specifications (what files to read)",
- "id": "ai_agency_agents_10_tech_writer_strict_input_specifications_what_files_to_read"
- },
{
"label": "Vazirmatn Authors",
"file_type": "document",
@@ -39340,7 +39419,7 @@
"file_type": "document",
"source_file": "docs/audit/ADR-AUTH-001.md",
"rationale": "Defines the finalized dual-token hybrid architecture for the Admin Panel to mitigate XSS and CSRF risks.",
- "community": 193,
+ "community": 194,
"norm_label": "adr-auth-001: admin panel authentication architecture & token management",
"community_name": "Auth Architecture and Planning",
"_origin": "semantic",
@@ -39351,7 +39430,7 @@
"file_type": "document",
"source_file": "docs/audit/MASTER-TASK-BACKLOG.md",
"rationale": "Canonical list of implementation tasks (TASK-SEC-001 to TASK-VERIFY-001) mapped to audit findings.",
- "community": 193,
+ "community": 194,
"norm_label": "master task backlog (phase 3.3)",
"community_name": "Auth Architecture and Planning",
"_origin": "semantic",
@@ -39362,7 +39441,7 @@
"file_type": "document",
"source_file": "docs/audit/phase3-execution-plan.md",
"rationale": "Outlines the dependency graph and wave-based execution strategy for remediation tasks.",
- "community": 193,
+ "community": 194,
"norm_label": "phase 3 master execution plan",
"community_name": "Auth Architecture and Planning",
"_origin": "semantic",
@@ -39372,7 +39451,7 @@
"label": "Vazir Font",
"file_type": "concept",
"rationale": "The base font for Shabnam and the predecessor to Vazirmatn.",
- "community": 212,
+ "community": 213,
"norm_label": "vazir font",
"community_name": "Typography and Font Assets",
"_origin": "semantic",
@@ -39383,7 +39462,7 @@
"file_type": "document",
"source_file": "frontend/application/public/fonts/shabnam-font-v5.0.1/README.md",
"rationale": "Main documentation for Shabnam font, including usage instructions and project origins.",
- "community": 212,
+ "community": 213,
"norm_label": "shabnam font readme",
"community_name": "Typography and Font Assets",
"_origin": "semantic",
@@ -39393,7 +39472,7 @@
"label": "Shabnam Font Sample",
"file_type": "image",
"source_file": "frontend/application/public/fonts/shabnam-font-v5.0.1/sample.png",
- "community": 212,
+ "community": 213,
"norm_label": "shabnam font sample",
"community_name": "Typography and Font Assets",
"_origin": "semantic",
@@ -39404,7 +39483,7 @@
"file_type": "document",
"source_file": "docs/02-user-guide.md",
"rationale": "Defines B2C, B2B, and Admin roles and their respective functionalities within the system.",
- "community": 236,
+ "community": 237,
"norm_label": "user roles and capabilities",
"community_name": "User Profile Management",
"_origin": "semantic",
@@ -39415,7 +39494,7 @@
"file_type": "image",
"source_file": "backend/uploads/1781288429353-508765350.jpg",
"rationale": "A portrait of a man with a beard wearing a Red Bull Batalla cap, likely a profile or contributor image.",
- "community": 236,
+ "community": 237,
"norm_label": "user profile photo",
"community_name": "User Profile Management",
"_origin": "semantic",
@@ -39426,7 +39505,7 @@
"file_type": "code",
"source_file": "DATABASE_SCHEMA.md",
"source_location": "2.4",
- "community": 240,
+ "community": 241,
"norm_label": "products table",
"community_name": "Products Table",
"_origin": "semantic",
@@ -39437,7 +39516,7 @@
"file_type": "concept",
"source_file": "README.md",
"rationale": "Clinical screening engine for pet breed and symptoms.",
- "community": 240,
+ "community": 241,
"norm_label": "smart advisor component",
"community_name": "Products Table",
"_origin": "semantic",
@@ -39448,7 +39527,7 @@
"file_type": "code",
"source_file": "DATABASE_SCHEMA.md",
"source_location": "2.1",
- "community": 241,
+ "community": 242,
"norm_label": "users table",
"community_name": "User Database and Infrastructure",
"_origin": "semantic",
@@ -39458,7 +39537,7 @@
"label": "Backend Production Container",
"file_type": "code",
"source_file": "docker-compose.yml",
- "community": 241,
+ "community": 242,
"norm_label": "backend production container",
"community_name": "User Database and Infrastructure",
"_origin": "semantic",
@@ -39469,7 +39548,7 @@
"file_type": "document",
"source_file": "docs/audit/05-architectural-audit.md",
"rationale": "Identifies a high-severity mismatch between frontend and backend authentication protocols (ARCH-001).",
- "community": 242,
+ "community": 243,
"norm_label": "architectural audit findings",
"community_name": "Architectural Audit Findings",
"_origin": "semantic",
@@ -39480,7 +39559,7 @@
"file_type": "document",
"source_file": "docs/audit/10-security-audit.md",
"rationale": "Highlights critical security vulnerabilities including hardcoded JWT secrets (SEC-001) and predictable OTP generation (SEC-002).",
- "community": 242,
+ "community": 243,
"norm_label": "security audit findings",
"community_name": "Architectural Audit Findings",
"_origin": "semantic",
@@ -39491,7 +39570,7 @@
"file_type": "document",
"source_file": "docs/audit/CROSS_BOUNDARY_DEPENDENCIES.md",
"rationale": "Details the 10 feature domains and schema additions required for cross-boundary functionality.",
- "community": 243,
+ "community": 244,
"norm_label": "cross boundary dependencies & backend architecture specification",
"community_name": "API and Frontend Specifications",
"_origin": "semantic",
@@ -39502,7 +39581,7 @@
"file_type": "document",
"source_file": "docs/audit/FRONTEND_INTEGRATION_REQUIREMENTS.md",
"rationale": "Specifies the API contract, authentication headers, and action items for both Storefront and Admin Panel.",
- "community": 243,
+ "community": 244,
"norm_label": "comprehensive frontend integration requirements & api contract",
"community_name": "API and Frontend Specifications",
"_origin": "semantic",
@@ -39513,7 +39592,7 @@
"file_type": "document",
"source_file": "frontend/application/AGENTS.md",
"rationale": "Enforces brand naming 'Canina' and specific CSS/cookie naming conventions.",
- "community": 244,
+ "community": 245,
"norm_label": "next.js agent rules & brand guidelines",
"community_name": "Brand and Agent Guidelines",
"_origin": "semantic",
@@ -39523,7 +39602,7 @@
"label": "Pharma Quality Lab Image",
"file_type": "image",
"source_file": "frontend/application/public/assets/images/regenerated_image_1779109861747.png",
- "community": 244,
+ "community": 245,
"norm_label": "pharma quality lab image",
"community_name": "Brand and Agent Guidelines",
"_origin": "semantic",
@@ -39535,7 +39614,7 @@
"source_file": "BACKEND_INTEGRATION.md",
"source_location": "2.1.1",
"rationale": "Endpoint for user authentication supporting multiple roles.",
- "community": 253,
+ "community": 254,
"norm_label": "user login api",
"community_name": "User Login API",
"_origin": "semantic",
@@ -39546,7 +39625,7 @@
"file_type": "code",
"source_file": "BACKEND_INTEGRATION.md",
"source_location": "2.1.2",
- "community": 254,
+ "community": 255,
"norm_label": "user logout api",
"community_name": "User Logout Endpoint",
"_origin": "semantic",
@@ -39557,7 +39636,7 @@
"file_type": "concept",
"source_file": "canina.md",
"rationale": "German manufacturer of pharmaceutical-grade pet supplements.",
- "community": 277,
+ "community": 278,
"norm_label": "canina pharma gmbh",
"community_name": "Company Profile",
"_origin": "semantic",
@@ -39568,7 +39647,7 @@
"file_type": "code",
"source_file": "DATABASE_SCHEMA.md",
"source_location": "2.6",
- "community": 278,
+ "community": 279,
"norm_label": "pets table",
"community_name": "Pets Table",
"_origin": "semantic",
@@ -39579,7 +39658,7 @@
"file_type": "document",
"source_file": "docs/01-introduction.md",
"rationale": "Overview of the Canina Iran platform, its goals, and the technology stack used (Next.js, NestJS, PostgreSQL, Prisma).",
- "community": 279,
+ "community": 280,
"norm_label": "canina iran project introduction",
"community_name": "Project Introduction",
"_origin": "semantic",
@@ -39590,7 +39669,7 @@
"file_type": "document",
"source_file": "docs/03-developer-guide.md",
"rationale": "Detailed folder structure, frontend/backend standards, and state management (Zustand) guidelines.",
- "community": 280,
+ "community": 281,
"norm_label": "developer standards and architecture",
"community_name": "Developer Standards and Architecture",
"_origin": "semantic",
@@ -39601,7 +39680,7 @@
"file_type": "document",
"source_file": "docs/audit/frontend-route-map.md",
"rationale": "Defines the routing structure for the Admin Panel SPA using react-router-dom.",
- "community": 281,
+ "community": 282,
"norm_label": "frontend & admin architecture route map specification",
"community_name": "Architecture Route Map",
"_origin": "semantic",
@@ -39612,7 +39691,7 @@
"file_type": "document",
"source_file": "docs/backlog.md",
"rationale": "Comprehensive list of atomic tasks for frontend, backend, and database development.",
- "community": 282,
+ "community": 283,
"norm_label": "project backlog and tasks",
"community_name": "Project Task Backlog",
"_origin": "semantic",
@@ -39622,7 +39701,7 @@
"label": "Sahel Font Sample",
"file_type": "image",
"source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/sample-variable.gif",
- "community": 291,
+ "community": 292,
"norm_label": "sahel font sample",
"community_name": "Sahel Font Samples",
"_origin": "semantic",
@@ -39633,7 +39712,7 @@
"file_type": "document",
"source_file": "frontend/application/public/fonts/shabnam-font-v5.0.1/CHANGELOG.md",
"rationale": "Contains version history and specific glyph improvements for Shabnam font.",
- "community": 292,
+ "community": 293,
"norm_label": "shabnam font changelog",
"community_name": "Shabnam Font History",
"_origin": "semantic",
@@ -39644,7 +39723,7 @@
"file_type": "document",
"source_file": "frontend/application/public/fonts/vazirmatn-v33.003/CHANGELOG.md",
"rationale": "Detailed history of Vazir/Vazirmatn font development.",
- "community": 293,
+ "community": 294,
"norm_label": "vazirmatn changelog",
"community_name": "Vazirmatn Font History",
"_origin": "semantic",
@@ -39654,7 +39733,7 @@
"label": "Sahel Font Variable Sample",
"file_type": "image",
"source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/sample-variable.gif",
- "community": 295,
+ "community": 296,
"norm_label": "sahel font variable sample",
"community_name": "Variable Font Samples",
"_origin": "semantic",
@@ -39664,7 +39743,7 @@
"label": "Shabnam Font Sample",
"file_type": "image",
"source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/sample.png",
- "community": 296,
+ "community": 297,
"norm_label": "shabnam font sample",
"community_name": "Shabnam Font Preview",
"_origin": "semantic",
@@ -39675,7 +39754,7 @@
"file_type": "code",
"source_file": "scripts/compose.prod.yml",
"rationale": "Defines production infrastructure for the Canina application.",
- "community": 297,
+ "community": 298,
"norm_label": "production docker compose",
"community_name": "Production Docker Setup",
"_origin": "semantic",
@@ -39686,7 +39765,7 @@
"file_type": "code",
"source_file": "scripts/compose.stage.yml",
"rationale": "Defines staging infrastructure for the Canina application.",
- "community": 298,
+ "community": 299,
"norm_label": "staging docker compose",
"community_name": "Staging Docker Setup",
"_origin": "semantic",
@@ -58052,6 +58131,30 @@
"source": "backend_package_jest_modulefileextensions",
"target": "ref_json"
},
+ {
+ "relation": "extends",
+ "confidence": "EXTRACTED",
+ "source_file": "backend/prisma/tsconfig.json",
+ "source_location": "L7",
+ "weight": 1.0,
+ "context": "import",
+ "_origin": "ast",
+ "source": "backend_prisma_tsconfig_compileroptions_types",
+ "target": "ref_node",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "extends",
+ "confidence": "EXTRACTED",
+ "source_file": "backend/prisma/tsconfig.json",
+ "source_location": "L9",
+ "weight": 1.0,
+ "context": "import",
+ "_origin": "ast",
+ "source": "backend_prisma_tsconfig_include",
+ "target": "ref_ts",
+ "confidence_score": 1.0
+ },
{
"relation": "extends",
"confidence": "EXTRACTED",
@@ -68680,9 +68783,9 @@
"source_location": "L471",
"weight": 1.0,
"_origin": "ast",
+ "confidence_score": 1.0,
"source": "backend_prisma_seed_main",
- "target": "backend_prisma_seed_products",
- "confidence_score": 1.0
+ "target": "backend_prisma_seed_products"
},
{
"relation": "imports_from",
@@ -68692,9 +68795,9 @@
"source_location": "L482",
"weight": 1.0,
"_origin": "ast",
+ "confidence_score": 1.0,
"source": "backend_prisma_seed_main",
- "target": "backend_prisma_seed_home",
- "confidence_score": 1.0
+ "target": "backend_prisma_seed_home"
},
{
"relation": "imports_from",
@@ -83481,9 +83584,9 @@
"source_location": "L11",
"weight": 1.0,
"_origin": "ast",
+ "confidence_score": 1.0,
"source": "backend_prisma_seed",
- "target": "backend_prisma_seed_main",
- "confidence_score": 1.0
+ "target": "backend_prisma_seed_main"
},
{
"relation": "contains",
@@ -83492,9 +83595,9 @@
"source_location": "L9",
"weight": 1.0,
"_origin": "ast",
+ "confidence_score": 1.0,
"source": "backend_prisma_seed",
- "target": "backend_prisma_seed_prisma",
- "confidence_score": 1.0
+ "target": "backend_prisma_seed_prisma"
},
{
"relation": "contains",
@@ -83701,9 +83804,9 @@
"source_location": "L370",
"weight": 1.0,
"_origin": "ast",
+ "confidence_score": 1.0,
"source": "backend_prisma_seed_wiki",
- "target": "backend_prisma_seed_wiki_main",
- "confidence_score": 1.0
+ "target": "backend_prisma_seed_wiki_main"
},
{
"relation": "contains",
@@ -83712,9 +83815,9 @@
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
+ "confidence_score": 1.0,
"source": "backend_prisma_seed_wiki",
- "target": "backend_prisma_seed_wiki_prisma",
- "confidence_score": 1.0
+ "target": "backend_prisma_seed_wiki_prisma"
},
{
"relation": "contains",
@@ -83723,8 +83826,85 @@
"source_location": "L7",
"weight": 1.0,
"_origin": "ast",
+ "confidence_score": 1.0,
"source": "backend_prisma_seed_wiki",
- "target": "backend_prisma_seed_wiki_canonical_wiki_terms",
+ "target": "backend_prisma_seed_wiki_canonical_wiki_terms"
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "backend/prisma/tsconfig.json",
+ "source_location": "L2",
+ "weight": 1.0,
+ "_origin": "ast",
+ "source": "backend_prisma_tsconfig",
+ "target": "backend_prisma_tsconfig_compileroptions",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "backend/prisma/tsconfig.json",
+ "source_location": "L9",
+ "weight": 1.0,
+ "_origin": "ast",
+ "source": "backend_prisma_tsconfig",
+ "target": "backend_prisma_tsconfig_include",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "backend/prisma/tsconfig.json",
+ "source_location": "L3",
+ "weight": 1.0,
+ "_origin": "ast",
+ "source": "backend_prisma_tsconfig_compileroptions",
+ "target": "backend_prisma_tsconfig_compileroptions_module",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "backend/prisma/tsconfig.json",
+ "source_location": "L4",
+ "weight": 1.0,
+ "_origin": "ast",
+ "source": "backend_prisma_tsconfig_compileroptions",
+ "target": "backend_prisma_tsconfig_compileroptions_moduleresolution",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "backend/prisma/tsconfig.json",
+ "source_location": "L5",
+ "weight": 1.0,
+ "_origin": "ast",
+ "source": "backend_prisma_tsconfig_compileroptions",
+ "target": "backend_prisma_tsconfig_compileroptions_esmoduleinterop",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "backend/prisma/tsconfig.json",
+ "source_location": "L6",
+ "weight": 1.0,
+ "_origin": "ast",
+ "source": "backend_prisma_tsconfig_compileroptions",
+ "target": "backend_prisma_tsconfig_compileroptions_skiplibcheck",
+ "confidence_score": 1.0
+ },
+ {
+ "relation": "contains",
+ "confidence": "EXTRACTED",
+ "source_file": "backend/prisma/tsconfig.json",
+ "source_location": "L7",
+ "weight": 1.0,
+ "_origin": "ast",
+ "source": "backend_prisma_tsconfig_compileroptions",
+ "target": "backend_prisma_tsconfig_compileroptions_types",
"confidence_score": 1.0
},
{
diff --git a/graphify-out/2026-08-17/manifest.json b/graphify-out/2026-08-17/manifest.json
index a251416..50f3825 100644
--- a/graphify-out/2026-08-17/manifest.json
+++ b/graphify-out/2026-08-17/manifest.json
@@ -1,1975 +1,1975 @@
{
".ai_agency/orchestrate.py": {
"mtime": 1785148022.0726626,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "43b4b40901868f1bdfd470cf58f40760",
"semantic_hash": "43b4b40901868f1bdfd470cf58f40760"
},
".gitea/scripts/with-vpn.sh": {
"mtime": 1786799852.1263163,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "451f307a9e42d2240949e7bf39de6667",
"semantic_hash": "451f307a9e42d2240949e7bf39de6667"
},
"backend/eslint.config.mjs": {
"mtime": 1786799852.1343892,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "f442cf2ef8ccf6398d424127422ae23f",
"semantic_hash": "f442cf2ef8ccf6398d424127422ae23f"
},
"backend/nest-cli.json": {
"mtime": 1783764561.6027174,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "b6c9c4b64b7092bea720263a47b574cf",
"semantic_hash": "b6c9c4b64b7092bea720263a47b574cf"
},
"backend/package.json": {
"mtime": 1786799852.1419044,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "75fb7e1c2e31d365e0c695218dc746e1",
"semantic_hash": "75fb7e1c2e31d365e0c695218dc746e1"
},
"backend/prisma/migrations/20260526145407_init/migration.sql": {
"mtime": 1783764561.6120076,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "12a9a675c12bc5ff2d2c3164f803f0ad",
"semantic_hash": "12a9a675c12bc5ff2d2c3164f803f0ad"
},
"backend/prisma/migrations/20260526160916_add_ui_texts_and_scientific_terms/migration.sql": {
"mtime": 1783764561.6134257,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "50977e705726df3fb0f30bd1d3af101b",
"semantic_hash": "50977e705726df3fb0f30bd1d3af101b"
},
"backend/prisma/scientificTerms.ts": {
"mtime": 1785325924.6348126,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "4c449cfeea573afd27cdfd1cdc72d4f3",
"semantic_hash": "4c449cfeea573afd27cdfd1cdc72d4f3"
},
"backend/prisma/seed-blogs.ts": {
"mtime": 1786885876.777374,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "be491715958e8f9473913bdfe9cf5638",
"semantic_hash": "be491715958e8f9473913bdfe9cf5638"
},
"backend/prisma/seed-custom.ts": {
"mtime": 1786799852.144902,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "23cefb1ea3fc60be141520fd50e3f9f9",
"semantic_hash": "23cefb1ea3fc60be141520fd50e3f9f9"
},
"backend/prisma/seed-home.ts": {
"mtime": 1786885876.779371,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "3fd438d66d0b1174b885a9065e43b569",
"semantic_hash": "3fd438d66d0b1174b885a9065e43b569"
},
"backend/prisma/seed-products.ts": {
"mtime": 1786885876.7848883,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "176abaca9fd158b3c734facb72a7cd8b",
"semantic_hash": "176abaca9fd158b3c734facb72a7cd8b"
},
"backend/prisma/seed-ui-texts.ts": {
"mtime": 1786885876.7878885,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "443deac60ac932f8de4cec228ad5f492",
"semantic_hash": "443deac60ac932f8de4cec228ad5f492"
},
"backend/prisma/seed-wiki.ts": {
"mtime": 1786961030.2677019,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "4734726498e97501b3f8c6c8bc022bb8",
"semantic_hash": "4734726498e97501b3f8c6c8bc022bb8"
},
"backend/prisma/seed.ts": {
"mtime": 1786961040.1287513,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "770c7e43cd409299785475b4db6b146f",
"semantic_hash": "770c7e43cd409299785475b4db6b146f"
},
"backend/prisma/tsconfig.seed.json": {
"mtime": 1786955870.751259,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "a12c81b60c5e9fdb3c1aba03ac7ecb27",
"semantic_hash": "a12c81b60c5e9fdb3c1aba03ac7ecb27"
},
"backend/scripts/generate-openapi.ts": {
"mtime": 1786799852.1563904,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "d218cbaae6150ad3a35c162c1a3c02a3",
"semantic_hash": "d218cbaae6150ad3a35c162c1a3c02a3"
},
"backend/src/admin/admin.controller.spec.ts": {
"mtime": 1786799852.1573997,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "05370741c60e581754191c00baf87596",
"semantic_hash": "05370741c60e581754191c00baf87596"
},
"backend/src/admin/admin.controller.ts": {
"mtime": 1786883225.7823384,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "877cbf9619ab41d49ddb708ad0aeb33c",
"semantic_hash": "877cbf9619ab41d49ddb708ad0aeb33c"
},
"backend/src/admin/admin.module.ts": {
"mtime": 1786877667.0050085,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "2c08f0bdcbeb87979024730e39c7a6ce",
"semantic_hash": "2c08f0bdcbeb87979024730e39c7a6ce"
},
"backend/src/admin/admin.service.spec.ts": {
"mtime": 1786799852.1629112,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "0c0360ca02380ad75b9e551cffe11a96",
"semantic_hash": "0c0360ca02380ad75b9e551cffe11a96"
},
"backend/src/admin/admin.service.ts": {
"mtime": 1786948119.7646718,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "a335724e6f5bc32c701d4eb4ffdc2e2a",
"semantic_hash": "a335724e6f5bc32c701d4eb4ffdc2e2a"
},
"backend/src/admin/blogs.controller.ts": {
"mtime": 1786799852.1701918,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "27d72d1d471239afaba45fe45429b8ee",
"semantic_hash": "27d72d1d471239afaba45fe45429b8ee"
},
"backend/src/admin/blogs.service.ts": {
"mtime": 1786799852.171191,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "1b9fa7006c8ebfa19f2f34f7790a235a",
"semantic_hash": "1b9fa7006c8ebfa19f2f34f7790a235a"
},
"backend/src/admin/categories.controller.ts": {
"mtime": 1786799852.1741924,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "e6322c19042382028966e6eb8dce7c62",
"semantic_hash": "e6322c19042382028966e6eb8dce7c62"
},
"backend/src/admin/categories.service.ts": {
"mtime": 1786799852.1751943,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "7c6b626454aa53d5a3458b5ca738a97c",
"semantic_hash": "7c6b626454aa53d5a3458b5ca738a97c"
},
"backend/src/admin/dto/admin-query.dto.ts": {
"mtime": 1786799852.1787064,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "0a3e421ccf508d1a50ec1cfa8c92a4f9",
"semantic_hash": "0a3e421ccf508d1a50ec1cfa8c92a4f9"
},
"backend/src/admin/media.controller.ts": {
"mtime": 1786876983.6488664,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "02fa16bdaf1363f117f7200f590b13c4",
"semantic_hash": "02fa16bdaf1363f117f7200f590b13c4"
},
"backend/src/admin/media.service.ts": {
"mtime": 1786876983.6515346,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "96b4035f21c6c0a662585ed950cd6107",
"semantic_hash": "96b4035f21c6c0a662585ed950cd6107"
},
"backend/src/admin/pets.controller.ts": {
"mtime": 1786799852.1862173,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "8734d47651b112f7f1682f629dc4c7b1",
"semantic_hash": "8734d47651b112f7f1682f629dc4c7b1"
},
"backend/src/admin/pets.service.ts": {
"mtime": 1786954681.814243,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "67ef020c49eb8334a2bac643941678ac",
"semantic_hash": "67ef020c49eb8334a2bac643941678ac"
},
"backend/src/admin/reports.controller.ts": {
"mtime": 1783764561.642147,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "bf74156968541f38f105fa01454b312a",
"semantic_hash": "bf74156968541f38f105fa01454b312a"
},
"backend/src/admin/reports.service.ts": {
"mtime": 1786799852.189731,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "c4dd8ce40cb75cdd9298cc7cdb7402d4",
"semantic_hash": "c4dd8ce40cb75cdd9298cc7cdb7402d4"
},
"backend/src/admin/wiki.controller.ts": {
"mtime": 1786799852.1917324,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "8b7c8559d6ed6bb2c220d9abd4f622b1",
"semantic_hash": "8b7c8559d6ed6bb2c220d9abd4f622b1"
},
"backend/src/admin/wiki.service.ts": {
"mtime": 1786799852.193324,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "ed627a21f3b767e9855511afefa5273c",
"semantic_hash": "ed627a21f3b767e9855511afefa5273c"
},
"backend/src/app.controller.spec.ts": {
"mtime": 1783764561.6448398,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "4a1c0e1133dbda6f6e8f3e60d984eddf",
"semantic_hash": "4a1c0e1133dbda6f6e8f3e60d984eddf"
},
"backend/src/app.controller.ts": {
"mtime": 1783764561.645849,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "3ab0e83b7d93b85ea489ab994ec79ea1",
"semantic_hash": "3ab0e83b7d93b85ea489ab994ec79ea1"
},
"backend/src/app.module.ts": {
"mtime": 1786944769.5061665,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "ccf5c67d95f230f8fdf3d1059104d2b8",
"semantic_hash": "ccf5c67d95f230f8fdf3d1059104d2b8"
},
"backend/src/app.service.ts": {
"mtime": 1783764561.6488404,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "cd3fb7836f10de08a725ee1fd4ab36fe",
"semantic_hash": "cd3fb7836f10de08a725ee1fd4ab36fe"
},
"backend/src/auth/auth.controller.spec.ts": {
"mtime": 1785327951.179468,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "7531d00aaa85a80f27e175071ce21c89",
"semantic_hash": "7531d00aaa85a80f27e175071ce21c89"
},
"backend/src/auth/auth.controller.ts": {
"mtime": 1786883225.788847,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "63e2bb8124366719cf6f69af6a7bedbb",
"semantic_hash": "63e2bb8124366719cf6f69af6a7bedbb"
},
"backend/src/auth/auth.module.ts": {
"mtime": 1786883225.7908473,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "33cfbdb720370d9eade3198bc770fb43",
"semantic_hash": "33cfbdb720370d9eade3198bc770fb43"
},
"backend/src/auth/auth.service.spec.ts": {
"mtime": 1786799852.2018433,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "a67a2c622e438a8bbc4014657abc0558",
"semantic_hash": "a67a2c622e438a8bbc4014657abc0558"
},
"backend/src/auth/auth.service.ts": {
"mtime": 1786895436.2085392,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "14994a5d46d159362562199532fb4dd2",
"semantic_hash": "14994a5d46d159362562199532fb4dd2"
},
"backend/src/auth/dto/admin-login.dto.ts": {
"mtime": 1786799852.2053578,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "87c2d45e824b94fc06e1a86f433d0435",
"semantic_hash": "87c2d45e824b94fc06e1a86f433d0435"
},
"backend/src/auth/dto/login.dto.ts": {
"mtime": 1783764561.659109,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "9941767ad430851531a9f049c2b65ed5",
"semantic_hash": "9941767ad430851531a9f049c2b65ed5"
},
"backend/src/auth/dto/register.dto.ts": {
"mtime": 1785327951.186477,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "6165fdad9219dee4390732a7f6504e4a",
"semantic_hash": "6165fdad9219dee4390732a7f6504e4a"
},
"backend/src/auth/dto/send-otp.dto.ts": {
"mtime": 1783764561.6611066,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "a99015984cd1320cbd36719809f69d3b",
"semantic_hash": "a99015984cd1320cbd36719809f69d3b"
},
"backend/src/auth/dto/verify-otp.dto.ts": {
"mtime": 1783764561.662112,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "8bc250f7ca73e6cbe4cfa01a99a3c032",
"semantic_hash": "8bc250f7ca73e6cbe4cfa01a99a3c032"
},
"backend/src/auth/jwt-auth.guard.ts": {
"mtime": 1786799852.2058628,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "f98f32eaf66499355a5e61632ac82aa5",
"semantic_hash": "f98f32eaf66499355a5e61632ac82aa5"
},
"backend/src/auth/jwt.strategy.ts": {
"mtime": 1786883225.7943432,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "f815b9f719678a154ebf50090b801c62",
"semantic_hash": "f815b9f719678a154ebf50090b801c62"
},
"backend/src/auth/roles.decorator.ts": {
"mtime": 1786799852.2083795,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "0d86f61ddaab0d2f4d5f9b331a5e2541",
"semantic_hash": "0d86f61ddaab0d2f4d5f9b331a5e2541"
},
"backend/src/auth/roles.guard.ts": {
"mtime": 1786799852.2090034,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "10b31496903f54383d35b90a55c3e84a",
"semantic_hash": "10b31496903f54383d35b90a55c3e84a"
},
"backend/src/b2b/b2b.controller.ts": {
"mtime": 1786799852.2120132,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "6f0d65aee6b69a67e8d3d14fb1bf7823",
"semantic_hash": "6f0d65aee6b69a67e8d3d14fb1bf7823"
},
"backend/src/b2b/b2b.module.ts": {
"mtime": 1786799852.2120132,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "b1777d0004a54e8f89328879a20aa171",
"semantic_hash": "b1777d0004a54e8f89328879a20aa171"
},
"backend/src/b2b/b2b.service.ts": {
"mtime": 1786799852.2140093,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "d025e172746789d44802755b8bb441bf",
"semantic_hash": "d025e172746789d44802755b8bb441bf"
},
"backend/src/banners/banners.controller.ts": {
"mtime": 1786799852.2150102,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "30e1fba8ef3e98e127cf400aac0f71e8",
"semantic_hash": "30e1fba8ef3e98e127cf400aac0f71e8"
},
"backend/src/banners/banners.module.ts": {
"mtime": 1786799852.2160103,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "3dca61f7cf64dfb5f827469c7f14c655",
"semantic_hash": "3dca61f7cf64dfb5f827469c7f14c655"
},
"backend/src/banners/banners.service.ts": {
"mtime": 1786799852.2160103,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "777061ff84dc642fee69803ce9ac2de9",
"semantic_hash": "777061ff84dc642fee69803ce9ac2de9"
},
"backend/src/blogs/blogs.controller.ts": {
"mtime": 1786799852.21801,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "bf17d5731c6a433e3f119a001462dca6",
"semantic_hash": "bf17d5731c6a433e3f119a001462dca6"
},
"backend/src/blogs/blogs.module.ts": {
"mtime": 1783764561.665678,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "3fc38d55e03319844c6c8cbb3017364b",
"semantic_hash": "3fc38d55e03319844c6c8cbb3017364b"
},
"backend/src/blogs/blogs.service.ts": {
"mtime": 1786799852.21901,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "f5b5232ac11a40796b37224fe7de8454",
"semantic_hash": "f5b5232ac11a40796b37224fe7de8454"
},
"backend/src/blogs/dto/create-blog.dto.ts": {
"mtime": 1783764561.671557,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "a1938b347011dd71bfd99801b7453305",
"semantic_hash": "a1938b347011dd71bfd99801b7453305"
},
"backend/src/blogs/dto/update-blog.dto.ts": {
"mtime": 1783764561.6737125,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "15612098d2a3cac84249518465104370",
"semantic_hash": "15612098d2a3cac84249518465104370"
},
"backend/src/blogs/entities/blog.entity.ts": {
"mtime": 1783764561.675101,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "7fadae161e6d38110bdc8ce71f9f1bdd",
"semantic_hash": "7fadae161e6d38110bdc8ce71f9f1bdd"
},
"backend/src/cms/cms.controller.ts": {
"mtime": 1785327951.196913,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "72482ba30a017f8ed1ef26b423eb83d1",
"semantic_hash": "72482ba30a017f8ed1ef26b423eb83d1"
},
"backend/src/cms/cms.module.ts": {
"mtime": 1785148022.206298,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "831ca7e3ee288322e05ddeeb1b02229d",
"semantic_hash": "831ca7e3ee288322e05ddeeb1b02229d"
},
"backend/src/cms/cms.service.ts": {
"mtime": 1785327951.1979403,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "f9da5085411e9fe60ab0c35fb852ef56",
"semantic_hash": "f9da5085411e9fe60ab0c35fb852ef56"
},
"backend/src/cms/dto/cms.dto.ts": {
"mtime": 1785327951.1999955,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "b91b502820b503e4ca63dd36028608d5",
"semantic_hash": "b91b502820b503e4ca63dd36028608d5"
},
"backend/src/common/decorators/roles.decorator.ts": {
"mtime": 1786799852.2205224,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "155f61ea03e3ef7d3d5e2fee554f8428",
"semantic_hash": "155f61ea03e3ef7d3d5e2fee554f8428"
},
"backend/src/common/dto/pagination.dto.ts": {
"mtime": 1785327951.201989,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "6e66fdace411feba9d947fe0f678c900",
"semantic_hash": "6e66fdace411feba9d947fe0f678c900"
},
"backend/src/common/filters/http-exception.filter.ts": {
"mtime": 1786883225.795858,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "81134c2bca373e51a05a75869f0fcb84",
"semantic_hash": "81134c2bca373e51a05a75869f0fcb84"
},
"backend/src/common/filters/prisma-exception.filter.ts": {
"mtime": 1785330913.1437092,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "ab7ab9b4007e538b6451777dbca63d23",
"semantic_hash": "ab7ab9b4007e538b6451777dbca63d23"
},
"backend/src/common/guards/roles.guard.spec.ts": {
"mtime": 1786799852.2255569,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "0ee2661808205a0bb03a45d4cbca4472",
"semantic_hash": "0ee2661808205a0bb03a45d4cbca4472"
},
"backend/src/common/guards/roles.guard.ts": {
"mtime": 1786799852.2265651,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "72eadcd106153ccaad697234d8c0d281",
"semantic_hash": "72eadcd106153ccaad697234d8c0d281"
},
"backend/src/common/interceptors/decimal.interceptor.spec.ts": {
"mtime": 1786799852.2275658,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "bbf53de234b9963923c3163a10cd8e17",
"semantic_hash": "bbf53de234b9963923c3163a10cd8e17"
},
"backend/src/common/interceptors/decimal.interceptor.ts": {
"mtime": 1786799852.2275658,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "71f8f0bfa748a8cbeb5f4627f972261d",
"semantic_hash": "71f8f0bfa748a8cbeb5f4627f972261d"
},
"backend/src/common/metrics.controller.ts": {
"mtime": 1786799852.229073,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "6380f2c18000ac46235e7adde60329dc",
"semantic_hash": "6380f2c18000ac46235e7adde60329dc"
},
"backend/src/common/schemas/error-response.schema.ts": {
"mtime": 1785330913.1447015,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "e2d4a690aa006a63ad617d2c21c7d11d",
"semantic_hash": "e2d4a690aa006a63ad617d2c21c7d11d"
},
"backend/src/common/schemas/paginated-response.schema.ts": {
"mtime": 1786799852.2300823,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "6ea7e2edc0ab662b3f244e0ffb8e5f19",
"semantic_hash": "6ea7e2edc0ab662b3f244e0ffb8e5f19"
},
"backend/src/common/services/sms.service.ts": {
"mtime": 1786892646.031271,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "474e0f454dc16060fa67e9ad4fc598f8",
"semantic_hash": "474e0f454dc16060fa67e9ad4fc598f8"
},
"backend/src/common/sms.module.ts": {
"mtime": 1785330750.996125,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "c2621fbe872597ca7fbc23fc7e261665",
"semantic_hash": "c2621fbe872597ca7fbc23fc7e261665"
},
"backend/src/contact/contact.controller.ts": {
"mtime": 1786799852.2345963,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "1fa2ff3dd39a3cd23860f5e2ec4f351f",
"semantic_hash": "1fa2ff3dd39a3cd23860f5e2ec4f351f"
},
"backend/src/contact/contact.module.ts": {
"mtime": 1786799852.236599,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "3522066b9bc0d12c79ee13138ec94a23",
"semantic_hash": "3522066b9bc0d12c79ee13138ec94a23"
},
"backend/src/contact/contact.service.ts": {
"mtime": 1786885876.79542,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "ceecffe2994700d1cf206f03bb8e2d97",
"semantic_hash": "ceecffe2994700d1cf206f03bb8e2d97"
},
"backend/src/home/dto/create-home.dto.ts": {
"mtime": 1783764561.6823654,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "b20293c0606e764e43e19412e8b94e58",
"semantic_hash": "b20293c0606e764e43e19412e8b94e58"
},
"backend/src/home/dto/update-home.dto.ts": {
"mtime": 1783764561.6823654,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "fdbec5105f68e9ef5edca26c91c2a01b",
"semantic_hash": "fdbec5105f68e9ef5edca26c91c2a01b"
},
"backend/src/home/entities/home.entity.ts": {
"mtime": 1783764561.6848848,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "f7e5b57b1dbb4fa28600ebdd5c86a73c",
"semantic_hash": "f7e5b57b1dbb4fa28600ebdd5c86a73c"
},
"backend/src/home/home.controller.ts": {
"mtime": 1785327951.2120874,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "3474997a729a3a47f1872f489c28e70e",
"semantic_hash": "3474997a729a3a47f1872f489c28e70e"
},
"backend/src/home/home.module.ts": {
"mtime": 1783764561.687108,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "b8671f0d293617cf95cc2e9aef8ab11a",
"semantic_hash": "b8671f0d293617cf95cc2e9aef8ab11a"
},
"backend/src/home/home.service.ts": {
"mtime": 1785327951.2140872,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "20073496a83b447238b4e8ab793573ec",
"semantic_hash": "20073496a83b447238b4e8ab793573ec"
},
"backend/src/ingredients/ingredients.controller.ts": {
"mtime": 1786799852.2375965,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "b591e9eeddc544d5224bbf8dc747f71e",
"semantic_hash": "b591e9eeddc544d5224bbf8dc747f71e"
},
"backend/src/ingredients/ingredients.module.ts": {
"mtime": 1786799852.2385964,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "928f762b562c624011ca6c7e72543d0d",
"semantic_hash": "928f762b562c624011ca6c7e72543d0d"
},
"backend/src/ingredients/ingredients.service.ts": {
"mtime": 1786799852.2401083,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "7d07a0fb1cdebe81d9ecef7604701bed",
"semantic_hash": "7d07a0fb1cdebe81d9ecef7604701bed"
},
"backend/src/main.ts": {
"mtime": 1786891855.3428435,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "1cf2a043c345e0a46193c71c73e69d62",
"semantic_hash": "1cf2a043c345e0a46193c71c73e69d62"
},
"backend/src/orders/dto/create-order.dto.ts": {
"mtime": 1785327951.218626,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "de9e39544ff4cfbbc8233318b2b71c67",
"semantic_hash": "de9e39544ff4cfbbc8233318b2b71c67"
},
"backend/src/orders/orders.controller.spec.ts": {
"mtime": 1785327951.2196276,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "03aae30c09648646afbd6f8862d2d12b",
"semantic_hash": "03aae30c09648646afbd6f8862d2d12b"
},
"backend/src/orders/orders.controller.ts": {
"mtime": 1786944769.5071752,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "a0973c1ef3b4870bd723e3a658e83489",
"semantic_hash": "a0973c1ef3b4870bd723e3a658e83489"
},
"backend/src/orders/orders.module.ts": {
"mtime": 1783764561.6975982,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "10e4c03ae468f0412d882306bdb20401",
"semantic_hash": "10e4c03ae468f0412d882306bdb20401"
},
"backend/src/orders/orders.service.spec.ts": {
"mtime": 1786799852.2461178,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "977cf4033204a7b27252a939aa57664f",
"semantic_hash": "977cf4033204a7b27252a939aa57664f"
},
"backend/src/orders/orders.service.ts": {
"mtime": 1786944769.5092275,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "c082d92da929ebb7c53855046d954c87",
"semantic_hash": "c082d92da929ebb7c53855046d954c87"
},
"backend/src/pets/dto/create-health-log.dto.ts": {
"mtime": 1785327951.2294433,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "da823d24eecce83c17760374fbc99131",
"semantic_hash": "da823d24eecce83c17760374fbc99131"
},
"backend/src/pets/dto/create-pet.dto.ts": {
"mtime": 1785327951.2309487,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "22e442118c4b4c44d887a9e72bf416e2",
"semantic_hash": "22e442118c4b4c44d887a9e72bf416e2"
},
"backend/src/pets/dto/create-reminder.dto.ts": {
"mtime": 1785327951.2319582,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "61e74b013460e406bd10197b3d3a95df",
"semantic_hash": "61e74b013460e406bd10197b3d3a95df"
},
"backend/src/pets/dto/update-pet.dto.ts": {
"mtime": 1783764561.7095575,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "a2086bbebe7ca2718d4933b9828b456d",
"semantic_hash": "a2086bbebe7ca2718d4933b9828b456d"
},
"backend/src/pets/pets.controller.spec.ts": {
"mtime": 1786799852.2481189,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "ea25cbbc55569e44ea0ceaf8c7af5111",
"semantic_hash": "ea25cbbc55569e44ea0ceaf8c7af5111"
},
"backend/src/pets/pets.controller.ts": {
"mtime": 1786894580.128858,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "bc2a0ef119db7950b6d5738d550ddeb8",
"semantic_hash": "bc2a0ef119db7950b6d5738d550ddeb8"
},
"backend/src/pets/pets.module.ts": {
"mtime": 1783764561.71447,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "1e30ca9c5823c33d4f3266d5b48fee01",
"semantic_hash": "1e30ca9c5823c33d4f3266d5b48fee01"
},
"backend/src/pets/pets.service.spec.ts": {
"mtime": 1785327951.238208,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "49e5e2df9d623a5510db8d9c3eefdbd5",
"semantic_hash": "49e5e2df9d623a5510db8d9c3eefdbd5"
},
"backend/src/pets/pets.service.ts": {
"mtime": 1786799852.2501173,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "f34775f4106e2ac19efff3a9b140db3f",
"semantic_hash": "f34775f4106e2ac19efff3a9b140db3f"
},
"backend/src/prescriptions/prescriptions.controller.ts": {
"mtime": 1786799852.2537484,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "3b657f5cac989600c165b8eac3a6a2af",
"semantic_hash": "3b657f5cac989600c165b8eac3a6a2af"
},
"backend/src/prescriptions/prescriptions.module.ts": {
"mtime": 1786954681.8158092,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "0f9ea31fa7fa71f4ec87e461ce7d444f",
"semantic_hash": "0f9ea31fa7fa71f4ec87e461ce7d444f"
},
"backend/src/prescriptions/prescriptions.service.ts": {
"mtime": 1786954681.8168607,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "2966b30cb023905f3f4c92200d9155ef",
"semantic_hash": "2966b30cb023905f3f4c92200d9155ef"
},
"backend/src/prisma/prisma.module.ts": {
"mtime": 1783764561.7181997,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "3505a1831c78f0a9475e4ce0f0092410",
"semantic_hash": "3505a1831c78f0a9475e4ce0f0092410"
},
"backend/src/prisma/prisma.service.ts": {
"mtime": 1786944769.510794,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "15a556aba815c7b479a6d4965c95ced2",
"semantic_hash": "15a556aba815c7b479a6d4965c95ced2"
},
"backend/src/products/dto/get-products.dto.ts": {
"mtime": 1786799852.2602715,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "bed3d5bd69f866349bfc408bfea60e78",
"semantic_hash": "bed3d5bd69f866349bfc408bfea60e78"
},
"backend/src/products/products.controller.spec.ts": {
"mtime": 1785327951.243281,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "6fde28604e799d5c5c0d2c6c2fcb4372",
"semantic_hash": "6fde28604e799d5c5c0d2c6c2fcb4372"
},
"backend/src/products/products.controller.ts": {
"mtime": 1786799852.2612817,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "db015311d34c7985c1c4ab818070b297",
"semantic_hash": "db015311d34c7985c1c4ab818070b297"
},
"backend/src/products/products.module.ts": {
"mtime": 1783764561.7236724,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "a70b434bb1a044adf542a78cd9461264",
"semantic_hash": "a70b434bb1a044adf542a78cd9461264"
},
"backend/src/products/products.service.spec.ts": {
"mtime": 1786799852.2632794,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "8a76d805cab28967eec85b1cd03d608c",
"semantic_hash": "8a76d805cab28967eec85b1cd03d608c"
},
"backend/src/products/products.service.ts": {
"mtime": 1786954681.8188698,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "1650e465bede84a518882dc41e498110",
"semantic_hash": "1650e465bede84a518882dc41e498110"
},
"backend/src/redis/redis.module.ts": {
"mtime": 1783764561.727662,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "0856864a521a862369a89de9b2d3c9f0",
"semantic_hash": "0856864a521a862369a89de9b2d3c9f0"
},
"backend/src/redis/redis.service.spec.ts": {
"mtime": 1783764561.7286723,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "f3a16f7f1721be9e6ddb7ddd2949ea6c",
"semantic_hash": "f3a16f7f1721be9e6ddb7ddd2949ea6c"
},
"backend/src/redis/redis.service.ts": {
"mtime": 1786895436.2118347,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "4f5e58ffc36bbaed17ee669e5a7394b7",
"semantic_hash": "4f5e58ffc36bbaed17ee669e5a7394b7"
},
"backend/src/seo/seo.controller.ts": {
"mtime": 1785327951.2472832,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "4c11a3beaa94a769acf206bf9ff279b0",
"semantic_hash": "4c11a3beaa94a769acf206bf9ff279b0"
},
"backend/src/seo/seo.module.ts": {
"mtime": 1785148022.268581,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "4160982445b855a6406e8713e95bf91b",
"semantic_hash": "4160982445b855a6406e8713e95bf91b"
},
"backend/src/seo/seo.service.ts": {
"mtime": 1785327951.2482803,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "37a024bc45689db9ba8b8f7f9cd540b0",
"semantic_hash": "37a024bc45689db9ba8b8f7f9cd540b0"
},
"backend/src/settings/settings.controller.spec.ts": {
"mtime": 1786799852.2672803,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "91d945ac11e32d343e37c8c265e6dbc4",
"semantic_hash": "91d945ac11e32d343e37c8c265e6dbc4"
},
"backend/src/settings/settings.controller.ts": {
"mtime": 1786948119.7670867,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "2c38d7c2bc4255ca5dc4322719889a44",
"semantic_hash": "2c38d7c2bc4255ca5dc4322719889a44"
},
"backend/src/settings/settings.module.ts": {
"mtime": 1783764561.7355156,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "b84a45f92537de41c7c3821847271004",
"semantic_hash": "b84a45f92537de41c7c3821847271004"
},
"backend/src/settings/settings.service.spec.ts": {
"mtime": 1783764561.7368565,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "06de60c1699a6f72858da21e9c6bf45a",
"semantic_hash": "06de60c1699a6f72858da21e9c6bf45a"
},
"backend/src/settings/settings.service.ts": {
"mtime": 1786954681.819869,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "505f435dc9924b400c07167e60c8a6cd",
"semantic_hash": "505f435dc9924b400c07167e60c8a6cd"
},
"backend/src/smart-advisor/smart-advisor.controller.ts": {
"mtime": 1786799852.2754414,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "eacb4fc2f3d82eb3833f4b04d851d4c3",
"semantic_hash": "eacb4fc2f3d82eb3833f4b04d851d4c3"
},
"backend/src/smart-advisor/smart-advisor.module.ts": {
"mtime": 1786799852.2764418,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "40d2882f5f8a0733c940c754631be24b",
"semantic_hash": "40d2882f5f8a0733c940c754631be24b"
},
"backend/src/smart-advisor/smart-advisor.service.ts": {
"mtime": 1786799852.2774403,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "1824f7151599e310cd2de7435e345afe",
"semantic_hash": "1824f7151599e310cd2de7435e345afe"
},
"backend/src/testimonials/testimonials.controller.ts": {
"mtime": 1786799852.2794418,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "07d866d58d6cbba997122eaa38dcb36c",
"semantic_hash": "07d866d58d6cbba997122eaa38dcb36c"
},
"backend/src/testimonials/testimonials.module.ts": {
"mtime": 1786799852.2794418,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "e2778d19b65d66f61d35f1a98333c873",
"semantic_hash": "e2778d19b65d66f61d35f1a98333c873"
},
"backend/src/testimonials/testimonials.service.ts": {
"mtime": 1786799852.2814713,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "c22a3a4af898925abe30968a54a906c7",
"semantic_hash": "c22a3a4af898925abe30968a54a906c7"
},
"backend/src/users/dto/address.dto.ts": {
"mtime": 1783764561.7398715,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "d42a8da106b862f8934b4268e5974025",
"semantic_hash": "d42a8da106b862f8934b4268e5974025"
},
"backend/src/users/dto/update-profile.dto.ts": {
"mtime": 1786885876.8054721,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "7c5b2601ea43f7045a5691ed1fde7840",
"semantic_hash": "7c5b2601ea43f7045a5691ed1fde7840"
},
"backend/src/users/users.controller.spec.ts": {
"mtime": 1785327951.2537966,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "8879233da361926bf496aa33fc24a0a4",
"semantic_hash": "8879233da361926bf496aa33fc24a0a4"
},
"backend/src/users/users.controller.ts": {
"mtime": 1786799852.2824814,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "0c14b005ce0dddc5c6be9fb33672c659",
"semantic_hash": "0c14b005ce0dddc5c6be9fb33672c659"
},
"backend/src/users/users.module.ts": {
"mtime": 1783764561.7481544,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "6a22d47a72af32e6726ff5025c1d6f0b",
"semantic_hash": "6a22d47a72af32e6726ff5025c1d6f0b"
},
"backend/src/users/users.service.spec.ts": {
"mtime": 1786799852.2834806,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "f94ef87eb1f8de11ecd622f47181dbb7",
"semantic_hash": "f94ef87eb1f8de11ecd622f47181dbb7"
},
"backend/src/users/users.service.ts": {
"mtime": 1786885876.8074715,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "a645960ec4a9153062b00515eba11614",
"semantic_hash": "a645960ec4a9153062b00515eba11614"
},
"backend/src/videos/dto/create-video.dto.ts": {
"mtime": 1785327951.2638545,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "93c3df7389d26042b25983d869ea30e9",
"semantic_hash": "93c3df7389d26042b25983d869ea30e9"
},
"backend/src/videos/dto/get-videos-query.dto.ts": {
"mtime": 1786799852.2876434,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "22029a395d4906dec82a0472af9827a2",
"semantic_hash": "22029a395d4906dec82a0472af9827a2"
},
"backend/src/videos/videos.controller.ts": {
"mtime": 1786799852.2911532,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "64de50207aa54dc4d9866fb41a3cf11e",
"semantic_hash": "64de50207aa54dc4d9866fb41a3cf11e"
},
"backend/src/videos/videos.module.ts": {
"mtime": 1785148022.3065836,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "79c989585f2c5da29199d914ca54abdf",
"semantic_hash": "79c989585f2c5da29199d914ca54abdf"
},
"backend/src/videos/videos.service.ts": {
"mtime": 1786799852.292168,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "86691b11bb46d333ceb620030936b6dc",
"semantic_hash": "86691b11bb46d333ceb620030936b6dc"
},
"backend/src/wholesale/dto/wholesale-apply.dto.ts": {
"mtime": 1785148022.3176222,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "dda43ea50daed66d9ddf56ff14c2ac31",
"semantic_hash": "dda43ea50daed66d9ddf56ff14c2ac31"
},
"backend/src/wholesale/wholesale.controller.ts": {
"mtime": 1786799852.294177,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "85347767e9b0508aa27c8fc2ada57403",
"semantic_hash": "85347767e9b0508aa27c8fc2ada57403"
},
"backend/src/wholesale/wholesale.module.ts": {
"mtime": 1785148022.3287463,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "431fcacfcaaf5ee3872869c796581db3",
"semantic_hash": "431fcacfcaaf5ee3872869c796581db3"
},
"backend/src/wholesale/wholesale.service.ts": {
"mtime": 1785330913.1492333,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "f17e69107c7ddb8baedfb9fa1177c8a0",
"semantic_hash": "f17e69107c7ddb8baedfb9fa1177c8a0"
},
"backend/src/wiki/dto/create-wiki.dto.ts": {
"mtime": 1783764561.7529333,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "bff0bff5978c808b3f6c7c0471ecc09f",
"semantic_hash": "bff0bff5978c808b3f6c7c0471ecc09f"
},
"backend/src/wiki/dto/update-wiki.dto.ts": {
"mtime": 1783764561.753945,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "aafeafc832089a9d47f2b09c15f5166c",
"semantic_hash": "aafeafc832089a9d47f2b09c15f5166c"
},
"backend/src/wiki/entities/wiki.entity.ts": {
"mtime": 1783764561.7550395,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "0babba8c13baba4a2ad2fd70395060f2",
"semantic_hash": "0babba8c13baba4a2ad2fd70395060f2"
},
"backend/src/wiki/wiki.controller.ts": {
"mtime": 1785327951.2728505,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "ca3a7279ecce06e6747e4b5d1b83f042",
"semantic_hash": "ca3a7279ecce06e6747e4b5d1b83f042"
},
"backend/src/wiki/wiki.module.ts": {
"mtime": 1783764561.756925,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "22c999c57982f13d0526d25d7990b745",
"semantic_hash": "22c999c57982f13d0526d25d7990b745"
},
"backend/src/wiki/wiki.service.ts": {
"mtime": 1786799852.295173,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "4f9a02a302512579c6eaed6e06da679e",
"semantic_hash": "4f9a02a302512579c6eaed6e06da679e"
},
"backend/test/app-audit-verification.e2e-spec.ts": {
"mtime": 1786799852.2961748,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "5df6593dd9fd1f88f2b1e13f44b7b350",
"semantic_hash": "5df6593dd9fd1f88f2b1e13f44b7b350"
},
"backend/test/app.e2e-spec.ts": {
"mtime": 1786799852.297175,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "8373bf2ee758abe47f5681e898cde506",
"semantic_hash": "8373bf2ee758abe47f5681e898cde506"
},
"backend/tsconfig.build.json": {
"mtime": 1783764561.763447,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "d3d6c627ed113034e4138ae830ca9221",
"semantic_hash": "d3d6c627ed113034e4138ae830ca9221"
},
"backend/tsconfig.json": {
"mtime": 1786878091.972378,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "b7b9a22bf35749e2fc21da4e7c10246d",
"semantic_hash": "b7b9a22bf35749e2fc21da4e7c10246d"
},
"docs/audit/build_manifest.js": {
"mtime": 1786799852.3383932,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "5865147d3b17e6ddad0be4f4b9dc00d0",
"semantic_hash": "5865147d3b17e6ddad0be4f4b9dc00d0"
},
"docs/audit/generate_classification.js": {
"mtime": 1786799852.3393898,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "01cdce5da0cdc41b49a7e9560a0b8ae9",
"semantic_hash": "01cdce5da0cdc41b49a7e9560a0b8ae9"
},
"docs/audit/generate_evidence.js": {
"mtime": 1786799852.3403902,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "f31d1dafad3e771e9602776460c04761",
"semantic_hash": "f31d1dafad3e771e9602776460c04761"
},
"docs/audit/generate_ledger.js": {
"mtime": 1786799852.3418972,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "c502805af184c8efe08a66030ff0203b",
"semantic_hash": "c502805af184c8efe08a66030ff0203b"
},
"docs/audit/generate_manifest.js": {
"mtime": 1786799852.3418972,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "d9ead302d1023a72718e60261725e429",
"semantic_hash": "d9ead302d1023a72718e60261725e429"
},
"docs/audit/rebuild_honest_ledger.js": {
"mtime": 1786799852.348953,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "5a505fbc55dbabd0557377ce8de0643a",
"semantic_hash": "5a505fbc55dbabd0557377ce8de0643a"
},
"docs/audit/sync_honest_manifest.js": {
"mtime": 1786799852.3499532,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "3f2ec3b689e720b6e50fe4666a9b8bb0",
"semantic_hash": "3f2ec3b689e720b6e50fe4666a9b8bb0"
},
"docs/audit/sync_manifest.js": {
"mtime": 1786799852.3509533,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "7315ba82c162ad4c2a0cec307966c580",
"semantic_hash": "7315ba82c162ad4c2a0cec307966c580"
},
"docs/audit/validate_evidence_grade.js": {
"mtime": 1786799852.351954,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "5f68ed3e8236ececf82e5da4ac47d93b",
"semantic_hash": "5f68ed3e8236ececf82e5da4ac47d93b"
},
"docs/audit/validate_integrity.js": {
"mtime": 1786799852.3529525,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "7bd05a71bd8c0c23db65db5201d3c030",
"semantic_hash": "7bd05a71bd8c0c23db65db5201d3c030"
},
"frontend/admin-panel/eslint.config.js": {
"mtime": 1785651092.991237,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "0355276bc79439afe3c53e3a2470ca1e",
"semantic_hash": "0355276bc79439afe3c53e3a2470ca1e"
},
"frontend/admin-panel/package.json": {
"mtime": 1785570791.953119,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "f9e35fdccbe93fd60b511f72bf414766",
"semantic_hash": "f9e35fdccbe93fd60b511f72bf414766"
},
"frontend/admin-panel/postcss.config.js": {
"mtime": 1783764561.7962818,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "c1ee9ce6a4fe04105dbf8e619390df5e",
"semantic_hash": "c1ee9ce6a4fe04105dbf8e619390df5e"
},
"frontend/admin-panel/src/App.tsx": {
"mtime": 1786799852.3654811,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "140226fcd94080d00f56e2f8b65f95e5",
"semantic_hash": "140226fcd94080d00f56e2f8b65f95e5"
},
"frontend/admin-panel/src/components/Layout.tsx": {
"mtime": 1784621786.9585948,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "e2192f9b6c86f07ff6c6ec9bf9d1cb71",
"semantic_hash": "e2192f9b6c86f07ff6c6ec9bf9d1cb71"
},
"frontend/admin-panel/src/components/ProtectedRoute.tsx": {
"mtime": 1786799852.369164,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "bcb0329847fb25e9fe1e990a30609210",
"semantic_hash": "bcb0329847fb25e9fe1e990a30609210"
},
"frontend/admin-panel/src/components/Sidebar.tsx": {
"mtime": 1786946249.9649296,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "1848aec718422ef53d221f609cce809d",
"semantic_hash": "1848aec718422ef53d221f609cce809d"
},
"frontend/admin-panel/src/components/Topbar.tsx": {
"mtime": 1786954681.821386,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "27574509b4c280e0d24f9987f57a7a95",
"semantic_hash": "27574509b4c280e0d24f9987f57a7a95"
},
"frontend/admin-panel/src/components/ui/ConfirmModal.tsx": {
"mtime": 1783856792.9765356,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "7cca14d688e9951287951d99ed323c5e",
"semantic_hash": "7cca14d688e9951287951d99ed323c5e"
},
"frontend/admin-panel/src/components/ui/MediaSelector.tsx": {
"mtime": 1786954681.8265362,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "edd9cf32d40f15632f17d166c914dcb8",
"semantic_hash": "edd9cf32d40f15632f17d166c914dcb8"
},
"frontend/admin-panel/src/components/ui/Pagination.tsx": {
"mtime": 1786799852.387442,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "8ab314264c858bcd6cb53fc4c9985cf0",
"semantic_hash": "8ab314264c858bcd6cb53fc4c9985cf0"
},
"frontend/admin-panel/src/components/ui/Skeleton.tsx": {
"mtime": 1783856792.9775357,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "dd6a1fca8a8db341521aa315829143e0",
"semantic_hash": "dd6a1fca8a8db341521aa315829143e0"
},
"frontend/admin-panel/src/components/ui/Spinner.tsx": {
"mtime": 1783856792.9790492,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "32a95c9dc25ac088596fdccd17d7284a",
"semantic_hash": "32a95c9dc25ac088596fdccd17d7284a"
},
"frontend/admin-panel/src/main.tsx": {
"mtime": 1783764561.8293335,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "c5ee78875221dca9ed6b4e4b41e63cea",
"semantic_hash": "c5ee78875221dca9ed6b4e4b41e63cea"
},
"frontend/admin-panel/src/pages/B2BManager.tsx": {
"mtime": 1786799852.3914404,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "6cbd7610d61fa9fc98b797fe2962d3ee",
"semantic_hash": "6cbd7610d61fa9fc98b797fe2962d3ee"
},
"frontend/admin-panel/src/pages/BannersManager.tsx": {
"mtime": 1786946249.9659286,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "7db510633d62b7278bc32e6ba83060b2",
"semantic_hash": "7db510633d62b7278bc32e6ba83060b2"
},
"frontend/admin-panel/src/pages/Blogs.tsx": {
"mtime": 1786799852.3959572,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "7e351212d40fc0308c460d6b1bc2a87c",
"semantic_hash": "7e351212d40fc0308c460d6b1bc2a87c"
},
"frontend/admin-panel/src/pages/CMS.tsx": {
"mtime": 1786799852.4009578,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "85f86915c2f77799a2e628c3a5119b3d",
"semantic_hash": "85f86915c2f77799a2e628c3a5119b3d"
},
"frontend/admin-panel/src/pages/Categories.tsx": {
"mtime": 1786799852.4049785,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "6da24d6cce9446f65eca3c8111314b38",
"semantic_hash": "6da24d6cce9446f65eca3c8111314b38"
},
"frontend/admin-panel/src/pages/ContactSubmissions.tsx": {
"mtime": 1786799852.405538,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "203da6d16abc779117c2f0492f7c0922",
"semantic_hash": "203da6d16abc779117c2f0492f7c0922"
},
"frontend/admin-panel/src/pages/Coupons.tsx": {
"mtime": 1786948119.7731652,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "1dc81681690acb8fcd96799b6645c872",
"semantic_hash": "1dc81681690acb8fcd96799b6645c872"
},
"frontend/admin-panel/src/pages/Dashboard.tsx": {
"mtime": 1786885876.82951,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "025cbf432db0594426593332e01d5924",
"semantic_hash": "025cbf432db0594426593332e01d5924"
},
"frontend/admin-panel/src/pages/FinancialSettingsPage.tsx": {
"mtime": 1786948119.7741632,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "b3c1e28ee251c668b7c99d0c654537af",
"semantic_hash": "b3c1e28ee251c668b7c99d0c654537af"
},
"frontend/admin-panel/src/pages/IngredientsManager.tsx": {
"mtime": 1786885876.8335173,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "fb60a926230ea5605ad5620394cf0ab3",
"semantic_hash": "fb60a926230ea5605ad5620394cf0ab3"
},
"frontend/admin-panel/src/pages/Login.tsx": {
"mtime": 1786885876.8370354,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "653588b1027c03ec37f10d6650759b10",
"semantic_hash": "653588b1027c03ec37f10d6650759b10"
},
"frontend/admin-panel/src/pages/Media.tsx": {
"mtime": 1786954681.8320525,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "d953982147aba7611b803a3fc7c8d4b8",
"semantic_hash": "d953982147aba7611b803a3fc7c8d4b8"
},
"frontend/admin-panel/src/pages/Orders.tsx": {
"mtime": 1786944769.5223107,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "380cb9ec8398c0185caa0eb6f326c7f6",
"semantic_hash": "380cb9ec8398c0185caa0eb6f326c7f6"
},
"frontend/admin-panel/src/pages/Pets.tsx": {
"mtime": 1786954681.8330536,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "9cfc80ceaf68ca5e2d60bdd144342b63",
"semantic_hash": "9cfc80ceaf68ca5e2d60bdd144342b63"
},
"frontend/admin-panel/src/pages/PrescriptionsManager.tsx": {
"mtime": 1786954681.8340557,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "775512112d9c82e4e78dd7ce82372780",
"semantic_hash": "775512112d9c82e4e78dd7ce82372780"
},
"frontend/admin-panel/src/pages/Products.tsx": {
"mtime": 1786948119.7772563,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "8c9b70c3533db70f577091fcc198b796",
"semantic_hash": "8c9b70c3533db70f577091fcc198b796"
},
"frontend/admin-panel/src/pages/Reports.tsx": {
"mtime": 1786894580.141384,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "f2c8fafd9dea6452f4f3e2f9cfb2e4b8",
"semantic_hash": "f2c8fafd9dea6452f4f3e2f9cfb2e4b8"
},
"frontend/admin-panel/src/pages/SeoSettingsPage.tsx": {
"mtime": 1786885876.8521178,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "ab6912a5b919c8a3555107358f238187",
"semantic_hash": "ab6912a5b919c8a3555107358f238187"
},
"frontend/admin-panel/src/pages/Settings.tsx": {
"mtime": 1786948119.7801008,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "99e3299a1230471047c2a9746f4fd067",
"semantic_hash": "99e3299a1230471047c2a9746f4fd067"
},
"frontend/admin-panel/src/pages/SmartAdvisorManager.tsx": {
"mtime": 1786799852.4430275,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "f83cad6af9f529abd276d6a2e9e0d83e",
"semantic_hash": "f83cad6af9f529abd276d6a2e9e0d83e"
},
"frontend/admin-panel/src/pages/SystemSettingsPage.tsx": {
"mtime": 1786799852.4440303,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "c5cbadd42e577dd115ac2e11e9b42ae4",
"semantic_hash": "c5cbadd42e577dd115ac2e11e9b42ae4"
},
"frontend/admin-panel/src/pages/TestimonialsManager.tsx": {
"mtime": 1786799852.445028,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "59b99aa7142d9bf249397834a7b5f5e6",
"semantic_hash": "59b99aa7142d9bf249397834a7b5f5e6"
},
"frontend/admin-panel/src/pages/UITexts.tsx": {
"mtime": 1786954681.8350532,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "b2938cad9102be2ef9950d108f0ee8ed",
"semantic_hash": "b2938cad9102be2ef9950d108f0ee8ed"
},
"frontend/admin-panel/src/pages/Users.tsx": {
"mtime": 1786883225.8135712,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "93d3011585da89abe94e6fabc05f4c2c",
"semantic_hash": "93d3011585da89abe94e6fabc05f4c2c"
},
"frontend/admin-panel/src/pages/Videos.tsx": {
"mtime": 1786885876.8658009,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "bc52b684ca9f80de8e9fa6457ce4c9fc",
"semantic_hash": "bc52b684ca9f80de8e9fa6457ce4c9fc"
},
"frontend/admin-panel/src/pages/WholesaleApplications.tsx": {
"mtime": 1786799852.4578054,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "45657e006d0c25fffc52b91d10f64271",
"semantic_hash": "45657e006d0c25fffc52b91d10f64271"
},
"frontend/admin-panel/src/pages/Wiki.tsx": {
"mtime": 1786885876.8683088,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "2ac3805e4ff0e5399a52c663cf390dd3",
"semantic_hash": "2ac3805e4ff0e5399a52c663cf390dd3"
},
"frontend/admin-panel/src/routes/adminRoutes.tsx": {
"mtime": 1786944769.5268228,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "9542759791901eaa4e2cd093adb9dc84",
"semantic_hash": "9542759791901eaa4e2cd093adb9dc84"
},
"frontend/admin-panel/src/services/api.ts": {
"mtime": 1786896758.433963,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "2bec645a6dc0218587030146034dbea0",
"semantic_hash": "2bec645a6dc0218587030146034dbea0"
},
"frontend/admin-panel/src/store/adminAuthStore.ts": {
"mtime": 1786799852.469037,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "a2ca7b287d2c7efe08802b6187d95d67",
"semantic_hash": "a2ca7b287d2c7efe08802b6187d95d67"
},
"frontend/admin-panel/src/types/admin.ts": {
"mtime": 1786894580.1548424,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "c98387fc9f2de314eb3a76e1dff27a61",
"semantic_hash": "c98387fc9f2de314eb3a76e1dff27a61"
},
"frontend/admin-panel/tailwind.config.js": {
"mtime": 1783764561.8617213,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "3346df3fd0a1ea3f84440703bf8fd2cb",
"semantic_hash": "3346df3fd0a1ea3f84440703bf8fd2cb"
},
"frontend/admin-panel/tsconfig.app.json": {
"mtime": 1783764561.86286,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "136630b5accce1ca50663df229534a26",
"semantic_hash": "136630b5accce1ca50663df229534a26"
},
"frontend/admin-panel/tsconfig.json": {
"mtime": 1783764561.8633935,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "a3d39fa780ebff65444de257f291ce6c",
"semantic_hash": "a3d39fa780ebff65444de257f291ce6c"
},
"frontend/admin-panel/tsconfig.node.json": {
"mtime": 1783764561.863923,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "70bdd0a673bcfc0e828080b306e7c680",
"semantic_hash": "70bdd0a673bcfc0e828080b306e7c680"
},
"frontend/admin-panel/vite.config.ts": {
"mtime": 1783764561.864455,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "88439104b3c207f17d33ef3160e3b080",
"semantic_hash": "88439104b3c207f17d33ef3160e3b080"
},
"frontend/application/app/ClientLayout.tsx": {
"mtime": 1786891855.3535714,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "e30fb0071790bf359f9134186a8dae9a",
"semantic_hash": "e30fb0071790bf359f9134186a8dae9a"
},
"frontend/application/app/HomeClient.tsx": {
"mtime": 1786946249.96993,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "cc745c6f32f12ab52de779bf182947e8",
"semantic_hash": "cc745c6f32f12ab52de779bf182947e8"
},
"frontend/application/app/about/page.tsx": {
"mtime": 1786885876.874318,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "122071948b63532df9ea60427655428d",
"semantic_hash": "122071948b63532df9ea60427655428d"
},
"frontend/application/app/blog/[slug]/page.tsx": {
"mtime": 1786885876.8773174,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "a67f578515e0068f4da309c8dfa1588b",
"semantic_hash": "a67f578515e0068f4da309c8dfa1588b"
},
"frontend/application/app/blog/page.tsx": {
"mtime": 1786885876.8788235,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "dfd96653af621f04c44963abc6ccaaff",
"semantic_hash": "dfd96653af621f04c44963abc6ccaaff"
},
"frontend/application/app/catalog/CatalogClient.tsx": {
"mtime": 1786872121.5664852,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "32fa6454837b8cc0eabeec1f43f7208e",
"semantic_hash": "32fa6454837b8cc0eabeec1f43f7208e"
},
"frontend/application/app/catalog/page.tsx": {
"mtime": 1786885876.8808322,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "43adccd5dc05e31efe6b31340c211979",
"semantic_hash": "43adccd5dc05e31efe6b31340c211979"
},
"frontend/application/app/checkout/page.tsx": {
"mtime": 1783764561.876443,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "eefc348443a33f175f7de3c1687a3fff",
"semantic_hash": "eefc348443a33f175f7de3c1687a3fff"
},
"frontend/application/app/checkout/success/[id]/page.tsx": {
"mtime": 1783764561.8786683,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "0e0899f968c15078ee01116c3e34d4a4",
"semantic_hash": "0e0899f968c15078ee01116c3e34d4a4"
},
"frontend/application/app/contact/page.tsx": {
"mtime": 1786885876.884353,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "9f28014771c4e88ad8d744d5f2dc2ecd",
"semantic_hash": "9f28014771c4e88ad8d744d5f2dc2ecd"
},
"frontend/application/app/dashboard/page.tsx": {
"mtime": 1783764561.880281,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "79abe02613f5ab312577b53db38168eb",
"semantic_hash": "79abe02613f5ab312577b53db38168eb"
},
"frontend/application/app/error.tsx": {
"mtime": 1785148022.478709,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "aea86a6d5b21cbff7bb38f382d1dd82d",
"semantic_hash": "aea86a6d5b21cbff7bb38f382d1dd82d"
},
"frontend/application/app/layout.tsx": {
"mtime": 1786885876.8863523,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "bd0bca329b49f257f1d76284df031fd6",
"semantic_hash": "bd0bca329b49f257f1d76284df031fd6"
},
"frontend/application/app/loading.tsx": {
"mtime": 1785148022.48765,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "daf62321fecabcbf8379d39f84a07c03",
"semantic_hash": "daf62321fecabcbf8379d39f84a07c03"
},
"frontend/application/app/not-found.tsx": {
"mtime": 1783764561.8914113,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "6cada341f40f65b06a39f2a3020d7b96",
"semantic_hash": "6cada341f40f65b06a39f2a3020d7b96"
},
"frontend/application/app/page.tsx": {
"mtime": 1786885876.8888724,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "038c86777d82f23c2552ba7ad962ae25",
"semantic_hash": "038c86777d82f23c2552ba7ad962ae25"
},
"frontend/application/app/privacy/page.tsx": {
"mtime": 1786885876.8928847,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "d5b7e4467c3a9984342bdb88159f1107",
"semantic_hash": "d5b7e4467c3a9984342bdb88159f1107"
},
"frontend/application/app/profile/page.tsx": {
"mtime": 1783764561.8952584,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "69a0aa446fc6e33ede049be8315b7fa8",
"semantic_hash": "69a0aa446fc6e33ede049be8315b7fa8"
},
"frontend/application/app/robots.ts": {
"mtime": 1783764561.8964865,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "f8b1a6952dcb85c5b806412bb696258f",
"semantic_hash": "f8b1a6952dcb85c5b806412bb696258f"
},
"frontend/application/app/search/page.tsx": {
"mtime": 1786885876.894884,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "aa23505558bafcaec8810783b8fdd175",
"semantic_hash": "aa23505558bafcaec8810783b8fdd175"
},
"frontend/application/app/shop/[slug]/page.tsx": {
"mtime": 1786885876.8968854,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "7c3580938c111fa7e66662b51e691d0c",
"semantic_hash": "7c3580938c111fa7e66662b51e691d0c"
},
"frontend/application/app/shop/page.tsx": {
"mtime": 1786885876.899396,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "98fde3145738f867778c68ef4358f7d0",
"semantic_hash": "98fde3145738f867778c68ef4358f7d0"
},
"frontend/application/app/sitemap.ts": {
"mtime": 1786799852.5657444,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "5c984a6dcdfd01aba2533b384b220911",
"semantic_hash": "5c984a6dcdfd01aba2533b384b220911"
},
"frontend/application/app/track/page.tsx": {
"mtime": 1783764561.9019034,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "b2f026b1789c0220ad7ee1ed7f128a52",
"semantic_hash": "b2f026b1789c0220ad7ee1ed7f128a52"
},
"frontend/application/app/trust-seals/page.tsx": {
"mtime": 1786885876.9034047,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "9a6eca4eaf2a94c9e737950a6981091a",
"semantic_hash": "9a6eca4eaf2a94c9e737950a6981091a"
},
"frontend/application/app/videos/page.tsx": {
"mtime": 1783764561.9029868,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "cb64705fc742c38d569402b4612ae099",
"semantic_hash": "cb64705fc742c38d569402b4612ae099"
},
"frontend/application/app/wiki/[slug]/page.tsx": {
"mtime": 1784033954.808355,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "e59da3b5246bf697c0e43ba908328a9d",
"semantic_hash": "e59da3b5246bf697c0e43ba908328a9d"
},
"frontend/application/app/wiki/page.tsx": {
"mtime": 1786885876.905476,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "fd34ad067a47fe841504bdc2e12b0359",
"semantic_hash": "fd34ad067a47fe841504bdc2e12b0359"
},
"frontend/application/components/AddressModal.tsx": {
"mtime": 1786799852.5711784,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "34e9382058aac3b8ee1d4b3a4dea8be9",
"semantic_hash": "34e9382058aac3b8ee1d4b3a4dea8be9"
},
"frontend/application/components/ArchivePage.tsx": {
"mtime": 1786946249.9709287,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "01b9917d6d51ee1798806e09a4366bbf",
"semantic_hash": "01b9917d6d51ee1798806e09a4366bbf"
},
"frontend/application/components/AuthModal.tsx": {
"mtime": 1786891855.357692,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "4eb81d742b697c063f6c82d4a3c20a76",
"semantic_hash": "4eb81d742b697c063f6c82d4a3c20a76"
},
"frontend/application/components/B2BPortal.tsx": {
"mtime": 1786894580.1568575,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "cd073e8a2de7b93496df2310de77f41a",
"semantic_hash": "cd073e8a2de7b93496df2310de77f41a"
},
"frontend/application/components/BackButton.tsx": {
"mtime": 1786799852.5973413,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "15f686edeb2a6f99a172ec58e0bfa5c4",
"semantic_hash": "15f686edeb2a6f99a172ec58e0bfa5c4"
},
"frontend/application/components/BlogPage.tsx": {
"mtime": 1786885876.9152284,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "74801754f27b1a9f837d4c23fe85de3b",
"semantic_hash": "74801754f27b1a9f837d4c23fe85de3b"
},
"frontend/application/components/CartDrawer.tsx": {
"mtime": 1786799852.5993903,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "f9e7671394cf4888bd196a80ef08b3e4",
"semantic_hash": "f9e7671394cf4888bd196a80ef08b3e4"
},
"frontend/application/components/CheckoutPage.tsx": {
"mtime": 1786954681.8370538,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "b1b7bed3daaa59b78c82e6b7aefddf89",
"semantic_hash": "b1b7bed3daaa59b78c82e6b7aefddf89"
},
"frontend/application/components/ContactFormClient.tsx": {
"mtime": 1786885876.9182186,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "18b49560c69dc9c18fdc77ad817fbe24",
"semantic_hash": "18b49560c69dc9c18fdc77ad817fbe24"
},
"frontend/application/components/DeleteConfirmModal.tsx": {
"mtime": 1786799852.6087523,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "831b2bddd3e6d156abdac216577e3c4c",
"semantic_hash": "831b2bddd3e6d156abdac216577e3c4c"
},
"frontend/application/components/EnamadBadge.tsx": {
"mtime": 1786799852.612362,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "37c7d2eaa27905307e5b2b147849519c",
"semantic_hash": "37c7d2eaa27905307e5b2b147849519c"
},
"frontend/application/components/ErrorBoundary.tsx": {
"mtime": 1786799852.6145496,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "21b1cf87a9176b9f7902e5fc4f8b6482",
"semantic_hash": "21b1cf87a9176b9f7902e5fc4f8b6482"
},
"frontend/application/components/ErrorPages.tsx": {
"mtime": 1786885876.9207263,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "d367c117edee2e91bfaa263a9514b93c",
"semantic_hash": "d367c117edee2e91bfaa263a9514b93c"
},
"frontend/application/components/FeaturedProducts.tsx": {
"mtime": 1786799852.624407,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "c292634313532d9ca35e6b5e56a95824",
"semantic_hash": "c292634313532d9ca35e6b5e56a95824"
},
"frontend/application/components/Footer.tsx": {
"mtime": 1786946249.97695,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "4a7bd817746a1a6d44b8d1364226ff84",
"semantic_hash": "4a7bd817746a1a6d44b8d1364226ff84"
},
"frontend/application/components/Header.tsx": {
"mtime": 1786946249.97903,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "5f12b82ad76341868527a7cff364fc20",
"semantic_hash": "5f12b82ad76341868527a7cff364fc20"
},
"frontend/application/components/HeaderButton.tsx": {
"mtime": 1786799852.637156,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "5e4679ee49ad04e753de83a405255e44",
"semantic_hash": "5e4679ee49ad04e753de83a405255e44"
},
"frontend/application/components/Hero.tsx": {
"mtime": 1786954681.838055,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "4faac85852365c782b0b9d041e104511",
"semantic_hash": "4faac85852365c782b0b9d041e104511"
},
"frontend/application/components/IngredientWiki.tsx": {
"mtime": 1786958978.7394128,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "f7cf6f52fec673e01d2678fef6014469",
"semantic_hash": "f7cf6f52fec673e01d2678fef6014469"
},
"frontend/application/components/LoginModal.tsx": {
"mtime": 1786885876.9322674,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "8e7bdd175df5e72f59814fac75ff6254",
"semantic_hash": "8e7bdd175df5e72f59814fac75ff6254"
},
"frontend/application/components/MaintenancePage.tsx": {
"mtime": 1786946249.984693,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "ddff8dfe25db6a3b4667f52a92ffbd12",
"semantic_hash": "ddff8dfe25db6a3b4667f52a92ffbd12"
},
"frontend/application/components/NetworkBanner.tsx": {
"mtime": 1786799852.662139,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "17a159f769af90f446309ca321c86805",
"semantic_hash": "17a159f769af90f446309ca321c86805"
},
"frontend/application/components/OrderDetailsModal.tsx": {
"mtime": 1786944769.5333402,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "f2074ff3e0fd33cac5442ac503af4803",
"semantic_hash": "f2074ff3e0fd33cac5442ac503af4803"
},
"frontend/application/components/OrderSuccess.tsx": {
"mtime": 1786799852.6655424,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "1af189b677cfa054b76f3a1b518113f8",
"semantic_hash": "1af189b677cfa054b76f3a1b518113f8"
},
"frontend/application/components/OrderTracking.tsx": {
"mtime": 1786885876.938266,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "49d25965ea5f171ee58dbd39157cd699",
"semantic_hash": "49d25965ea5f171ee58dbd39157cd699"
},
"frontend/application/components/PetProfile.tsx": {
"mtime": 1786954681.8402863,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "194f4d4446606dcefacc6df5929cef59",
"semantic_hash": "194f4d4446606dcefacc6df5929cef59"
},
"frontend/application/components/PrescriptionUploadModal.tsx": {
"mtime": 1786954681.8422985,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "3db8c9788e47d8959fd76095029691c0",
"semantic_hash": "3db8c9788e47d8959fd76095029691c0"
},
"frontend/application/components/ProductPage.tsx": {
"mtime": 1786946249.9888144,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "7e331db4309a7e3c3f05bf478d448f61",
"semantic_hash": "7e331db4309a7e3c3f05bf478d448f61"
},
"frontend/application/components/SafeImage.tsx": {
"mtime": 1786885876.9495697,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "df18fce6cb2923a6ed12e6bcd2e9ea7a",
"semantic_hash": "df18fce6cb2923a6ed12e6bcd2e9ea7a"
},
"frontend/application/components/SearchResultsPage.tsx": {
"mtime": 1786799852.7015781,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "a5418e889a76fa054734277bd9a77a3d",
"semantic_hash": "a5418e889a76fa054734277bd9a77a3d"
},
"frontend/application/components/SearchableSelect.tsx": {
"mtime": 1785575516.1555548,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "9a5010afe35da7c9584bf60e69e47002",
"semantic_hash": "9a5010afe35da7c9584bf60e69e47002"
},
"frontend/application/components/Skeleton.tsx": {
"mtime": 1783764561.943997,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "3df12c74c99d1d9ac25dfe620cf2b2c5",
"semantic_hash": "3df12c74c99d1d9ac25dfe620cf2b2c5"
},
"frontend/application/components/SmartAdvisor.tsx": {
"mtime": 1786894580.1679084,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "d4a1912ce8201584d13c24a75b12b688",
"semantic_hash": "d4a1912ce8201584d13c24a75b12b688"
},
"frontend/application/components/TickerBanner.tsx": {
"mtime": 1786885876.9608357,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "e00022d0f2300ac98510a6f8c040598b",
"semantic_hash": "e00022d0f2300ac98510a6f8c040598b"
},
"frontend/application/components/Tooltip.tsx": {
"mtime": 1786885876.9641032,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "cd556c004e25bf31fc7955015e1be6c2",
"semantic_hash": "cd556c004e25bf31fc7955015e1be6c2"
},
"frontend/application/components/TopUpModal.tsx": {
"mtime": 1786890779.336881,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "17b848b63d7422d62703538a62996077",
"semantic_hash": "17b848b63d7422d62703538a62996077"
},
"frontend/application/components/UserDashboard.tsx": {
"mtime": 1786954681.8432968,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "951440a4f08c73e40445b120acf1d11e",
"semantic_hash": "951440a4f08c73e40445b120acf1d11e"
},
"frontend/application/components/VetGallery.tsx": {
"mtime": 1786885876.9703689,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "7a8fad9a3444a58eb9345eed2a8551b0",
"semantic_hash": "7a8fad9a3444a58eb9345eed2a8551b0"
},
"frontend/application/components/VideosPage.tsx": {
"mtime": 1786885876.974175,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "6bf62d530ba5c61a54f292f27155dad4",
"semantic_hash": "6bf62d530ba5c61a54f292f27155dad4"
},
"frontend/application/components/__tests__/CartDrawer.test.tsx": {
"mtime": 1786799852.7618258,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "6840b24eb0f28d8120a320f0fd466154",
"semantic_hash": "6840b24eb0f28d8120a320f0fd466154"
},
"frontend/application/components/__tests__/FeaturedProducts.test.tsx": {
"mtime": 1786799852.7656322,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "4059af6498e993d64024592623b58a2b",
"semantic_hash": "4059af6498e993d64024592623b58a2b"
},
"frontend/application/components/__tests__/Footer.test.tsx": {
"mtime": 1786885876.9765952,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "a258662661bb7865fe657b76abc97003",
"semantic_hash": "a258662661bb7865fe657b76abc97003"
},
"frontend/application/components/__tests__/Header.test.tsx": {
"mtime": 1786799852.770019,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "40d1ba45b7b0272cfc6d4d6addbaf2af",
"semantic_hash": "40d1ba45b7b0272cfc6d4d6addbaf2af"
},
"frontend/application/components/__tests__/Hero.test.tsx": {
"mtime": 1786799852.7760108,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "cba126955eaf2edc40fe24ce0c42d850",
"semantic_hash": "cba126955eaf2edc40fe24ce0c42d850"
},
"frontend/application/components/__tests__/Tooltip.test.tsx": {
"mtime": 1786799852.784349,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "a43df52896070e694d06a2d1ae89a99a",
"semantic_hash": "a43df52896070e694d06a2d1ae89a99a"
},
"frontend/application/eslint.config.mjs": {
"mtime": 1785651092.9934845,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "dfa1f5f6a7037bf39dc510f30b180002",
"semantic_hash": "dfa1f5f6a7037bf39dc510f30b180002"
},
"frontend/application/lib/data/products.ts": {
"mtime": 1786958978.7415156,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "16f2448937ee3a7b071c45642d2a15e1",
"semantic_hash": "16f2448937ee3a7b071c45642d2a15e1"
},
"frontend/application/lib/data/provinces.ts": {
"mtime": 1785571725.610676,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "cd814c89c40909d1da24ac1e01fd99c0",
"semantic_hash": "cd814c89c40909d1da24ac1e01fd99c0"
},
"frontend/application/lib/data/scientificTerms.ts": {
"mtime": 1786958978.7430973,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "b469da9f5c2d6e81279c853211bc197f",
"semantic_hash": "b469da9f5c2d6e81279c853211bc197f"
},
"frontend/application/lib/hooks/useNetworkStatus.ts": {
"mtime": 1786799852.793488,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "d6ece33f5f0149a299c49366f0e314d0",
"semantic_hash": "d6ece33f5f0149a299c49366f0e314d0"
},
"frontend/application/lib/services/api.ts": {
"mtime": 1786954681.8442974,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "ae46ef7c44f6cbfe689fb6807c23b26b",
"semantic_hash": "ae46ef7c44f6cbfe689fb6807c23b26b"
},
"frontend/application/lib/services/authService.ts": {
"mtime": 1786885876.9861848,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "497045bd75576ee0cb6f37fc0ad831da",
"semantic_hash": "497045bd75576ee0cb6f37fc0ad831da"
},
"frontend/application/lib/services/orderService.ts": {
"mtime": 1786799852.8107264,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "5b8b9c867e3db50a9ed5e6b3f765e3b5",
"semantic_hash": "5b8b9c867e3db50a9ed5e6b3f765e3b5"
},
"frontend/application/lib/services/productService.ts": {
"mtime": 1786946249.9909275,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "0658615c29d5ebb2e3345c5b4a01818b",
"semantic_hash": "0658615c29d5ebb2e3345c5b4a01818b"
},
"frontend/application/lib/services/videoService.ts": {
"mtime": 1786799852.818516,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "166f65a9d380ec5e087e1bc53972344b",
"semantic_hash": "166f65a9d380ec5e087e1bc53972344b"
},
"frontend/application/lib/store/__tests__/cartStore.test.ts": {
"mtime": 1786799852.822037,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "741d154ab7044aa24c39b1694dbd9a32",
"semantic_hash": "741d154ab7044aa24c39b1694dbd9a32"
},
"frontend/application/lib/store/__tests__/settingsStore.test.ts": {
"mtime": 1783856793.0438032,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "9ca2a69a162e64abce0658a348454d97",
"semantic_hash": "9ca2a69a162e64abce0658a348454d97"
},
"frontend/application/lib/store/__tests__/userStore.test.ts": {
"mtime": 1786799852.8255477,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "9133574a4b0a49423dadbdc1d8d373b6",
"semantic_hash": "9133574a4b0a49423dadbdc1d8d373b6"
},
"frontend/application/lib/store/cartStore.ts": {
"mtime": 1786895436.2356844,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "bca90351f647e0cbd364a37d7e193d8e",
"semantic_hash": "bca90351f647e0cbd364a37d7e193d8e"
},
"frontend/application/lib/store/settingsStore.ts": {
"mtime": 1786948119.7870967,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "ad4252536324b30028b5e4844fbd959b",
"semantic_hash": "ad4252536324b30028b5e4844fbd959b"
},
"frontend/application/lib/store/uiStore.ts": {
"mtime": 1786799852.833588,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "5b78ec13363f2456a9efa6189473f93b",
"semantic_hash": "5b78ec13363f2456a9efa6189473f93b"
},
"frontend/application/lib/store/usePetStore.ts": {
"mtime": 1786954681.8453007,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "ad7e988e8e7561ed1c39db9964710806",
"semantic_hash": "ad7e988e8e7561ed1c39db9964710806"
},
"frontend/application/lib/store/userStore.ts": {
"mtime": 1786885876.9946983,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "8b78aa320dffed6f73df4e7da060b79d",
"semantic_hash": "8b78aa320dffed6f73df4e7da060b79d"
},
"frontend/application/lib/types.ts": {
"mtime": 1786799852.8401117,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "d4375ccb9e1067339601af5cb0f1ae07",
"semantic_hash": "d4375ccb9e1067339601af5cb0f1ae07"
},
"frontend/application/lib/utils.ts": {
"mtime": 1786799852.847284,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "13d70256fc31437c6a1d3c3450c0d5c6",
"semantic_hash": "13d70256fc31437c6a1d3c3450c0d5c6"
},
"frontend/application/next.config.ts": {
"mtime": 1786870552.8987696,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "edcb26aa9da0f8549c0a46449b2ba92c",
"semantic_hash": "edcb26aa9da0f8549c0a46449b2ba92c"
},
"frontend/application/package.json": {
"mtime": 1786799852.8631322,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "6e05083120e9bf19ace443112d6b54ab",
"semantic_hash": "6e05083120e9bf19ace443112d6b54ab"
},
"frontend/application/postcss.config.mjs": {
"mtime": 1783764561.9882522,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "239f3ebf717465dc636818a1a619398d",
"semantic_hash": "239f3ebf717465dc636818a1a619398d"
},
"frontend/application/tsconfig.json": {
"mtime": 1786799852.86564,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "09df7544350f3ee3b4fe33841d294a86",
"semantic_hash": "09df7544350f3ee3b4fe33841d294a86"
},
"frontend/application/vitest.config.ts": {
"mtime": 1786799852.8686528,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "ee482d93c3e5c516e021b7a68c5fb60b",
"semantic_hash": "ee482d93c3e5c516e021b7a68c5fb60b"
},
"frontend/application/vitest.setup.ts": {
"mtime": 1786799852.8706508,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "4dcc5d7d1d80795a12623d48fc61e3e5",
"semantic_hash": "4dcc5d7d1d80795a12623d48fc61e3e5"
},
"package.json": {
"mtime": 1783856793.674106,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "fcb100aa3caf90be6b494c35499e0049",
"semantic_hash": "fcb100aa3caf90be6b494c35499e0049"
},
"scripts/backup_db.sh": {
"mtime": 1786799852.8767846,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "82cb31279bdfacde5efe978a55256436",
"semantic_hash": "82cb31279bdfacde5efe978a55256436"
},
"scripts/deploy.sh": {
"mtime": 1786870553.126345,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "eda4f35605687f8babd6e35db28ce2d8",
"semantic_hash": "eda4f35605687f8babd6e35db28ce2d8"
},
"scripts/open-browsers.js": {
"mtime": 1783764562.0287807,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "efcd36af516d969f068285a5d0b81ae3",
"semantic_hash": "efcd36af516d969f068285a5d0b81ae3"
},
"scripts/start-dev.js": {
"mtime": 1783766217.3195245,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "edf922e3c4b62dbe39c6f14fa9285426",
"semantic_hash": "edf922e3c4b62dbe39c6f14fa9285426"
},
"start.sh": {
"mtime": 1784033954.8130803,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "de3176806eab0abd69c6a8ea420b2095",
"semantic_hash": "de3176806eab0abd69c6a8ea420b2095"
},
@@ -2947,49 +2947,49 @@
},
"backend/src/payment/dto/initiate-payment.dto.ts": {
"mtime": 1786870552.8742464,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "a097fcbb5846e7cd00e7cb2cefc060bb",
"semantic_hash": "a097fcbb5846e7cd00e7cb2cefc060bb"
},
"backend/src/payment/dto/verify-payment.dto.ts": {
"mtime": 1786894580.126858,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "f6db4b79ca261e36334ef84f39b8e87c",
"semantic_hash": "f6db4b79ca261e36334ef84f39b8e87c"
},
"backend/src/payment/payment.controller.ts": {
"mtime": 1786891855.3438442,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "9fd84400d5182ccac226eba14f9e64ed",
"semantic_hash": "9fd84400d5182ccac226eba14f9e64ed"
},
"backend/src/payment/payment.module.ts": {
"mtime": 1786870552.8777573,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "662492e920bf40b388a81951a720680f",
"semantic_hash": "662492e920bf40b388a81951a720680f"
},
"backend/src/payment/payment.service.ts": {
"mtime": 1786892646.0367486,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "3e8f87f412cd79638962d0391c9d0760",
"semantic_hash": "3e8f87f412cd79638962d0391c9d0760"
},
"backend/src/payment/zibal.service.ts": {
"mtime": 1786891855.3500419,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "cb4a2c5211a9e36dd3530ea3c7c92a00",
"semantic_hash": "cb4a2c5211a9e36dd3530ea3c7c92a00"
},
"frontend/application/app/payment/verify/page.tsx": {
"mtime": 1786891855.3560786,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "68d1923f04a3300b7b6dca6023ab357e",
"semantic_hash": "68d1923f04a3300b7b6dca6023ab357e"
},
"frontend/admin-panel/src/pages/SmsSettingsPage.tsx": {
"mtime": 1786892646.04375,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "63fa1af3663205792fafa0895e0aa132",
"semantic_hash": "63fa1af3663205792fafa0895e0aa132"
},
@@ -3001,242 +3001,248 @@
},
"backend/src/payment/dto/admin-transaction-filter.dto.ts": {
"mtime": 1786870552.873241,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "2ff5b8eb7f19cf5f6df0415011993b48",
"semantic_hash": "2ff5b8eb7f19cf5f6df0415011993b48"
},
"frontend/admin-panel/src/pages/Transactions.tsx": {
"mtime": 1786894580.1501417,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "5dad685df48f819d8046ec8f03af2ad7",
"semantic_hash": "5dad685df48f819d8046ec8f03af2ad7"
},
"backend/src/payment/interfaces/payment-gateway.interface.ts": {
"mtime": 1786870552.8767512,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "930a5f06cdec431d842bf9b12618eed5",
"semantic_hash": "930a5f06cdec431d842bf9b12618eed5"
},
"frontend/application/components/catalog/CatalogPageSpread.tsx": {
"mtime": 1786885876.9791617,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "ee3ca1b91560e8f0fcf4c3385da4a0e2",
"semantic_hash": "ee3ca1b91560e8f0fcf4c3385da4a0e2"
},
"frontend/application/components/catalog/FlipbookCatalog.tsx": {
"mtime": 1786885876.982162,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "eb46a7868a6b96139ca06b0ef4174dfb",
"semantic_hash": "eb46a7868a6b96139ca06b0ef4174dfb"
},
"frontend/application/components/catalog/ProductDetailModal.tsx": {
"mtime": 1786872121.572482,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "c95d3b01c3b379a6b3fce75788e96e21",
"semantic_hash": "c95d3b01c3b379a6b3fce75788e96e21"
},
"backend/scripts/generate-openapi.d.ts": {
"mtime": 1786883225.7774837,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "e2ebd7ddedcadeeadbf819c35985c768",
"semantic_hash": "e2ebd7ddedcadeeadbf819c35985c768"
},
"backend/scripts/generate-openapi.js": {
"mtime": 1786883225.77912,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "f7c2607fc067b04e7cb7716490ea1169",
"semantic_hash": "f7c2607fc067b04e7cb7716490ea1169"
},
"backend/src/admin/dto/user.dto.ts": {
"mtime": 1786883225.7858465,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "5d8704e9131ff0454131ba7893fb4750",
"semantic_hash": "5d8704e9131ff0454131ba7893fb4750"
},
"backend/src/admin/ssl.controller.ts": {
"mtime": 1786877667.007048,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "f1a968f6a6014c2c28aa5a7b74082068",
"semantic_hash": "f1a968f6a6014c2c28aa5a7b74082068"
},
"backend/src/admin/ssl.service.ts": {
"mtime": 1786877667.0090635,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "55bee4587be36c0aa59bba43d70adcf3",
"semantic_hash": "55bee4587be36c0aa59bba43d70adcf3"
},
"backend/src/auth/auth.constants.ts": {
"mtime": 1786883225.7878554,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "43d939e02d6478415c027585d1e0c7fd",
"semantic_hash": "43d939e02d6478415c027585d1e0c7fd"
},
"backend/src/common/utils/phone.utils.ts": {
"mtime": 1786883225.801396,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "a4c682b767823a624163b9430f1db7d1",
"semantic_hash": "a4c682b767823a624163b9430f1db7d1"
},
"backend/src/reviews/dto/create-review.dto.ts": {
"mtime": 1786944769.513302,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "641d10cd957bc32ec94ac70f67920ce7",
"semantic_hash": "641d10cd957bc32ec94ac70f67920ce7"
},
"backend/src/reviews/dto/update-review.dto.ts": {
"mtime": 1786944769.5153143,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "fdde33c52225e747421e70adce5e47fd",
"semantic_hash": "fdde33c52225e747421e70adce5e47fd"
},
"backend/src/reviews/reviews.controller.ts": {
"mtime": 1786944769.516312,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "25538b0ceb81aa984f9da7ae7cc6d404",
"semantic_hash": "25538b0ceb81aa984f9da7ae7cc6d404"
},
"backend/src/reviews/reviews.module.ts": {
"mtime": 1786944769.5173109,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "7f5cb88dda0a902c24c48edb34647428",
"semantic_hash": "7f5cb88dda0a902c24c48edb34647428"
},
"backend/src/reviews/reviews.service.ts": {
"mtime": 1786944769.518311,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "fb2b6e040095a6c5be85f90ecedfa3e5",
"semantic_hash": "fb2b6e040095a6c5be85f90ecedfa3e5"
},
"backend/src/settings/default-ui-texts.ts": {
"mtime": 1786946249.9614189,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "00a99e61910189d6e6ffd3ffd9177378",
"semantic_hash": "00a99e61910189d6e6ffd3ffd9177378"
},
"backend/src/settings/dto/sms-log-query.dto.ts": {
"mtime": 1786883225.8054564,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "a83913527d36178a2ea1959bafa1056e",
"semantic_hash": "a83913527d36178a2ea1959bafa1056e"
},
"backend/src/tickets/dto/create-ticket.dto.ts": {
"mtime": 1786890779.3192952,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "8176cf810b4908d89c8d1c5b911ebf5f",
"semantic_hash": "8176cf810b4908d89c8d1c5b911ebf5f"
},
"backend/src/tickets/dto/ticket-query.dto.ts": {
"mtime": 1786890779.3192952,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "216462a3e762431ea607ba1ea9188eb3",
"semantic_hash": "216462a3e762431ea607ba1ea9188eb3"
},
"backend/src/tickets/tickets.controller.ts": {
"mtime": 1786890779.3212986,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "c500da7cf819cd122178e64bc08d9c99",
"semantic_hash": "c500da7cf819cd122178e64bc08d9c99"
},
"backend/src/tickets/tickets.module.ts": {
"mtime": 1786890779.3222969,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "0b3e226a18679b4bf37016c27b874ae9",
"semantic_hash": "0b3e226a18679b4bf37016c27b874ae9"
},
"backend/src/tickets/tickets.service.ts": {
"mtime": 1786890779.3232956,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "98c52a5c182544c16c8df166b7d17533",
"semantic_hash": "98c52a5c182544c16c8df166b7d17533"
},
"frontend/admin-panel/src/pages/Reviews.tsx": {
"mtime": 1786944769.5238168,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "df5fdf55da3249b951ca10a8f39e5dd3",
"semantic_hash": "df5fdf55da3249b951ca10a8f39e5dd3"
},
"frontend/admin-panel/src/pages/SslSettingsPage.tsx": {
"mtime": 1786877667.0190136,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "6e48e726f4b6d450e414c3a3b2e9319f",
"semantic_hash": "6e48e726f4b6d450e414c3a3b2e9319f"
},
"frontend/admin-panel/src/pages/Tickets.tsx": {
"mtime": 1786890779.3272989,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "cb9fe819e626f65531d02e58fedeeb18",
"semantic_hash": "cb9fe819e626f65531d02e58fedeeb18"
},
"frontend/application/components/BannerPlacement.tsx": {
"mtime": 1786946249.9719338,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "ee89459c3156c726321a7b1eeeb06ddb",
"semantic_hash": "ee89459c3156c726321a7b1eeeb06ddb"
},
"frontend/application/components/BrandLogo.tsx": {
"mtime": 1786946249.972931,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "87a073812481acdc9c6f6eb771ec53c2",
"semantic_hash": "87a073812481acdc9c6f6eb771ec53c2"
},
"frontend/application/components/ProductReviews.tsx": {
"mtime": 1786944769.5358548,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "0061c976c07201a6e7607cd80d5a1881",
"semantic_hash": "0061c976c07201a6e7607cd80d5a1881"
},
"frontend/application/lib/services/ticketService.ts": {
"mtime": 1786890779.3409019,
- "seen": 1786961069.9829478,
+ "seen": 1786961122.6884992,
"ast_hash": "6fcf9ed78ca9194e01333602a1989947",
"semantic_hash": "6fcf9ed78ca9194e01333602a1989947"
},
"frontend/admin-panel/src/components/ui/PriceInput.tsx": {
"mtime": 1786948119.7711625,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "09a84a9f29f735448d05e4327c0304b3",
"semantic_hash": "09a84a9f29f735448d05e4327c0304b3"
},
"frontend/admin-panel/src/components/ui/Badge.tsx": {
"mtime": 1786954681.8228974,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "de496b3f7b795cbe4c782d8d1204f170",
"semantic_hash": "de496b3f7b795cbe4c782d8d1204f170"
},
"frontend/admin-panel/src/components/ui/FormField.tsx": {
"mtime": 1786954681.823527,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "265c887af876e10153f2ac32844194c2",
"semantic_hash": "265c887af876e10153f2ac32844194c2"
},
"frontend/admin-panel/src/components/ui/ImagePreviewModal.tsx": {
"mtime": 1786954681.824535,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "ada78d41f18a3dcce5e806a2ab252d30",
"semantic_hash": "ada78d41f18a3dcce5e806a2ab252d30"
},
"frontend/admin-panel/src/components/ui/Input.tsx": {
"mtime": 1786954681.825536,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "b3c0b6ae3bec10c6ac070ae60e804e28",
"semantic_hash": "b3c0b6ae3bec10c6ac070ae60e804e28"
},
"frontend/admin-panel/src/components/ui/Select.tsx": {
"mtime": 1786954681.8285375,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "a06e97672e210fdff460252966d2ab09",
"semantic_hash": "a06e97672e210fdff460252966d2ab09"
},
"frontend/admin-panel/src/components/ui/Textarea.tsx": {
"mtime": 1786954681.8285375,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "bbbdbaa3a2aeb68e7e406d555129fb79",
"semantic_hash": "bbbdbaa3a2aeb68e7e406d555129fb79"
},
"frontend/admin-panel/src/components/ui/ToggleSwitch.tsx": {
"mtime": 1786954681.830045,
- "seen": 1786961069.9824395,
+ "seen": 1786961122.6884992,
"ast_hash": "f212eaa6017ac07b37356612883b2884",
"semantic_hash": "f212eaa6017ac07b37356612883b2884"
+ },
+ "backend/prisma/tsconfig.json": {
+ "mtime": 1786961085.4483466,
+ "seen": 1786961122.6884992,
+ "ast_hash": "a12c81b60c5e9fdb3c1aba03ac7ecb27",
+ "semantic_hash": "a12c81b60c5e9fdb3c1aba03ac7ecb27"
}
}
\ No newline at end of file
diff --git a/graphify-out/cache/stat-index.json b/graphify-out/cache/stat-index.json
index a142851..306e51f 100644
--- a/graphify-out/cache/stat-index.json
+++ b/graphify-out/cache/stat-index.json
@@ -1 +1 @@
-{".ai_agency/AGENCY.md":{"size":8757,"mtime_ns":1785148021979607300,"indexed_at_ns":1786863693890454700,"word_count":1161,"hashes":{".ai_agency/agency.md":"88c7c13583a91fc7e41ce055fede9dce20f181e8d264557808989965e83a9030"}},".ai_agency/agents/00_intake.md":{"size":3819,"mtime_ns":1785148021984319000,"indexed_at_ns":1786863693892455200,"word_count":500,"hashes":{".ai_agency/agents/00_intake.md":"9dc8d7eeda0655717dc5b9d2f8572c47567b88ca88de7e4e5bf59869077ff407"}},".ai_agency/agents/01_auditor.md":{"size":3643,"mtime_ns":1785148021987782800,"indexed_at_ns":1786863693894964400,"word_count":467,"hashes":{".ai_agency/agents/01_auditor.md":"37ae09614034d9b5c855e0132b59a5e3cfd2fc38c54d1a5386fa43ba488c4d4d"}},".ai_agency/agents/02_ceo.md":{"size":2341,"mtime_ns":1785148021998374800,"indexed_at_ns":1786863693896964700,"word_count":294,"hashes":{".ai_agency/agents/02_ceo.md":"b4a76df6483fd52e1b9f1e70765b3f7b6d134dc003ef2ad0cb86b952c869c4a5"}},".ai_agency/agents/03_product_manager.md":{"size":8422,"mtime_ns":1785148022001968200,"indexed_at_ns":1786863693898470300,"word_count":1076,"hashes":{".ai_agency/agents/03_product_manager.md":"1927827474b1dd6fd4976af45b51f1ad3128fe3305c3af22639ab2584e8f0b55"}},".ai_agency/agents/04_architect.md":{"size":3603,"mtime_ns":1785148022004966000,"indexed_at_ns":1786863693899999300,"word_count":448,"hashes":{".ai_agency/agents/04_architect.md":"c96b04d5af093f455fa3c64ae177a69421e8150eb38c70bb8587b5a14e7d3ca8"}},".ai_agency/agents/05_dev_backend.md":{"size":7142,"mtime_ns":1785148022012481200,"indexed_at_ns":1786863693901997700,"word_count":953,"hashes":{".ai_agency/agents/05_dev_backend.md":"143a7c8a6fbedcd837d647efddb9f6b49074583502bd77f24c955bd86a6f3df8"}},".ai_agency/agents/06_dev_frontend.md":{"size":7518,"mtime_ns":1785148022017020100,"indexed_at_ns":1786863693902997800,"word_count":1011,"hashes":{".ai_agency/agents/06_dev_frontend.md":"e69679636d42dd626c7c76ddc96e1ddb656ab5b9ee912b89adcc7a9338f34a0b"}},".ai_agency/agents/07_qa_engineer.md":{"size":3764,"mtime_ns":1785148022020044600,"indexed_at_ns":1786863693905070800,"word_count":507,"hashes":{".ai_agency/agents/07_qa_engineer.md":"2616ef2b3ac39ded45fc669d5b5b140e72953fe61a819966fb040382e9b47d45"}},".ai_agency/agents/08_visual_qa.md":{"size":7910,"mtime_ns":1785148022030083200,"indexed_at_ns":1786863693907111900,"word_count":1121,"hashes":{".ai_agency/agents/08_visual_qa.md":"17a5a74039e8a9d7cb40c5bc3c616c7c92d53401efd92d0675d4bbe5e90572a8"}},".ai_agency/agents/09_devops_security.md":{"size":6825,"mtime_ns":1785148022034087400,"indexed_at_ns":1786863693908113400,"word_count":908,"hashes":{".ai_agency/agents/09_devops_security.md":"315bd3cee954ac3496da8db1b1718b75ab3822ec3a90f99bc77767ca99482edf"}},".ai_agency/agents/10_tech_writer.md":{"size":3119,"mtime_ns":1785148022037082600,"indexed_at_ns":1786863693910113400,"word_count":408,"hashes":{".ai_agency/agents/10_tech_writer.md":"3527b44265fec2472cc20ca4641667e1fa3d38cbc9b2fbf9a946ee1e531e9e37"}},".ai_agency/agents/11_deploy.md":{"size":3956,"mtime_ns":1785148022040602600,"indexed_at_ns":1786863693912113300,"word_count":537,"hashes":{".ai_agency/agents/11_deploy.md":"8169bc98b249cd83ba21551dea082f69dfa6deca5f5e4a7f2739a28746c143f9"}},".ai_agency/agents/12_seo_content.md":{"size":10963,"mtime_ns":1785148022048603900,"indexed_at_ns":1786863693913112900,"word_count":1539,"hashes":{".ai_agency/agents/12_seo_content.md":"2f50eb9db8bf1ad7bc23c7d8c3a4f167a2daafb73f095db9237c5bdb20e7a5f4"}},".ai_agency/memory/agent_outputs/README.txt":{"size":290,"mtime_ns":1785148022052150400,"indexed_at_ns":1786863693914617900,"word_count":34,"hashes":{".ai_agency/memory/agent_outputs/readme.txt":"49b19b781e865081a74a0a87282e6c266e373f443a79e0758ef60a6e644c6e04"}},".ai_agency/memory/backlog.json":{"size":10711,"mtime_ns":1785330750958890900,"indexed_at_ns":1786863680433252400,"word_count":981,"hashes":{".ai_agency/memory/backlog.json":"6bf3150a1877d03d03b368df21b84071381b1bb8cd03e3721fa9f8e6c38355be"}},".ai_agency/memory/scratchpad.md":{"size":1879,"mtime_ns":1785148022065114400,"indexed_at_ns":1786863693916623700,"word_count":249,"hashes":{".ai_agency/memory/scratchpad.md":"9d0f687cf8e95c6335f1efb070da8029878417c28117e3b89aa8536ad70a5b95"}},".ai_agency/memory/state.json":{"size":3654,"mtime_ns":1785330750963913800,"indexed_at_ns":1786863680437228800,"word_count":254,"hashes":{".ai_agency/memory/state.json":"1204676f8f295d89733888bb87936061b7a700df0cc936fbf08fd5269b534e8d"}},".ai_agency/orchestrate.py":{"size":6800,"mtime_ns":1785148022072662500,"indexed_at_ns":1786863680437736800,"word_count":644,"hashes":{".ai_agency/orchestrate.py":"90ec787fdd4c71f5203c56b6899aadcc26e6e0bad0cc576d2f982aa42eed42e1"}},".ai_agency/specs/api_contract.md":{"size":1515,"mtime_ns":1785148022077664900,"indexed_at_ns":1786863693918623100,"word_count":139,"hashes":{".ai_agency/specs/api_contract.md":"ea0911b6a5ad6a908ab707f7553f5f24712c1e198fd79255fa85e3249150e8b4"}},".ai_agency/specs/architecture_spec.md":{"size":790,"mtime_ns":1785148022082260900,"indexed_at_ns":1786863693919623000,"word_count":99,"hashes":{".ai_agency/specs/architecture_spec.md":"6269043f6a144e8ac86ff1db7e014075185e5675a4a0ee23e99e70d88253b8af"}},".ai_agency/specs/prd.md":{"size":724,"mtime_ns":1785148022087251600,"indexed_at_ns":1786863693921188600,"word_count":96,"hashes":{".ai_agency/specs/prd.md":"1c6d5a0ec8a709a2b3aed28225f5fe148ad2d75851d45699187678d055947b11"}},".ai_agency/specs/project_health.md":{"size":444,"mtime_ns":1785148022098314600,"indexed_at_ns":1786863693923194300,"word_count":65,"hashes":{".ai_agency/specs/project_health.md":"677c2f1d35c31d75d935766f154683e0483b08c696117ee612bee1528705c598"}},".ai_agency/specs/reviews/README.md":{"size":1029,"mtime_ns":1785148022105834900,"indexed_at_ns":1786863693924698200,"word_count":117,"hashes":{".ai_agency/specs/reviews/readme.md":"8ceb4cae1ad4c0f660557d827ced970cda8f7d020f8124b624b228174b1b65ab"}},".ai_agency/specs/reviews/backend_review.md":{"size":1430,"mtime_ns":1785148022110362400,"indexed_at_ns":1786863693926808400,"word_count":172,"hashes":{".ai_agency/specs/reviews/backend_review.md":"fca1f8d59c2eab255f7aba246b26731fe53f208e737ccf46035389591900a150"}},".ai_agency/specs/reviews/code_health_review.md":{"size":2193,"mtime_ns":1785148022114359700,"indexed_at_ns":1786863693927808600,"word_count":279,"hashes":{".ai_agency/specs/reviews/code_health_review.md":"532e04465e125183d6dd8f8af61bfc8735a514b3fbbc49069f5f0884155ed93f"}},".ai_agency/specs/reviews/frontend_review.md":{"size":1452,"mtime_ns":1785148022118486900,"indexed_at_ns":1786863693929808600,"word_count":183,"hashes":{".ai_agency/specs/reviews/frontend_review.md":"9f826c0267cad8bd5d342b1f908c927976d9be7da3f75b175331381ef8c8b680"}},".ai_agency/specs/reviews/security_review.md":{"size":874,"mtime_ns":1785148022121487200,"indexed_at_ns":1786863693931808300,"word_count":110,"hashes":{".ai_agency/specs/reviews/security_review.md":"51363e62e919d6772c2b3b9a1a3f3870a5892dae6d408217ed3fb475f72d3f0b"}},".ai_agency/specs/reviews/seo_content_review.md":{"size":1238,"mtime_ns":1785148022131533800,"indexed_at_ns":1786863693932808200,"word_count":156,"hashes":{".ai_agency/specs/reviews/seo_content_review.md":"bc8401649a86585b4061b3ec0f584910c54aad25bc9943392179bc070c07a434"}},".ai_agency/specs/reviews/ux_review.md":{"size":1131,"mtime_ns":1785148022136550700,"indexed_at_ns":1786863693934808700,"word_count":150,"hashes":{".ai_agency/specs/reviews/ux_review.md":"b8a52f324e36fcc2d046cc903a05903057098a67a397ae6442d6c825091f4513"}},".claude/CLAUDE.md":{"size":226,"mtime_ns":1786870552838920200,"indexed_at_ns":1786877281839080500,"word_count":29,"hashes":{".claude/claude.md":"c6f7fc2f062904d246b700d446ba3ad03e77f41809b12eccfb5e090a11f4fad2"}},".claude/settings.json":{"size":479,"mtime_ns":1786870552841922800,"indexed_at_ns":1786877281619276700,"word_count":38,"hashes":{".claude/settings.json":"0aaafba2cbd7dd67f7d69fa2f01b747c9a72f56ee421a40825521f937caec82b"}},".claude/skills/graphify/SKILL.md":{"size":43292,"mtime_ns":1786870552845041000,"indexed_at_ns":1786877281840080600,"word_count":5442,"hashes":{".claude/skills/graphify/skill.md":"5b24d39cbbb662ea1cd672839f64b50823e1b7de9b113f542248eac38c70cdf1"}},".claude/skills/graphify/references/add-watch.md":{"size":2486,"mtime_ns":1786870552848102000,"indexed_at_ns":1786877281845602600,"word_count":366,"hashes":{".claude/skills/graphify/references/add-watch.md":"cb5e2f3284265c08c88c08f445b96958b13a9115c0afc0a33206c293d1b1c187"}},".claude/skills/graphify/references/exports.md":{"size":3362,"mtime_ns":1786870552849102100,"indexed_at_ns":1786877281848603000,"word_count":470,"hashes":{".claude/skills/graphify/references/exports.md":"7aa8b606e5c19334b6c9fe62a12fc30eb46c0320d1dbb5726cfda0becdd04a5a"}},".claude/skills/graphify/references/extraction-spec.md":{"size":7960,"mtime_ns":1786870552850101900,"indexed_at_ns":1786877281853109000,"word_count":1038,"hashes":{".claude/skills/graphify/references/extraction-spec.md":"9cf5d515d0d8584aeef36708df34f560078772a568ed599cac5ba20b089e563d"}},".claude/skills/graphify/references/github-and-merge.md":{"size":2177,"mtime_ns":1786870552853101000,"indexed_at_ns":1786877281857115900,"word_count":271,"hashes":{".claude/skills/graphify/references/github-and-merge.md":"609de4b1331ddb2f8c80e97aac0a5de782a373d6f5af858e10a731c20b35c0e2"}},".claude/skills/graphify/references/hooks.md":{"size":1267,"mtime_ns":1786870552855098700,"indexed_at_ns":1786877281861116300,"word_count":193,"hashes":{".claude/skills/graphify/references/hooks.md":"7c7827f2f29d6e2cb6cc6902558dac08380f60c414b4968f83e1bc4e61b3e268"}},".claude/skills/graphify/references/query.md":{"size":13456,"mtime_ns":1786870552857702900,"indexed_at_ns":1786877281864628400,"word_count":1763,"hashes":{".claude/skills/graphify/references/query.md":"54526cc3e2392922d344f14767f09037ef85fb7ec5cc7911b749b35bcb004fbf"}},".claude/skills/graphify/references/transcribe.md":{"size":3173,"mtime_ns":1786870552858710700,"indexed_at_ns":1786877281868248500,"word_count":418,"hashes":{".claude/skills/graphify/references/transcribe.md":"1d5afbaccf36e952e71082591edfc9e4fbd9946eb85b01855a1d0bd810b7623d"}},".claude/skills/graphify/references/update.md":{"size":10425,"mtime_ns":1786870552860709800,"indexed_at_ns":1786877281872254900,"word_count":1196,"hashes":{".claude/skills/graphify/references/update.md":"0249cd6ceae6effdfc7371b51d00c462f51d95700101dcedd36255bab1b4ce7a"}},".gitea/scripts/with-vpn.sh":{"size":1794,"mtime_ns":1786799852126316200,"indexed_at_ns":1786863680441317700,"word_count":208,"hashes":{".gitea/scripts/with-vpn.sh":"9ec013d142e3cf5d7e5f09778fcb06b4b8ea7b394688f9f40b5e74298c76bcf0"}},".gitea/workflows/deploy.yml":{"size":705,"mtime_ns":1786799852129314900,"indexed_at_ns":1786863693953204100,"word_count":66,"hashes":{".gitea/workflows/deploy.yml":"16db5d3c44a232a7d06f48cd831f0029888fe09d01e077f8baa6179418de97c9"}},"BACKEND_INTEGRATION.md":{"size":15568,"mtime_ns":1786885876768825200,"indexed_at_ns":1786946194589947100,"word_count":1521,"hashes":{"backend_integration.md":"e2c5f48210f3f73ee2e2cbf9ac4bc2c487139573cbdc21a6c67cd13b2e8bd099"}},"CLAUDE.md":{"size":772,"mtime_ns":1786870552863710100,"indexed_at_ns":1786877281878765800,"word_count":106,"hashes":{"claude.md":"3612256e7473a2e5f67ef4778d4edeefb44794ef22bac5529bee9c87dc5d8f3d"}},"DATABASE_SCHEMA.md":{"size":15399,"mtime_ns":1786885876771342200,"indexed_at_ns":1786946194590946100,"word_count":1566,"hashes":{"database_schema.md":"60b4b0f4fd1468ab0eb26e4313c138c480f6f280b5c96ff4c0ee89f43ec531b8"}},"README.md":{"size":13117,"mtime_ns":1786885876775371800,"indexed_at_ns":1786946194591944700,"word_count":1310,"hashes":{"readme.md":"f6f40be609ed2adbc246437841b7b90d5506064a7f7a6babbf8195efdad3597d"}},"backend/README.md":{"size":5028,"mtime_ns":1783764561601382400,"indexed_at_ns":1786863693961627700,"word_count":472,"hashes":{"backend/readme.md":"c3edfd26252566ef2ddee12c91a874b59e03a1656894d3db25209a0e4031010a"}},"backend/eslint.config.mjs":{"size":1301,"mtime_ns":1786799852134389200,"indexed_at_ns":1786863534431014600,"word_count":86},"backend/nest-cli.json":{"size":171,"mtime_ns":1783764561602717300,"indexed_at_ns":1786863680442315200,"word_count":13,"hashes":{"backend/nest-cli.json":"bc5d809c5959501544235473a6c264c5f3ab1100522e852d0a06034f5f00cd6f"}},"backend/package.json":{"size":2799,"mtime_ns":1786799852141904400,"indexed_at_ns":1786863680444315800,"word_count":208,"hashes":{"backend/package.json":"21912a365ea8843084de1956d6e2b9648f640d87071d5fc5eff61c80a61232c0"}},"backend/prisma/migrations/20260526145407_init/migration.sql":{"size":8963,"mtime_ns":1783764561612007600,"indexed_at_ns":1786863680445315600,"word_count":936,"hashes":{"backend/prisma/migrations/20260526145407_init/migration.sql":"d6cc5e861e43bf82dcffe1ad7121fcbe9f74db7901cf204b5058da3132d3c1d2"}},"backend/prisma/migrations/20260526160916_add_ui_texts_and_scientific_terms/migration.sql":{"size":404,"mtime_ns":1783764561613425800,"indexed_at_ns":1786863680446319100,"word_count":48,"hashes":{"backend/prisma/migrations/20260526160916_add_ui_texts_and_scientific_terms/migration.sql":"c564f4aba35d32a733a5837c33664c68c8912277ad9645310f7e8116fbcba741"}},"backend/prisma/scientificTerms.ts":{"size":24298,"mtime_ns":1785325924634812500,"indexed_at_ns":1786863534471369900,"word_count":2294},"backend/prisma/seed-blogs.ts":{"size":6950,"mtime_ns":1786885876777374000,"indexed_at_ns":1786946085670717300,"word_count":620},"backend/prisma/seed-custom.ts":{"size":3836,"mtime_ns":1786799852144902000,"indexed_at_ns":1786863534484541000,"word_count":371},"backend/prisma/seed-home.ts":{"size":3870,"mtime_ns":1786885876779371100,"indexed_at_ns":1786946085682250800,"word_count":374},"backend/prisma/seed-products-data.json":{"size":59220,"mtime_ns":1786885876782371300,"indexed_at_ns":1786946139466262600,"word_count":5730,"hashes":{"backend/prisma/seed-products-data.json":"9d1262f8264478eb43ec48f073f817d46fc193d666cd9364f3bb95c1629f25c7"}},"backend/prisma/seed-products.ts":{"size":28274,"mtime_ns":1786885876784888200,"indexed_at_ns":1786946085695895900,"word_count":2063},"backend/prisma/seed-ui-texts.ts":{"size":9197,"mtime_ns":1786885876787888600,"indexed_at_ns":1786946085704003400,"word_count":755},"backend/prisma/seed-wiki.ts":{"size":24019,"mtime_ns":1786961030267701900,"indexed_at_ns":1786961055925832500,"word_count":2292},"backend/prisma/seed.ts":{"size":30492,"mtime_ns":1786961040128751200,"indexed_at_ns":1786961055931016400,"word_count":2636},"backend/prisma/tsconfig.seed.json":{"size":194,"mtime_ns":1786955870751259200,"indexed_at_ns":1786958888361637000,"word_count":17},"backend/scripts/generate-openapi.ts":{"size":1385,"mtime_ns":1786799852156390500,"indexed_at_ns":1786863534537298000,"word_count":128},"backend/src/admin/admin.controller.spec.ts":{"size":593,"mtime_ns":1786799852157399700,"indexed_at_ns":1786863534543362400,"word_count":59},"backend/src/admin/admin.controller.ts":{"size":8973,"mtime_ns":1786883225782338500,"indexed_at_ns":1786946085760003300,"word_count":893},"backend/src/admin/admin.module.ts":{"size":1420,"mtime_ns":1786877667005008400,"indexed_at_ns":1786946085768035200,"word_count":145},"backend/src/admin/admin.service.spec.ts":{"size":682,"mtime_ns":1786799852162911100,"indexed_at_ns":1786863534564065100,"word_count":72},"backend/src/admin/admin.service.ts":{"size":23034,"mtime_ns":1786948119764671900,"indexed_at_ns":1786954585203157600,"word_count":2384},"backend/src/admin/blogs.controller.ts":{"size":1840,"mtime_ns":1786799852170191700,"indexed_at_ns":1786863534578222000,"word_count":190},"backend/src/admin/blogs.service.ts":{"size":1810,"mtime_ns":1786799852171191000,"indexed_at_ns":1786863534584725500,"word_count":221},"backend/src/admin/categories.controller.ts":{"size":2187,"mtime_ns":1786799852174192500,"indexed_at_ns":1786863534590311100,"word_count":204},"backend/src/admin/categories.service.ts":{"size":2005,"mtime_ns":1786799852175194300,"indexed_at_ns":1786863534595817200,"word_count":223},"backend/src/admin/dto/admin-query.dto.ts":{"size":634,"mtime_ns":1786799852178706400,"indexed_at_ns":1786863534603325400,"word_count":60},"backend/src/admin/media.controller.ts":{"size":2339,"mtime_ns":1786876983648866300,"indexed_at_ns":1786877270905179000,"word_count":226},"backend/src/admin/media.service.ts":{"size":2713,"mtime_ns":1786876983651534500,"indexed_at_ns":1786877270914160400,"word_count":283},"backend/src/admin/pets.controller.ts":{"size":1195,"mtime_ns":1786799852186217200,"indexed_at_ns":1786863534621612800,"word_count":117},"backend/src/admin/pets.service.ts":{"size":1731,"mtime_ns":1786954681814243000,"indexed_at_ns":1786955470006205300,"word_count":193},"backend/src/admin/reports.controller.ts":{"size":664,"mtime_ns":1783764561642147000,"indexed_at_ns":1786863534634255100,"word_count":66},"backend/src/admin/reports.service.ts":{"size":3399,"mtime_ns":1786799852189730800,"indexed_at_ns":1786863534640768500,"word_count":388},"backend/src/admin/wiki.controller.ts":{"size":1814,"mtime_ns":1786799852191732300,"indexed_at_ns":1786863534647913700,"word_count":179},"backend/src/admin/wiki.service.ts":{"size":1767,"mtime_ns":1786799852193324200,"indexed_at_ns":1786863534654035100,"word_count":195},"backend/src/app.controller.spec.ts":{"size":617,"mtime_ns":1783764561644839700,"indexed_at_ns":1786863534660738600,"word_count":61},"backend/src/app.controller.ts":{"size":274,"mtime_ns":1783764561645849100,"indexed_at_ns":1786863534667244700,"word_count":31},"backend/src/app.module.ts":{"size":3745,"mtime_ns":1786944769506166500,"indexed_at_ns":1786946085898538900,"word_count":354},"backend/src/app.service.ts":{"size":142,"mtime_ns":1783764561648840500,"indexed_at_ns":1786863534680950600,"word_count":19},"backend/src/auth/auth.controller.spec.ts":{"size":1528,"mtime_ns":1785327951179468000,"indexed_at_ns":1786863534687029500,"word_count":149},"backend/src/auth/auth.controller.ts":{"size":4116,"mtime_ns":1786883225788847000,"indexed_at_ns":1786946085924796800,"word_count":384},"backend/src/auth/auth.module.ts":{"size":725,"mtime_ns":1786883225790847200,"indexed_at_ns":1786946085938388700,"word_count":80},"backend/src/auth/auth.service.spec.ts":{"size":4264,"mtime_ns":1786799852201843300,"indexed_at_ns":1786863534705627700,"word_count":379},"backend/src/auth/auth.service.ts":{"size":9662,"mtime_ns":1786895436208539300,"indexed_at_ns":1786946085966787500,"word_count":934},"backend/src/auth/dto/admin-login.dto.ts":{"size":772,"mtime_ns":1786799852205357700,"indexed_at_ns":1786863534720212600,"word_count":82},"backend/src/auth/dto/login.dto.ts":{"size":587,"mtime_ns":1783764561659109000,"indexed_at_ns":1786863534727735200,"word_count":63},"backend/src/auth/dto/register.dto.ts":{"size":1197,"mtime_ns":1785327951186476900,"indexed_at_ns":1786863534732751200,"word_count":115},"backend/src/auth/dto/send-otp.dto.ts":{"size":374,"mtime_ns":1783764561661106500,"indexed_at_ns":1786863534739271500,"word_count":39},"backend/src/auth/dto/verify-otp.dto.ts":{"size":594,"mtime_ns":1783764561662112100,"indexed_at_ns":1786863534745843500,"word_count":64},"backend/src/auth/jwt-auth.guard.ts":{"size":494,"mtime_ns":1786799852205862700,"indexed_at_ns":1786863534751350400,"word_count":58},"backend/src/auth/jwt.strategy.ts":{"size":1122,"mtime_ns":1786883225794343300,"indexed_at_ns":1786946086014858100,"word_count":116},"backend/src/auth/roles.decorator.ts":{"size":54,"mtime_ns":1786799852208379600,"indexed_at_ns":1786863534764578800,"word_count":4},"backend/src/auth/roles.guard.ts":{"size":46,"mtime_ns":1786799852209003400,"indexed_at_ns":1786863534770087500,"word_count":4},"backend/src/b2b/b2b.controller.ts":{"size":2684,"mtime_ns":1786799852212013200,"indexed_at_ns":1786863534777707900,"word_count":246},"backend/src/b2b/b2b.module.ts":{"size":342,"mtime_ns":1786799852212013200,"indexed_at_ns":1786863534783641300,"word_count":38},"backend/src/b2b/b2b.service.ts":{"size":2379,"mtime_ns":1786799852214009300,"indexed_at_ns":1786863534792157000,"word_count":243},"backend/src/banners/banners.controller.ts":{"size":1923,"mtime_ns":1786799852215010200,"indexed_at_ns":1786863534797707700,"word_count":169},"backend/src/banners/banners.module.ts":{"size":374,"mtime_ns":1786799852216010300,"indexed_at_ns":1786863534807022900,"word_count":38},"backend/src/banners/banners.service.ts":{"size":1394,"mtime_ns":1786799852216010300,"indexed_at_ns":1786863534813112700,"word_count":160},"backend/src/blogs/blogs.controller.ts":{"size":1197,"mtime_ns":1786799852218009900,"indexed_at_ns":1786863534819206600,"word_count":108},"backend/src/blogs/blogs.module.ts":{"size":248,"mtime_ns":1783764561665678100,"indexed_at_ns":1786863534825741600,"word_count":28},"backend/src/blogs/blogs.service.ts":{"size":1674,"mtime_ns":1786799852219010000,"indexed_at_ns":1786863534831743000,"word_count":191},"backend/src/blogs/dto/create-blog.dto.ts":{"size":30,"mtime_ns":1783764561671557000,"indexed_at_ns":1786863534838708700,"word_count":4},"backend/src/blogs/dto/update-blog.dto.ts":{"size":164,"mtime_ns":1783764561673712400,"indexed_at_ns":1786863534844735300,"word_count":18},"backend/src/blogs/entities/blog.entity.ts":{"size":21,"mtime_ns":1783764561675101100,"indexed_at_ns":1786863534850735400,"word_count":4},"backend/src/cms/cms.controller.ts":{"size":3521,"mtime_ns":1785327951196913100,"indexed_at_ns":1786863534858244500,"word_count":280},"backend/src/cms/cms.module.ts":{"size":342,"mtime_ns":1785148022206298000,"indexed_at_ns":1786863534864244300,"word_count":38},"backend/src/cms/cms.service.ts":{"size":2501,"mtime_ns":1785327951197940400,"indexed_at_ns":1786863534870502100,"word_count":256},"backend/src/cms/dto/cms.dto.ts":{"size":2357,"mtime_ns":1785327951199995500,"indexed_at_ns":1786863534877728700,"word_count":203},"backend/src/common/decorators/roles.decorator.ts":{"size":157,"mtime_ns":1786799852220522400,"indexed_at_ns":1786863534882729600,"word_count":20},"backend/src/common/dto/pagination.dto.ts":{"size":1188,"mtime_ns":1785327951201988900,"indexed_at_ns":1786863534889612500,"word_count":121},"backend/src/common/filters/http-exception.filter.ts":{"size":4924,"mtime_ns":1786883225795857800,"indexed_at_ns":1786946086136912900,"word_count":490},"backend/src/common/filters/prisma-exception.filter.ts":{"size":2412,"mtime_ns":1785330913143709100,"indexed_at_ns":1786863534903118900,"word_count":228},"backend/src/common/guards/roles.guard.spec.ts":{"size":2426,"mtime_ns":1786799852225556800,"indexed_at_ns":1786863534909695400,"word_count":223},"backend/src/common/guards/roles.guard.ts":{"size":1285,"mtime_ns":1786799852226565200,"indexed_at_ns":1786863534916198700,"word_count":120},"backend/src/common/interceptors/decimal.interceptor.spec.ts":{"size":1677,"mtime_ns":1786799852227565700,"indexed_at_ns":1786863534923711900,"word_count":164},"backend/src/common/interceptors/decimal.interceptor.ts":{"size":1094,"mtime_ns":1786799852227565700,"indexed_at_ns":1786863534929913300,"word_count":118},"backend/src/common/metrics.controller.ts":{"size":2093,"mtime_ns":1786799852229073100,"indexed_at_ns":1786863534936006600,"word_count":206},"backend/src/common/schemas/error-response.schema.ts":{"size":1680,"mtime_ns":1785330913144701500,"indexed_at_ns":1786863534942170300,"word_count":162},"backend/src/common/schemas/paginated-response.schema.ts":{"size":1108,"mtime_ns":1786799852230082200,"indexed_at_ns":1786863534949353300,"word_count":110},"backend/src/common/services/sms.service.ts":{"size":29943,"mtime_ns":1786892646031271000,"indexed_at_ns":1786946086190039500,"word_count":2841},"backend/src/common/sms.module.ts":{"size":204,"mtime_ns":1785330750996125100,"indexed_at_ns":1786863534962381000,"word_count":24},"backend/src/contact/contact.controller.ts":{"size":1990,"mtime_ns":1786799852234596200,"indexed_at_ns":1786863534967884500,"word_count":177},"backend/src/contact/contact.module.ts":{"size":365,"mtime_ns":1786799852236599000,"indexed_at_ns":1786863534974401800,"word_count":38},"backend/src/contact/contact.service.ts":{"size":4696,"mtime_ns":1786885876795420000,"indexed_at_ns":1786946086219243500,"word_count":451},"backend/src/home/dto/create-home.dto.ts":{"size":30,"mtime_ns":1783764561682365300,"indexed_at_ns":1786863534987087100,"word_count":4},"backend/src/home/dto/update-home.dto.ts":{"size":164,"mtime_ns":1783764561682365300,"indexed_at_ns":1786863534992600800,"word_count":18},"backend/src/home/entities/home.entity.ts":{"size":21,"mtime_ns":1783764561684884800,"indexed_at_ns":1786863534999171300,"word_count":4},"backend/src/home/home.controller.ts":{"size":757,"mtime_ns":1785327951212087300,"indexed_at_ns":1786863535004176100,"word_count":69},"backend/src/home/home.module.ts":{"size":241,"mtime_ns":1783764561687108000,"indexed_at_ns":1786863535011491500,"word_count":28},"backend/src/home/home.service.ts":{"size":1372,"mtime_ns":1785327951214087300,"indexed_at_ns":1786863535016491700,"word_count":144},"backend/src/ingredients/ingredients.controller.ts":{"size":1952,"mtime_ns":1786799852237596500,"indexed_at_ns":1786863535024117600,"word_count":165},"backend/src/ingredients/ingredients.module.ts":{"size":406,"mtime_ns":1786799852238596500,"indexed_at_ns":1786863535030195600,"word_count":38},"backend/src/ingredients/ingredients.service.ts":{"size":1526,"mtime_ns":1786799852240108300,"indexed_at_ns":1786863535035320500,"word_count":162},"backend/src/main.ts":{"size":3395,"mtime_ns":1786891855342843500,"indexed_at_ns":1786946086274891100,"word_count":294},"backend/src/orders/dto/create-order.dto.ts":{"size":1899,"mtime_ns":1785327951218626100,"indexed_at_ns":1786863535048494100,"word_count":162},"backend/src/orders/orders.controller.spec.ts":{"size":1910,"mtime_ns":1785327951219627700,"indexed_at_ns":1786863535055560000,"word_count":194},"backend/src/orders/orders.controller.ts":{"size":5898,"mtime_ns":1786944769507175300,"indexed_at_ns":1786946086292892000,"word_count":515},"backend/src/orders/orders.module.ts":{"size":255,"mtime_ns":1783764561697598200,"indexed_at_ns":1786863535066790700,"word_count":28},"backend/src/orders/orders.service.spec.ts":{"size":4974,"mtime_ns":1786799852246117900,"indexed_at_ns":1786863535074585400,"word_count":483},"backend/src/orders/orders.service.ts":{"size":17104,"mtime_ns":1786944769509227400,"indexed_at_ns":1786946086310565200,"word_count":1611},"backend/src/pets/dto/create-health-log.dto.ts":{"size":761,"mtime_ns":1785327951229443300,"indexed_at_ns":1786863535087660400,"word_count":69},"backend/src/pets/dto/create-pet.dto.ts":{"size":1143,"mtime_ns":1785327951230948800,"indexed_at_ns":1786863535094172300,"word_count":104},"backend/src/pets/dto/create-reminder.dto.ts":{"size":810,"mtime_ns":1785327951231958200,"indexed_at_ns":1786863535101315600,"word_count":71},"backend/src/pets/dto/update-pet.dto.ts":{"size":160,"mtime_ns":1783764561709557500,"indexed_at_ns":1786863535107396200,"word_count":18},"backend/src/pets/pets.controller.spec.ts":{"size":2544,"mtime_ns":1786799852248118800,"indexed_at_ns":1786863535113902500,"word_count":269},"backend/src/pets/pets.controller.ts":{"size":8427,"mtime_ns":1786894580128858000,"indexed_at_ns":1786946086395923600,"word_count":781},"backend/src/pets/pets.module.ts":{"size":241,"mtime_ns":1783764561714469800,"indexed_at_ns":1786863535125397200,"word_count":28},"backend/src/pets/pets.service.spec.ts":{"size":2961,"mtime_ns":1785327951238208000,"indexed_at_ns":1786863535132005000,"word_count":272},"backend/src/pets/pets.service.ts":{"size":6978,"mtime_ns":1786799852250117400,"indexed_at_ns":1786863535137713400,"word_count":710},"backend/src/prescriptions/prescriptions.controller.ts":{"size":2356,"mtime_ns":1786799852253748300,"indexed_at_ns":1786863535145222600,"word_count":232},"backend/src/prescriptions/prescriptions.module.ts":{"size":495,"mtime_ns":1786954681815809200,"indexed_at_ns":1786955470495218500,"word_count":45},"backend/src/prescriptions/prescriptions.service.ts":{"size":4635,"mtime_ns":1786954681816860600,"indexed_at_ns":1786955470500213500,"word_count":496},"backend/src/prisma/prisma.module.ts":{"size":210,"mtime_ns":1783764561718199800,"indexed_at_ns":1786863535164330600,"word_count":24},"backend/src/prisma/prisma.service.ts":{"size":4078,"mtime_ns":1786944769510794000,"indexed_at_ns":1786946086440649600,"word_count":411},"backend/src/products/dto/get-products.dto.ts":{"size":1320,"mtime_ns":1786799852260271600,"indexed_at_ns":1786863535176492100,"word_count":115},"backend/src/products/products.controller.spec.ts":{"size":1863,"mtime_ns":1785327951243280800,"indexed_at_ns":1786863535183613400,"word_count":166},"backend/src/products/products.controller.ts":{"size":2445,"mtime_ns":1786799852261281700,"indexed_at_ns":1786863535190428600,"word_count":209},"backend/src/products/products.module.ts":{"size":269,"mtime_ns":1783764561723672400,"indexed_at_ns":1786863535197280400,"word_count":28},"backend/src/products/products.service.spec.ts":{"size":1597,"mtime_ns":1786799852263279400,"indexed_at_ns":1786863535202917700,"word_count":154},"backend/src/products/products.service.ts":{"size":6906,"mtime_ns":1786954681818869900,"indexed_at_ns":1786955470543762900,"word_count":713},"backend/src/redis/redis.module.ts":{"size":205,"mtime_ns":1783764561727662100,"indexed_at_ns":1786863535217462500,"word_count":24},"backend/src/redis/redis.service.spec.ts":{"size":1525,"mtime_ns":1783764561728672300,"indexed_at_ns":1786863535222986600,"word_count":145},"backend/src/redis/redis.service.ts":{"size":1202,"mtime_ns":1786895436211834600,"indexed_at_ns":1786946086488155600,"word_count":132},"backend/src/seo/seo.controller.ts":{"size":904,"mtime_ns":1785327951247283200,"indexed_at_ns":1786863535236090400,"word_count":85},"backend/src/seo/seo.module.ts":{"size":342,"mtime_ns":1785148022268580900,"indexed_at_ns":1786863535243640100,"word_count":38},"backend/src/seo/seo.service.ts":{"size":2029,"mtime_ns":1785327951248280300,"indexed_at_ns":1786863535249760000,"word_count":182},"backend/src/settings/settings.controller.spec.ts":{"size":2977,"mtime_ns":1786799852267280300,"indexed_at_ns":1786863535257859100,"word_count":246},"backend/src/settings/settings.controller.ts":{"size":8665,"mtime_ns":1786948119767086700,"indexed_at_ns":1786954585863158900,"word_count":687},"backend/src/settings/settings.module.ts":{"size":382,"mtime_ns":1783764561735515700,"indexed_at_ns":1786863535272121400,"word_count":38},"backend/src/settings/settings.service.spec.ts":{"size":2728,"mtime_ns":1783764561736856500,"indexed_at_ns":1786863535278254000,"word_count":251},"backend/src/settings/settings.service.ts":{"size":14845,"mtime_ns":1786954681819869000,"indexed_at_ns":1786955470640710000,"word_count":1197},"backend/src/smart-advisor/smart-advisor.controller.ts":{"size":1821,"mtime_ns":1786799852275441500,"indexed_at_ns":1786863535292219400,"word_count":152},"backend/src/smart-advisor/smart-advisor.module.ts":{"size":416,"mtime_ns":1786799852276441700,"indexed_at_ns":1786863535298401600,"word_count":38},"backend/src/smart-advisor/smart-advisor.service.ts":{"size":1241,"mtime_ns":1786799852277440400,"indexed_at_ns":1786863535304944400,"word_count":131},"backend/src/testimonials/testimonials.controller.ts":{"size":1702,"mtime_ns":1786799852279441800,"indexed_at_ns":1786863535310995900,"word_count":143},"backend/src/testimonials/testimonials.module.ts":{"size":414,"mtime_ns":1786799852279441800,"indexed_at_ns":1786863535317805000,"word_count":38},"backend/src/testimonials/testimonials.service.ts":{"size":1100,"mtime_ns":1786799852281471300,"indexed_at_ns":1786863535324923000,"word_count":121},"backend/src/users/dto/address.dto.ts":{"size":1098,"mtime_ns":1783764561739871500,"indexed_at_ns":1786863535331380200,"word_count":99},"backend/src/users/dto/update-profile.dto.ts":{"size":1068,"mtime_ns":1786885876805472100,"indexed_at_ns":1786946086647803400,"word_count":98},"backend/src/users/users.controller.spec.ts":{"size":3333,"mtime_ns":1785327951253796500,"indexed_at_ns":1786863535346781600,"word_count":322},"backend/src/users/users.controller.ts":{"size":6854,"mtime_ns":1786799852282481500,"indexed_at_ns":1786863535353416500,"word_count":590},"backend/src/users/users.module.ts":{"size":275,"mtime_ns":1783764561748154400,"indexed_at_ns":1786863535360908700,"word_count":30},"backend/src/users/users.service.spec.ts":{"size":3817,"mtime_ns":1786799852283480600,"indexed_at_ns":1786863535367156600,"word_count":316},"backend/src/users/users.service.ts":{"size":8101,"mtime_ns":1786885876807471600,"indexed_at_ns":1786946086675276300,"word_count":774},"backend/src/videos/dto/create-video.dto.ts":{"size":1424,"mtime_ns":1785327951263854600,"indexed_at_ns":1786863535381108500,"word_count":115},"backend/src/videos/dto/get-videos-query.dto.ts":{"size":643,"mtime_ns":1786799852287643500,"indexed_at_ns":1786863535387813200,"word_count":77},"backend/src/videos/videos.controller.ts":{"size":1924,"mtime_ns":1786799852291153100,"indexed_at_ns":1786863535393635000,"word_count":173},"backend/src/videos/videos.module.ts":{"size":283,"mtime_ns":1785148022306583700,"indexed_at_ns":1786863535400714100,"word_count":30},"backend/src/videos/videos.service.ts":{"size":2471,"mtime_ns":1786799852292167900,"indexed_at_ns":1786863535407503100,"word_count":266},"backend/src/wholesale/dto/wholesale-apply.dto.ts":{"size":739,"mtime_ns":1785148022317622300,"indexed_at_ns":1786863535413220000,"word_count":66},"backend/src/wholesale/wholesale.controller.ts":{"size":2037,"mtime_ns":1786799852294177000,"indexed_at_ns":1786863535418912100,"word_count":160},"backend/src/wholesale/wholesale.module.ts":{"size":390,"mtime_ns":1785148022328746300,"indexed_at_ns":1786863535425686500,"word_count":38},"backend/src/wholesale/wholesale.service.ts":{"size":2627,"mtime_ns":1785330913149233300,"indexed_at_ns":1786863535431718700,"word_count":266},"backend/src/wiki/dto/create-wiki.dto.ts":{"size":30,"mtime_ns":1783764561752933200,"indexed_at_ns":1786863535439031200,"word_count":4},"backend/src/wiki/dto/update-wiki.dto.ts":{"size":164,"mtime_ns":1783764561753945200,"indexed_at_ns":1786863535446428400,"word_count":18},"backend/src/wiki/entities/wiki.entity.ts":{"size":21,"mtime_ns":1783764561755039400,"indexed_at_ns":1786863535452455400,"word_count":4},"backend/src/wiki/wiki.controller.ts":{"size":1219,"mtime_ns":1785327951272850400,"indexed_at_ns":1786863535458333000,"word_count":110},"backend/src/wiki/wiki.module.ts":{"size":241,"mtime_ns":1783764561756925000,"indexed_at_ns":1786863535464948400,"word_count":28},"backend/src/wiki/wiki.service.ts":{"size":1562,"mtime_ns":1786799852295173000,"indexed_at_ns":1786863535471010700,"word_count":174},"backend/test/app-audit-verification.e2e-spec.ts":{"size":6464,"mtime_ns":1786799852296174700,"indexed_at_ns":1786863535478067000,"word_count":569},"backend/test/app.e2e-spec.ts":{"size":981,"mtime_ns":1786799852297175000,"indexed_at_ns":1786863535484496000,"word_count":83},"backend/test/jest-e2e.json":{"size":183,"mtime_ns":1783764561762911800,"indexed_at_ns":1786863680450825300,"word_count":17,"hashes":{"backend/test/jest-e2e.json":"94091f560937212ad7027afcb77e62e6ac79e3e4cb401c3a16a56e7be4cac721"}},"backend/tsconfig.build.json":{"size":107,"mtime_ns":1783764561763447000,"indexed_at_ns":1786863680451826600,"word_count":10,"hashes":{"backend/tsconfig.build.json":"1f47c7dc3c8b5a15558654f45f21e0f553acc1680046f09dc24428e8538c4f9d"}},"backend/tsconfig.json":{"size":801,"mtime_ns":1786878091972378100,"indexed_at_ns":1786946139476821100,"word_count":57,"hashes":{"backend/tsconfig.json":"f545dfd832cb16f1a3cfc4f43f2f179c0a37dd473b3b433507957fbd964e28ce"}},"backend/uploads/1781288429353-508765350.jpg":{"size":110246,"mtime_ns":1783764561766257000,"indexed_at_ns":1786863694120021300,"word_count":3882,"hashes":{"backend/uploads/1781288429353-508765350.jpg":"c9e532f0482584a2edf76404b86ef82679e5387079d73c59f10234de24ad5074"}},"canina.md":{"size":21919,"mtime_ns":1786885876809472400,"indexed_at_ns":1786946194592944400,"word_count":1983,"hashes":{"canina.md":"a8967d10e744c46846c8bfc6cc7f9a0aae8c2175dfbe49ff9de75bc5dce87850"}},"canina.pdf":{"size":2858373,"mtime_ns":1785148022370811500,"indexed_at_ns":1786863694095027500,"word_count":0,"hashes":{"canina.pdf":"a52d90e6dffb96dae468ba96f76239762b341751a6455734d75fadd22f30c87c"}},"docker-compose.yml":{"size":2193,"mtime_ns":1786883225811564200,"indexed_at_ns":1786946194593946400,"word_count":127,"hashes":{"docker-compose.yml":"6e0091c4f1b3868a5e2321678c549f6c95cbf5fd266da06a144976295d8a2c64"}},"docs/01-introduction.md":{"size":5537,"mtime_ns":1786885876812474900,"indexed_at_ns":1786946194594944700,"word_count":523,"hashes":{"docs/01-introduction.md":"18176d1abd1352f12e1ccfa2c2cc84d4673b22b682b2aeb91b1a6bf4a607ae05"}},"docs/02-user-guide.md":{"size":4303,"mtime_ns":1786885876813985900,"indexed_at_ns":1786946194595944800,"word_count":422,"hashes":{"docs/02-user-guide.md":"a7842a7ac89eb8872028f50e9c907a0f2e7968c419a5f157c10c62dad8e85b00"}},"docs/03-developer-guide.md":{"size":6717,"mtime_ns":1783764561771660500,"indexed_at_ns":1786863693969714100,"word_count":678,"hashes":{"docs/03-developer-guide.md":"84a16e17d0433edd8631789bdec3bbd7e6f716059cd064843ed8087eea9e2eeb"}},"docs/04-setup-and-deployment.md":{"size":4023,"mtime_ns":1783764561773294900,"indexed_at_ns":1786863693970713900,"word_count":425,"hashes":{"docs/04-setup-and-deployment.md":"723c6016b1bb499fee2b9f63b2c06a9b12f8e4c664b36ea1431181c333bc814e"}},"docs/05-devops-and-monitoring.md":{"size":3590,"mtime_ns":1783764561774446100,"indexed_at_ns":1786863693972714000,"word_count":374,"hashes":{"docs/05-devops-and-monitoring.md":"53f1f45bbbdd3cf81cb4bc082ef4e49f506627f10f581d3c4b835028d02b5421"}},"docs/06-testing.md":{"size":4214,"mtime_ns":1783764561774967500,"indexed_at_ns":1786863693973713900,"word_count":457,"hashes":{"docs/06-testing.md":"69d50bd5e233f030d8076b55b69599cee201e1c393b7ee1beeb495c304fd4bd3"}},"docs/README.md":{"size":2740,"mtime_ns":1786885876816996700,"indexed_at_ns":1786946139726247300,"word_count":253,"hashes":{"docs/readme.md":"1b7ffde4b290e742802fc554f2dd2f7a2316fe25bd1cd328421ffa823b36f40f"}},"docs/audit/00-repository-map.md":{"size":3171,"mtime_ns":1786799852298174200,"indexed_at_ns":1786863693977222500,"word_count":351,"hashes":{"docs/audit/00-repository-map.md":"dde4a63c991d0f469086a147df03b97d8370cd75fa19cc83af1199f267d7bc55"}},"docs/audit/01-system-discovery.md":{"size":3790,"mtime_ns":1786799852299174400,"indexed_at_ns":1786863693979222500,"word_count":467,"hashes":{"docs/audit/01-system-discovery.md":"6c91253cac025506db71adea33a054f88f4c367ba81fc3cb1b85c2bdcfec5c70"}},"docs/audit/02-audit-plan.md":{"size":5058,"mtime_ns":1786799852300175400,"indexed_at_ns":1786863693980222600,"word_count":530,"hashes":{"docs/audit/02-audit-plan.md":"b623d8f8c2b8a14c1ddca1ad956cd8afc9203f7a94eda8e63fd608bc8e9164d1"}},"docs/audit/03-baseline-command-plan.md":{"size":4904,"mtime_ns":1786799852300175400,"indexed_at_ns":1786863693982222800,"word_count":735,"hashes":{"docs/audit/03-baseline-command-plan.md":"fcf49beae52c69d7e9cf85967f028052fa1a78eaae5a2bb9b18072b0273e80e1"}},"docs/audit/04-open-questions.md":{"size":1690,"mtime_ns":1786799852301682100,"indexed_at_ns":1786863693983784800,"word_count":224,"hashes":{"docs/audit/04-open-questions.md":"02fbd51a9131da0b12122a5280cc6f842c299b436a72b117e2263f011b9ebf9c"}},"docs/audit/05-architectural-audit.md":{"size":4884,"mtime_ns":1786799852302689800,"indexed_at_ns":1786863693984790400,"word_count":560,"hashes":{"docs/audit/05-architectural-audit.md":"8977a5c304b3fe86636579d498a459ac98359c34f1062bf731b02f4602c0e94f"}},"docs/audit/06-storefront-audit.md":{"size":4191,"mtime_ns":1786799852303691400,"indexed_at_ns":1786863693987299500,"word_count":520,"hashes":{"docs/audit/06-storefront-audit.md":"1e2f2d9d867dc553f503ef91b3bd60310202225da12bc7d324e192f4e15d8c38"}},"docs/audit/07-backend-audit.md":{"size":5037,"mtime_ns":1786799852304689900,"indexed_at_ns":1786863693989301000,"word_count":581,"hashes":{"docs/audit/07-backend-audit.md":"0436a967b82026334bf45c9ca677d1e79ce688681bea4dc06a7fd19e2d5a2129"}},"docs/audit/08-admin-features-audit.md":{"size":4222,"mtime_ns":1786799852305951400,"indexed_at_ns":1786863693990300000,"word_count":479,"hashes":{"docs/audit/08-admin-features-audit.md":"dda5b0bae4f843a51274269dcb91d8b65db2f2917d336d511790da4718b05b8d"}},"docs/audit/09-database-audit.md":{"size":4126,"mtime_ns":1786799852306969500,"indexed_at_ns":1786863693992299700,"word_count":521,"hashes":{"docs/audit/09-database-audit.md":"d4f82b84ae6c1899ab4da1310414d993d9c23dcd2759120fbe551f5b8da95a08"}},"docs/audit/10-security-audit.md":{"size":5560,"mtime_ns":1786799852307952600,"indexed_at_ns":1786863693994299500,"word_count":678,"hashes":{"docs/audit/10-security-audit.md":"574df31423bd28b3cd58134e7c7e8780f4e2e46c760a372e0e2592c1e83bba4e"}},"docs/audit/11-code-quality-audit.md":{"size":3379,"mtime_ns":1786799852308957000,"indexed_at_ns":1786863693995299500,"word_count":419,"hashes":{"docs/audit/11-code-quality-audit.md":"b6b9a4845e0bd5674d897c08f5451f8cab4df22722826f7c9d55ca19b94d88da"}},"docs/audit/12-testing-audit.md":{"size":4106,"mtime_ns":1786799852309952600,"indexed_at_ns":1786863693997807500,"word_count":486,"hashes":{"docs/audit/12-testing-audit.md":"8bdf2058520a88de4d08c0635999de8f79fdab83055ef560ca3a865026b6450a"}},"docs/audit/13-devops-audit.md":{"size":3435,"mtime_ns":1786799852310953800,"indexed_at_ns":1786863693999375100,"word_count":440,"hashes":{"docs/audit/13-devops-audit.md":"d21daac201fcfc3a0e27c27348806f3f5d2790071578dcb98e7869cd6e9ec8a9"}},"docs/audit/14-documentation-audit.md":{"size":3311,"mtime_ns":1786799852311952200,"indexed_at_ns":1786863694001567900,"word_count":379,"hashes":{"docs/audit/14-documentation-audit.md":"e64be175bd632a05e37be823621eb8a8f13bdb74887d10f5f20887d41cef5c62"}},"docs/audit/15-raw-findings-index.json":{"size":9909,"mtime_ns":1786799852313066900,"indexed_at_ns":1786863680454829500,"word_count":817,"hashes":{"docs/audit/15-raw-findings-index.json":"3c1e582431f5f25edd2c38285c9d59f83c83d5348eaf0ced91d6e7c94a9afb6d"}},"docs/audit/16-deep-audit-summary.md":{"size":3111,"mtime_ns":1786799852313066900,"indexed_at_ns":1786863694003567300,"word_count":393,"hashes":{"docs/audit/16-deep-audit-summary.md":"8ea08de6ac54dddd9da6de934bc850bb31ab7e3c5470059d02d7f84dd120a0e4"}},"docs/audit/17-source-coverage-manifest.json":{"size":128714,"mtime_ns":1786799852315065000,"indexed_at_ns":1786863680455826100,"word_count":7827,"hashes":{"docs/audit/17-source-coverage-manifest.json":"834e6c341db760439d2e7a9c17531b03c17151ab0f2f16b92aac8a350bcae51d"}},"docs/audit/18-compiler-diagnostic-dispositions.md":{"size":1961,"mtime_ns":1786799852315065000,"indexed_at_ns":1786863694005566900,"word_count":285,"hashes":{"docs/audit/18-compiler-diagnostic-dispositions.md":"246b9164725e89c67c76f2305cd128f0c0f9bfdba46e45e0e958fe92ccdcda53"}},"docs/audit/19-finding-verification-report.md":{"size":5464,"mtime_ns":1786799852316064800,"indexed_at_ns":1786863694007070200,"word_count":753,"hashes":{"docs/audit/19-finding-verification-report.md":"1cd1bc37f9e76ba7e4d4ef82b8565def786abfeb159bc4d822e364e3f2ea694f"}},"docs/audit/20-verified-findings-index.json":{"size":21797,"mtime_ns":1786799852317071400,"indexed_at_ns":1786863680457826600,"word_count":1903,"hashes":{"docs/audit/20-verified-findings-index.json":"b20d0b140bd727faefde9f29aa4d787199dd386464030eecdf58e5a8ab629442"}},"docs/audit/21-phase2-quality-gate-summary.md":{"size":1706,"mtime_ns":1786799852318066000,"indexed_at_ns":1786863694009077900,"word_count":211,"hashes":{"docs/audit/21-phase2-quality-gate-summary.md":"1b117f866e73cd17c43e3a4e856584f03997a3c897d1de9afbd128ff8a86d09e"}},"docs/audit/22-tracked-first-party-files.txt":{"size":4452,"mtime_ns":1786799852319066000,"indexed_at_ns":1786863694010075200,"word_count":139,"hashes":{"docs/audit/22-tracked-first-party-files.txt":"ef7fc17de970cd3f397eea961bcaf76abff15589c0fa13f92b47d42e637231c6"}},"docs/audit/23-untracked-first-party-files.txt":{"size":59,"mtime_ns":1786799852319066000,"indexed_at_ns":1786863694012075400,"word_count":7,"hashes":{"docs/audit/23-untracked-first-party-files.txt":"ffa5caec5c75b4013f7c136efed9e944c705e756f4f26e53da73e871a02d704c"}},"docs/audit/24-omitted-file-inspection-report.md":{"size":2462,"mtime_ns":1786799852320065700,"indexed_at_ns":1786863694014075600,"word_count":227,"hashes":{"docs/audit/24-omitted-file-inspection-report.md":"d4484eea65f1861b9b6a30813d2c233d947c2965a13ed5b399462b80ca9c1513"}},"docs/audit/25-reference-integrity-validation.json":{"size":1002,"mtime_ns":1786799852321571600,"indexed_at_ns":1786863680458826600,"word_count":82,"hashes":{"docs/audit/25-reference-integrity-validation.json":"31b900ed297325cabee3e0804809ecd4229f4427283e449f5d82951bb5ed7fde"}},"docs/audit/26-phase2-integrity-repair-report.md":{"size":3191,"mtime_ns":1786799852322091800,"indexed_at_ns":1786863694015640600,"word_count":385,"hashes":{"docs/audit/26-phase2-integrity-repair-report.md":"2b2f385705db6729fccedc63db0f5709afa23e08a80fc859fe0138b416356cd9"}},"docs/audit/27-all-tracked-repository-files.txt":{"size":4631,"mtime_ns":1786799852323099900,"indexed_at_ns":1786863694017145600,"word_count":148,"hashes":{"docs/audit/27-all-tracked-repository-files.txt":"3f312a5c642e6a27446dc35a6c50dacd10e43c1cc9eeb637a49ba61343ce2b69"}},"docs/audit/28-full-repository-classification.json":{"size":27913,"mtime_ns":1786799852324099500,"indexed_at_ns":1786863680460331400,"word_count":1782,"hashes":{"docs/audit/28-full-repository-classification.json":"bcb50229ceddb267c8839ee69c05f5e5c8c4460485c92849532bcf163c37faa8"}},"docs/audit/29-file-content-evidence.json":{"size":109095,"mtime_ns":1786799852325608100,"indexed_at_ns":1786863680462336500,"word_count":9098,"hashes":{"docs/audit/29-file-content-evidence.json":"c4696525e8ab3c252ff9b6b38d5882225e0a9016698111df28064edbe7bf5124"}},"docs/audit/30-compiler-diagnostics-index.json":{"size":3707,"mtime_ns":1786799852326617100,"indexed_at_ns":1786863680463336700,"word_count":324,"hashes":{"docs/audit/30-compiler-diagnostics-index.json":"85bd1a964e41cc5e615c7260be2beb54b49dd444da40d96ae31e2a33c1c6bc24"}},"docs/audit/31-module-audit-closure.md":{"size":7587,"mtime_ns":1786799852327616800,"indexed_at_ns":1786863694019150200,"word_count":709,"hashes":{"docs/audit/31-module-audit-closure.md":"a1c9d7902131d71cf87a072876cc309ac8dfc7cd6e1f33e9619ac12d99f685ba"}},"docs/audit/32-evidence-grade-validation.json":{"size":1613,"mtime_ns":1786799852328616800,"indexed_at_ns":1786863680464337900,"word_count":123,"hashes":{"docs/audit/32-evidence-grade-validation.json":"12ddcc21ff65a2aa76845935ebc0d8313c39991335356fbe3ae7cdd201251af5"}},"docs/audit/33-final-phase2-audit-closure.md":{"size":2535,"mtime_ns":1786799852328616800,"indexed_at_ns":1786863694020149300,"word_count":271,"hashes":{"docs/audit/33-final-phase2-audit-closure.md":"217cadb664c7f7d27f8f849ea1249dfd88d5398fd2af154fd385c80e4d559bb1"}},"docs/audit/34-repository-observations.json":{"size":594,"mtime_ns":1786799852329618700,"indexed_at_ns":1786863680466336600,"word_count":49,"hashes":{"docs/audit/34-repository-observations.json":"28ce67ed3f5bcc3e5c3c80d73a16a34d8053d570be0af62be8afaffbc9318a27"}},"docs/audit/35-semantic-review-ledger.json":{"size":99353,"mtime_ns":1786799852330616000,"indexed_at_ns":1786863680467338400,"word_count":6011,"hashes":{"docs/audit/35-semantic-review-ledger.json":"ac0529050e87efc9e2b5a6c5b3a2ce6379186b4b07f23d8ec9cebf214ff885ef"}},"docs/audit/36-mandatory-semantic-scope.json":{"size":7960,"mtime_ns":1786799852331617100,"indexed_at_ns":1786863680468337900,"word_count":638,"hashes":{"docs/audit/36-mandatory-semantic-scope.json":"af62db825dd527009b8d79a6edab6ab627fe55303d3f7fd1c2d8e5fab9a8760b"}},"docs/audit/ADR-AUTH-001.md":{"size":3274,"mtime_ns":1786799852332642700,"indexed_at_ns":1786863694022417300,"word_count":398,"hashes":{"docs/audit/adr-auth-001.md":"fd6a6e524d66c57e3f114899323509082af11aa30197a015e1255057c5c3ed98"}},"docs/audit/CROSS_BOUNDARY_DEPENDENCIES.md":{"size":2146,"mtime_ns":1786799852332642700,"indexed_at_ns":1786863694023417200,"word_count":239,"hashes":{"docs/audit/cross_boundary_dependencies.md":"56de72c42fdadf710e0837e0d330dfe36c772602d8f094d0a55dbc5bb16906f3"}},"docs/audit/FRONTEND_INTEGRATION_REQUIREMENTS.md":{"size":15322,"mtime_ns":1786885876820986100,"indexed_at_ns":1786946194617583300,"word_count":1579,"hashes":{"docs/audit/frontend_integration_requirements.md":"79bab062fc3587cffd0a9932b8615d4b822dba2ea24533531f258a0dac5f701f"}},"docs/audit/MASTER-TASK-BACKLOG.md":{"size":30107,"mtime_ns":1786799852335470200,"indexed_at_ns":1786863694026492300,"word_count":3510,"hashes":{"docs/audit/master-task-backlog.md":"6df14e8ae8eca2a7f1d9829a6e9891a89a8565eb5a7362186644208fe8454cdc"}},"docs/audit/audit-state.json":{"size":4135,"mtime_ns":1786799852337382200,"indexed_at_ns":1786863680470337000,"word_count":267,"hashes":{"docs/audit/audit-state.json":"4b804494570a2812170cb8dab35d15da659f57d6e637652328725e956f7d98aa"}},"docs/audit/build_manifest.js":{"size":4060,"mtime_ns":1786799852338393200,"indexed_at_ns":1786863535890477600,"word_count":348},"docs/audit/frontend-route-map.md":{"size":2558,"mtime_ns":1786799852339389800,"indexed_at_ns":1786863694027491500,"word_count":329,"hashes":{"docs/audit/frontend-route-map.md":"e9bf92a931f0727c8054230578943f0fd59cc3ef8f6ac5020155ca42edc93622"}},"docs/audit/generate_classification.js":{"size":2186,"mtime_ns":1786799852339389800,"indexed_at_ns":1786863535904305800,"word_count":204},"docs/audit/generate_evidence.js":{"size":3098,"mtime_ns":1786799852340390100,"indexed_at_ns":1786863535911173400,"word_count":253},"docs/audit/generate_ledger.js":{"size":7648,"mtime_ns":1786799852341897300,"indexed_at_ns":1786863535916686900,"word_count":620},"docs/audit/generate_manifest.js":{"size":6357,"mtime_ns":1786799852341897300,"indexed_at_ns":1786863535923771900,"word_count":489},"docs/audit/master-task-backlog.json":{"size":22336,"mtime_ns":1786799852342906700,"indexed_at_ns":1786863680470841000,"word_count":2071,"hashes":{"docs/audit/master-task-backlog.json":"f1c994d971b4e58165ab9f74f8b69b97c07fe74005f64dc11badf5e287b5fd28"}},"docs/audit/phase3-execution-plan.md":{"size":6007,"mtime_ns":1786799852343952400,"indexed_at_ns":1786863694030823300,"word_count":736,"hashes":{"docs/audit/phase3-execution-plan.md":"ab3bc489bde4c86046d35f87c3fb1320acb4fb15d6a3de2e100b05b510aa23b8"}},"docs/audit/phase3-traceability-matrix.md":{"size":5237,"mtime_ns":1786799852344952800,"indexed_at_ns":1786863694031820000,"word_count":692,"hashes":{"docs/audit/phase3-traceability-matrix.md":"c46b1b09c5f6be7f54ba888652e69698b26d955a8e7c8e4fa19cda8729ee2f7b"}},"docs/audit/phase3.1-backlog-review.md":{"size":9737,"mtime_ns":1786799852345952800,"indexed_at_ns":1786863694033821400,"word_count":1202,"hashes":{"docs/audit/phase3.1-backlog-review.md":"021895bb0b90dd75935ebe0317d3198a2c448ccdd6861b1302cc29735f48da82"}},"docs/audit/phase3.1-change-log.md":{"size":3756,"mtime_ns":1786799852346954800,"indexed_at_ns":1786863694035819500,"word_count":451,"hashes":{"docs/audit/phase3.1-change-log.md":"093d244c2788ead47c69e3068ccf66930ba52e04430bdba87020cb4a4edcb817"}},"docs/audit/phase3.2-change-log.md":{"size":8272,"mtime_ns":1786799852347952200,"indexed_at_ns":1786863694036820300,"word_count":930,"hashes":{"docs/audit/phase3.2-change-log.md":"00bff98e2ae2ef50c4daf265d5f34469f21c244b6dca88b70e1f9ffa17a71d83"}},"docs/audit/phase3.2-implementation-readiness.md":{"size":4694,"mtime_ns":1786799852347952200,"indexed_at_ns":1786863694039141500,"word_count":517,"hashes":{"docs/audit/phase3.2-implementation-readiness.md":"9f1e0335fdc0fa2db0fd5ceaa97e50be85d04bc1ad5d3db1ef74e85de97f71a6"}},"docs/audit/rebuild_honest_ledger.js":{"size":6113,"mtime_ns":1786799852348952900,"indexed_at_ns":1786863535983025100,"word_count":559},"docs/audit/sync_honest_manifest.js":{"size":1213,"mtime_ns":1786799852349953100,"indexed_at_ns":1786863535988627700,"word_count":75},"docs/audit/sync_manifest.js":{"size":997,"mtime_ns":1786799852350953300,"indexed_at_ns":1786863535995415600,"word_count":62},"docs/audit/validate_evidence_grade.js":{"size":6141,"mtime_ns":1786799852351954100,"indexed_at_ns":1786863536001204900,"word_count":526},"docs/audit/validate_integrity.js":{"size":3408,"mtime_ns":1786799852352952400,"indexed_at_ns":1786863536007942000,"word_count":284},"docs/backlog.md":{"size":26175,"mtime_ns":1786799852356021600,"indexed_at_ns":1786863694040141700,"word_count":2834,"hashes":{"docs/backlog.md":"ce0d907773d5af5539aa04f7035555e47424d396ea6e3a821771ad00f813ccd6"}},"frontend/admin-panel/README.md":{"size":2425,"mtime_ns":1783764561778952800,"indexed_at_ns":1786863694042141900,"word_count":212,"hashes":{"frontend/admin-panel/readme.md":"3945c052249ebd020b013303d5921815b52d847bd36c748a03bfdc8eb2a390b8"}},"frontend/admin-panel/eslint.config.js":{"size":591,"mtime_ns":1785651092991236900,"indexed_at_ns":1786863536031757200,"word_count":48},"frontend/admin-panel/index.html":{"size":363,"mtime_ns":1783764561780558500,"indexed_at_ns":1786863694044141700,"word_count":28,"hashes":{"frontend/admin-panel/index.html":"ecdac8ac0b565720712afa18490bdfad1a643a6c50c1d0b93d12b7acbcf5e3c0"}},"frontend/admin-panel/package.json":{"size":1072,"mtime_ns":1785570791953119000,"indexed_at_ns":1786863680472845200,"word_count":84,"hashes":{"frontend/admin-panel/package.json":"6d61fb108392e86320c75b42e69ba7138bdc47bba4883fafbeb6e661cc5f51e4"}},"frontend/admin-panel/postcss.config.js":{"size":91,"mtime_ns":1783764561796281900,"indexed_at_ns":1786863536049792000,"word_count":11},"frontend/admin-panel/public/favicon.svg":{"size":9522,"mtime_ns":1783764561797801500,"indexed_at_ns":1786863694122123200,"word_count":491,"hashes":{"frontend/admin-panel/public/favicon.svg":"57a824acf3d4ba0b152537d3c0e79795502d3589ca99556a2155c81b6dea663a"}},"frontend/admin-panel/public/fonts/A-Iranian-Sans/A-Iranian-Sans/read me!.txt":{"size":281,"mtime_ns":1783856792435855000,"indexed_at_ns":1786863694045693300,"word_count":15,"hashes":{"frontend/admin-panel/public/fonts/a-iranian-sans/a-iranian-sans/read me!.txt":"06bcb5a03a381d231568aa217f4bfc1a4446a7cf6574daf93ee6de8830063c67"}},"frontend/admin-panel/public/fonts/IranNastaliq/IranNastaliq/read me!.txt":{"size":281,"mtime_ns":1783856792445365000,"indexed_at_ns":1786863694046698100,"word_count":15,"hashes":{"frontend/admin-panel/public/fonts/irannastaliq/irannastaliq/read me!.txt":"1653ec43d0db64c9a2d88dd8e064a64e83eee53a97b423ea7a40a865792b38c9"}},"frontend/admin-panel/public/fonts/sahel-font-v3.4.0/CHANGELOG.md":{"size":8519,"mtime_ns":1783856792454604400,"indexed_at_ns":1786863694048714800,"word_count":1077,"hashes":{"frontend/admin-panel/public/fonts/sahel-font-v3.4.0/changelog.md":"4003fe6a71221e735897cfe03ac11bd59ef9951572007763151bf95663256a3d"}},"frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md":{"size":4136,"mtime_ns":1783856792502503100,"indexed_at_ns":1786863694050719800,"word_count":366,"hashes":{"frontend/admin-panel/public/fonts/sahel-font-v3.4.0/readme.md":"880beb9c92fd527a098de27bc779b6891a36af98ae994f506a64be199ed50392"}},"frontend/admin-panel/public/fonts/sahel-font-v3.4.0/sample-variable.gif":{"size":236102,"mtime_ns":1783856792546496500,"indexed_at_ns":1786863694123122700,"word_count":10881,"hashes":{"frontend/admin-panel/public/fonts/sahel-font-v3.4.0/sample-variable.gif":"38008ccacda40353e4f29e912e844ee659cde19dd209dfc1d5c3356e291293f5"}},"frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/CHANGELOG.md":{"size":7177,"mtime_ns":1783856792548005600,"indexed_at_ns":1786863694052719700,"word_count":951,"hashes":{"frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/changelog.md":"a735e1b29ad9d3361a0d1ecfd5c1f2f78c200a272918606decc377c469944321"}},"frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md":{"size":3696,"mtime_ns":1783856792595155200,"indexed_at_ns":1786863694054719200,"word_count":283,"hashes":{"frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/readme.md":"3b6e2d78372a72b67e339bfd7331d408f43245840749d2f46df5c356a208fbfd"}},"frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/sample.png":{"size":85019,"mtime_ns":1783856792645667900,"indexed_at_ns":1786863694125692200,"word_count":2615,"hashes":{"frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/sample.png":"9cefee026dc2387d3c887064f2419098a4c9aadd466a42184e90fa30be5e15a7"}},"frontend/admin-panel/public/fonts/vazirmatn-v33.003/AUTHORS.txt":{"size":339,"mtime_ns":1783856792646666000,"indexed_at_ns":1786863694055720100,"word_count":55,"hashes":{"frontend/admin-panel/public/fonts/vazirmatn-v33.003/authors.txt":"e22592748c440a3169adec38d57aecfd813b4b98531bbe14df59076e177a452c"}},"frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md":{"size":38550,"mtime_ns":1783856792647671700,"indexed_at_ns":1786863694057719800,"word_count":5086,"hashes":{"frontend/admin-panel/public/fonts/vazirmatn-v33.003/changelog.md":"5207a2a148ccfd0338342325a39d9b5b2d39514429c93e0aedf68b21f23fd71e"}},"frontend/admin-panel/public/fonts/vazirmatn-v33.003/OFL.txt":{"size":4391,"mtime_ns":1783856792648669800,"indexed_at_ns":1786863694060176900,"word_count":671,"hashes":{"frontend/admin-panel/public/fonts/vazirmatn-v33.003/ofl.txt":"8e7ede02bc5fcd7aa4d98a7692cd6f37ea85249c2a1a59574575f7ff57b2c984"}},"frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md":{"size":2339,"mtime_ns":1783856792648669800,"indexed_at_ns":1786863694061738100,"word_count":270,"hashes":{"frontend/admin-panel/public/fonts/vazirmatn-v33.003/readme.md":"0d736c7dd11e89622e7105e6a5958fc3d83ec827b8a00debc0943bc8e3a3d201"}},"frontend/admin-panel/public/fonts/vazirmatn-v33.003/\u0631\u0627\u0647\u0646\u0645\u0627.txt":{"size":211,"mtime_ns":1783856792971535000,"indexed_at_ns":1786863694063234100,"word_count":14,"hashes":{"frontend/admin-panel/public/fonts/vazirmatn-v33.003/\u0631\u0627\u0647\u0646\u0645\u0627.txt":"3c26934ce909cddcd30f32691eac2429205e97f4851b76e0b706da0eb7812c66"}},"frontend/admin-panel/public/icons.svg":{"size":5031,"mtime_ns":1783764561799320300,"indexed_at_ns":1786863694127749600,"word_count":382,"hashes":{"frontend/admin-panel/public/icons.svg":"561374a6f3ff39c2881fc8ab6159875671b9acbaab617f4668819f5a24aa0a85"}},"frontend/admin-panel/src/App.tsx":{"size":1088,"mtime_ns":1786799852365481100,"indexed_at_ns":1786863539542562100,"word_count":99},"frontend/admin-panel/src/assets/hero.png":{"size":13057,"mtime_ns":1783764561812863000,"indexed_at_ns":1786863694128748000,"word_count":437,"hashes":{"frontend/admin-panel/src/assets/hero.png":"9350dcf76831435179214888056799d21b9ec6461f03bcad2fca68fb27dcccd9"}},"frontend/admin-panel/src/assets/react.svg":{"size":4126,"mtime_ns":1783764561813924700,"indexed_at_ns":1786863694131258000,"word_count":366,"hashes":{"frontend/admin-panel/src/assets/react.svg":"3ce66cfff5bb1ef0bc54b14d87fc434fdaa60e3e67406ca0475c8e355daf42c9"}},"frontend/admin-panel/src/assets/vite.svg":{"size":8709,"mtime_ns":1783764561814995700,"indexed_at_ns":1786863694133259500,"word_count":439,"hashes":{"frontend/admin-panel/src/assets/vite.svg":"a3813bb88b8e782e5a04d9d628d2540c4ca7719878f24c62bb3b655861178b41"}},"frontend/admin-panel/src/components/Layout.tsx":{"size":726,"mtime_ns":1784621786958594800,"indexed_at_ns":1786863539569270500,"word_count":69},"frontend/admin-panel/src/components/ProtectedRoute.tsx":{"size":2336,"mtime_ns":1786799852369164100,"indexed_at_ns":1786863539575600400,"word_count":210},"frontend/admin-panel/src/components/Sidebar.tsx":{"size":10827,"mtime_ns":1786946249964929600,"indexed_at_ns":1786948020180405800,"word_count":961},"frontend/admin-panel/src/components/Topbar.tsx":{"size":14971,"mtime_ns":1786954681821386200,"indexed_at_ns":1786955474679895700,"word_count":1219},"frontend/admin-panel/src/components/ui/ConfirmModal.tsx":{"size":2076,"mtime_ns":1783856792976535500,"indexed_at_ns":1786863539596831200,"word_count":174},"frontend/admin-panel/src/components/ui/MediaSelector.tsx":{"size":15969,"mtime_ns":1786954681826536100,"indexed_at_ns":1786955474721008300,"word_count":1243},"frontend/admin-panel/src/components/ui/Pagination.tsx":{"size":5510,"mtime_ns":1786799852387442100,"indexed_at_ns":1786863539611144600,"word_count":447},"frontend/admin-panel/src/components/ui/Skeleton.tsx":{"size":178,"mtime_ns":1783856792977535800,"indexed_at_ns":1786863539617717100,"word_count":22},"frontend/admin-panel/src/components/ui/Spinner.tsx":{"size":650,"mtime_ns":1783856792979049200,"indexed_at_ns":1786863539624368900,"word_count":67},"frontend/admin-panel/src/main.tsx":{"size":161,"mtime_ns":1783764561829333600,"indexed_at_ns":1786863539634800100,"word_count":16},"frontend/admin-panel/src/pages/B2BManager.tsx":{"size":25576,"mtime_ns":1786799852391440500,"indexed_at_ns":1786863539640800000,"word_count":1789},"frontend/admin-panel/src/pages/BannersManager.tsx":{"size":20315,"mtime_ns":1786946249965928600,"indexed_at_ns":1786948020244413900,"word_count":1492},"frontend/admin-panel/src/pages/Blogs.tsx":{"size":15530,"mtime_ns":1786799852395957300,"indexed_at_ns":1786863539656035900,"word_count":1186},"frontend/admin-panel/src/pages/CMS.tsx":{"size":10072,"mtime_ns":1786799852400957800,"indexed_at_ns":1786863539663141300,"word_count":805},"frontend/admin-panel/src/pages/Categories.tsx":{"size":15807,"mtime_ns":1786799852404978500,"indexed_at_ns":1786863539670140300,"word_count":1115},"frontend/admin-panel/src/pages/ContactSubmissions.tsx":{"size":12435,"mtime_ns":1786799852405538100,"indexed_at_ns":1786863539677731600,"word_count":859},"frontend/admin-panel/src/pages/Coupons.tsx":{"size":27717,"mtime_ns":1786948119773165300,"indexed_at_ns":1786954590024152800,"word_count":2106},"frontend/admin-panel/src/pages/Dashboard.tsx":{"size":6006,"mtime_ns":1786885876829510000,"indexed_at_ns":1786946090882930200,"word_count":534},"frontend/admin-panel/src/pages/FinancialSettingsPage.tsx":{"size":9238,"mtime_ns":1786948119774163200,"indexed_at_ns":1786954590036697800,"word_count":674},"frontend/admin-panel/src/pages/IngredientsManager.tsx":{"size":18511,"mtime_ns":1786885876833517400,"indexed_at_ns":1786946090899595600,"word_count":1338},"frontend/admin-panel/src/pages/Login.tsx":{"size":11551,"mtime_ns":1786885876837035500,"indexed_at_ns":1786946090906108900,"word_count":838},"frontend/admin-panel/src/pages/Media.tsx":{"size":24026,"mtime_ns":1786954681832052400,"indexed_at_ns":1786955474849815900,"word_count":1850},"frontend/admin-panel/src/pages/Orders.tsx":{"size":41362,"mtime_ns":1786944769522310700,"indexed_at_ns":1786946090923825000,"word_count":3048},"frontend/admin-panel/src/pages/Pets.tsx":{"size":17485,"mtime_ns":1786954681833053600,"indexed_at_ns":1786955474865216500,"word_count":1264},"frontend/admin-panel/src/pages/PrescriptionsManager.tsx":{"size":20134,"mtime_ns":1786954681834055700,"indexed_at_ns":1786955474871873100,"word_count":1503},"frontend/admin-panel/src/pages/Products.tsx":{"size":75867,"mtime_ns":1786948119777256200,"indexed_at_ns":1786954590079918400,"word_count":5070},"frontend/admin-panel/src/pages/Reports.tsx":{"size":13073,"mtime_ns":1786894580141383900,"indexed_at_ns":1786946090950888800,"word_count":972},"frontend/admin-panel/src/pages/SeoSettingsPage.tsx":{"size":7361,"mtime_ns":1786885876852117800,"indexed_at_ns":1786946090964021800,"word_count":549},"frontend/admin-panel/src/pages/Settings.tsx":{"size":41127,"mtime_ns":1786948119780100900,"indexed_at_ns":1786954590114257900,"word_count":2650},"frontend/admin-panel/src/pages/SmartAdvisorManager.tsx":{"size":14321,"mtime_ns":1786799852443027400,"indexed_at_ns":1786863539783943500,"word_count":1073},"frontend/admin-panel/src/pages/SystemSettingsPage.tsx":{"size":7931,"mtime_ns":1786799852444030300,"indexed_at_ns":1786863539790462300,"word_count":575},"frontend/admin-panel/src/pages/TestimonialsManager.tsx":{"size":18160,"mtime_ns":1786799852445028000,"indexed_at_ns":1786863539796971000,"word_count":1311},"frontend/admin-panel/src/pages/UITexts.tsx":{"size":21687,"mtime_ns":1786954681835053100,"indexed_at_ns":1786955474947729800,"word_count":1702},"frontend/admin-panel/src/pages/Users.tsx":{"size":42561,"mtime_ns":1786883225813571300,"indexed_at_ns":1786946091025818600,"word_count":2830},"frontend/admin-panel/src/pages/Videos.tsx":{"size":19944,"mtime_ns":1786885876865800800,"indexed_at_ns":1786946091033029300,"word_count":1419},"frontend/admin-panel/src/pages/WholesaleApplications.tsx":{"size":6505,"mtime_ns":1786799852457805400,"indexed_at_ns":1786863539828590300,"word_count":503},"frontend/admin-panel/src/pages/Wiki.tsx":{"size":14792,"mtime_ns":1786885876868308700,"indexed_at_ns":1786946091044162500,"word_count":1144},"frontend/admin-panel/src/routes/adminRoutes.tsx":{"size":4643,"mtime_ns":1786944769526822700,"indexed_at_ns":1786946091050164400,"word_count":495},"frontend/admin-panel/src/services/api.ts":{"size":5190,"mtime_ns":1786896758433963000,"indexed_at_ns":1786946091056675900,"word_count":479},"frontend/admin-panel/src/store/adminAuthStore.ts":{"size":666,"mtime_ns":1786799852469037000,"indexed_at_ns":1786863539858627200,"word_count":65},"frontend/admin-panel/src/types/admin.ts":{"size":3773,"mtime_ns":1786894580154842300,"indexed_at_ns":1786946091067718500,"word_count":414},"frontend/admin-panel/tailwind.config.js":{"size":182,"mtime_ns":1783764561861721300,"indexed_at_ns":1786863539871727500,"word_count":20},"frontend/admin-panel/tsconfig.app.json":{"size":617,"mtime_ns":1783764561862859900,"indexed_at_ns":1786863680473847600,"word_count":47,"hashes":{"frontend/admin-panel/tsconfig.app.json":"b15d934d372b42fef3c150b90ab9dec888deeed53159fb9ebaf3ece2bc6896e9"}},"frontend/admin-panel/tsconfig.json":{"size":119,"mtime_ns":1783764561863393600,"indexed_at_ns":1786863680475351500,"word_count":15,"hashes":{"frontend/admin-panel/tsconfig.json":"7a6c2e21b6eaa2355b4e2ed29db2a767499a88498bde745cdccf3ba8c7f64f2b"}},"frontend/admin-panel/tsconfig.node.json":{"size":591,"mtime_ns":1783764561863923100,"indexed_at_ns":1786863680476356300,"word_count":44,"hashes":{"frontend/admin-panel/tsconfig.node.json":"035a8143cff9651dbb67885756a07cc3f8ed1c5dcbf04a6e2042600b7989d525"}},"frontend/admin-panel/vite.config.ts":{"size":161,"mtime_ns":1783764561864454900,"indexed_at_ns":1786863539894474200,"word_count":18},"frontend/application/AGENTS.md":{"size":760,"mtime_ns":1786885876870317000,"indexed_at_ns":1786946194631269100,"word_count":91,"hashes":{"frontend/application/agents.md":"26c7594b16f52dcd1085a81ac2dd55a924bf9badc3d339789c5a52657ad86ea7"}},"frontend/application/CLAUDE.md":{"size":11,"mtime_ns":1783764561866744500,"indexed_at_ns":1786863694066612200,"word_count":1,"hashes":{"frontend/application/claude.md":"0776fbbe8c29c6dc861efa70683090a370ab56dc77c22cb9de74895b4c783320"}},"frontend/application/README.md":{"size":1450,"mtime_ns":1783764561867354300,"indexed_at_ns":1786863694067611900,"word_count":155,"hashes":{"frontend/application/readme.md":"dd829cdf325092d859080ac1db3cbf2cca3198e72834f0f228495ef3c49a2240"}},"frontend/application/app/ClientLayout.tsx":{"size":5386,"mtime_ns":1786891855353571400,"indexed_at_ns":1786946091118817200,"word_count":486},"frontend/application/app/HomeClient.tsx":{"size":12981,"mtime_ns":1786946249969930000,"indexed_at_ns":1786948020492659800,"word_count":833},"frontend/application/app/about/page.tsx":{"size":6019,"mtime_ns":1786885876874317800,"indexed_at_ns":1786946091130517900,"word_count":507},"frontend/application/app/blog/[slug]/page.tsx":{"size":6663,"mtime_ns":1786885876877317400,"indexed_at_ns":1786946091138538500,"word_count":521},"frontend/application/app/blog/page.tsx":{"size":2058,"mtime_ns":1786885876878823400,"indexed_at_ns":1786946091144595700,"word_count":214},"frontend/application/app/catalog/CatalogClient.tsx":{"size":1389,"mtime_ns":1786872121566485100,"indexed_at_ns":1786877276794688700,"word_count":129},"frontend/application/app/catalog/page.tsx":{"size":1000,"mtime_ns":1786885876880832300,"indexed_at_ns":1786946091157620100,"word_count":99},"frontend/application/app/checkout/page.tsx":{"size":125,"mtime_ns":1783764561876442900,"indexed_at_ns":1786863539973147200,"word_count":13},"frontend/application/app/checkout/success/[id]/page.tsx":{"size":231,"mtime_ns":1783764561878668300,"indexed_at_ns":1786863539980152400,"word_count":31},"frontend/application/app/contact/page.tsx":{"size":1923,"mtime_ns":1786885876884352900,"indexed_at_ns":1786946091174222400,"word_count":169},"frontend/application/app/dashboard/page.tsx":{"size":133,"mtime_ns":1783764561880281000,"indexed_at_ns":1786863539993347900,"word_count":13},"frontend/application/app/error.tsx":{"size":383,"mtime_ns":1785148022478709000,"indexed_at_ns":1786863539998855700,"word_count":50},"frontend/application/app/layout.tsx":{"size":4001,"mtime_ns":1786885876886352200,"indexed_at_ns":1786946091201905500,"word_count":353},"frontend/application/app/loading.tsx":{"size":1373,"mtime_ns":1785148022487650000,"indexed_at_ns":1786863540025491400,"word_count":122},"frontend/application/app/not-found.tsx":{"size":124,"mtime_ns":1783764561891411400,"indexed_at_ns":1786863540032490900,"word_count":15},"frontend/application/app/page.tsx":{"size":2357,"mtime_ns":1786885876888872400,"indexed_at_ns":1786946091217128300,"word_count":224},"frontend/application/app/privacy/page.tsx":{"size":4367,"mtime_ns":1786885876892884700,"indexed_at_ns":1786946091229212900,"word_count":361},"frontend/application/app/profile/page.tsx":{"size":122,"mtime_ns":1783764561895258400,"indexed_at_ns":1786863540054231400,"word_count":13},"frontend/application/app/robots.ts":{"size":404,"mtime_ns":1783764561896486600,"indexed_at_ns":1786863540060459100,"word_count":38},"frontend/application/app/search/page.tsx":{"size":569,"mtime_ns":1786885876894884000,"indexed_at_ns":1786946091253347100,"word_count":65},"frontend/application/app/shop/[slug]/page.tsx":{"size":4439,"mtime_ns":1786885876896885400,"indexed_at_ns":1786946091261392900,"word_count":388},"frontend/application/app/shop/page.tsx":{"size":2025,"mtime_ns":1786885876899395900,"indexed_at_ns":1786946091268392700,"word_count":211},"frontend/application/app/sitemap.ts":{"size":2040,"mtime_ns":1786799852565744400,"indexed_at_ns":1786863540085699800,"word_count":191},"frontend/application/app/track/page.tsx":{"size":129,"mtime_ns":1783764561901903300,"indexed_at_ns":1786863540091699600,"word_count":13},"frontend/application/app/trust-seals/page.tsx":{"size":6722,"mtime_ns":1786885876903404600,"indexed_at_ns":1786946091292478900,"word_count":528},"frontend/application/app/videos/page.tsx":{"size":117,"mtime_ns":1783764561902986700,"indexed_at_ns":1786863540105289000,"word_count":13},"frontend/application/app/wiki/[slug]/page.tsx":{"size":2325,"mtime_ns":1784033954808355000,"indexed_at_ns":1786863540118520300,"word_count":234},"frontend/application/app/wiki/page.tsx":{"size":1242,"mtime_ns":1786885876905476200,"indexed_at_ns":1786946091316862200,"word_count":122},"frontend/application/components/AddressModal.tsx":{"size":16148,"mtime_ns":1786799852571178400,"indexed_at_ns":1786863540130732600,"word_count":1109},"frontend/application/components/ArchivePage.tsx":{"size":34996,"mtime_ns":1786946249970928600,"indexed_at_ns":1786948020661873800,"word_count":2734},"frontend/application/components/AuthModal.tsx":{"size":44845,"mtime_ns":1786891855357691900,"indexed_at_ns":1786946091341971300,"word_count":2978},"frontend/application/components/B2BPortal.tsx":{"size":14014,"mtime_ns":1786894580156857600,"indexed_at_ns":1786946091352003200,"word_count":1094},"frontend/application/components/BackButton.tsx":{"size":1105,"mtime_ns":1786799852597341400,"indexed_at_ns":1786863540159500900,"word_count":116},"frontend/application/components/BlogPage.tsx":{"size":24606,"mtime_ns":1786885876915228400,"indexed_at_ns":1786946091379813700,"word_count":1509},"frontend/application/components/CartDrawer.tsx":{"size":20230,"mtime_ns":1786799852599390300,"indexed_at_ns":1786863540173272000,"word_count":1339},"frontend/application/components/CheckoutPage.tsx":{"size":49167,"mtime_ns":1786954681837053700,"indexed_at_ns":1786955475260251400,"word_count":3305},"frontend/application/components/ContactFormClient.tsx":{"size":10541,"mtime_ns":1786885876918218600,"indexed_at_ns":1786946091414963400,"word_count":775},"frontend/application/components/DeleteConfirmModal.tsx":{"size":2328,"mtime_ns":1786799852608752300,"indexed_at_ns":1786863540195843400,"word_count":195},"frontend/application/components/EnamadBadge.tsx":{"size":1516,"mtime_ns":1786799852612361900,"indexed_at_ns":1786863540202352600,"word_count":114},"frontend/application/components/ErrorBoundary.tsx":{"size":2617,"mtime_ns":1786799852614549600,"indexed_at_ns":1786863540208609600,"word_count":235},"frontend/application/components/ErrorPages.tsx":{"size":2809,"mtime_ns":1786885876920726400,"indexed_at_ns":1786946091441576800,"word_count":243},"frontend/application/components/FeaturedProducts.tsx":{"size":9923,"mtime_ns":1786799852624407000,"indexed_at_ns":1786863540221425100,"word_count":840},"frontend/application/components/Footer.tsx":{"size":12503,"mtime_ns":1786946249976949900,"indexed_at_ns":1786948020743638300,"word_count":843},"frontend/application/components/Header.tsx":{"size":28516,"mtime_ns":1786946249979030000,"indexed_at_ns":1786948020750142300,"word_count":2014},"frontend/application/components/HeaderButton.tsx":{"size":2242,"mtime_ns":1786799852637156100,"indexed_at_ns":1786863540242057800,"word_count":208},"frontend/application/components/Hero.tsx":{"size":18439,"mtime_ns":1786954681838055000,"indexed_at_ns":1786955475315416600,"word_count":1541},"frontend/application/components/IngredientWiki.tsx":{"size":19123,"mtime_ns":1786958978739412900,"indexed_at_ns":1786960870025239000,"word_count":1454},"frontend/application/components/LoginModal.tsx":{"size":13846,"mtime_ns":1786885876932267500,"indexed_at_ns":1786946091505536900,"word_count":1121},"frontend/application/components/MaintenancePage.tsx":{"size":3686,"mtime_ns":1786946249984693000,"indexed_at_ns":1786948020776802400,"word_count":313},"frontend/application/components/NetworkBanner.tsx":{"size":2350,"mtime_ns":1786799852662138900,"indexed_at_ns":1786863540279146900,"word_count":214},"frontend/application/components/OrderDetailsModal.tsx":{"size":33085,"mtime_ns":1786944769533340100,"indexed_at_ns":1786946091537915100,"word_count":2354},"frontend/application/components/OrderSuccess.tsx":{"size":6396,"mtime_ns":1786799852665542300,"indexed_at_ns":1786863540291787200,"word_count":521},"frontend/application/components/OrderTracking.tsx":{"size":9105,"mtime_ns":1786885876938266000,"indexed_at_ns":1786946091555171900,"word_count":663},"frontend/application/components/PetProfile.tsx":{"size":77128,"mtime_ns":1786954681840286300,"indexed_at_ns":1786955475359709700,"word_count":5484},"frontend/application/components/PrescriptionUploadModal.tsx":{"size":18235,"mtime_ns":1786954681842298400,"indexed_at_ns":1786955475367584500,"word_count":1302},"frontend/application/components/ProductPage.tsx":{"size":56515,"mtime_ns":1786946249988814300,"indexed_at_ns":1786948020812227700,"word_count":4070},"frontend/application/components/SafeImage.tsx":{"size":2054,"mtime_ns":1786885876949569800,"indexed_at_ns":1786946091605553100,"word_count":187},"frontend/application/components/SearchResultsPage.tsx":{"size":8335,"mtime_ns":1786799852701578200,"indexed_at_ns":1786863540335701600,"word_count":594},"frontend/application/components/SearchableSelect.tsx":{"size":4375,"mtime_ns":1785575516155554800,"indexed_at_ns":1786863540342211100,"word_count":336},"frontend/application/components/Skeleton.tsx":{"size":3084,"mtime_ns":1783764561943996900,"indexed_at_ns":1786863540349888700,"word_count":291},"frontend/application/components/SmartAdvisor.tsx":{"size":33571,"mtime_ns":1786894580167908400,"indexed_at_ns":1786946091629542000,"word_count":2534},"frontend/application/components/TickerBanner.tsx":{"size":1605,"mtime_ns":1786885876960835800,"indexed_at_ns":1786946091635653200,"word_count":140},"frontend/application/components/Tooltip.tsx":{"size":2771,"mtime_ns":1786885876964103200,"indexed_at_ns":1786946091641165300,"word_count":227},"frontend/application/components/TopUpModal.tsx":{"size":9142,"mtime_ns":1786890779336880900,"indexed_at_ns":1786946091647541000,"word_count":717},"frontend/application/components/UserDashboard.tsx":{"size":90847,"mtime_ns":1786954681843296800,"indexed_at_ns":1786955475425357400,"word_count":5771},"frontend/application/components/VetGallery.tsx":{"size":9590,"mtime_ns":1786885876970368900,"indexed_at_ns":1786946091663117600,"word_count":759},"frontend/application/components/VideosPage.tsx":{"size":9404,"mtime_ns":1786885876974175000,"indexed_at_ns":1786946091669350600,"word_count":681},"frontend/application/components/__tests__/CartDrawer.test.tsx":{"size":3197,"mtime_ns":1786799852761825800,"indexed_at_ns":1786863540412200800,"word_count":285},"frontend/application/components/__tests__/FeaturedProducts.test.tsx":{"size":3115,"mtime_ns":1786799852765632100,"indexed_at_ns":1786863540419710400,"word_count":242},"frontend/application/components/__tests__/Footer.test.tsx":{"size":1649,"mtime_ns":1786885876976595100,"indexed_at_ns":1786946091695116800,"word_count":139},"frontend/application/components/__tests__/Header.test.tsx":{"size":3277,"mtime_ns":1786799852770019100,"indexed_at_ns":1786863540434730400,"word_count":261},"frontend/application/components/__tests__/Hero.test.tsx":{"size":1980,"mtime_ns":1786799852776010800,"indexed_at_ns":1786863540442340400,"word_count":192},"frontend/application/components/__tests__/Tooltip.test.tsx":{"size":1508,"mtime_ns":1786799852784348900,"indexed_at_ns":1786863540450854900,"word_count":137},"frontend/application/eslint.config.mjs":{"size":465,"mtime_ns":1785651092993484500,"indexed_at_ns":1786863540456944500,"word_count":42},"frontend/application/lib/data/products.ts":{"size":103445,"mtime_ns":1786958978741515600,"indexed_at_ns":1786960870207201300,"word_count":9675},"frontend/application/lib/data/provinces.ts":{"size":2993,"mtime_ns":1785571725610676000,"indexed_at_ns":1786863540475337300,"word_count":203},"frontend/application/lib/data/scientificTerms.ts":{"size":18042,"mtime_ns":1786958978743097300,"indexed_at_ns":1786960870219714000,"word_count":1756},"frontend/application/lib/hooks/useNetworkStatus.ts":{"size":610,"mtime_ns":1786799852793488000,"indexed_at_ns":1786863540490904900,"word_count":59},"frontend/application/lib/services/api.ts":{"size":3694,"mtime_ns":1786954681844297300,"indexed_at_ns":1786955475523413700,"word_count":391},"frontend/application/lib/services/authService.ts":{"size":4524,"mtime_ns":1786885876986184800,"indexed_at_ns":1786946091788097500,"word_count":509},"frontend/application/lib/services/orderService.ts":{"size":2428,"mtime_ns":1786799852810726500,"indexed_at_ns":1786863540512358400,"word_count":279},"frontend/application/lib/services/productService.ts":{"size":9733,"mtime_ns":1786946249990927500,"indexed_at_ns":1786948020972782900,"word_count":918},"frontend/application/lib/services/videoService.ts":{"size":1015,"mtime_ns":1786799852818516100,"indexed_at_ns":1786863540526453400,"word_count":128},"frontend/application/lib/store/__tests__/cartStore.test.ts":{"size":4430,"mtime_ns":1786799852822036900,"indexed_at_ns":1786863540533965000,"word_count":386},"frontend/application/lib/store/__tests__/settingsStore.test.ts":{"size":1949,"mtime_ns":1783856793043803200,"indexed_at_ns":1786863540540796300,"word_count":194},"frontend/application/lib/store/__tests__/userStore.test.ts":{"size":3639,"mtime_ns":1786799852825547700,"indexed_at_ns":1786863540547305500,"word_count":289},"frontend/application/lib/store/cartStore.ts":{"size":6972,"mtime_ns":1786895436235684300,"indexed_at_ns":1786946091844031100,"word_count":697},"frontend/application/lib/store/settingsStore.ts":{"size":3630,"mtime_ns":1786948119787096800,"indexed_at_ns":1786954590768008200,"word_count":371},"frontend/application/lib/store/uiStore.ts":{"size":872,"mtime_ns":1786799852833588000,"indexed_at_ns":1786863540568531000,"word_count":100},"frontend/application/lib/store/usePetStore.ts":{"size":8680,"mtime_ns":1786954681845300600,"indexed_at_ns":1786955475589806900,"word_count":850},"frontend/application/lib/store/userStore.ts":{"size":10236,"mtime_ns":1786885876994698300,"indexed_at_ns":1786946091871573500,"word_count":883},"frontend/application/lib/types.ts":{"size":2194,"mtime_ns":1786799852840111800,"indexed_at_ns":1786863540590778900,"word_count":237},"frontend/application/lib/utils.ts":{"size":478,"mtime_ns":1786799852847284000,"indexed_at_ns":1786863540596780000,"word_count":61},"frontend/application/next.config.ts":{"size":1764,"mtime_ns":1786870552898769500,"indexed_at_ns":1786877277293787300,"word_count":169},"frontend/application/package.json":{"size":844,"mtime_ns":1786799852863132300,"indexed_at_ns":1786863680477356100,"word_count":72,"hashes":{"frontend/application/package.json":"3ffd8078128454f22679add155e8304ffb9476e630e847cd895ffb1422db1b5f"}},"frontend/application/postcss.config.mjs":{"size":94,"mtime_ns":1783764561988252100,"indexed_at_ns":1786863540617596000,"word_count":13},"frontend/application/public/assets/images/hero-section-image.png":{"size":6990105,"mtime_ns":1783856793095044200,"indexed_at_ns":1786863694135258700,"word_count":267685,"hashes":{"frontend/application/public/assets/images/hero-section-image.png":"13c3a8c4b520c0f0500833b266f6e4755a2c0e86904dc89c1d0243136cd9e090"}},"frontend/application/public/assets/images/regenerated_image_1779109861747.png":{"size":2269101,"mtime_ns":1783764562014110300,"indexed_at_ns":1786863694155060900,"word_count":84979,"hashes":{"frontend/application/public/assets/images/regenerated_image_1779109861747.png":"1dad8a2330655c9068cefc35c7e69370d06305219d6a38d82630043805ac39a9"}},"frontend/application/public/file.svg":{"size":391,"mtime_ns":1783764562016213600,"indexed_at_ns":1786863694164180800,"word_count":50,"hashes":{"frontend/application/public/file.svg":"1119e2ef995a10263472a09138d843b9f5924e1f4b6f84d2168226327ace0be1"}},"frontend/application/public/fonts/A-Iranian-Sans/A-Iranian-Sans/read me!.txt":{"size":281,"mtime_ns":1783856793098052000,"indexed_at_ns":1786863694070120000,"word_count":15,"hashes":{"frontend/application/public/fonts/a-iranian-sans/a-iranian-sans/read me!.txt":"6c2a924fd200fa301020be822d33307191d295b2c6b7e731785c02929b6a0fb1"}},"frontend/application/public/fonts/IranNastaliq/IranNastaliq/read me!.txt":{"size":281,"mtime_ns":1783856793107660400,"indexed_at_ns":1786863694072123000,"word_count":15,"hashes":{"frontend/application/public/fonts/irannastaliq/irannastaliq/read me!.txt":"79166364479f09a129d20f508898f5a23d90937b337db1d2c2a64c2cda022e1f"}},"frontend/application/public/fonts/sahel-font-v3.4.0/CHANGELOG.md":{"size":8519,"mtime_ns":1783856793113660500,"indexed_at_ns":1786863694073120500,"word_count":1077,"hashes":{"frontend/application/public/fonts/sahel-font-v3.4.0/changelog.md":"be9b046e69dc5442c30d61cca51a69e4238f861da265d1ce8cd0192bafce40a9"}},"frontend/application/public/fonts/sahel-font-v3.4.0/README.md":{"size":4136,"mtime_ns":1783856793156251700,"indexed_at_ns":1786863694075624200,"word_count":366,"hashes":{"frontend/application/public/fonts/sahel-font-v3.4.0/readme.md":"9b0e689f6474b487d70db0ecb05321072f15df92266522497b60aaa47579aac5"}},"frontend/application/public/fonts/sahel-font-v3.4.0/sample-variable.gif":{"size":236102,"mtime_ns":1783856793229119700,"indexed_at_ns":1786863694169221500,"word_count":10881,"hashes":{"frontend/application/public/fonts/sahel-font-v3.4.0/sample-variable.gif":"0825bc4a5adf33cea89ddbb0754a9951481f92beed22cc4ae9be5c59c8847c7f"}},"frontend/application/public/fonts/shabnam-font-v5.0.1/CHANGELOG.md":{"size":7177,"mtime_ns":1783856793230118600,"indexed_at_ns":1786863694077307600,"word_count":951,"hashes":{"frontend/application/public/fonts/shabnam-font-v5.0.1/changelog.md":"575542fd432a1b489570fce6eead03ca964b61d038ee9f3bd9181d6c07fec8b2"}},"frontend/application/public/fonts/shabnam-font-v5.0.1/README.md":{"size":3696,"mtime_ns":1783856793279542700,"indexed_at_ns":1786863694079312500,"word_count":283,"hashes":{"frontend/application/public/fonts/shabnam-font-v5.0.1/readme.md":"f9e5953869832730d4169ced95c5b978ef4d156f0114de6b27f37025fd5e7054"}},"frontend/application/public/fonts/shabnam-font-v5.0.1/sample.png":{"size":85019,"mtime_ns":1783856793315146800,"indexed_at_ns":1786863694176105400,"word_count":2615,"hashes":{"frontend/application/public/fonts/shabnam-font-v5.0.1/sample.png":"01816e4165a20a19dbd7c57390bc7d06119e51479c968568396df53bd3116fec"}},"frontend/application/public/fonts/vazirmatn-v33.003/AUTHORS.txt":{"size":339,"mtime_ns":1783856793316155600,"indexed_at_ns":1786863694080379500,"word_count":55,"hashes":{"frontend/application/public/fonts/vazirmatn-v33.003/authors.txt":"0c05de46944017b09527017814eae25279495af7920f59181720a034e84ab759"}},"frontend/application/public/fonts/vazirmatn-v33.003/CHANGELOG.md":{"size":38550,"mtime_ns":1783856793317690100,"indexed_at_ns":1786863694082379200,"word_count":5086,"hashes":{"frontend/application/public/fonts/vazirmatn-v33.003/changelog.md":"323e095d50626f73023efa85133687134ad8808333e908c41b9a3e61f225edbf"}},"frontend/application/public/fonts/vazirmatn-v33.003/OFL.txt":{"size":4391,"mtime_ns":1783856793319422000,"indexed_at_ns":1786863694084379300,"word_count":671,"hashes":{"frontend/application/public/fonts/vazirmatn-v33.003/ofl.txt":"756a84fec3f8eaf480849631710c21e3d503b11e50081b84fb4d31a4d970208a"}},"frontend/application/public/fonts/vazirmatn-v33.003/README.md":{"size":2339,"mtime_ns":1783856793320489000,"indexed_at_ns":1786863694085379400,"word_count":270,"hashes":{"frontend/application/public/fonts/vazirmatn-v33.003/readme.md":"cee7881a2b9d08b4fe358b683fdde88fa7f8fafb7f53852216a080d291460ca0"}},"frontend/application/public/fonts/vazirmatn-v33.003/\u0631\u0627\u0647\u0646\u0645\u0627.txt":{"size":211,"mtime_ns":1783856793668096800,"indexed_at_ns":1786863694087379500,"word_count":14,"hashes":{"frontend/application/public/fonts/vazirmatn-v33.003/\u0631\u0627\u0647\u0646\u0645\u0627.txt":"aa327615c816569057ced5f2c9993f791a1521e2bd4eab0ab992baf173159217"}},"frontend/application/public/globe.svg":{"size":1035,"mtime_ns":1783764562016720700,"indexed_at_ns":1786863694180121600,"word_count":154,"hashes":{"frontend/application/public/globe.svg":"93cd319cc2847a02f77034690697e90991e4e520dddb486c49db6d157f61a410"}},"frontend/application/public/next.svg":{"size":1375,"mtime_ns":1783764562018238900,"indexed_at_ns":1786863694181884500,"word_count":183,"hashes":{"frontend/application/public/next.svg":"b30f61c9863dba2a8d332f310e20fbca37330c1c68612d0f0b453a0b202e836a"}},"frontend/application/public/vercel.svg":{"size":128,"mtime_ns":1783764562019253000,"indexed_at_ns":1786863694184891200,"word_count":12,"hashes":{"frontend/application/public/vercel.svg":"c88132dfd92b424991c922c4121ed83833f9a07d7046def18dd3ccd44ac25e84"}},"frontend/application/public/window.svg":{"size":385,"mtime_ns":1783764562019253000,"indexed_at_ns":1786863694190022700,"word_count":63,"hashes":{"frontend/application/public/window.svg":"20a1be5f2149ff9ae12c5facdd302bc535ba215694bf31eea01cd014322d20fa"}},"frontend/application/tsconfig.json":{"size":750,"mtime_ns":1786799852865640000,"indexed_at_ns":1786863680478356000,"word_count":61,"hashes":{"frontend/application/tsconfig.json":"adcade0f962ec5888be99b4b1402d98812cfd570b0c5669bda73142b2cb9210d"}},"frontend/application/vitest.config.ts":{"size":244,"mtime_ns":1786799852868652900,"indexed_at_ns":1786863544320193300,"word_count":25},"frontend/application/vitest.setup.ts":{"size":532,"mtime_ns":1786799852870650700,"indexed_at_ns":1786863544326240200,"word_count":58},"metadata.json":{"size":334,"mtime_ns":1783856793672137200,"indexed_at_ns":1786863680479357400,"word_count":35,"hashes":{"metadata.json":"c44b4c4ba60752554ceae65e2f22bddb756cbeb25a4a31ee79160b6eb182255a"}},"package.json":{"size":992,"mtime_ns":1783856793674105800,"indexed_at_ns":1786863680481374200,"word_count":118,"hashes":{"package.json":"0157b70b08d4db87730d29b1da6749d719cc3f815c2c01d0c5cd29042f4d0bcf"}},"prometheus.yml":{"size":164,"mtime_ns":1783764562027779300,"indexed_at_ns":1786863694089379300,"word_count":13,"hashes":{"prometheus.yml":"6efadd3eaf7bcdf8e425488e92b4262447caba278f55a179b9bd4a12d5dfc721"}},"scripts/backup_db.sh":{"size":1362,"mtime_ns":1786799852876784600,"indexed_at_ns":1786863680482378900,"word_count":134,"hashes":{"scripts/backup_db.sh":"f90cf2d0c954f3eaca83566ccb365bff62fd97a2af0225816c19902ee4dfdd6c"}},"scripts/compose.prod.yml":{"size":2090,"mtime_ns":1786877667023527700,"indexed_at_ns":1786946194640744100,"word_count":117,"hashes":{"scripts/compose.prod.yml":"ec4c7444d425a241f744073f8c860282daa97a899b67b302bef2c2d0d92062f5"}},"scripts/compose.stage.yml":{"size":2481,"mtime_ns":1786883225890948000,"indexed_at_ns":1786946194641744700,"word_count":134,"hashes":{"scripts/compose.stage.yml":"84cdc3265d9a75ab71d28d033b18c0edc7738d768b01b1e5f4c6bd3dba3e020b"}},"scripts/deploy.sh":{"size":3099,"mtime_ns":1786870553126345000,"indexed_at_ns":1786877281716813800,"word_count":309,"hashes":{"scripts/deploy.sh":"c6caeffd50f1035595e5733fb61f62e55d6f2f7a5b17e649b7a256182cb004d6"}},"scripts/open-browsers.js":{"size":1551,"mtime_ns":1783764562028780800,"indexed_at_ns":1786863544379330800,"word_count":202},"scripts/start-dev.js":{"size":1332,"mtime_ns":1783766217319524600,"indexed_at_ns":1786863544385074200,"word_count":148},"start.sh":{"size":26,"mtime_ns":1784033954813080300,"indexed_at_ns":1786863680484972600,"word_count":4,"hashes":{"start.sh":"694c258b963c309734a3316c770f5fef29703bc6f24754b04155fd8db94cf862"}},"swagger.yml":{"size":95785,"mtime_ns":1786799852892091600,"indexed_at_ns":1786863694094028500,"word_count":7031,"hashes":{"swagger.yml":"9ee34edd53820461e0a043109976532a305cb26a4ff9e265eb8a5883dd42dd53"}},".antigravity/instructions.md":{"size":226,"mtime_ns":1786870552833405800,"indexed_at_ns":1786877281836081000,"word_count":29,"hashes":{".antigravity/instructions.md":"8d8f5c1bbdbb7b8045e02b06a50e68d3fcfabfb2d65f8ac1cd86168dc8a8cc96"}},".antigravity/workflows/graphify.md":{"size":43292,"mtime_ns":1786870552837921500,"indexed_at_ns":1786877281837081200,"word_count":5442,"hashes":{".antigravity/workflows/graphify.md":"0c16b701a50d64f741f6de107c49584012a8dd7f5e922af9f79754540629e2fe"}},".agents/rules/graphify.md":{"size":933,"mtime_ns":1786870552830271100,"indexed_at_ns":1786877281724557600,"word_count":127,"hashes":{".agents/rules/graphify.md":"26f2577a68d808f7f33ec3e418b95b635aec180d93b22b975e9ae67c47e361c8"}},".agents/workflows/graphify.md":{"size":229,"mtime_ns":1786870552832398300,"indexed_at_ns":1786877281726150800,"word_count":37,"hashes":{".agents/workflows/graphify.md":"a81e2d017e0669c71099362b20854e4d9ed68753f1c240d0682120bdb9aa3c72"}},"backend/src/payment/dto/initiate-payment.dto.ts":{"size":775,"mtime_ns":1786870552874246400,"indexed_at_ns":1786877271375657600,"word_count":69},"backend/src/payment/dto/verify-payment.dto.ts":{"size":1421,"mtime_ns":1786894580126857900,"indexed_at_ns":1786946086330048800,"word_count":126},"backend/src/payment/payment.controller.ts":{"size":8567,"mtime_ns":1786891855343844100,"indexed_at_ns":1786946086341392100,"word_count":738},"backend/src/payment/payment.module.ts":{"size":511,"mtime_ns":1786870552877757300,"indexed_at_ns":1786877271399883800,"word_count":53},"backend/src/payment/payment.service.ts":{"size":29807,"mtime_ns":1786892646036748700,"indexed_at_ns":1786946086353461100,"word_count":2694},"backend/src/payment/zibal.service.ts":{"size":12238,"mtime_ns":1786891855350041800,"indexed_at_ns":1786946086361175000,"word_count":1211},"frontend/application/app/payment/verify/page.tsx":{"size":14338,"mtime_ns":1786891855356078600,"indexed_at_ns":1786946091223701800,"word_count":1094},"AGENTS.md":{"size":226,"mtime_ns":1786870552862708600,"indexed_at_ns":1786877281874765400,"word_count":29,"hashes":{"agents.md":"b664c2bb6d85e009d7495bcd9c3d52c419176473cd4e19362fd4256616076151"}},"frontend/admin-panel/src/pages/SmsSettingsPage.tsx":{"size":74343,"mtime_ns":1786892646043750000,"indexed_at_ns":1786946090982076100,"word_count":5104},"backend/src/payment/dto/admin-transaction-filter.dto.ts":{"size":2028,"mtime_ns":1786870552873240900,"indexed_at_ns":1786877271369346300,"word_count":191},"frontend/admin-panel/src/pages/Transactions.tsx":{"size":38091,"mtime_ns":1786894580150141800,"indexed_at_ns":1786946091012227900,"word_count":2640},"backend/src/payment/interfaces/payment-gateway.interface.ts":{"size":1330,"mtime_ns":1786870552876751100,"indexed_at_ns":1786877271387776900,"word_count":128},"frontend/application/components/catalog/CatalogPageSpread.tsx":{"size":24099,"mtime_ns":1786885876979161800,"indexed_at_ns":1786946091728992400,"word_count":1912},"frontend/application/components/catalog/FlipbookCatalog.tsx":{"size":32968,"mtime_ns":1786885876982161900,"indexed_at_ns":1786946091735990100,"word_count":2807},"frontend/application/components/catalog/ProductDetailModal.tsx":{"size":7763,"mtime_ns":1786872121572482100,"indexed_at_ns":1786877277178724400,"word_count":557},"backend/scripts/generate-openapi.d.ts":{"size":11,"mtime_ns":1786883225777483700,"indexed_at_ns":1786946085729741600,"word_count":2},"backend/scripts/generate-openapi.js":{"size":2965,"mtime_ns":1786883225779120000,"indexed_at_ns":1786946085735928200,"word_count":309},"backend/src/admin/dto/user.dto.ts":{"size":2793,"mtime_ns":1786883225785846400,"indexed_at_ns":1786946085817544400,"word_count":259},"backend/src/admin/ssl.controller.ts":{"size":3357,"mtime_ns":1786877667007047900,"indexed_at_ns":1786946085862558800,"word_count":296},"backend/src/admin/ssl.service.ts":{"size":6366,"mtime_ns":1786877667009063600,"indexed_at_ns":1786946085870189500,"word_count":595},"backend/src/auth/auth.constants.ts":{"size":462,"mtime_ns":1786883225787855500,"indexed_at_ns":1786946085910556000,"word_count":32},"backend/src/common/utils/phone.utils.ts":{"size":1089,"mtime_ns":1786883225801396000,"indexed_at_ns":1786946086201654400,"word_count":149},"backend/src/reviews/dto/create-review.dto.ts":{"size":895,"mtime_ns":1786944769513302000,"indexed_at_ns":1786946086494267400,"word_count":92},"backend/src/reviews/dto/update-review.dto.ts":{"size":519,"mtime_ns":1786944769515314300,"indexed_at_ns":1786946086499267300,"word_count":53},"backend/src/reviews/reviews.controller.ts":{"size":3221,"mtime_ns":1786944769516312000,"indexed_at_ns":1786946086504447100,"word_count":314},"backend/src/reviews/reviews.module.ts":{"size":374,"mtime_ns":1786944769517310800,"indexed_at_ns":1786946086510019800,"word_count":38},"backend/src/reviews/reviews.service.ts":{"size":6255,"mtime_ns":1786944769518311000,"indexed_at_ns":1786946086514718600,"word_count":684},"backend/src/settings/default-ui-texts.ts":{"size":10275,"mtime_ns":1786946249961418900,"indexed_at_ns":1786948015970729400,"word_count":819},"backend/src/settings/dto/sms-log-query.dto.ts":{"size":1306,"mtime_ns":1786883225805456300,"indexed_at_ns":1786946086541006400,"word_count":125},"backend/src/tickets/dto/create-ticket.dto.ts":{"size":2256,"mtime_ns":1786890779319295100,"indexed_at_ns":1786946086613116500,"word_count":201},"backend/src/tickets/dto/ticket-query.dto.ts":{"size":1074,"mtime_ns":1786890779319295100,"indexed_at_ns":1786946086618690800,"word_count":106},"backend/src/tickets/tickets.controller.ts":{"size":3095,"mtime_ns":1786890779321298500,"indexed_at_ns":1786946086625253800,"word_count":291},"backend/src/tickets/tickets.module.ts":{"size":374,"mtime_ns":1786890779322296800,"indexed_at_ns":1786946086630763500,"word_count":38},"backend/src/tickets/tickets.service.ts":{"size":7221,"mtime_ns":1786890779323295600,"indexed_at_ns":1786946086636270900,"word_count":779},"frontend/admin-panel/src/pages/Reviews.tsx":{"size":21507,"mtime_ns":1786944769523816800,"indexed_at_ns":1786946090956397100,"word_count":1540},"frontend/admin-panel/src/pages/SslSettingsPage.tsx":{"size":26036,"mtime_ns":1786877667019013700,"indexed_at_ns":1786946090988586900,"word_count":1913},"frontend/admin-panel/src/pages/Tickets.tsx":{"size":20881,"mtime_ns":1786890779327298800,"indexed_at_ns":1786946091006127300,"word_count":1511},"frontend/application/components/BannerPlacement.tsx":{"size":7607,"mtime_ns":1786946249971933900,"indexed_at_ns":1786948020684317000,"word_count":523},"frontend/application/components/BrandLogo.tsx":{"size":3103,"mtime_ns":1786946249972931000,"indexed_at_ns":1786948020695524700,"word_count":272},"frontend/application/components/ProductReviews.tsx":{"size":15995,"mtime_ns":1786944769535854900,"indexed_at_ns":1786946091596213200,"word_count":1188},"frontend/application/lib/services/ticketService.ts":{"size":1569,"mtime_ns":1786890779340901800,"indexed_at_ns":1786946091806644600,"word_count":170},"frontend/admin-panel/src/components/ui/PriceInput.tsx":{"size":2633,"mtime_ns":1786948119771162400,"indexed_at_ns":1786954589946615200,"word_count":267},"frontend/admin-panel/src/components/ui/Badge.tsx":{"size":1155,"mtime_ns":1786954681822897500,"indexed_at_ns":1786955474687409500,"word_count":122},"frontend/admin-panel/src/components/ui/FormField.tsx":{"size":1683,"mtime_ns":1786954681823527000,"indexed_at_ns":1786955474700715800,"word_count":148},"frontend/admin-panel/src/components/ui/ImagePreviewModal.tsx":{"size":3351,"mtime_ns":1786954681824534900,"indexed_at_ns":1786955474706795000,"word_count":270},"frontend/admin-panel/src/components/ui/Input.tsx":{"size":1747,"mtime_ns":1786954681825535900,"indexed_at_ns":1786955474713870800,"word_count":147},"frontend/admin-panel/src/components/ui/Select.tsx":{"size":1881,"mtime_ns":1786954681828537500,"indexed_at_ns":1786955474739346400,"word_count":160},"frontend/admin-panel/src/components/ui/Textarea.tsx":{"size":1287,"mtime_ns":1786954681828537500,"indexed_at_ns":1786955474757094100,"word_count":110},"frontend/admin-panel/src/components/ui/ToggleSwitch.tsx":{"size":1623,"mtime_ns":1786954681830044900,"indexed_at_ns":1786955474763662100,"word_count":143},"backend/prisma/tsconfig.json":{"size":194,"mtime_ns":1786961085448346700,"indexed_at_ns":1786961118926943000,"word_count":17,"hashes":{"backend/prisma/tsconfig.json":"0308b15b67bad714ff5f1b6b73f64ae46f98d5190cd6092abb1fb67885d67be1"}}}
\ No newline at end of file
+{".ai_agency/AGENCY.md":{"size":8757,"mtime_ns":1785148021979607300,"indexed_at_ns":1786863693890454700,"word_count":1161,"hashes":{".ai_agency/agency.md":"88c7c13583a91fc7e41ce055fede9dce20f181e8d264557808989965e83a9030"}},".ai_agency/agents/00_intake.md":{"size":3819,"mtime_ns":1785148021984319000,"indexed_at_ns":1786863693892455200,"word_count":500,"hashes":{".ai_agency/agents/00_intake.md":"9dc8d7eeda0655717dc5b9d2f8572c47567b88ca88de7e4e5bf59869077ff407"}},".ai_agency/agents/01_auditor.md":{"size":3643,"mtime_ns":1785148021987782800,"indexed_at_ns":1786863693894964400,"word_count":467,"hashes":{".ai_agency/agents/01_auditor.md":"37ae09614034d9b5c855e0132b59a5e3cfd2fc38c54d1a5386fa43ba488c4d4d"}},".ai_agency/agents/02_ceo.md":{"size":2341,"mtime_ns":1785148021998374800,"indexed_at_ns":1786863693896964700,"word_count":294,"hashes":{".ai_agency/agents/02_ceo.md":"b4a76df6483fd52e1b9f1e70765b3f7b6d134dc003ef2ad0cb86b952c869c4a5"}},".ai_agency/agents/03_product_manager.md":{"size":8422,"mtime_ns":1785148022001968200,"indexed_at_ns":1786863693898470300,"word_count":1076,"hashes":{".ai_agency/agents/03_product_manager.md":"1927827474b1dd6fd4976af45b51f1ad3128fe3305c3af22639ab2584e8f0b55"}},".ai_agency/agents/04_architect.md":{"size":3603,"mtime_ns":1785148022004966000,"indexed_at_ns":1786863693899999300,"word_count":448,"hashes":{".ai_agency/agents/04_architect.md":"c96b04d5af093f455fa3c64ae177a69421e8150eb38c70bb8587b5a14e7d3ca8"}},".ai_agency/agents/05_dev_backend.md":{"size":7142,"mtime_ns":1785148022012481200,"indexed_at_ns":1786863693901997700,"word_count":953,"hashes":{".ai_agency/agents/05_dev_backend.md":"143a7c8a6fbedcd837d647efddb9f6b49074583502bd77f24c955bd86a6f3df8"}},".ai_agency/agents/06_dev_frontend.md":{"size":7518,"mtime_ns":1785148022017020100,"indexed_at_ns":1786863693902997800,"word_count":1011,"hashes":{".ai_agency/agents/06_dev_frontend.md":"e69679636d42dd626c7c76ddc96e1ddb656ab5b9ee912b89adcc7a9338f34a0b"}},".ai_agency/agents/07_qa_engineer.md":{"size":3764,"mtime_ns":1785148022020044600,"indexed_at_ns":1786863693905070800,"word_count":507,"hashes":{".ai_agency/agents/07_qa_engineer.md":"2616ef2b3ac39ded45fc669d5b5b140e72953fe61a819966fb040382e9b47d45"}},".ai_agency/agents/08_visual_qa.md":{"size":7910,"mtime_ns":1785148022030083200,"indexed_at_ns":1786863693907111900,"word_count":1121,"hashes":{".ai_agency/agents/08_visual_qa.md":"17a5a74039e8a9d7cb40c5bc3c616c7c92d53401efd92d0675d4bbe5e90572a8"}},".ai_agency/agents/09_devops_security.md":{"size":6825,"mtime_ns":1785148022034087400,"indexed_at_ns":1786863693908113400,"word_count":908,"hashes":{".ai_agency/agents/09_devops_security.md":"315bd3cee954ac3496da8db1b1718b75ab3822ec3a90f99bc77767ca99482edf"}},".ai_agency/agents/10_tech_writer.md":{"size":3119,"mtime_ns":1785148022037082600,"indexed_at_ns":1786863693910113400,"word_count":408,"hashes":{".ai_agency/agents/10_tech_writer.md":"3527b44265fec2472cc20ca4641667e1fa3d38cbc9b2fbf9a946ee1e531e9e37"}},".ai_agency/agents/11_deploy.md":{"size":3956,"mtime_ns":1785148022040602600,"indexed_at_ns":1786863693912113300,"word_count":537,"hashes":{".ai_agency/agents/11_deploy.md":"8169bc98b249cd83ba21551dea082f69dfa6deca5f5e4a7f2739a28746c143f9"}},".ai_agency/agents/12_seo_content.md":{"size":10963,"mtime_ns":1785148022048603900,"indexed_at_ns":1786863693913112900,"word_count":1539,"hashes":{".ai_agency/agents/12_seo_content.md":"2f50eb9db8bf1ad7bc23c7d8c3a4f167a2daafb73f095db9237c5bdb20e7a5f4"}},".ai_agency/memory/agent_outputs/README.txt":{"size":290,"mtime_ns":1785148022052150400,"indexed_at_ns":1786863693914617900,"word_count":34,"hashes":{".ai_agency/memory/agent_outputs/readme.txt":"49b19b781e865081a74a0a87282e6c266e373f443a79e0758ef60a6e644c6e04"}},".ai_agency/memory/backlog.json":{"size":10711,"mtime_ns":1785330750958890900,"indexed_at_ns":1786863680433252400,"word_count":981,"hashes":{".ai_agency/memory/backlog.json":"6bf3150a1877d03d03b368df21b84071381b1bb8cd03e3721fa9f8e6c38355be"}},".ai_agency/memory/scratchpad.md":{"size":1879,"mtime_ns":1785148022065114400,"indexed_at_ns":1786863693916623700,"word_count":249,"hashes":{".ai_agency/memory/scratchpad.md":"9d0f687cf8e95c6335f1efb070da8029878417c28117e3b89aa8536ad70a5b95"}},".ai_agency/memory/state.json":{"size":3654,"mtime_ns":1785330750963913800,"indexed_at_ns":1786863680437228800,"word_count":254,"hashes":{".ai_agency/memory/state.json":"1204676f8f295d89733888bb87936061b7a700df0cc936fbf08fd5269b534e8d"}},".ai_agency/orchestrate.py":{"size":6800,"mtime_ns":1785148022072662500,"indexed_at_ns":1786863680437736800,"word_count":644,"hashes":{".ai_agency/orchestrate.py":"90ec787fdd4c71f5203c56b6899aadcc26e6e0bad0cc576d2f982aa42eed42e1"}},".ai_agency/specs/api_contract.md":{"size":1515,"mtime_ns":1785148022077664900,"indexed_at_ns":1786863693918623100,"word_count":139,"hashes":{".ai_agency/specs/api_contract.md":"ea0911b6a5ad6a908ab707f7553f5f24712c1e198fd79255fa85e3249150e8b4"}},".ai_agency/specs/architecture_spec.md":{"size":790,"mtime_ns":1785148022082260900,"indexed_at_ns":1786863693919623000,"word_count":99,"hashes":{".ai_agency/specs/architecture_spec.md":"6269043f6a144e8ac86ff1db7e014075185e5675a4a0ee23e99e70d88253b8af"}},".ai_agency/specs/prd.md":{"size":724,"mtime_ns":1785148022087251600,"indexed_at_ns":1786863693921188600,"word_count":96,"hashes":{".ai_agency/specs/prd.md":"1c6d5a0ec8a709a2b3aed28225f5fe148ad2d75851d45699187678d055947b11"}},".ai_agency/specs/project_health.md":{"size":444,"mtime_ns":1785148022098314600,"indexed_at_ns":1786863693923194300,"word_count":65,"hashes":{".ai_agency/specs/project_health.md":"677c2f1d35c31d75d935766f154683e0483b08c696117ee612bee1528705c598"}},".ai_agency/specs/reviews/README.md":{"size":1029,"mtime_ns":1785148022105834900,"indexed_at_ns":1786863693924698200,"word_count":117,"hashes":{".ai_agency/specs/reviews/readme.md":"8ceb4cae1ad4c0f660557d827ced970cda8f7d020f8124b624b228174b1b65ab"}},".ai_agency/specs/reviews/backend_review.md":{"size":1430,"mtime_ns":1785148022110362400,"indexed_at_ns":1786863693926808400,"word_count":172,"hashes":{".ai_agency/specs/reviews/backend_review.md":"fca1f8d59c2eab255f7aba246b26731fe53f208e737ccf46035389591900a150"}},".ai_agency/specs/reviews/code_health_review.md":{"size":2193,"mtime_ns":1785148022114359700,"indexed_at_ns":1786863693927808600,"word_count":279,"hashes":{".ai_agency/specs/reviews/code_health_review.md":"532e04465e125183d6dd8f8af61bfc8735a514b3fbbc49069f5f0884155ed93f"}},".ai_agency/specs/reviews/frontend_review.md":{"size":1452,"mtime_ns":1785148022118486900,"indexed_at_ns":1786863693929808600,"word_count":183,"hashes":{".ai_agency/specs/reviews/frontend_review.md":"9f826c0267cad8bd5d342b1f908c927976d9be7da3f75b175331381ef8c8b680"}},".ai_agency/specs/reviews/security_review.md":{"size":874,"mtime_ns":1785148022121487200,"indexed_at_ns":1786863693931808300,"word_count":110,"hashes":{".ai_agency/specs/reviews/security_review.md":"51363e62e919d6772c2b3b9a1a3f3870a5892dae6d408217ed3fb475f72d3f0b"}},".ai_agency/specs/reviews/seo_content_review.md":{"size":1238,"mtime_ns":1785148022131533800,"indexed_at_ns":1786863693932808200,"word_count":156,"hashes":{".ai_agency/specs/reviews/seo_content_review.md":"bc8401649a86585b4061b3ec0f584910c54aad25bc9943392179bc070c07a434"}},".ai_agency/specs/reviews/ux_review.md":{"size":1131,"mtime_ns":1785148022136550700,"indexed_at_ns":1786863693934808700,"word_count":150,"hashes":{".ai_agency/specs/reviews/ux_review.md":"b8a52f324e36fcc2d046cc903a05903057098a67a397ae6442d6c825091f4513"}},".claude/CLAUDE.md":{"size":226,"mtime_ns":1786870552838920200,"indexed_at_ns":1786877281839080500,"word_count":29,"hashes":{".claude/claude.md":"c6f7fc2f062904d246b700d446ba3ad03e77f41809b12eccfb5e090a11f4fad2"}},".claude/settings.json":{"size":479,"mtime_ns":1786870552841922800,"indexed_at_ns":1786877281619276700,"word_count":38,"hashes":{".claude/settings.json":"0aaafba2cbd7dd67f7d69fa2f01b747c9a72f56ee421a40825521f937caec82b"}},".claude/skills/graphify/SKILL.md":{"size":43292,"mtime_ns":1786870552845041000,"indexed_at_ns":1786877281840080600,"word_count":5442,"hashes":{".claude/skills/graphify/skill.md":"5b24d39cbbb662ea1cd672839f64b50823e1b7de9b113f542248eac38c70cdf1"}},".claude/skills/graphify/references/add-watch.md":{"size":2486,"mtime_ns":1786870552848102000,"indexed_at_ns":1786877281845602600,"word_count":366,"hashes":{".claude/skills/graphify/references/add-watch.md":"cb5e2f3284265c08c88c08f445b96958b13a9115c0afc0a33206c293d1b1c187"}},".claude/skills/graphify/references/exports.md":{"size":3362,"mtime_ns":1786870552849102100,"indexed_at_ns":1786877281848603000,"word_count":470,"hashes":{".claude/skills/graphify/references/exports.md":"7aa8b606e5c19334b6c9fe62a12fc30eb46c0320d1dbb5726cfda0becdd04a5a"}},".claude/skills/graphify/references/extraction-spec.md":{"size":7960,"mtime_ns":1786870552850101900,"indexed_at_ns":1786877281853109000,"word_count":1038,"hashes":{".claude/skills/graphify/references/extraction-spec.md":"9cf5d515d0d8584aeef36708df34f560078772a568ed599cac5ba20b089e563d"}},".claude/skills/graphify/references/github-and-merge.md":{"size":2177,"mtime_ns":1786870552853101000,"indexed_at_ns":1786877281857115900,"word_count":271,"hashes":{".claude/skills/graphify/references/github-and-merge.md":"609de4b1331ddb2f8c80e97aac0a5de782a373d6f5af858e10a731c20b35c0e2"}},".claude/skills/graphify/references/hooks.md":{"size":1267,"mtime_ns":1786870552855098700,"indexed_at_ns":1786877281861116300,"word_count":193,"hashes":{".claude/skills/graphify/references/hooks.md":"7c7827f2f29d6e2cb6cc6902558dac08380f60c414b4968f83e1bc4e61b3e268"}},".claude/skills/graphify/references/query.md":{"size":13456,"mtime_ns":1786870552857702900,"indexed_at_ns":1786877281864628400,"word_count":1763,"hashes":{".claude/skills/graphify/references/query.md":"54526cc3e2392922d344f14767f09037ef85fb7ec5cc7911b749b35bcb004fbf"}},".claude/skills/graphify/references/transcribe.md":{"size":3173,"mtime_ns":1786870552858710700,"indexed_at_ns":1786877281868248500,"word_count":418,"hashes":{".claude/skills/graphify/references/transcribe.md":"1d5afbaccf36e952e71082591edfc9e4fbd9946eb85b01855a1d0bd810b7623d"}},".claude/skills/graphify/references/update.md":{"size":10425,"mtime_ns":1786870552860709800,"indexed_at_ns":1786877281872254900,"word_count":1196,"hashes":{".claude/skills/graphify/references/update.md":"0249cd6ceae6effdfc7371b51d00c462f51d95700101dcedd36255bab1b4ce7a"}},".gitea/scripts/with-vpn.sh":{"size":1794,"mtime_ns":1786799852126316200,"indexed_at_ns":1786863680441317700,"word_count":208,"hashes":{".gitea/scripts/with-vpn.sh":"9ec013d142e3cf5d7e5f09778fcb06b4b8ea7b394688f9f40b5e74298c76bcf0"}},".gitea/workflows/deploy.yml":{"size":705,"mtime_ns":1786799852129314900,"indexed_at_ns":1786863693953204100,"word_count":66,"hashes":{".gitea/workflows/deploy.yml":"16db5d3c44a232a7d06f48cd831f0029888fe09d01e077f8baa6179418de97c9"}},"BACKEND_INTEGRATION.md":{"size":15568,"mtime_ns":1786885876768825200,"indexed_at_ns":1786946194589947100,"word_count":1521,"hashes":{"backend_integration.md":"e2c5f48210f3f73ee2e2cbf9ac4bc2c487139573cbdc21a6c67cd13b2e8bd099"}},"CLAUDE.md":{"size":772,"mtime_ns":1786870552863710100,"indexed_at_ns":1786877281878765800,"word_count":106,"hashes":{"claude.md":"3612256e7473a2e5f67ef4778d4edeefb44794ef22bac5529bee9c87dc5d8f3d"}},"DATABASE_SCHEMA.md":{"size":15399,"mtime_ns":1786885876771342200,"indexed_at_ns":1786946194590946100,"word_count":1566,"hashes":{"database_schema.md":"60b4b0f4fd1468ab0eb26e4313c138c480f6f280b5c96ff4c0ee89f43ec531b8"}},"README.md":{"size":13117,"mtime_ns":1786885876775371800,"indexed_at_ns":1786946194591944700,"word_count":1310,"hashes":{"readme.md":"f6f40be609ed2adbc246437841b7b90d5506064a7f7a6babbf8195efdad3597d"}},"backend/README.md":{"size":5028,"mtime_ns":1783764561601382400,"indexed_at_ns":1786863693961627700,"word_count":472,"hashes":{"backend/readme.md":"c3edfd26252566ef2ddee12c91a874b59e03a1656894d3db25209a0e4031010a"}},"backend/eslint.config.mjs":{"size":1301,"mtime_ns":1786799852134389200,"indexed_at_ns":1786863534431014600,"word_count":86},"backend/nest-cli.json":{"size":171,"mtime_ns":1783764561602717300,"indexed_at_ns":1786863680442315200,"word_count":13,"hashes":{"backend/nest-cli.json":"bc5d809c5959501544235473a6c264c5f3ab1100522e852d0a06034f5f00cd6f"}},"backend/package.json":{"size":2799,"mtime_ns":1786799852141904400,"indexed_at_ns":1786863680444315800,"word_count":208,"hashes":{"backend/package.json":"21912a365ea8843084de1956d6e2b9648f640d87071d5fc5eff61c80a61232c0"}},"backend/prisma/migrations/20260526145407_init/migration.sql":{"size":8963,"mtime_ns":1783764561612007600,"indexed_at_ns":1786863680445315600,"word_count":936,"hashes":{"backend/prisma/migrations/20260526145407_init/migration.sql":"d6cc5e861e43bf82dcffe1ad7121fcbe9f74db7901cf204b5058da3132d3c1d2"}},"backend/prisma/migrations/20260526160916_add_ui_texts_and_scientific_terms/migration.sql":{"size":404,"mtime_ns":1783764561613425800,"indexed_at_ns":1786863680446319100,"word_count":48,"hashes":{"backend/prisma/migrations/20260526160916_add_ui_texts_and_scientific_terms/migration.sql":"c564f4aba35d32a733a5837c33664c68c8912277ad9645310f7e8116fbcba741"}},"backend/prisma/scientificTerms.ts":{"size":24298,"mtime_ns":1785325924634812500,"indexed_at_ns":1786863534471369900,"word_count":2294},"backend/prisma/seed-blogs.ts":{"size":6950,"mtime_ns":1786885876777374000,"indexed_at_ns":1786946085670717300,"word_count":620},"backend/prisma/seed-custom.ts":{"size":3836,"mtime_ns":1786799852144902000,"indexed_at_ns":1786863534484541000,"word_count":371},"backend/prisma/seed-home.ts":{"size":3870,"mtime_ns":1786885876779371100,"indexed_at_ns":1786946085682250800,"word_count":374},"backend/prisma/seed-products-data.json":{"size":59220,"mtime_ns":1786885876782371300,"indexed_at_ns":1786946139466262600,"word_count":5730,"hashes":{"backend/prisma/seed-products-data.json":"9d1262f8264478eb43ec48f073f817d46fc193d666cd9364f3bb95c1629f25c7"}},"backend/prisma/seed-products.ts":{"size":28274,"mtime_ns":1786885876784888200,"indexed_at_ns":1786946085695895900,"word_count":2063},"backend/prisma/seed-ui-texts.ts":{"size":9197,"mtime_ns":1786885876787888600,"indexed_at_ns":1786946085704003400,"word_count":755},"backend/prisma/seed-wiki.ts":{"size":24019,"mtime_ns":1786961195297596000,"indexed_at_ns":1786961213057541000,"word_count":2292},"backend/prisma/seed.ts":{"size":30492,"mtime_ns":1786961195299227200,"indexed_at_ns":1786961213063052900,"word_count":2636},"backend/prisma/tsconfig.seed.json":{"size":194,"mtime_ns":1786955870751259200,"indexed_at_ns":1786958888361637000,"word_count":17},"backend/scripts/generate-openapi.ts":{"size":1385,"mtime_ns":1786799852156390500,"indexed_at_ns":1786863534537298000,"word_count":128},"backend/src/admin/admin.controller.spec.ts":{"size":593,"mtime_ns":1786799852157399700,"indexed_at_ns":1786863534543362400,"word_count":59},"backend/src/admin/admin.controller.ts":{"size":8973,"mtime_ns":1786883225782338500,"indexed_at_ns":1786946085760003300,"word_count":893},"backend/src/admin/admin.module.ts":{"size":1420,"mtime_ns":1786877667005008400,"indexed_at_ns":1786946085768035200,"word_count":145},"backend/src/admin/admin.service.spec.ts":{"size":682,"mtime_ns":1786799852162911100,"indexed_at_ns":1786863534564065100,"word_count":72},"backend/src/admin/admin.service.ts":{"size":23034,"mtime_ns":1786948119764671900,"indexed_at_ns":1786954585203157600,"word_count":2384},"backend/src/admin/blogs.controller.ts":{"size":1840,"mtime_ns":1786799852170191700,"indexed_at_ns":1786863534578222000,"word_count":190},"backend/src/admin/blogs.service.ts":{"size":1810,"mtime_ns":1786799852171191000,"indexed_at_ns":1786863534584725500,"word_count":221},"backend/src/admin/categories.controller.ts":{"size":2187,"mtime_ns":1786799852174192500,"indexed_at_ns":1786863534590311100,"word_count":204},"backend/src/admin/categories.service.ts":{"size":2005,"mtime_ns":1786799852175194300,"indexed_at_ns":1786863534595817200,"word_count":223},"backend/src/admin/dto/admin-query.dto.ts":{"size":634,"mtime_ns":1786799852178706400,"indexed_at_ns":1786863534603325400,"word_count":60},"backend/src/admin/media.controller.ts":{"size":2339,"mtime_ns":1786876983648866300,"indexed_at_ns":1786877270905179000,"word_count":226},"backend/src/admin/media.service.ts":{"size":2713,"mtime_ns":1786876983651534500,"indexed_at_ns":1786877270914160400,"word_count":283},"backend/src/admin/pets.controller.ts":{"size":1195,"mtime_ns":1786799852186217200,"indexed_at_ns":1786863534621612800,"word_count":117},"backend/src/admin/pets.service.ts":{"size":1731,"mtime_ns":1786954681814243000,"indexed_at_ns":1786955470006205300,"word_count":193},"backend/src/admin/reports.controller.ts":{"size":664,"mtime_ns":1783764561642147000,"indexed_at_ns":1786863534634255100,"word_count":66},"backend/src/admin/reports.service.ts":{"size":3399,"mtime_ns":1786799852189730800,"indexed_at_ns":1786863534640768500,"word_count":388},"backend/src/admin/wiki.controller.ts":{"size":1814,"mtime_ns":1786799852191732300,"indexed_at_ns":1786863534647913700,"word_count":179},"backend/src/admin/wiki.service.ts":{"size":1767,"mtime_ns":1786799852193324200,"indexed_at_ns":1786863534654035100,"word_count":195},"backend/src/app.controller.spec.ts":{"size":617,"mtime_ns":1783764561644839700,"indexed_at_ns":1786863534660738600,"word_count":61},"backend/src/app.controller.ts":{"size":274,"mtime_ns":1783764561645849100,"indexed_at_ns":1786863534667244700,"word_count":31},"backend/src/app.module.ts":{"size":3745,"mtime_ns":1786944769506166500,"indexed_at_ns":1786946085898538900,"word_count":354},"backend/src/app.service.ts":{"size":142,"mtime_ns":1783764561648840500,"indexed_at_ns":1786863534680950600,"word_count":19},"backend/src/auth/auth.controller.spec.ts":{"size":1528,"mtime_ns":1785327951179468000,"indexed_at_ns":1786863534687029500,"word_count":149},"backend/src/auth/auth.controller.ts":{"size":4116,"mtime_ns":1786883225788847000,"indexed_at_ns":1786946085924796800,"word_count":384},"backend/src/auth/auth.module.ts":{"size":725,"mtime_ns":1786883225790847200,"indexed_at_ns":1786946085938388700,"word_count":80},"backend/src/auth/auth.service.spec.ts":{"size":4264,"mtime_ns":1786799852201843300,"indexed_at_ns":1786863534705627700,"word_count":379},"backend/src/auth/auth.service.ts":{"size":9662,"mtime_ns":1786895436208539300,"indexed_at_ns":1786946085966787500,"word_count":934},"backend/src/auth/dto/admin-login.dto.ts":{"size":772,"mtime_ns":1786799852205357700,"indexed_at_ns":1786863534720212600,"word_count":82},"backend/src/auth/dto/login.dto.ts":{"size":587,"mtime_ns":1783764561659109000,"indexed_at_ns":1786863534727735200,"word_count":63},"backend/src/auth/dto/register.dto.ts":{"size":1197,"mtime_ns":1785327951186476900,"indexed_at_ns":1786863534732751200,"word_count":115},"backend/src/auth/dto/send-otp.dto.ts":{"size":374,"mtime_ns":1783764561661106500,"indexed_at_ns":1786863534739271500,"word_count":39},"backend/src/auth/dto/verify-otp.dto.ts":{"size":594,"mtime_ns":1783764561662112100,"indexed_at_ns":1786863534745843500,"word_count":64},"backend/src/auth/jwt-auth.guard.ts":{"size":494,"mtime_ns":1786799852205862700,"indexed_at_ns":1786863534751350400,"word_count":58},"backend/src/auth/jwt.strategy.ts":{"size":1122,"mtime_ns":1786883225794343300,"indexed_at_ns":1786946086014858100,"word_count":116},"backend/src/auth/roles.decorator.ts":{"size":54,"mtime_ns":1786799852208379600,"indexed_at_ns":1786863534764578800,"word_count":4},"backend/src/auth/roles.guard.ts":{"size":46,"mtime_ns":1786799852209003400,"indexed_at_ns":1786863534770087500,"word_count":4},"backend/src/b2b/b2b.controller.ts":{"size":2684,"mtime_ns":1786799852212013200,"indexed_at_ns":1786863534777707900,"word_count":246},"backend/src/b2b/b2b.module.ts":{"size":342,"mtime_ns":1786799852212013200,"indexed_at_ns":1786863534783641300,"word_count":38},"backend/src/b2b/b2b.service.ts":{"size":2379,"mtime_ns":1786799852214009300,"indexed_at_ns":1786863534792157000,"word_count":243},"backend/src/banners/banners.controller.ts":{"size":1923,"mtime_ns":1786799852215010200,"indexed_at_ns":1786863534797707700,"word_count":169},"backend/src/banners/banners.module.ts":{"size":374,"mtime_ns":1786799852216010300,"indexed_at_ns":1786863534807022900,"word_count":38},"backend/src/banners/banners.service.ts":{"size":1394,"mtime_ns":1786799852216010300,"indexed_at_ns":1786863534813112700,"word_count":160},"backend/src/blogs/blogs.controller.ts":{"size":1197,"mtime_ns":1786799852218009900,"indexed_at_ns":1786863534819206600,"word_count":108},"backend/src/blogs/blogs.module.ts":{"size":248,"mtime_ns":1783764561665678100,"indexed_at_ns":1786863534825741600,"word_count":28},"backend/src/blogs/blogs.service.ts":{"size":1674,"mtime_ns":1786799852219010000,"indexed_at_ns":1786863534831743000,"word_count":191},"backend/src/blogs/dto/create-blog.dto.ts":{"size":30,"mtime_ns":1783764561671557000,"indexed_at_ns":1786863534838708700,"word_count":4},"backend/src/blogs/dto/update-blog.dto.ts":{"size":164,"mtime_ns":1783764561673712400,"indexed_at_ns":1786863534844735300,"word_count":18},"backend/src/blogs/entities/blog.entity.ts":{"size":21,"mtime_ns":1783764561675101100,"indexed_at_ns":1786863534850735400,"word_count":4},"backend/src/cms/cms.controller.ts":{"size":3521,"mtime_ns":1785327951196913100,"indexed_at_ns":1786863534858244500,"word_count":280},"backend/src/cms/cms.module.ts":{"size":342,"mtime_ns":1785148022206298000,"indexed_at_ns":1786863534864244300,"word_count":38},"backend/src/cms/cms.service.ts":{"size":2501,"mtime_ns":1785327951197940400,"indexed_at_ns":1786863534870502100,"word_count":256},"backend/src/cms/dto/cms.dto.ts":{"size":2357,"mtime_ns":1785327951199995500,"indexed_at_ns":1786863534877728700,"word_count":203},"backend/src/common/decorators/roles.decorator.ts":{"size":157,"mtime_ns":1786799852220522400,"indexed_at_ns":1786863534882729600,"word_count":20},"backend/src/common/dto/pagination.dto.ts":{"size":1188,"mtime_ns":1785327951201988900,"indexed_at_ns":1786863534889612500,"word_count":121},"backend/src/common/filters/http-exception.filter.ts":{"size":4924,"mtime_ns":1786883225795857800,"indexed_at_ns":1786946086136912900,"word_count":490},"backend/src/common/filters/prisma-exception.filter.ts":{"size":2412,"mtime_ns":1785330913143709100,"indexed_at_ns":1786863534903118900,"word_count":228},"backend/src/common/guards/roles.guard.spec.ts":{"size":2426,"mtime_ns":1786799852225556800,"indexed_at_ns":1786863534909695400,"word_count":223},"backend/src/common/guards/roles.guard.ts":{"size":1285,"mtime_ns":1786799852226565200,"indexed_at_ns":1786863534916198700,"word_count":120},"backend/src/common/interceptors/decimal.interceptor.spec.ts":{"size":1677,"mtime_ns":1786799852227565700,"indexed_at_ns":1786863534923711900,"word_count":164},"backend/src/common/interceptors/decimal.interceptor.ts":{"size":1094,"mtime_ns":1786799852227565700,"indexed_at_ns":1786863534929913300,"word_count":118},"backend/src/common/metrics.controller.ts":{"size":2093,"mtime_ns":1786799852229073100,"indexed_at_ns":1786863534936006600,"word_count":206},"backend/src/common/schemas/error-response.schema.ts":{"size":1680,"mtime_ns":1785330913144701500,"indexed_at_ns":1786863534942170300,"word_count":162},"backend/src/common/schemas/paginated-response.schema.ts":{"size":1108,"mtime_ns":1786799852230082200,"indexed_at_ns":1786863534949353300,"word_count":110},"backend/src/common/services/sms.service.ts":{"size":29943,"mtime_ns":1786892646031271000,"indexed_at_ns":1786946086190039500,"word_count":2841},"backend/src/common/sms.module.ts":{"size":204,"mtime_ns":1785330750996125100,"indexed_at_ns":1786863534962381000,"word_count":24},"backend/src/contact/contact.controller.ts":{"size":1990,"mtime_ns":1786799852234596200,"indexed_at_ns":1786863534967884500,"word_count":177},"backend/src/contact/contact.module.ts":{"size":365,"mtime_ns":1786799852236599000,"indexed_at_ns":1786863534974401800,"word_count":38},"backend/src/contact/contact.service.ts":{"size":4696,"mtime_ns":1786885876795420000,"indexed_at_ns":1786946086219243500,"word_count":451},"backend/src/home/dto/create-home.dto.ts":{"size":30,"mtime_ns":1783764561682365300,"indexed_at_ns":1786863534987087100,"word_count":4},"backend/src/home/dto/update-home.dto.ts":{"size":164,"mtime_ns":1783764561682365300,"indexed_at_ns":1786863534992600800,"word_count":18},"backend/src/home/entities/home.entity.ts":{"size":21,"mtime_ns":1783764561684884800,"indexed_at_ns":1786863534999171300,"word_count":4},"backend/src/home/home.controller.ts":{"size":757,"mtime_ns":1785327951212087300,"indexed_at_ns":1786863535004176100,"word_count":69},"backend/src/home/home.module.ts":{"size":241,"mtime_ns":1783764561687108000,"indexed_at_ns":1786863535011491500,"word_count":28},"backend/src/home/home.service.ts":{"size":1372,"mtime_ns":1785327951214087300,"indexed_at_ns":1786863535016491700,"word_count":144},"backend/src/ingredients/ingredients.controller.ts":{"size":1952,"mtime_ns":1786799852237596500,"indexed_at_ns":1786863535024117600,"word_count":165},"backend/src/ingredients/ingredients.module.ts":{"size":406,"mtime_ns":1786799852238596500,"indexed_at_ns":1786863535030195600,"word_count":38},"backend/src/ingredients/ingredients.service.ts":{"size":1526,"mtime_ns":1786799852240108300,"indexed_at_ns":1786863535035320500,"word_count":162},"backend/src/main.ts":{"size":3395,"mtime_ns":1786891855342843500,"indexed_at_ns":1786946086274891100,"word_count":294},"backend/src/orders/dto/create-order.dto.ts":{"size":1899,"mtime_ns":1785327951218626100,"indexed_at_ns":1786863535048494100,"word_count":162},"backend/src/orders/orders.controller.spec.ts":{"size":1910,"mtime_ns":1785327951219627700,"indexed_at_ns":1786863535055560000,"word_count":194},"backend/src/orders/orders.controller.ts":{"size":5898,"mtime_ns":1786944769507175300,"indexed_at_ns":1786946086292892000,"word_count":515},"backend/src/orders/orders.module.ts":{"size":255,"mtime_ns":1783764561697598200,"indexed_at_ns":1786863535066790700,"word_count":28},"backend/src/orders/orders.service.spec.ts":{"size":4974,"mtime_ns":1786799852246117900,"indexed_at_ns":1786863535074585400,"word_count":483},"backend/src/orders/orders.service.ts":{"size":17104,"mtime_ns":1786944769509227400,"indexed_at_ns":1786946086310565200,"word_count":1611},"backend/src/pets/dto/create-health-log.dto.ts":{"size":761,"mtime_ns":1785327951229443300,"indexed_at_ns":1786863535087660400,"word_count":69},"backend/src/pets/dto/create-pet.dto.ts":{"size":1143,"mtime_ns":1785327951230948800,"indexed_at_ns":1786863535094172300,"word_count":104},"backend/src/pets/dto/create-reminder.dto.ts":{"size":810,"mtime_ns":1785327951231958200,"indexed_at_ns":1786863535101315600,"word_count":71},"backend/src/pets/dto/update-pet.dto.ts":{"size":160,"mtime_ns":1783764561709557500,"indexed_at_ns":1786863535107396200,"word_count":18},"backend/src/pets/pets.controller.spec.ts":{"size":2544,"mtime_ns":1786799852248118800,"indexed_at_ns":1786863535113902500,"word_count":269},"backend/src/pets/pets.controller.ts":{"size":8427,"mtime_ns":1786894580128858000,"indexed_at_ns":1786946086395923600,"word_count":781},"backend/src/pets/pets.module.ts":{"size":241,"mtime_ns":1783764561714469800,"indexed_at_ns":1786863535125397200,"word_count":28},"backend/src/pets/pets.service.spec.ts":{"size":2961,"mtime_ns":1785327951238208000,"indexed_at_ns":1786863535132005000,"word_count":272},"backend/src/pets/pets.service.ts":{"size":6978,"mtime_ns":1786799852250117400,"indexed_at_ns":1786863535137713400,"word_count":710},"backend/src/prescriptions/prescriptions.controller.ts":{"size":2356,"mtime_ns":1786799852253748300,"indexed_at_ns":1786863535145222600,"word_count":232},"backend/src/prescriptions/prescriptions.module.ts":{"size":495,"mtime_ns":1786954681815809200,"indexed_at_ns":1786955470495218500,"word_count":45},"backend/src/prescriptions/prescriptions.service.ts":{"size":4635,"mtime_ns":1786954681816860600,"indexed_at_ns":1786955470500213500,"word_count":496},"backend/src/prisma/prisma.module.ts":{"size":210,"mtime_ns":1783764561718199800,"indexed_at_ns":1786863535164330600,"word_count":24},"backend/src/prisma/prisma.service.ts":{"size":4078,"mtime_ns":1786944769510794000,"indexed_at_ns":1786946086440649600,"word_count":411},"backend/src/products/dto/get-products.dto.ts":{"size":1320,"mtime_ns":1786799852260271600,"indexed_at_ns":1786863535176492100,"word_count":115},"backend/src/products/products.controller.spec.ts":{"size":1863,"mtime_ns":1785327951243280800,"indexed_at_ns":1786863535183613400,"word_count":166},"backend/src/products/products.controller.ts":{"size":2445,"mtime_ns":1786799852261281700,"indexed_at_ns":1786863535190428600,"word_count":209},"backend/src/products/products.module.ts":{"size":269,"mtime_ns":1783764561723672400,"indexed_at_ns":1786863535197280400,"word_count":28},"backend/src/products/products.service.spec.ts":{"size":1597,"mtime_ns":1786799852263279400,"indexed_at_ns":1786863535202917700,"word_count":154},"backend/src/products/products.service.ts":{"size":6906,"mtime_ns":1786954681818869900,"indexed_at_ns":1786955470543762900,"word_count":713},"backend/src/redis/redis.module.ts":{"size":205,"mtime_ns":1783764561727662100,"indexed_at_ns":1786863535217462500,"word_count":24},"backend/src/redis/redis.service.spec.ts":{"size":1525,"mtime_ns":1783764561728672300,"indexed_at_ns":1786863535222986600,"word_count":145},"backend/src/redis/redis.service.ts":{"size":1202,"mtime_ns":1786895436211834600,"indexed_at_ns":1786946086488155600,"word_count":132},"backend/src/seo/seo.controller.ts":{"size":904,"mtime_ns":1785327951247283200,"indexed_at_ns":1786863535236090400,"word_count":85},"backend/src/seo/seo.module.ts":{"size":342,"mtime_ns":1785148022268580900,"indexed_at_ns":1786863535243640100,"word_count":38},"backend/src/seo/seo.service.ts":{"size":2029,"mtime_ns":1785327951248280300,"indexed_at_ns":1786863535249760000,"word_count":182},"backend/src/settings/settings.controller.spec.ts":{"size":2977,"mtime_ns":1786799852267280300,"indexed_at_ns":1786863535257859100,"word_count":246},"backend/src/settings/settings.controller.ts":{"size":8665,"mtime_ns":1786948119767086700,"indexed_at_ns":1786954585863158900,"word_count":687},"backend/src/settings/settings.module.ts":{"size":382,"mtime_ns":1783764561735515700,"indexed_at_ns":1786863535272121400,"word_count":38},"backend/src/settings/settings.service.spec.ts":{"size":2728,"mtime_ns":1783764561736856500,"indexed_at_ns":1786863535278254000,"word_count":251},"backend/src/settings/settings.service.ts":{"size":14845,"mtime_ns":1786954681819869000,"indexed_at_ns":1786955470640710000,"word_count":1197},"backend/src/smart-advisor/smart-advisor.controller.ts":{"size":1821,"mtime_ns":1786799852275441500,"indexed_at_ns":1786863535292219400,"word_count":152},"backend/src/smart-advisor/smart-advisor.module.ts":{"size":416,"mtime_ns":1786799852276441700,"indexed_at_ns":1786863535298401600,"word_count":38},"backend/src/smart-advisor/smart-advisor.service.ts":{"size":1241,"mtime_ns":1786799852277440400,"indexed_at_ns":1786863535304944400,"word_count":131},"backend/src/testimonials/testimonials.controller.ts":{"size":1702,"mtime_ns":1786799852279441800,"indexed_at_ns":1786863535310995900,"word_count":143},"backend/src/testimonials/testimonials.module.ts":{"size":414,"mtime_ns":1786799852279441800,"indexed_at_ns":1786863535317805000,"word_count":38},"backend/src/testimonials/testimonials.service.ts":{"size":1100,"mtime_ns":1786799852281471300,"indexed_at_ns":1786863535324923000,"word_count":121},"backend/src/users/dto/address.dto.ts":{"size":1098,"mtime_ns":1783764561739871500,"indexed_at_ns":1786863535331380200,"word_count":99},"backend/src/users/dto/update-profile.dto.ts":{"size":1068,"mtime_ns":1786885876805472100,"indexed_at_ns":1786946086647803400,"word_count":98},"backend/src/users/users.controller.spec.ts":{"size":3333,"mtime_ns":1785327951253796500,"indexed_at_ns":1786863535346781600,"word_count":322},"backend/src/users/users.controller.ts":{"size":6854,"mtime_ns":1786799852282481500,"indexed_at_ns":1786863535353416500,"word_count":590},"backend/src/users/users.module.ts":{"size":275,"mtime_ns":1783764561748154400,"indexed_at_ns":1786863535360908700,"word_count":30},"backend/src/users/users.service.spec.ts":{"size":3817,"mtime_ns":1786799852283480600,"indexed_at_ns":1786863535367156600,"word_count":316},"backend/src/users/users.service.ts":{"size":8101,"mtime_ns":1786885876807471600,"indexed_at_ns":1786946086675276300,"word_count":774},"backend/src/videos/dto/create-video.dto.ts":{"size":1424,"mtime_ns":1785327951263854600,"indexed_at_ns":1786863535381108500,"word_count":115},"backend/src/videos/dto/get-videos-query.dto.ts":{"size":643,"mtime_ns":1786799852287643500,"indexed_at_ns":1786863535387813200,"word_count":77},"backend/src/videos/videos.controller.ts":{"size":1924,"mtime_ns":1786799852291153100,"indexed_at_ns":1786863535393635000,"word_count":173},"backend/src/videos/videos.module.ts":{"size":283,"mtime_ns":1785148022306583700,"indexed_at_ns":1786863535400714100,"word_count":30},"backend/src/videos/videos.service.ts":{"size":2471,"mtime_ns":1786799852292167900,"indexed_at_ns":1786863535407503100,"word_count":266},"backend/src/wholesale/dto/wholesale-apply.dto.ts":{"size":739,"mtime_ns":1785148022317622300,"indexed_at_ns":1786863535413220000,"word_count":66},"backend/src/wholesale/wholesale.controller.ts":{"size":2037,"mtime_ns":1786799852294177000,"indexed_at_ns":1786863535418912100,"word_count":160},"backend/src/wholesale/wholesale.module.ts":{"size":390,"mtime_ns":1785148022328746300,"indexed_at_ns":1786863535425686500,"word_count":38},"backend/src/wholesale/wholesale.service.ts":{"size":2627,"mtime_ns":1785330913149233300,"indexed_at_ns":1786863535431718700,"word_count":266},"backend/src/wiki/dto/create-wiki.dto.ts":{"size":30,"mtime_ns":1783764561752933200,"indexed_at_ns":1786863535439031200,"word_count":4},"backend/src/wiki/dto/update-wiki.dto.ts":{"size":164,"mtime_ns":1783764561753945200,"indexed_at_ns":1786863535446428400,"word_count":18},"backend/src/wiki/entities/wiki.entity.ts":{"size":21,"mtime_ns":1783764561755039400,"indexed_at_ns":1786863535452455400,"word_count":4},"backend/src/wiki/wiki.controller.ts":{"size":1219,"mtime_ns":1785327951272850400,"indexed_at_ns":1786863535458333000,"word_count":110},"backend/src/wiki/wiki.module.ts":{"size":241,"mtime_ns":1783764561756925000,"indexed_at_ns":1786863535464948400,"word_count":28},"backend/src/wiki/wiki.service.ts":{"size":1562,"mtime_ns":1786799852295173000,"indexed_at_ns":1786863535471010700,"word_count":174},"backend/test/app-audit-verification.e2e-spec.ts":{"size":6464,"mtime_ns":1786799852296174700,"indexed_at_ns":1786863535478067000,"word_count":569},"backend/test/app.e2e-spec.ts":{"size":981,"mtime_ns":1786799852297175000,"indexed_at_ns":1786863535484496000,"word_count":83},"backend/test/jest-e2e.json":{"size":183,"mtime_ns":1783764561762911800,"indexed_at_ns":1786863680450825300,"word_count":17,"hashes":{"backend/test/jest-e2e.json":"94091f560937212ad7027afcb77e62e6ac79e3e4cb401c3a16a56e7be4cac721"}},"backend/tsconfig.build.json":{"size":107,"mtime_ns":1783764561763447000,"indexed_at_ns":1786863680451826600,"word_count":10,"hashes":{"backend/tsconfig.build.json":"1f47c7dc3c8b5a15558654f45f21e0f553acc1680046f09dc24428e8538c4f9d"}},"backend/tsconfig.json":{"size":801,"mtime_ns":1786878091972378100,"indexed_at_ns":1786946139476821100,"word_count":57,"hashes":{"backend/tsconfig.json":"f545dfd832cb16f1a3cfc4f43f2f179c0a37dd473b3b433507957fbd964e28ce"}},"backend/uploads/1781288429353-508765350.jpg":{"size":110246,"mtime_ns":1783764561766257000,"indexed_at_ns":1786863694120021300,"word_count":3882,"hashes":{"backend/uploads/1781288429353-508765350.jpg":"c9e532f0482584a2edf76404b86ef82679e5387079d73c59f10234de24ad5074"}},"canina.md":{"size":21919,"mtime_ns":1786885876809472400,"indexed_at_ns":1786946194592944400,"word_count":1983,"hashes":{"canina.md":"a8967d10e744c46846c8bfc6cc7f9a0aae8c2175dfbe49ff9de75bc5dce87850"}},"canina.pdf":{"size":2858373,"mtime_ns":1785148022370811500,"indexed_at_ns":1786863694095027500,"word_count":0,"hashes":{"canina.pdf":"a52d90e6dffb96dae468ba96f76239762b341751a6455734d75fadd22f30c87c"}},"docker-compose.yml":{"size":2193,"mtime_ns":1786883225811564200,"indexed_at_ns":1786946194593946400,"word_count":127,"hashes":{"docker-compose.yml":"6e0091c4f1b3868a5e2321678c549f6c95cbf5fd266da06a144976295d8a2c64"}},"docs/01-introduction.md":{"size":5537,"mtime_ns":1786885876812474900,"indexed_at_ns":1786946194594944700,"word_count":523,"hashes":{"docs/01-introduction.md":"18176d1abd1352f12e1ccfa2c2cc84d4673b22b682b2aeb91b1a6bf4a607ae05"}},"docs/02-user-guide.md":{"size":4303,"mtime_ns":1786885876813985900,"indexed_at_ns":1786946194595944800,"word_count":422,"hashes":{"docs/02-user-guide.md":"a7842a7ac89eb8872028f50e9c907a0f2e7968c419a5f157c10c62dad8e85b00"}},"docs/03-developer-guide.md":{"size":6717,"mtime_ns":1783764561771660500,"indexed_at_ns":1786863693969714100,"word_count":678,"hashes":{"docs/03-developer-guide.md":"84a16e17d0433edd8631789bdec3bbd7e6f716059cd064843ed8087eea9e2eeb"}},"docs/04-setup-and-deployment.md":{"size":4023,"mtime_ns":1783764561773294900,"indexed_at_ns":1786863693970713900,"word_count":425,"hashes":{"docs/04-setup-and-deployment.md":"723c6016b1bb499fee2b9f63b2c06a9b12f8e4c664b36ea1431181c333bc814e"}},"docs/05-devops-and-monitoring.md":{"size":3590,"mtime_ns":1783764561774446100,"indexed_at_ns":1786863693972714000,"word_count":374,"hashes":{"docs/05-devops-and-monitoring.md":"53f1f45bbbdd3cf81cb4bc082ef4e49f506627f10f581d3c4b835028d02b5421"}},"docs/06-testing.md":{"size":4214,"mtime_ns":1783764561774967500,"indexed_at_ns":1786863693973713900,"word_count":457,"hashes":{"docs/06-testing.md":"69d50bd5e233f030d8076b55b69599cee201e1c393b7ee1beeb495c304fd4bd3"}},"docs/README.md":{"size":2740,"mtime_ns":1786885876816996700,"indexed_at_ns":1786946139726247300,"word_count":253,"hashes":{"docs/readme.md":"1b7ffde4b290e742802fc554f2dd2f7a2316fe25bd1cd328421ffa823b36f40f"}},"docs/audit/00-repository-map.md":{"size":3171,"mtime_ns":1786799852298174200,"indexed_at_ns":1786863693977222500,"word_count":351,"hashes":{"docs/audit/00-repository-map.md":"dde4a63c991d0f469086a147df03b97d8370cd75fa19cc83af1199f267d7bc55"}},"docs/audit/01-system-discovery.md":{"size":3790,"mtime_ns":1786799852299174400,"indexed_at_ns":1786863693979222500,"word_count":467,"hashes":{"docs/audit/01-system-discovery.md":"6c91253cac025506db71adea33a054f88f4c367ba81fc3cb1b85c2bdcfec5c70"}},"docs/audit/02-audit-plan.md":{"size":5058,"mtime_ns":1786799852300175400,"indexed_at_ns":1786863693980222600,"word_count":530,"hashes":{"docs/audit/02-audit-plan.md":"b623d8f8c2b8a14c1ddca1ad956cd8afc9203f7a94eda8e63fd608bc8e9164d1"}},"docs/audit/03-baseline-command-plan.md":{"size":4904,"mtime_ns":1786799852300175400,"indexed_at_ns":1786863693982222800,"word_count":735,"hashes":{"docs/audit/03-baseline-command-plan.md":"fcf49beae52c69d7e9cf85967f028052fa1a78eaae5a2bb9b18072b0273e80e1"}},"docs/audit/04-open-questions.md":{"size":1690,"mtime_ns":1786799852301682100,"indexed_at_ns":1786863693983784800,"word_count":224,"hashes":{"docs/audit/04-open-questions.md":"02fbd51a9131da0b12122a5280cc6f842c299b436a72b117e2263f011b9ebf9c"}},"docs/audit/05-architectural-audit.md":{"size":4884,"mtime_ns":1786799852302689800,"indexed_at_ns":1786863693984790400,"word_count":560,"hashes":{"docs/audit/05-architectural-audit.md":"8977a5c304b3fe86636579d498a459ac98359c34f1062bf731b02f4602c0e94f"}},"docs/audit/06-storefront-audit.md":{"size":4191,"mtime_ns":1786799852303691400,"indexed_at_ns":1786863693987299500,"word_count":520,"hashes":{"docs/audit/06-storefront-audit.md":"1e2f2d9d867dc553f503ef91b3bd60310202225da12bc7d324e192f4e15d8c38"}},"docs/audit/07-backend-audit.md":{"size":5037,"mtime_ns":1786799852304689900,"indexed_at_ns":1786863693989301000,"word_count":581,"hashes":{"docs/audit/07-backend-audit.md":"0436a967b82026334bf45c9ca677d1e79ce688681bea4dc06a7fd19e2d5a2129"}},"docs/audit/08-admin-features-audit.md":{"size":4222,"mtime_ns":1786799852305951400,"indexed_at_ns":1786863693990300000,"word_count":479,"hashes":{"docs/audit/08-admin-features-audit.md":"dda5b0bae4f843a51274269dcb91d8b65db2f2917d336d511790da4718b05b8d"}},"docs/audit/09-database-audit.md":{"size":4126,"mtime_ns":1786799852306969500,"indexed_at_ns":1786863693992299700,"word_count":521,"hashes":{"docs/audit/09-database-audit.md":"d4f82b84ae6c1899ab4da1310414d993d9c23dcd2759120fbe551f5b8da95a08"}},"docs/audit/10-security-audit.md":{"size":5560,"mtime_ns":1786799852307952600,"indexed_at_ns":1786863693994299500,"word_count":678,"hashes":{"docs/audit/10-security-audit.md":"574df31423bd28b3cd58134e7c7e8780f4e2e46c760a372e0e2592c1e83bba4e"}},"docs/audit/11-code-quality-audit.md":{"size":3379,"mtime_ns":1786799852308957000,"indexed_at_ns":1786863693995299500,"word_count":419,"hashes":{"docs/audit/11-code-quality-audit.md":"b6b9a4845e0bd5674d897c08f5451f8cab4df22722826f7c9d55ca19b94d88da"}},"docs/audit/12-testing-audit.md":{"size":4106,"mtime_ns":1786799852309952600,"indexed_at_ns":1786863693997807500,"word_count":486,"hashes":{"docs/audit/12-testing-audit.md":"8bdf2058520a88de4d08c0635999de8f79fdab83055ef560ca3a865026b6450a"}},"docs/audit/13-devops-audit.md":{"size":3435,"mtime_ns":1786799852310953800,"indexed_at_ns":1786863693999375100,"word_count":440,"hashes":{"docs/audit/13-devops-audit.md":"d21daac201fcfc3a0e27c27348806f3f5d2790071578dcb98e7869cd6e9ec8a9"}},"docs/audit/14-documentation-audit.md":{"size":3311,"mtime_ns":1786799852311952200,"indexed_at_ns":1786863694001567900,"word_count":379,"hashes":{"docs/audit/14-documentation-audit.md":"e64be175bd632a05e37be823621eb8a8f13bdb74887d10f5f20887d41cef5c62"}},"docs/audit/15-raw-findings-index.json":{"size":9909,"mtime_ns":1786799852313066900,"indexed_at_ns":1786863680454829500,"word_count":817,"hashes":{"docs/audit/15-raw-findings-index.json":"3c1e582431f5f25edd2c38285c9d59f83c83d5348eaf0ced91d6e7c94a9afb6d"}},"docs/audit/16-deep-audit-summary.md":{"size":3111,"mtime_ns":1786799852313066900,"indexed_at_ns":1786863694003567300,"word_count":393,"hashes":{"docs/audit/16-deep-audit-summary.md":"8ea08de6ac54dddd9da6de934bc850bb31ab7e3c5470059d02d7f84dd120a0e4"}},"docs/audit/17-source-coverage-manifest.json":{"size":128714,"mtime_ns":1786799852315065000,"indexed_at_ns":1786863680455826100,"word_count":7827,"hashes":{"docs/audit/17-source-coverage-manifest.json":"834e6c341db760439d2e7a9c17531b03c17151ab0f2f16b92aac8a350bcae51d"}},"docs/audit/18-compiler-diagnostic-dispositions.md":{"size":1961,"mtime_ns":1786799852315065000,"indexed_at_ns":1786863694005566900,"word_count":285,"hashes":{"docs/audit/18-compiler-diagnostic-dispositions.md":"246b9164725e89c67c76f2305cd128f0c0f9bfdba46e45e0e958fe92ccdcda53"}},"docs/audit/19-finding-verification-report.md":{"size":5464,"mtime_ns":1786799852316064800,"indexed_at_ns":1786863694007070200,"word_count":753,"hashes":{"docs/audit/19-finding-verification-report.md":"1cd1bc37f9e76ba7e4d4ef82b8565def786abfeb159bc4d822e364e3f2ea694f"}},"docs/audit/20-verified-findings-index.json":{"size":21797,"mtime_ns":1786799852317071400,"indexed_at_ns":1786863680457826600,"word_count":1903,"hashes":{"docs/audit/20-verified-findings-index.json":"b20d0b140bd727faefde9f29aa4d787199dd386464030eecdf58e5a8ab629442"}},"docs/audit/21-phase2-quality-gate-summary.md":{"size":1706,"mtime_ns":1786799852318066000,"indexed_at_ns":1786863694009077900,"word_count":211,"hashes":{"docs/audit/21-phase2-quality-gate-summary.md":"1b117f866e73cd17c43e3a4e856584f03997a3c897d1de9afbd128ff8a86d09e"}},"docs/audit/22-tracked-first-party-files.txt":{"size":4452,"mtime_ns":1786799852319066000,"indexed_at_ns":1786863694010075200,"word_count":139,"hashes":{"docs/audit/22-tracked-first-party-files.txt":"ef7fc17de970cd3f397eea961bcaf76abff15589c0fa13f92b47d42e637231c6"}},"docs/audit/23-untracked-first-party-files.txt":{"size":59,"mtime_ns":1786799852319066000,"indexed_at_ns":1786863694012075400,"word_count":7,"hashes":{"docs/audit/23-untracked-first-party-files.txt":"ffa5caec5c75b4013f7c136efed9e944c705e756f4f26e53da73e871a02d704c"}},"docs/audit/24-omitted-file-inspection-report.md":{"size":2462,"mtime_ns":1786799852320065700,"indexed_at_ns":1786863694014075600,"word_count":227,"hashes":{"docs/audit/24-omitted-file-inspection-report.md":"d4484eea65f1861b9b6a30813d2c233d947c2965a13ed5b399462b80ca9c1513"}},"docs/audit/25-reference-integrity-validation.json":{"size":1002,"mtime_ns":1786799852321571600,"indexed_at_ns":1786863680458826600,"word_count":82,"hashes":{"docs/audit/25-reference-integrity-validation.json":"31b900ed297325cabee3e0804809ecd4229f4427283e449f5d82951bb5ed7fde"}},"docs/audit/26-phase2-integrity-repair-report.md":{"size":3191,"mtime_ns":1786799852322091800,"indexed_at_ns":1786863694015640600,"word_count":385,"hashes":{"docs/audit/26-phase2-integrity-repair-report.md":"2b2f385705db6729fccedc63db0f5709afa23e08a80fc859fe0138b416356cd9"}},"docs/audit/27-all-tracked-repository-files.txt":{"size":4631,"mtime_ns":1786799852323099900,"indexed_at_ns":1786863694017145600,"word_count":148,"hashes":{"docs/audit/27-all-tracked-repository-files.txt":"3f312a5c642e6a27446dc35a6c50dacd10e43c1cc9eeb637a49ba61343ce2b69"}},"docs/audit/28-full-repository-classification.json":{"size":27913,"mtime_ns":1786799852324099500,"indexed_at_ns":1786863680460331400,"word_count":1782,"hashes":{"docs/audit/28-full-repository-classification.json":"bcb50229ceddb267c8839ee69c05f5e5c8c4460485c92849532bcf163c37faa8"}},"docs/audit/29-file-content-evidence.json":{"size":109095,"mtime_ns":1786799852325608100,"indexed_at_ns":1786863680462336500,"word_count":9098,"hashes":{"docs/audit/29-file-content-evidence.json":"c4696525e8ab3c252ff9b6b38d5882225e0a9016698111df28064edbe7bf5124"}},"docs/audit/30-compiler-diagnostics-index.json":{"size":3707,"mtime_ns":1786799852326617100,"indexed_at_ns":1786863680463336700,"word_count":324,"hashes":{"docs/audit/30-compiler-diagnostics-index.json":"85bd1a964e41cc5e615c7260be2beb54b49dd444da40d96ae31e2a33c1c6bc24"}},"docs/audit/31-module-audit-closure.md":{"size":7587,"mtime_ns":1786799852327616800,"indexed_at_ns":1786863694019150200,"word_count":709,"hashes":{"docs/audit/31-module-audit-closure.md":"a1c9d7902131d71cf87a072876cc309ac8dfc7cd6e1f33e9619ac12d99f685ba"}},"docs/audit/32-evidence-grade-validation.json":{"size":1613,"mtime_ns":1786799852328616800,"indexed_at_ns":1786863680464337900,"word_count":123,"hashes":{"docs/audit/32-evidence-grade-validation.json":"12ddcc21ff65a2aa76845935ebc0d8313c39991335356fbe3ae7cdd201251af5"}},"docs/audit/33-final-phase2-audit-closure.md":{"size":2535,"mtime_ns":1786799852328616800,"indexed_at_ns":1786863694020149300,"word_count":271,"hashes":{"docs/audit/33-final-phase2-audit-closure.md":"217cadb664c7f7d27f8f849ea1249dfd88d5398fd2af154fd385c80e4d559bb1"}},"docs/audit/34-repository-observations.json":{"size":594,"mtime_ns":1786799852329618700,"indexed_at_ns":1786863680466336600,"word_count":49,"hashes":{"docs/audit/34-repository-observations.json":"28ce67ed3f5bcc3e5c3c80d73a16a34d8053d570be0af62be8afaffbc9318a27"}},"docs/audit/35-semantic-review-ledger.json":{"size":99353,"mtime_ns":1786799852330616000,"indexed_at_ns":1786863680467338400,"word_count":6011,"hashes":{"docs/audit/35-semantic-review-ledger.json":"ac0529050e87efc9e2b5a6c5b3a2ce6379186b4b07f23d8ec9cebf214ff885ef"}},"docs/audit/36-mandatory-semantic-scope.json":{"size":7960,"mtime_ns":1786799852331617100,"indexed_at_ns":1786863680468337900,"word_count":638,"hashes":{"docs/audit/36-mandatory-semantic-scope.json":"af62db825dd527009b8d79a6edab6ab627fe55303d3f7fd1c2d8e5fab9a8760b"}},"docs/audit/ADR-AUTH-001.md":{"size":3274,"mtime_ns":1786799852332642700,"indexed_at_ns":1786863694022417300,"word_count":398,"hashes":{"docs/audit/adr-auth-001.md":"fd6a6e524d66c57e3f114899323509082af11aa30197a015e1255057c5c3ed98"}},"docs/audit/CROSS_BOUNDARY_DEPENDENCIES.md":{"size":2146,"mtime_ns":1786799852332642700,"indexed_at_ns":1786863694023417200,"word_count":239,"hashes":{"docs/audit/cross_boundary_dependencies.md":"56de72c42fdadf710e0837e0d330dfe36c772602d8f094d0a55dbc5bb16906f3"}},"docs/audit/FRONTEND_INTEGRATION_REQUIREMENTS.md":{"size":15322,"mtime_ns":1786885876820986100,"indexed_at_ns":1786946194617583300,"word_count":1579,"hashes":{"docs/audit/frontend_integration_requirements.md":"79bab062fc3587cffd0a9932b8615d4b822dba2ea24533531f258a0dac5f701f"}},"docs/audit/MASTER-TASK-BACKLOG.md":{"size":30107,"mtime_ns":1786799852335470200,"indexed_at_ns":1786863694026492300,"word_count":3510,"hashes":{"docs/audit/master-task-backlog.md":"6df14e8ae8eca2a7f1d9829a6e9891a89a8565eb5a7362186644208fe8454cdc"}},"docs/audit/audit-state.json":{"size":4135,"mtime_ns":1786799852337382200,"indexed_at_ns":1786863680470337000,"word_count":267,"hashes":{"docs/audit/audit-state.json":"4b804494570a2812170cb8dab35d15da659f57d6e637652328725e956f7d98aa"}},"docs/audit/build_manifest.js":{"size":4060,"mtime_ns":1786799852338393200,"indexed_at_ns":1786863535890477600,"word_count":348},"docs/audit/frontend-route-map.md":{"size":2558,"mtime_ns":1786799852339389800,"indexed_at_ns":1786863694027491500,"word_count":329,"hashes":{"docs/audit/frontend-route-map.md":"e9bf92a931f0727c8054230578943f0fd59cc3ef8f6ac5020155ca42edc93622"}},"docs/audit/generate_classification.js":{"size":2186,"mtime_ns":1786799852339389800,"indexed_at_ns":1786863535904305800,"word_count":204},"docs/audit/generate_evidence.js":{"size":3098,"mtime_ns":1786799852340390100,"indexed_at_ns":1786863535911173400,"word_count":253},"docs/audit/generate_ledger.js":{"size":7648,"mtime_ns":1786799852341897300,"indexed_at_ns":1786863535916686900,"word_count":620},"docs/audit/generate_manifest.js":{"size":6357,"mtime_ns":1786799852341897300,"indexed_at_ns":1786863535923771900,"word_count":489},"docs/audit/master-task-backlog.json":{"size":22336,"mtime_ns":1786799852342906700,"indexed_at_ns":1786863680470841000,"word_count":2071,"hashes":{"docs/audit/master-task-backlog.json":"f1c994d971b4e58165ab9f74f8b69b97c07fe74005f64dc11badf5e287b5fd28"}},"docs/audit/phase3-execution-plan.md":{"size":6007,"mtime_ns":1786799852343952400,"indexed_at_ns":1786863694030823300,"word_count":736,"hashes":{"docs/audit/phase3-execution-plan.md":"ab3bc489bde4c86046d35f87c3fb1320acb4fb15d6a3de2e100b05b510aa23b8"}},"docs/audit/phase3-traceability-matrix.md":{"size":5237,"mtime_ns":1786799852344952800,"indexed_at_ns":1786863694031820000,"word_count":692,"hashes":{"docs/audit/phase3-traceability-matrix.md":"c46b1b09c5f6be7f54ba888652e69698b26d955a8e7c8e4fa19cda8729ee2f7b"}},"docs/audit/phase3.1-backlog-review.md":{"size":9737,"mtime_ns":1786799852345952800,"indexed_at_ns":1786863694033821400,"word_count":1202,"hashes":{"docs/audit/phase3.1-backlog-review.md":"021895bb0b90dd75935ebe0317d3198a2c448ccdd6861b1302cc29735f48da82"}},"docs/audit/phase3.1-change-log.md":{"size":3756,"mtime_ns":1786799852346954800,"indexed_at_ns":1786863694035819500,"word_count":451,"hashes":{"docs/audit/phase3.1-change-log.md":"093d244c2788ead47c69e3068ccf66930ba52e04430bdba87020cb4a4edcb817"}},"docs/audit/phase3.2-change-log.md":{"size":8272,"mtime_ns":1786799852347952200,"indexed_at_ns":1786863694036820300,"word_count":930,"hashes":{"docs/audit/phase3.2-change-log.md":"00bff98e2ae2ef50c4daf265d5f34469f21c244b6dca88b70e1f9ffa17a71d83"}},"docs/audit/phase3.2-implementation-readiness.md":{"size":4694,"mtime_ns":1786799852347952200,"indexed_at_ns":1786863694039141500,"word_count":517,"hashes":{"docs/audit/phase3.2-implementation-readiness.md":"9f1e0335fdc0fa2db0fd5ceaa97e50be85d04bc1ad5d3db1ef74e85de97f71a6"}},"docs/audit/rebuild_honest_ledger.js":{"size":6113,"mtime_ns":1786799852348952900,"indexed_at_ns":1786863535983025100,"word_count":559},"docs/audit/sync_honest_manifest.js":{"size":1213,"mtime_ns":1786799852349953100,"indexed_at_ns":1786863535988627700,"word_count":75},"docs/audit/sync_manifest.js":{"size":997,"mtime_ns":1786799852350953300,"indexed_at_ns":1786863535995415600,"word_count":62},"docs/audit/validate_evidence_grade.js":{"size":6141,"mtime_ns":1786799852351954100,"indexed_at_ns":1786863536001204900,"word_count":526},"docs/audit/validate_integrity.js":{"size":3408,"mtime_ns":1786799852352952400,"indexed_at_ns":1786863536007942000,"word_count":284},"docs/backlog.md":{"size":26175,"mtime_ns":1786799852356021600,"indexed_at_ns":1786863694040141700,"word_count":2834,"hashes":{"docs/backlog.md":"ce0d907773d5af5539aa04f7035555e47424d396ea6e3a821771ad00f813ccd6"}},"frontend/admin-panel/README.md":{"size":2425,"mtime_ns":1783764561778952800,"indexed_at_ns":1786863694042141900,"word_count":212,"hashes":{"frontend/admin-panel/readme.md":"3945c052249ebd020b013303d5921815b52d847bd36c748a03bfdc8eb2a390b8"}},"frontend/admin-panel/eslint.config.js":{"size":591,"mtime_ns":1785651092991236900,"indexed_at_ns":1786863536031757200,"word_count":48},"frontend/admin-panel/index.html":{"size":363,"mtime_ns":1783764561780558500,"indexed_at_ns":1786863694044141700,"word_count":28,"hashes":{"frontend/admin-panel/index.html":"ecdac8ac0b565720712afa18490bdfad1a643a6c50c1d0b93d12b7acbcf5e3c0"}},"frontend/admin-panel/package.json":{"size":1072,"mtime_ns":1785570791953119000,"indexed_at_ns":1786863680472845200,"word_count":84,"hashes":{"frontend/admin-panel/package.json":"6d61fb108392e86320c75b42e69ba7138bdc47bba4883fafbeb6e661cc5f51e4"}},"frontend/admin-panel/postcss.config.js":{"size":91,"mtime_ns":1783764561796281900,"indexed_at_ns":1786863536049792000,"word_count":11},"frontend/admin-panel/public/favicon.svg":{"size":9522,"mtime_ns":1783764561797801500,"indexed_at_ns":1786863694122123200,"word_count":491,"hashes":{"frontend/admin-panel/public/favicon.svg":"57a824acf3d4ba0b152537d3c0e79795502d3589ca99556a2155c81b6dea663a"}},"frontend/admin-panel/public/fonts/A-Iranian-Sans/A-Iranian-Sans/read me!.txt":{"size":281,"mtime_ns":1783856792435855000,"indexed_at_ns":1786863694045693300,"word_count":15,"hashes":{"frontend/admin-panel/public/fonts/a-iranian-sans/a-iranian-sans/read me!.txt":"06bcb5a03a381d231568aa217f4bfc1a4446a7cf6574daf93ee6de8830063c67"}},"frontend/admin-panel/public/fonts/IranNastaliq/IranNastaliq/read me!.txt":{"size":281,"mtime_ns":1783856792445365000,"indexed_at_ns":1786863694046698100,"word_count":15,"hashes":{"frontend/admin-panel/public/fonts/irannastaliq/irannastaliq/read me!.txt":"1653ec43d0db64c9a2d88dd8e064a64e83eee53a97b423ea7a40a865792b38c9"}},"frontend/admin-panel/public/fonts/sahel-font-v3.4.0/CHANGELOG.md":{"size":8519,"mtime_ns":1783856792454604400,"indexed_at_ns":1786863694048714800,"word_count":1077,"hashes":{"frontend/admin-panel/public/fonts/sahel-font-v3.4.0/changelog.md":"4003fe6a71221e735897cfe03ac11bd59ef9951572007763151bf95663256a3d"}},"frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md":{"size":4136,"mtime_ns":1783856792502503100,"indexed_at_ns":1786863694050719800,"word_count":366,"hashes":{"frontend/admin-panel/public/fonts/sahel-font-v3.4.0/readme.md":"880beb9c92fd527a098de27bc779b6891a36af98ae994f506a64be199ed50392"}},"frontend/admin-panel/public/fonts/sahel-font-v3.4.0/sample-variable.gif":{"size":236102,"mtime_ns":1783856792546496500,"indexed_at_ns":1786863694123122700,"word_count":10881,"hashes":{"frontend/admin-panel/public/fonts/sahel-font-v3.4.0/sample-variable.gif":"38008ccacda40353e4f29e912e844ee659cde19dd209dfc1d5c3356e291293f5"}},"frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/CHANGELOG.md":{"size":7177,"mtime_ns":1783856792548005600,"indexed_at_ns":1786863694052719700,"word_count":951,"hashes":{"frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/changelog.md":"a735e1b29ad9d3361a0d1ecfd5c1f2f78c200a272918606decc377c469944321"}},"frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md":{"size":3696,"mtime_ns":1783856792595155200,"indexed_at_ns":1786863694054719200,"word_count":283,"hashes":{"frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/readme.md":"3b6e2d78372a72b67e339bfd7331d408f43245840749d2f46df5c356a208fbfd"}},"frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/sample.png":{"size":85019,"mtime_ns":1783856792645667900,"indexed_at_ns":1786863694125692200,"word_count":2615,"hashes":{"frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/sample.png":"9cefee026dc2387d3c887064f2419098a4c9aadd466a42184e90fa30be5e15a7"}},"frontend/admin-panel/public/fonts/vazirmatn-v33.003/AUTHORS.txt":{"size":339,"mtime_ns":1783856792646666000,"indexed_at_ns":1786863694055720100,"word_count":55,"hashes":{"frontend/admin-panel/public/fonts/vazirmatn-v33.003/authors.txt":"e22592748c440a3169adec38d57aecfd813b4b98531bbe14df59076e177a452c"}},"frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md":{"size":38550,"mtime_ns":1783856792647671700,"indexed_at_ns":1786863694057719800,"word_count":5086,"hashes":{"frontend/admin-panel/public/fonts/vazirmatn-v33.003/changelog.md":"5207a2a148ccfd0338342325a39d9b5b2d39514429c93e0aedf68b21f23fd71e"}},"frontend/admin-panel/public/fonts/vazirmatn-v33.003/OFL.txt":{"size":4391,"mtime_ns":1783856792648669800,"indexed_at_ns":1786863694060176900,"word_count":671,"hashes":{"frontend/admin-panel/public/fonts/vazirmatn-v33.003/ofl.txt":"8e7ede02bc5fcd7aa4d98a7692cd6f37ea85249c2a1a59574575f7ff57b2c984"}},"frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md":{"size":2339,"mtime_ns":1783856792648669800,"indexed_at_ns":1786863694061738100,"word_count":270,"hashes":{"frontend/admin-panel/public/fonts/vazirmatn-v33.003/readme.md":"0d736c7dd11e89622e7105e6a5958fc3d83ec827b8a00debc0943bc8e3a3d201"}},"frontend/admin-panel/public/fonts/vazirmatn-v33.003/\u0631\u0627\u0647\u0646\u0645\u0627.txt":{"size":211,"mtime_ns":1783856792971535000,"indexed_at_ns":1786863694063234100,"word_count":14,"hashes":{"frontend/admin-panel/public/fonts/vazirmatn-v33.003/\u0631\u0627\u0647\u0646\u0645\u0627.txt":"3c26934ce909cddcd30f32691eac2429205e97f4851b76e0b706da0eb7812c66"}},"frontend/admin-panel/public/icons.svg":{"size":5031,"mtime_ns":1783764561799320300,"indexed_at_ns":1786863694127749600,"word_count":382,"hashes":{"frontend/admin-panel/public/icons.svg":"561374a6f3ff39c2881fc8ab6159875671b9acbaab617f4668819f5a24aa0a85"}},"frontend/admin-panel/src/App.tsx":{"size":1088,"mtime_ns":1786799852365481100,"indexed_at_ns":1786863539542562100,"word_count":99},"frontend/admin-panel/src/assets/hero.png":{"size":13057,"mtime_ns":1783764561812863000,"indexed_at_ns":1786863694128748000,"word_count":437,"hashes":{"frontend/admin-panel/src/assets/hero.png":"9350dcf76831435179214888056799d21b9ec6461f03bcad2fca68fb27dcccd9"}},"frontend/admin-panel/src/assets/react.svg":{"size":4126,"mtime_ns":1783764561813924700,"indexed_at_ns":1786863694131258000,"word_count":366,"hashes":{"frontend/admin-panel/src/assets/react.svg":"3ce66cfff5bb1ef0bc54b14d87fc434fdaa60e3e67406ca0475c8e355daf42c9"}},"frontend/admin-panel/src/assets/vite.svg":{"size":8709,"mtime_ns":1783764561814995700,"indexed_at_ns":1786863694133259500,"word_count":439,"hashes":{"frontend/admin-panel/src/assets/vite.svg":"a3813bb88b8e782e5a04d9d628d2540c4ca7719878f24c62bb3b655861178b41"}},"frontend/admin-panel/src/components/Layout.tsx":{"size":726,"mtime_ns":1784621786958594800,"indexed_at_ns":1786863539569270500,"word_count":69},"frontend/admin-panel/src/components/ProtectedRoute.tsx":{"size":2336,"mtime_ns":1786799852369164100,"indexed_at_ns":1786863539575600400,"word_count":210},"frontend/admin-panel/src/components/Sidebar.tsx":{"size":10827,"mtime_ns":1786946249964929600,"indexed_at_ns":1786948020180405800,"word_count":961},"frontend/admin-panel/src/components/Topbar.tsx":{"size":14971,"mtime_ns":1786954681821386200,"indexed_at_ns":1786955474679895700,"word_count":1219},"frontend/admin-panel/src/components/ui/ConfirmModal.tsx":{"size":2076,"mtime_ns":1783856792976535500,"indexed_at_ns":1786863539596831200,"word_count":174},"frontend/admin-panel/src/components/ui/MediaSelector.tsx":{"size":15969,"mtime_ns":1786954681826536100,"indexed_at_ns":1786955474721008300,"word_count":1243},"frontend/admin-panel/src/components/ui/Pagination.tsx":{"size":5510,"mtime_ns":1786799852387442100,"indexed_at_ns":1786863539611144600,"word_count":447},"frontend/admin-panel/src/components/ui/Skeleton.tsx":{"size":178,"mtime_ns":1783856792977535800,"indexed_at_ns":1786863539617717100,"word_count":22},"frontend/admin-panel/src/components/ui/Spinner.tsx":{"size":650,"mtime_ns":1783856792979049200,"indexed_at_ns":1786863539624368900,"word_count":67},"frontend/admin-panel/src/main.tsx":{"size":161,"mtime_ns":1783764561829333600,"indexed_at_ns":1786863539634800100,"word_count":16},"frontend/admin-panel/src/pages/B2BManager.tsx":{"size":25576,"mtime_ns":1786799852391440500,"indexed_at_ns":1786863539640800000,"word_count":1789},"frontend/admin-panel/src/pages/BannersManager.tsx":{"size":20315,"mtime_ns":1786946249965928600,"indexed_at_ns":1786948020244413900,"word_count":1492},"frontend/admin-panel/src/pages/Blogs.tsx":{"size":15530,"mtime_ns":1786799852395957300,"indexed_at_ns":1786863539656035900,"word_count":1186},"frontend/admin-panel/src/pages/CMS.tsx":{"size":10072,"mtime_ns":1786799852400957800,"indexed_at_ns":1786863539663141300,"word_count":805},"frontend/admin-panel/src/pages/Categories.tsx":{"size":15807,"mtime_ns":1786799852404978500,"indexed_at_ns":1786863539670140300,"word_count":1115},"frontend/admin-panel/src/pages/ContactSubmissions.tsx":{"size":12435,"mtime_ns":1786799852405538100,"indexed_at_ns":1786863539677731600,"word_count":859},"frontend/admin-panel/src/pages/Coupons.tsx":{"size":27717,"mtime_ns":1786948119773165300,"indexed_at_ns":1786954590024152800,"word_count":2106},"frontend/admin-panel/src/pages/Dashboard.tsx":{"size":6006,"mtime_ns":1786885876829510000,"indexed_at_ns":1786946090882930200,"word_count":534},"frontend/admin-panel/src/pages/FinancialSettingsPage.tsx":{"size":9238,"mtime_ns":1786948119774163200,"indexed_at_ns":1786954590036697800,"word_count":674},"frontend/admin-panel/src/pages/IngredientsManager.tsx":{"size":18511,"mtime_ns":1786885876833517400,"indexed_at_ns":1786946090899595600,"word_count":1338},"frontend/admin-panel/src/pages/Login.tsx":{"size":11551,"mtime_ns":1786885876837035500,"indexed_at_ns":1786946090906108900,"word_count":838},"frontend/admin-panel/src/pages/Media.tsx":{"size":24026,"mtime_ns":1786954681832052400,"indexed_at_ns":1786955474849815900,"word_count":1850},"frontend/admin-panel/src/pages/Orders.tsx":{"size":41362,"mtime_ns":1786944769522310700,"indexed_at_ns":1786946090923825000,"word_count":3048},"frontend/admin-panel/src/pages/Pets.tsx":{"size":17485,"mtime_ns":1786954681833053600,"indexed_at_ns":1786955474865216500,"word_count":1264},"frontend/admin-panel/src/pages/PrescriptionsManager.tsx":{"size":20134,"mtime_ns":1786954681834055700,"indexed_at_ns":1786955474871873100,"word_count":1503},"frontend/admin-panel/src/pages/Products.tsx":{"size":75867,"mtime_ns":1786948119777256200,"indexed_at_ns":1786954590079918400,"word_count":5070},"frontend/admin-panel/src/pages/Reports.tsx":{"size":13073,"mtime_ns":1786894580141383900,"indexed_at_ns":1786946090950888800,"word_count":972},"frontend/admin-panel/src/pages/SeoSettingsPage.tsx":{"size":7361,"mtime_ns":1786885876852117800,"indexed_at_ns":1786946090964021800,"word_count":549},"frontend/admin-panel/src/pages/Settings.tsx":{"size":41127,"mtime_ns":1786948119780100900,"indexed_at_ns":1786954590114257900,"word_count":2650},"frontend/admin-panel/src/pages/SmartAdvisorManager.tsx":{"size":14321,"mtime_ns":1786799852443027400,"indexed_at_ns":1786863539783943500,"word_count":1073},"frontend/admin-panel/src/pages/SystemSettingsPage.tsx":{"size":7931,"mtime_ns":1786799852444030300,"indexed_at_ns":1786863539790462300,"word_count":575},"frontend/admin-panel/src/pages/TestimonialsManager.tsx":{"size":18160,"mtime_ns":1786799852445028000,"indexed_at_ns":1786863539796971000,"word_count":1311},"frontend/admin-panel/src/pages/UITexts.tsx":{"size":21687,"mtime_ns":1786954681835053100,"indexed_at_ns":1786955474947729800,"word_count":1702},"frontend/admin-panel/src/pages/Users.tsx":{"size":42561,"mtime_ns":1786883225813571300,"indexed_at_ns":1786946091025818600,"word_count":2830},"frontend/admin-panel/src/pages/Videos.tsx":{"size":19944,"mtime_ns":1786885876865800800,"indexed_at_ns":1786946091033029300,"word_count":1419},"frontend/admin-panel/src/pages/WholesaleApplications.tsx":{"size":6505,"mtime_ns":1786799852457805400,"indexed_at_ns":1786863539828590300,"word_count":503},"frontend/admin-panel/src/pages/Wiki.tsx":{"size":14792,"mtime_ns":1786885876868308700,"indexed_at_ns":1786946091044162500,"word_count":1144},"frontend/admin-panel/src/routes/adminRoutes.tsx":{"size":4643,"mtime_ns":1786944769526822700,"indexed_at_ns":1786946091050164400,"word_count":495},"frontend/admin-panel/src/services/api.ts":{"size":5190,"mtime_ns":1786896758433963000,"indexed_at_ns":1786946091056675900,"word_count":479},"frontend/admin-panel/src/store/adminAuthStore.ts":{"size":666,"mtime_ns":1786799852469037000,"indexed_at_ns":1786863539858627200,"word_count":65},"frontend/admin-panel/src/types/admin.ts":{"size":3773,"mtime_ns":1786894580154842300,"indexed_at_ns":1786946091067718500,"word_count":414},"frontend/admin-panel/tailwind.config.js":{"size":182,"mtime_ns":1783764561861721300,"indexed_at_ns":1786863539871727500,"word_count":20},"frontend/admin-panel/tsconfig.app.json":{"size":617,"mtime_ns":1783764561862859900,"indexed_at_ns":1786863680473847600,"word_count":47,"hashes":{"frontend/admin-panel/tsconfig.app.json":"b15d934d372b42fef3c150b90ab9dec888deeed53159fb9ebaf3ece2bc6896e9"}},"frontend/admin-panel/tsconfig.json":{"size":119,"mtime_ns":1783764561863393600,"indexed_at_ns":1786863680475351500,"word_count":15,"hashes":{"frontend/admin-panel/tsconfig.json":"7a6c2e21b6eaa2355b4e2ed29db2a767499a88498bde745cdccf3ba8c7f64f2b"}},"frontend/admin-panel/tsconfig.node.json":{"size":591,"mtime_ns":1783764561863923100,"indexed_at_ns":1786863680476356300,"word_count":44,"hashes":{"frontend/admin-panel/tsconfig.node.json":"035a8143cff9651dbb67885756a07cc3f8ed1c5dcbf04a6e2042600b7989d525"}},"frontend/admin-panel/vite.config.ts":{"size":161,"mtime_ns":1783764561864454900,"indexed_at_ns":1786863539894474200,"word_count":18},"frontend/application/AGENTS.md":{"size":760,"mtime_ns":1786885876870317000,"indexed_at_ns":1786946194631269100,"word_count":91,"hashes":{"frontend/application/agents.md":"26c7594b16f52dcd1085a81ac2dd55a924bf9badc3d339789c5a52657ad86ea7"}},"frontend/application/CLAUDE.md":{"size":11,"mtime_ns":1783764561866744500,"indexed_at_ns":1786863694066612200,"word_count":1,"hashes":{"frontend/application/claude.md":"0776fbbe8c29c6dc861efa70683090a370ab56dc77c22cb9de74895b4c783320"}},"frontend/application/README.md":{"size":1450,"mtime_ns":1783764561867354300,"indexed_at_ns":1786863694067611900,"word_count":155,"hashes":{"frontend/application/readme.md":"dd829cdf325092d859080ac1db3cbf2cca3198e72834f0f228495ef3c49a2240"}},"frontend/application/app/ClientLayout.tsx":{"size":5386,"mtime_ns":1786891855353571400,"indexed_at_ns":1786946091118817200,"word_count":486},"frontend/application/app/HomeClient.tsx":{"size":12981,"mtime_ns":1786946249969930000,"indexed_at_ns":1786948020492659800,"word_count":833},"frontend/application/app/about/page.tsx":{"size":6019,"mtime_ns":1786885876874317800,"indexed_at_ns":1786946091130517900,"word_count":507},"frontend/application/app/blog/[slug]/page.tsx":{"size":6663,"mtime_ns":1786885876877317400,"indexed_at_ns":1786946091138538500,"word_count":521},"frontend/application/app/blog/page.tsx":{"size":2058,"mtime_ns":1786885876878823400,"indexed_at_ns":1786946091144595700,"word_count":214},"frontend/application/app/catalog/CatalogClient.tsx":{"size":1389,"mtime_ns":1786872121566485100,"indexed_at_ns":1786877276794688700,"word_count":129},"frontend/application/app/catalog/page.tsx":{"size":1000,"mtime_ns":1786885876880832300,"indexed_at_ns":1786946091157620100,"word_count":99},"frontend/application/app/checkout/page.tsx":{"size":125,"mtime_ns":1783764561876442900,"indexed_at_ns":1786863539973147200,"word_count":13},"frontend/application/app/checkout/success/[id]/page.tsx":{"size":231,"mtime_ns":1783764561878668300,"indexed_at_ns":1786863539980152400,"word_count":31},"frontend/application/app/contact/page.tsx":{"size":1923,"mtime_ns":1786885876884352900,"indexed_at_ns":1786946091174222400,"word_count":169},"frontend/application/app/dashboard/page.tsx":{"size":133,"mtime_ns":1783764561880281000,"indexed_at_ns":1786863539993347900,"word_count":13},"frontend/application/app/error.tsx":{"size":383,"mtime_ns":1785148022478709000,"indexed_at_ns":1786863539998855700,"word_count":50},"frontend/application/app/layout.tsx":{"size":4001,"mtime_ns":1786885876886352200,"indexed_at_ns":1786946091201905500,"word_count":353},"frontend/application/app/loading.tsx":{"size":1373,"mtime_ns":1785148022487650000,"indexed_at_ns":1786863540025491400,"word_count":122},"frontend/application/app/not-found.tsx":{"size":124,"mtime_ns":1783764561891411400,"indexed_at_ns":1786863540032490900,"word_count":15},"frontend/application/app/page.tsx":{"size":2357,"mtime_ns":1786885876888872400,"indexed_at_ns":1786946091217128300,"word_count":224},"frontend/application/app/privacy/page.tsx":{"size":4367,"mtime_ns":1786885876892884700,"indexed_at_ns":1786946091229212900,"word_count":361},"frontend/application/app/profile/page.tsx":{"size":122,"mtime_ns":1783764561895258400,"indexed_at_ns":1786863540054231400,"word_count":13},"frontend/application/app/robots.ts":{"size":404,"mtime_ns":1783764561896486600,"indexed_at_ns":1786863540060459100,"word_count":38},"frontend/application/app/search/page.tsx":{"size":569,"mtime_ns":1786885876894884000,"indexed_at_ns":1786946091253347100,"word_count":65},"frontend/application/app/shop/[slug]/page.tsx":{"size":4439,"mtime_ns":1786885876896885400,"indexed_at_ns":1786946091261392900,"word_count":388},"frontend/application/app/shop/page.tsx":{"size":2025,"mtime_ns":1786885876899395900,"indexed_at_ns":1786946091268392700,"word_count":211},"frontend/application/app/sitemap.ts":{"size":2040,"mtime_ns":1786799852565744400,"indexed_at_ns":1786863540085699800,"word_count":191},"frontend/application/app/track/page.tsx":{"size":129,"mtime_ns":1783764561901903300,"indexed_at_ns":1786863540091699600,"word_count":13},"frontend/application/app/trust-seals/page.tsx":{"size":6722,"mtime_ns":1786885876903404600,"indexed_at_ns":1786946091292478900,"word_count":528},"frontend/application/app/videos/page.tsx":{"size":117,"mtime_ns":1783764561902986700,"indexed_at_ns":1786863540105289000,"word_count":13},"frontend/application/app/wiki/[slug]/page.tsx":{"size":2325,"mtime_ns":1784033954808355000,"indexed_at_ns":1786863540118520300,"word_count":234},"frontend/application/app/wiki/page.tsx":{"size":1242,"mtime_ns":1786885876905476200,"indexed_at_ns":1786946091316862200,"word_count":122},"frontend/application/components/AddressModal.tsx":{"size":16148,"mtime_ns":1786799852571178400,"indexed_at_ns":1786863540130732600,"word_count":1109},"frontend/application/components/ArchivePage.tsx":{"size":34996,"mtime_ns":1786946249970928600,"indexed_at_ns":1786948020661873800,"word_count":2734},"frontend/application/components/AuthModal.tsx":{"size":44845,"mtime_ns":1786891855357691900,"indexed_at_ns":1786946091341971300,"word_count":2978},"frontend/application/components/B2BPortal.tsx":{"size":14014,"mtime_ns":1786894580156857600,"indexed_at_ns":1786946091352003200,"word_count":1094},"frontend/application/components/BackButton.tsx":{"size":1105,"mtime_ns":1786799852597341400,"indexed_at_ns":1786863540159500900,"word_count":116},"frontend/application/components/BlogPage.tsx":{"size":24606,"mtime_ns":1786885876915228400,"indexed_at_ns":1786946091379813700,"word_count":1509},"frontend/application/components/CartDrawer.tsx":{"size":20230,"mtime_ns":1786799852599390300,"indexed_at_ns":1786863540173272000,"word_count":1339},"frontend/application/components/CheckoutPage.tsx":{"size":49167,"mtime_ns":1786954681837053700,"indexed_at_ns":1786955475260251400,"word_count":3305},"frontend/application/components/ContactFormClient.tsx":{"size":10541,"mtime_ns":1786885876918218600,"indexed_at_ns":1786946091414963400,"word_count":775},"frontend/application/components/DeleteConfirmModal.tsx":{"size":2328,"mtime_ns":1786799852608752300,"indexed_at_ns":1786863540195843400,"word_count":195},"frontend/application/components/EnamadBadge.tsx":{"size":1516,"mtime_ns":1786799852612361900,"indexed_at_ns":1786863540202352600,"word_count":114},"frontend/application/components/ErrorBoundary.tsx":{"size":2617,"mtime_ns":1786799852614549600,"indexed_at_ns":1786863540208609600,"word_count":235},"frontend/application/components/ErrorPages.tsx":{"size":2809,"mtime_ns":1786885876920726400,"indexed_at_ns":1786946091441576800,"word_count":243},"frontend/application/components/FeaturedProducts.tsx":{"size":9923,"mtime_ns":1786799852624407000,"indexed_at_ns":1786863540221425100,"word_count":840},"frontend/application/components/Footer.tsx":{"size":12503,"mtime_ns":1786946249976949900,"indexed_at_ns":1786948020743638300,"word_count":843},"frontend/application/components/Header.tsx":{"size":28516,"mtime_ns":1786946249979030000,"indexed_at_ns":1786948020750142300,"word_count":2014},"frontend/application/components/HeaderButton.tsx":{"size":2242,"mtime_ns":1786799852637156100,"indexed_at_ns":1786863540242057800,"word_count":208},"frontend/application/components/Hero.tsx":{"size":18439,"mtime_ns":1786954681838055000,"indexed_at_ns":1786955475315416600,"word_count":1541},"frontend/application/components/IngredientWiki.tsx":{"size":19123,"mtime_ns":1786958978739412900,"indexed_at_ns":1786960870025239000,"word_count":1454},"frontend/application/components/LoginModal.tsx":{"size":13846,"mtime_ns":1786885876932267500,"indexed_at_ns":1786946091505536900,"word_count":1121},"frontend/application/components/MaintenancePage.tsx":{"size":3686,"mtime_ns":1786946249984693000,"indexed_at_ns":1786948020776802400,"word_count":313},"frontend/application/components/NetworkBanner.tsx":{"size":2350,"mtime_ns":1786799852662138900,"indexed_at_ns":1786863540279146900,"word_count":214},"frontend/application/components/OrderDetailsModal.tsx":{"size":33085,"mtime_ns":1786944769533340100,"indexed_at_ns":1786946091537915100,"word_count":2354},"frontend/application/components/OrderSuccess.tsx":{"size":6396,"mtime_ns":1786799852665542300,"indexed_at_ns":1786863540291787200,"word_count":521},"frontend/application/components/OrderTracking.tsx":{"size":9105,"mtime_ns":1786885876938266000,"indexed_at_ns":1786946091555171900,"word_count":663},"frontend/application/components/PetProfile.tsx":{"size":77128,"mtime_ns":1786954681840286300,"indexed_at_ns":1786955475359709700,"word_count":5484},"frontend/application/components/PrescriptionUploadModal.tsx":{"size":18235,"mtime_ns":1786954681842298400,"indexed_at_ns":1786955475367584500,"word_count":1302},"frontend/application/components/ProductPage.tsx":{"size":56515,"mtime_ns":1786946249988814300,"indexed_at_ns":1786948020812227700,"word_count":4070},"frontend/application/components/SafeImage.tsx":{"size":2054,"mtime_ns":1786885876949569800,"indexed_at_ns":1786946091605553100,"word_count":187},"frontend/application/components/SearchResultsPage.tsx":{"size":8335,"mtime_ns":1786799852701578200,"indexed_at_ns":1786863540335701600,"word_count":594},"frontend/application/components/SearchableSelect.tsx":{"size":4375,"mtime_ns":1785575516155554800,"indexed_at_ns":1786863540342211100,"word_count":336},"frontend/application/components/Skeleton.tsx":{"size":3084,"mtime_ns":1783764561943996900,"indexed_at_ns":1786863540349888700,"word_count":291},"frontend/application/components/SmartAdvisor.tsx":{"size":33571,"mtime_ns":1786894580167908400,"indexed_at_ns":1786946091629542000,"word_count":2534},"frontend/application/components/TickerBanner.tsx":{"size":1605,"mtime_ns":1786885876960835800,"indexed_at_ns":1786946091635653200,"word_count":140},"frontend/application/components/Tooltip.tsx":{"size":2771,"mtime_ns":1786885876964103200,"indexed_at_ns":1786946091641165300,"word_count":227},"frontend/application/components/TopUpModal.tsx":{"size":9142,"mtime_ns":1786890779336880900,"indexed_at_ns":1786946091647541000,"word_count":717},"frontend/application/components/UserDashboard.tsx":{"size":90847,"mtime_ns":1786954681843296800,"indexed_at_ns":1786955475425357400,"word_count":5771},"frontend/application/components/VetGallery.tsx":{"size":9590,"mtime_ns":1786885876970368900,"indexed_at_ns":1786946091663117600,"word_count":759},"frontend/application/components/VideosPage.tsx":{"size":9404,"mtime_ns":1786885876974175000,"indexed_at_ns":1786946091669350600,"word_count":681},"frontend/application/components/__tests__/CartDrawer.test.tsx":{"size":3197,"mtime_ns":1786799852761825800,"indexed_at_ns":1786863540412200800,"word_count":285},"frontend/application/components/__tests__/FeaturedProducts.test.tsx":{"size":3115,"mtime_ns":1786799852765632100,"indexed_at_ns":1786863540419710400,"word_count":242},"frontend/application/components/__tests__/Footer.test.tsx":{"size":1649,"mtime_ns":1786885876976595100,"indexed_at_ns":1786946091695116800,"word_count":139},"frontend/application/components/__tests__/Header.test.tsx":{"size":3277,"mtime_ns":1786799852770019100,"indexed_at_ns":1786863540434730400,"word_count":261},"frontend/application/components/__tests__/Hero.test.tsx":{"size":1980,"mtime_ns":1786799852776010800,"indexed_at_ns":1786863540442340400,"word_count":192},"frontend/application/components/__tests__/Tooltip.test.tsx":{"size":1508,"mtime_ns":1786799852784348900,"indexed_at_ns":1786863540450854900,"word_count":137},"frontend/application/eslint.config.mjs":{"size":465,"mtime_ns":1785651092993484500,"indexed_at_ns":1786863540456944500,"word_count":42},"frontend/application/lib/data/products.ts":{"size":103445,"mtime_ns":1786958978741515600,"indexed_at_ns":1786960870207201300,"word_count":9675},"frontend/application/lib/data/provinces.ts":{"size":2993,"mtime_ns":1785571725610676000,"indexed_at_ns":1786863540475337300,"word_count":203},"frontend/application/lib/data/scientificTerms.ts":{"size":18042,"mtime_ns":1786958978743097300,"indexed_at_ns":1786960870219714000,"word_count":1756},"frontend/application/lib/hooks/useNetworkStatus.ts":{"size":610,"mtime_ns":1786799852793488000,"indexed_at_ns":1786863540490904900,"word_count":59},"frontend/application/lib/services/api.ts":{"size":3694,"mtime_ns":1786954681844297300,"indexed_at_ns":1786955475523413700,"word_count":391},"frontend/application/lib/services/authService.ts":{"size":4524,"mtime_ns":1786885876986184800,"indexed_at_ns":1786946091788097500,"word_count":509},"frontend/application/lib/services/orderService.ts":{"size":2428,"mtime_ns":1786799852810726500,"indexed_at_ns":1786863540512358400,"word_count":279},"frontend/application/lib/services/productService.ts":{"size":9733,"mtime_ns":1786946249990927500,"indexed_at_ns":1786948020972782900,"word_count":918},"frontend/application/lib/services/videoService.ts":{"size":1015,"mtime_ns":1786799852818516100,"indexed_at_ns":1786863540526453400,"word_count":128},"frontend/application/lib/store/__tests__/cartStore.test.ts":{"size":4430,"mtime_ns":1786799852822036900,"indexed_at_ns":1786863540533965000,"word_count":386},"frontend/application/lib/store/__tests__/settingsStore.test.ts":{"size":1949,"mtime_ns":1783856793043803200,"indexed_at_ns":1786863540540796300,"word_count":194},"frontend/application/lib/store/__tests__/userStore.test.ts":{"size":3639,"mtime_ns":1786799852825547700,"indexed_at_ns":1786863540547305500,"word_count":289},"frontend/application/lib/store/cartStore.ts":{"size":6972,"mtime_ns":1786895436235684300,"indexed_at_ns":1786946091844031100,"word_count":697},"frontend/application/lib/store/settingsStore.ts":{"size":3630,"mtime_ns":1786948119787096800,"indexed_at_ns":1786954590768008200,"word_count":371},"frontend/application/lib/store/uiStore.ts":{"size":872,"mtime_ns":1786799852833588000,"indexed_at_ns":1786863540568531000,"word_count":100},"frontend/application/lib/store/usePetStore.ts":{"size":8680,"mtime_ns":1786954681845300600,"indexed_at_ns":1786955475589806900,"word_count":850},"frontend/application/lib/store/userStore.ts":{"size":10236,"mtime_ns":1786885876994698300,"indexed_at_ns":1786946091871573500,"word_count":883},"frontend/application/lib/types.ts":{"size":2194,"mtime_ns":1786799852840111800,"indexed_at_ns":1786863540590778900,"word_count":237},"frontend/application/lib/utils.ts":{"size":478,"mtime_ns":1786799852847284000,"indexed_at_ns":1786863540596780000,"word_count":61},"frontend/application/next.config.ts":{"size":1764,"mtime_ns":1786870552898769500,"indexed_at_ns":1786877277293787300,"word_count":169},"frontend/application/package.json":{"size":844,"mtime_ns":1786799852863132300,"indexed_at_ns":1786863680477356100,"word_count":72,"hashes":{"frontend/application/package.json":"3ffd8078128454f22679add155e8304ffb9476e630e847cd895ffb1422db1b5f"}},"frontend/application/postcss.config.mjs":{"size":94,"mtime_ns":1783764561988252100,"indexed_at_ns":1786863540617596000,"word_count":13},"frontend/application/public/assets/images/hero-section-image.png":{"size":6990105,"mtime_ns":1783856793095044200,"indexed_at_ns":1786863694135258700,"word_count":267685,"hashes":{"frontend/application/public/assets/images/hero-section-image.png":"13c3a8c4b520c0f0500833b266f6e4755a2c0e86904dc89c1d0243136cd9e090"}},"frontend/application/public/assets/images/regenerated_image_1779109861747.png":{"size":2269101,"mtime_ns":1783764562014110300,"indexed_at_ns":1786863694155060900,"word_count":84979,"hashes":{"frontend/application/public/assets/images/regenerated_image_1779109861747.png":"1dad8a2330655c9068cefc35c7e69370d06305219d6a38d82630043805ac39a9"}},"frontend/application/public/file.svg":{"size":391,"mtime_ns":1783764562016213600,"indexed_at_ns":1786863694164180800,"word_count":50,"hashes":{"frontend/application/public/file.svg":"1119e2ef995a10263472a09138d843b9f5924e1f4b6f84d2168226327ace0be1"}},"frontend/application/public/fonts/A-Iranian-Sans/A-Iranian-Sans/read me!.txt":{"size":281,"mtime_ns":1783856793098052000,"indexed_at_ns":1786863694070120000,"word_count":15,"hashes":{"frontend/application/public/fonts/a-iranian-sans/a-iranian-sans/read me!.txt":"6c2a924fd200fa301020be822d33307191d295b2c6b7e731785c02929b6a0fb1"}},"frontend/application/public/fonts/IranNastaliq/IranNastaliq/read me!.txt":{"size":281,"mtime_ns":1783856793107660400,"indexed_at_ns":1786863694072123000,"word_count":15,"hashes":{"frontend/application/public/fonts/irannastaliq/irannastaliq/read me!.txt":"79166364479f09a129d20f508898f5a23d90937b337db1d2c2a64c2cda022e1f"}},"frontend/application/public/fonts/sahel-font-v3.4.0/CHANGELOG.md":{"size":8519,"mtime_ns":1783856793113660500,"indexed_at_ns":1786863694073120500,"word_count":1077,"hashes":{"frontend/application/public/fonts/sahel-font-v3.4.0/changelog.md":"be9b046e69dc5442c30d61cca51a69e4238f861da265d1ce8cd0192bafce40a9"}},"frontend/application/public/fonts/sahel-font-v3.4.0/README.md":{"size":4136,"mtime_ns":1783856793156251700,"indexed_at_ns":1786863694075624200,"word_count":366,"hashes":{"frontend/application/public/fonts/sahel-font-v3.4.0/readme.md":"9b0e689f6474b487d70db0ecb05321072f15df92266522497b60aaa47579aac5"}},"frontend/application/public/fonts/sahel-font-v3.4.0/sample-variable.gif":{"size":236102,"mtime_ns":1783856793229119700,"indexed_at_ns":1786863694169221500,"word_count":10881,"hashes":{"frontend/application/public/fonts/sahel-font-v3.4.0/sample-variable.gif":"0825bc4a5adf33cea89ddbb0754a9951481f92beed22cc4ae9be5c59c8847c7f"}},"frontend/application/public/fonts/shabnam-font-v5.0.1/CHANGELOG.md":{"size":7177,"mtime_ns":1783856793230118600,"indexed_at_ns":1786863694077307600,"word_count":951,"hashes":{"frontend/application/public/fonts/shabnam-font-v5.0.1/changelog.md":"575542fd432a1b489570fce6eead03ca964b61d038ee9f3bd9181d6c07fec8b2"}},"frontend/application/public/fonts/shabnam-font-v5.0.1/README.md":{"size":3696,"mtime_ns":1783856793279542700,"indexed_at_ns":1786863694079312500,"word_count":283,"hashes":{"frontend/application/public/fonts/shabnam-font-v5.0.1/readme.md":"f9e5953869832730d4169ced95c5b978ef4d156f0114de6b27f37025fd5e7054"}},"frontend/application/public/fonts/shabnam-font-v5.0.1/sample.png":{"size":85019,"mtime_ns":1783856793315146800,"indexed_at_ns":1786863694176105400,"word_count":2615,"hashes":{"frontend/application/public/fonts/shabnam-font-v5.0.1/sample.png":"01816e4165a20a19dbd7c57390bc7d06119e51479c968568396df53bd3116fec"}},"frontend/application/public/fonts/vazirmatn-v33.003/AUTHORS.txt":{"size":339,"mtime_ns":1783856793316155600,"indexed_at_ns":1786863694080379500,"word_count":55,"hashes":{"frontend/application/public/fonts/vazirmatn-v33.003/authors.txt":"0c05de46944017b09527017814eae25279495af7920f59181720a034e84ab759"}},"frontend/application/public/fonts/vazirmatn-v33.003/CHANGELOG.md":{"size":38550,"mtime_ns":1783856793317690100,"indexed_at_ns":1786863694082379200,"word_count":5086,"hashes":{"frontend/application/public/fonts/vazirmatn-v33.003/changelog.md":"323e095d50626f73023efa85133687134ad8808333e908c41b9a3e61f225edbf"}},"frontend/application/public/fonts/vazirmatn-v33.003/OFL.txt":{"size":4391,"mtime_ns":1783856793319422000,"indexed_at_ns":1786863694084379300,"word_count":671,"hashes":{"frontend/application/public/fonts/vazirmatn-v33.003/ofl.txt":"756a84fec3f8eaf480849631710c21e3d503b11e50081b84fb4d31a4d970208a"}},"frontend/application/public/fonts/vazirmatn-v33.003/README.md":{"size":2339,"mtime_ns":1783856793320489000,"indexed_at_ns":1786863694085379400,"word_count":270,"hashes":{"frontend/application/public/fonts/vazirmatn-v33.003/readme.md":"cee7881a2b9d08b4fe358b683fdde88fa7f8fafb7f53852216a080d291460ca0"}},"frontend/application/public/fonts/vazirmatn-v33.003/\u0631\u0627\u0647\u0646\u0645\u0627.txt":{"size":211,"mtime_ns":1783856793668096800,"indexed_at_ns":1786863694087379500,"word_count":14,"hashes":{"frontend/application/public/fonts/vazirmatn-v33.003/\u0631\u0627\u0647\u0646\u0645\u0627.txt":"aa327615c816569057ced5f2c9993f791a1521e2bd4eab0ab992baf173159217"}},"frontend/application/public/globe.svg":{"size":1035,"mtime_ns":1783764562016720700,"indexed_at_ns":1786863694180121600,"word_count":154,"hashes":{"frontend/application/public/globe.svg":"93cd319cc2847a02f77034690697e90991e4e520dddb486c49db6d157f61a410"}},"frontend/application/public/next.svg":{"size":1375,"mtime_ns":1783764562018238900,"indexed_at_ns":1786863694181884500,"word_count":183,"hashes":{"frontend/application/public/next.svg":"b30f61c9863dba2a8d332f310e20fbca37330c1c68612d0f0b453a0b202e836a"}},"frontend/application/public/vercel.svg":{"size":128,"mtime_ns":1783764562019253000,"indexed_at_ns":1786863694184891200,"word_count":12,"hashes":{"frontend/application/public/vercel.svg":"c88132dfd92b424991c922c4121ed83833f9a07d7046def18dd3ccd44ac25e84"}},"frontend/application/public/window.svg":{"size":385,"mtime_ns":1783764562019253000,"indexed_at_ns":1786863694190022700,"word_count":63,"hashes":{"frontend/application/public/window.svg":"20a1be5f2149ff9ae12c5facdd302bc535ba215694bf31eea01cd014322d20fa"}},"frontend/application/tsconfig.json":{"size":750,"mtime_ns":1786799852865640000,"indexed_at_ns":1786863680478356000,"word_count":61,"hashes":{"frontend/application/tsconfig.json":"adcade0f962ec5888be99b4b1402d98812cfd570b0c5669bda73142b2cb9210d"}},"frontend/application/vitest.config.ts":{"size":244,"mtime_ns":1786799852868652900,"indexed_at_ns":1786863544320193300,"word_count":25},"frontend/application/vitest.setup.ts":{"size":532,"mtime_ns":1786799852870650700,"indexed_at_ns":1786863544326240200,"word_count":58},"metadata.json":{"size":334,"mtime_ns":1783856793672137200,"indexed_at_ns":1786863680479357400,"word_count":35,"hashes":{"metadata.json":"c44b4c4ba60752554ceae65e2f22bddb756cbeb25a4a31ee79160b6eb182255a"}},"package.json":{"size":992,"mtime_ns":1783856793674105800,"indexed_at_ns":1786863680481374200,"word_count":118,"hashes":{"package.json":"0157b70b08d4db87730d29b1da6749d719cc3f815c2c01d0c5cd29042f4d0bcf"}},"prometheus.yml":{"size":164,"mtime_ns":1783764562027779300,"indexed_at_ns":1786863694089379300,"word_count":13,"hashes":{"prometheus.yml":"6efadd3eaf7bcdf8e425488e92b4262447caba278f55a179b9bd4a12d5dfc721"}},"scripts/backup_db.sh":{"size":1362,"mtime_ns":1786799852876784600,"indexed_at_ns":1786863680482378900,"word_count":134,"hashes":{"scripts/backup_db.sh":"f90cf2d0c954f3eaca83566ccb365bff62fd97a2af0225816c19902ee4dfdd6c"}},"scripts/compose.prod.yml":{"size":2090,"mtime_ns":1786877667023527700,"indexed_at_ns":1786946194640744100,"word_count":117,"hashes":{"scripts/compose.prod.yml":"ec4c7444d425a241f744073f8c860282daa97a899b67b302bef2c2d0d92062f5"}},"scripts/compose.stage.yml":{"size":2481,"mtime_ns":1786883225890948000,"indexed_at_ns":1786946194641744700,"word_count":134,"hashes":{"scripts/compose.stage.yml":"84cdc3265d9a75ab71d28d033b18c0edc7738d768b01b1e5f4c6bd3dba3e020b"}},"scripts/deploy.sh":{"size":3099,"mtime_ns":1786870553126345000,"indexed_at_ns":1786877281716813800,"word_count":309,"hashes":{"scripts/deploy.sh":"c6caeffd50f1035595e5733fb61f62e55d6f2f7a5b17e649b7a256182cb004d6"}},"scripts/open-browsers.js":{"size":1551,"mtime_ns":1783764562028780800,"indexed_at_ns":1786863544379330800,"word_count":202},"scripts/start-dev.js":{"size":1332,"mtime_ns":1783766217319524600,"indexed_at_ns":1786863544385074200,"word_count":148},"start.sh":{"size":26,"mtime_ns":1784033954813080300,"indexed_at_ns":1786863680484972600,"word_count":4,"hashes":{"start.sh":"694c258b963c309734a3316c770f5fef29703bc6f24754b04155fd8db94cf862"}},"swagger.yml":{"size":95785,"mtime_ns":1786799852892091600,"indexed_at_ns":1786863694094028500,"word_count":7031,"hashes":{"swagger.yml":"9ee34edd53820461e0a043109976532a305cb26a4ff9e265eb8a5883dd42dd53"}},".antigravity/instructions.md":{"size":226,"mtime_ns":1786870552833405800,"indexed_at_ns":1786877281836081000,"word_count":29,"hashes":{".antigravity/instructions.md":"8d8f5c1bbdbb7b8045e02b06a50e68d3fcfabfb2d65f8ac1cd86168dc8a8cc96"}},".antigravity/workflows/graphify.md":{"size":43292,"mtime_ns":1786870552837921500,"indexed_at_ns":1786877281837081200,"word_count":5442,"hashes":{".antigravity/workflows/graphify.md":"0c16b701a50d64f741f6de107c49584012a8dd7f5e922af9f79754540629e2fe"}},".agents/rules/graphify.md":{"size":933,"mtime_ns":1786870552830271100,"indexed_at_ns":1786877281724557600,"word_count":127,"hashes":{".agents/rules/graphify.md":"26f2577a68d808f7f33ec3e418b95b635aec180d93b22b975e9ae67c47e361c8"}},".agents/workflows/graphify.md":{"size":229,"mtime_ns":1786870552832398300,"indexed_at_ns":1786877281726150800,"word_count":37,"hashes":{".agents/workflows/graphify.md":"a81e2d017e0669c71099362b20854e4d9ed68753f1c240d0682120bdb9aa3c72"}},"backend/src/payment/dto/initiate-payment.dto.ts":{"size":775,"mtime_ns":1786870552874246400,"indexed_at_ns":1786877271375657600,"word_count":69},"backend/src/payment/dto/verify-payment.dto.ts":{"size":1421,"mtime_ns":1786894580126857900,"indexed_at_ns":1786946086330048800,"word_count":126},"backend/src/payment/payment.controller.ts":{"size":8567,"mtime_ns":1786891855343844100,"indexed_at_ns":1786946086341392100,"word_count":738},"backend/src/payment/payment.module.ts":{"size":511,"mtime_ns":1786870552877757300,"indexed_at_ns":1786877271399883800,"word_count":53},"backend/src/payment/payment.service.ts":{"size":29807,"mtime_ns":1786892646036748700,"indexed_at_ns":1786946086353461100,"word_count":2694},"backend/src/payment/zibal.service.ts":{"size":12238,"mtime_ns":1786891855350041800,"indexed_at_ns":1786946086361175000,"word_count":1211},"frontend/application/app/payment/verify/page.tsx":{"size":14338,"mtime_ns":1786891855356078600,"indexed_at_ns":1786946091223701800,"word_count":1094},"AGENTS.md":{"size":226,"mtime_ns":1786870552862708600,"indexed_at_ns":1786877281874765400,"word_count":29,"hashes":{"agents.md":"b664c2bb6d85e009d7495bcd9c3d52c419176473cd4e19362fd4256616076151"}},"frontend/admin-panel/src/pages/SmsSettingsPage.tsx":{"size":74343,"mtime_ns":1786892646043750000,"indexed_at_ns":1786946090982076100,"word_count":5104},"backend/src/payment/dto/admin-transaction-filter.dto.ts":{"size":2028,"mtime_ns":1786870552873240900,"indexed_at_ns":1786877271369346300,"word_count":191},"frontend/admin-panel/src/pages/Transactions.tsx":{"size":38091,"mtime_ns":1786894580150141800,"indexed_at_ns":1786946091012227900,"word_count":2640},"backend/src/payment/interfaces/payment-gateway.interface.ts":{"size":1330,"mtime_ns":1786870552876751100,"indexed_at_ns":1786877271387776900,"word_count":128},"frontend/application/components/catalog/CatalogPageSpread.tsx":{"size":24099,"mtime_ns":1786885876979161800,"indexed_at_ns":1786946091728992400,"word_count":1912},"frontend/application/components/catalog/FlipbookCatalog.tsx":{"size":32968,"mtime_ns":1786885876982161900,"indexed_at_ns":1786946091735990100,"word_count":2807},"frontend/application/components/catalog/ProductDetailModal.tsx":{"size":7763,"mtime_ns":1786872121572482100,"indexed_at_ns":1786877277178724400,"word_count":557},"backend/scripts/generate-openapi.d.ts":{"size":11,"mtime_ns":1786883225777483700,"indexed_at_ns":1786946085729741600,"word_count":2},"backend/scripts/generate-openapi.js":{"size":2965,"mtime_ns":1786883225779120000,"indexed_at_ns":1786946085735928200,"word_count":309},"backend/src/admin/dto/user.dto.ts":{"size":2793,"mtime_ns":1786883225785846400,"indexed_at_ns":1786946085817544400,"word_count":259},"backend/src/admin/ssl.controller.ts":{"size":3357,"mtime_ns":1786877667007047900,"indexed_at_ns":1786946085862558800,"word_count":296},"backend/src/admin/ssl.service.ts":{"size":6366,"mtime_ns":1786877667009063600,"indexed_at_ns":1786946085870189500,"word_count":595},"backend/src/auth/auth.constants.ts":{"size":462,"mtime_ns":1786883225787855500,"indexed_at_ns":1786946085910556000,"word_count":32},"backend/src/common/utils/phone.utils.ts":{"size":1089,"mtime_ns":1786883225801396000,"indexed_at_ns":1786946086201654400,"word_count":149},"backend/src/reviews/dto/create-review.dto.ts":{"size":895,"mtime_ns":1786944769513302000,"indexed_at_ns":1786946086494267400,"word_count":92},"backend/src/reviews/dto/update-review.dto.ts":{"size":519,"mtime_ns":1786944769515314300,"indexed_at_ns":1786946086499267300,"word_count":53},"backend/src/reviews/reviews.controller.ts":{"size":3221,"mtime_ns":1786944769516312000,"indexed_at_ns":1786946086504447100,"word_count":314},"backend/src/reviews/reviews.module.ts":{"size":374,"mtime_ns":1786944769517310800,"indexed_at_ns":1786946086510019800,"word_count":38},"backend/src/reviews/reviews.service.ts":{"size":6255,"mtime_ns":1786944769518311000,"indexed_at_ns":1786946086514718600,"word_count":684},"backend/src/settings/default-ui-texts.ts":{"size":10275,"mtime_ns":1786946249961418900,"indexed_at_ns":1786948015970729400,"word_count":819},"backend/src/settings/dto/sms-log-query.dto.ts":{"size":1306,"mtime_ns":1786883225805456300,"indexed_at_ns":1786946086541006400,"word_count":125},"backend/src/tickets/dto/create-ticket.dto.ts":{"size":2256,"mtime_ns":1786890779319295100,"indexed_at_ns":1786946086613116500,"word_count":201},"backend/src/tickets/dto/ticket-query.dto.ts":{"size":1074,"mtime_ns":1786890779319295100,"indexed_at_ns":1786946086618690800,"word_count":106},"backend/src/tickets/tickets.controller.ts":{"size":3095,"mtime_ns":1786890779321298500,"indexed_at_ns":1786946086625253800,"word_count":291},"backend/src/tickets/tickets.module.ts":{"size":374,"mtime_ns":1786890779322296800,"indexed_at_ns":1786946086630763500,"word_count":38},"backend/src/tickets/tickets.service.ts":{"size":7221,"mtime_ns":1786890779323295600,"indexed_at_ns":1786946086636270900,"word_count":779},"frontend/admin-panel/src/pages/Reviews.tsx":{"size":21507,"mtime_ns":1786944769523816800,"indexed_at_ns":1786946090956397100,"word_count":1540},"frontend/admin-panel/src/pages/SslSettingsPage.tsx":{"size":26036,"mtime_ns":1786877667019013700,"indexed_at_ns":1786946090988586900,"word_count":1913},"frontend/admin-panel/src/pages/Tickets.tsx":{"size":20881,"mtime_ns":1786890779327298800,"indexed_at_ns":1786946091006127300,"word_count":1511},"frontend/application/components/BannerPlacement.tsx":{"size":7607,"mtime_ns":1786946249971933900,"indexed_at_ns":1786948020684317000,"word_count":523},"frontend/application/components/BrandLogo.tsx":{"size":3103,"mtime_ns":1786946249972931000,"indexed_at_ns":1786948020695524700,"word_count":272},"frontend/application/components/ProductReviews.tsx":{"size":15995,"mtime_ns":1786944769535854900,"indexed_at_ns":1786946091596213200,"word_count":1188},"frontend/application/lib/services/ticketService.ts":{"size":1569,"mtime_ns":1786890779340901800,"indexed_at_ns":1786946091806644600,"word_count":170},"frontend/admin-panel/src/components/ui/PriceInput.tsx":{"size":2633,"mtime_ns":1786948119771162400,"indexed_at_ns":1786954589946615200,"word_count":267},"frontend/admin-panel/src/components/ui/Badge.tsx":{"size":1155,"mtime_ns":1786954681822897500,"indexed_at_ns":1786955474687409500,"word_count":122},"frontend/admin-panel/src/components/ui/FormField.tsx":{"size":1683,"mtime_ns":1786954681823527000,"indexed_at_ns":1786955474700715800,"word_count":148},"frontend/admin-panel/src/components/ui/ImagePreviewModal.tsx":{"size":3351,"mtime_ns":1786954681824534900,"indexed_at_ns":1786955474706795000,"word_count":270},"frontend/admin-panel/src/components/ui/Input.tsx":{"size":1747,"mtime_ns":1786954681825535900,"indexed_at_ns":1786955474713870800,"word_count":147},"frontend/admin-panel/src/components/ui/Select.tsx":{"size":1881,"mtime_ns":1786954681828537500,"indexed_at_ns":1786955474739346400,"word_count":160},"frontend/admin-panel/src/components/ui/Textarea.tsx":{"size":1287,"mtime_ns":1786954681828537500,"indexed_at_ns":1786955474757094100,"word_count":110},"frontend/admin-panel/src/components/ui/ToggleSwitch.tsx":{"size":1623,"mtime_ns":1786954681830044900,"indexed_at_ns":1786955474763662100,"word_count":143},"backend/prisma/tsconfig.json":{"size":194,"mtime_ns":1786961195300236300,"indexed_at_ns":1786961213068053400,"word_count":17}}
\ No newline at end of file
diff --git a/graphify-out/graph.json b/graphify-out/graph.json
index f22257c..5602497 100644
--- a/graphify-out/graph.json
+++ b/graphify-out/graph.json
@@ -281,7 +281,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 102,
+ "community": 104,
"community_name": "App Health Controller",
"norm_label": "appcontroller",
"id": "backend_src_app_controller_appcontroller"
@@ -294,7 +294,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 102,
+ "community": 104,
"community_name": "App Health Controller",
"norm_label": "appservice",
"id": "backend_src_app_service_appservice"
@@ -307,7 +307,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 103,
+ "community": 105,
"norm_label": "admintransactionfilterdto",
"id": "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto"
},
@@ -319,7 +319,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 103,
+ "community": 105,
"norm_label": "clientmetadata",
"id": "backend_src_payment_payment_service_clientmetadata"
},
@@ -460,66 +460,6 @@
"norm_label": "address",
"id": "frontend_application_lib_store_userstore_address"
},
- {
- "label": "BestSellerItem",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Reports.tsx",
- "source_location": "L35",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 112,
- "norm_label": "bestselleritem",
- "id": "frontend_admin_panel_src_pages_reports_bestselleritem"
- },
- {
- "label": "CategoryDistItem",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Reports.tsx",
- "source_location": "L30",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 112,
- "norm_label": "categorydistitem",
- "id": "frontend_admin_panel_src_pages_reports_categorydistitem"
- },
- {
- "label": "CustomTooltipProps",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Reports.tsx",
- "source_location": "L12",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 112,
- "norm_label": "customtooltipprops",
- "id": "frontend_admin_panel_src_pages_reports_customtooltipprops"
- },
- {
- "label": "ReportData",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Reports.tsx",
- "source_location": "L46",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 112,
- "norm_label": "reportdata",
- "id": "frontend_admin_panel_src_pages_reports_reportdata"
- },
- {
- "label": "TopCouponItem",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Reports.tsx",
- "source_location": "L40",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 112,
- "norm_label": "topcouponitem",
- "id": "frontend_admin_panel_src_pages_reports_topcouponitem"
- },
{
"label": "CreateVideoDto",
"file_type": "code",
@@ -593,7 +533,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 121,
+ "community": 122,
"community_name": "React Error Boundary",
"norm_label": "errorboundary",
"id": "frontend_application_components_errorboundary_errorboundary"
@@ -606,7 +546,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 121,
+ "community": 122,
"community_name": "React Error Boundary",
"norm_label": "props",
"id": "frontend_application_components_errorboundary_props"
@@ -619,7 +559,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 121,
+ "community": 122,
"community_name": "React Error Boundary",
"norm_label": "state",
"id": "frontend_application_components_errorboundary_state"
@@ -632,7 +572,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 124,
+ "community": 125,
"norm_label": "initiatepaymentdto",
"id": "backend_src_payment_dto_initiate_payment_dto_initiatepaymentdto"
},
@@ -644,7 +584,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 124,
+ "community": 125,
"norm_label": "initiatewallettopupdto",
"id": "backend_src_payment_dto_initiate_payment_dto_initiatewallettopupdto"
},
@@ -656,7 +596,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 125,
+ "community": 126,
"norm_label": "smslogquerydto",
"id": "backend_src_settings_dto_sms_log_query_dto_smslogquerydto"
},
@@ -668,7 +608,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 129,
+ "community": 130,
"community_name": "MetricsController",
"norm_label": "metricscontroller",
"id": "backend_src_common_metrics_controller_metricscontroller"
@@ -681,7 +621,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 130,
+ "community": 131,
"community_name": "CreateHealthLogDto",
"norm_label": "createhealthlogdto",
"id": "backend_src_pets_dto_create_health_log_dto_createhealthlogdto"
@@ -694,7 +634,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 131,
+ "community": 132,
"community_name": "CreateReminderDto",
"norm_label": "createreminderdto",
"id": "backend_src_pets_dto_create_reminder_dto_createreminderdto"
@@ -707,7 +647,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 132,
+ "community": 133,
"norm_label": "updatereviewdto",
"id": "backend_src_reviews_dto_update_review_dto_updatereviewdto"
},
@@ -719,7 +659,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 134,
+ "community": 135,
"norm_label": "patternitem",
"id": "frontend_admin_panel_src_pages_smssettingspage_patternitem"
},
@@ -731,7 +671,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 134,
+ "community": 135,
"norm_label": "smsconfigstate",
"id": "frontend_admin_panel_src_pages_smssettingspage_smsconfigstate"
},
@@ -743,7 +683,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 134,
+ "community": 135,
"norm_label": "smslogitem",
"id": "frontend_admin_panel_src_pages_smssettingspage_smslogitem"
},
@@ -755,7 +695,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 134,
+ "community": 135,
"norm_label": "smslogstats",
"id": "frontend_admin_panel_src_pages_smssettingspage_smslogstats"
},
@@ -796,42 +736,40 @@
"id": "backend_src_reviews_reviews_service_reviewsservice"
},
{
- "label": "PaginatedResponse",
+ "label": "GatewayHealth",
"file_type": "code",
- "source_file": "backend/src/common/schemas/paginated-response.schema.ts",
- "source_location": "L17",
+ "source_file": "frontend/admin-panel/src/pages/Transactions.tsx",
+ "source_location": "L79",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 148,
- "community_name": "Pagination API Schemas",
- "norm_label": "paginatedresponse",
- "id": "backend_src_common_schemas_paginated_response_schema_paginatedresponse"
+ "community": 145,
+ "norm_label": "gatewayhealth",
+ "id": "frontend_admin_panel_src_pages_transactions_gatewayhealth"
},
{
- "label": "PaginationMeta",
+ "label": "Stats",
"file_type": "code",
- "source_file": "backend/src/common/schemas/paginated-response.schema.ts",
- "source_location": "L3",
+ "source_file": "frontend/admin-panel/src/pages/Transactions.tsx",
+ "source_location": "L69",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 148,
- "community_name": "Pagination API Schemas",
- "norm_label": "paginationmeta",
- "id": "backend_src_common_schemas_paginated_response_schema_paginationmeta"
+ "community": 145,
+ "norm_label": "stats",
+ "id": "frontend_admin_panel_src_pages_transactions_stats"
},
{
- "label": "ZibalCallbackQueryDto",
+ "label": "Transaction",
"file_type": "code",
- "source_file": "backend/src/payment/dto/verify-payment.dto.ts",
- "source_location": "L4",
+ "source_file": "frontend/admin-panel/src/pages/Transactions.tsx",
+ "source_location": "L32",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 149,
- "norm_label": "zibalcallbackquerydto",
- "id": "backend_src_payment_dto_verify_payment_dto_zibalcallbackquerydto"
+ "community": 145,
+ "norm_label": "transaction",
+ "id": "frontend_admin_panel_src_pages_transactions_transaction"
},
{
"label": "GetProductsDto",
@@ -884,6 +822,58 @@
"norm_label": "productsservice",
"id": "backend_src_products_products_service_productsservice"
},
+ {
+ "label": "PaginatedResponse",
+ "file_type": "code",
+ "source_file": "backend/src/common/schemas/paginated-response.schema.ts",
+ "source_location": "L17",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 150,
+ "community_name": "Pagination API Schemas",
+ "norm_label": "paginatedresponse",
+ "id": "backend_src_common_schemas_paginated_response_schema_paginatedresponse"
+ },
+ {
+ "label": "PaginationMeta",
+ "file_type": "code",
+ "source_file": "backend/src/common/schemas/paginated-response.schema.ts",
+ "source_location": "L3",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 150,
+ "community_name": "Pagination API Schemas",
+ "norm_label": "paginationmeta",
+ "id": "backend_src_common_schemas_paginated_response_schema_paginationmeta"
+ },
+ {
+ "label": "HeroBanner",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/CMS.tsx",
+ "source_location": "L6",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 158,
+ "community_name": "adminRoutes.tsx",
+ "norm_label": "herobanner",
+ "id": "frontend_admin_panel_src_pages_cms_herobanner"
+ },
+ {
+ "label": "VetTestimonial",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/CMS.tsx",
+ "source_location": "L14",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 158,
+ "community_name": "adminRoutes.tsx",
+ "norm_label": "vettestimonial",
+ "id": "frontend_admin_panel_src_pages_cms_vettestimonial"
+ },
{
"label": "ProductReview",
"file_type": "code",
@@ -892,46 +882,10 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 157,
+ "community": 159,
"norm_label": "productreview",
"id": "frontend_admin_panel_src_pages_reviews_productreview"
},
- {
- "label": "Video",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Videos.tsx",
- "source_location": "L7",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 158,
- "norm_label": "video",
- "id": "frontend_admin_panel_src_pages_videos_video"
- },
- {
- "label": "ProductItem",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Wiki.tsx",
- "source_location": "L20",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 159,
- "norm_label": "productitem",
- "id": "frontend_admin_panel_src_pages_wiki_productitem"
- },
- {
- "label": "WikiTerm",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Wiki.tsx",
- "source_location": "L9",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 159,
- "norm_label": "wikiterm",
- "id": "frontend_admin_panel_src_pages_wiki_wikiterm"
- },
{
"label": "VideoQuery",
"file_type": "code",
@@ -1066,56 +1020,148 @@
"id": "backend_src_users_users_service_useraddressinput"
},
{
- "label": "WholesaleApplyDto",
+ "label": "Video",
"file_type": "code",
- "source_file": "backend/src/wholesale/dto/wholesale-apply.dto.ts",
- "source_location": "L4",
+ "source_file": "frontend/admin-panel/src/pages/Videos.tsx",
+ "source_location": "L7",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 17,
- "community_name": "WholesaleApplyDto",
- "norm_label": "wholesaleapplydto",
- "id": "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto"
+ "community": 160,
+ "norm_label": "video",
+ "id": "frontend_admin_panel_src_pages_videos_video"
},
{
- "label": "WholesaleController",
+ "label": "ContactInfoItem",
"file_type": "code",
- "source_file": "backend/src/wholesale/wholesale.controller.ts",
- "source_location": "L20",
+ "source_file": "frontend/application/components/ContactFormClient.tsx",
+ "source_location": "L7",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 17,
- "community_name": "WholesaleApplyDto",
- "norm_label": "wholesalecontroller",
- "id": "backend_src_wholesale_wholesale_controller_wholesalecontroller"
+ "norm_label": "contactinfoitem",
+ "id": "frontend_application_components_contactformclient_contactinfoitem"
},
{
- "label": "WholesaleService",
+ "label": "PrescriptionUploadModalProps",
"file_type": "code",
- "source_file": "backend/src/wholesale/wholesale.service.ts",
- "source_location": "L8",
+ "source_file": "frontend/application/components/PrescriptionUploadModal.tsx",
+ "source_location": "L9",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 17,
- "community_name": "WholesaleApplyDto",
- "norm_label": "wholesaleservice",
- "id": "backend_src_wholesale_wholesale_service_wholesaleservice"
+ "norm_label": "prescriptionuploadmodalprops",
+ "id": "frontend_application_components_prescriptionuploadmodal_prescriptionuploadmodalprops"
},
{
- "label": "WholesaleModule",
+ "label": "ApiErrorPayload",
"file_type": "code",
- "source_file": "backend/src/wholesale/wholesale.module.ts",
- "source_location": "L12",
+ "source_file": "frontend/application/lib/services/api.ts",
+ "source_location": "L16",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 17,
- "community_name": "app.module.ts",
- "norm_label": "wholesalemodule",
- "id": "backend_src_wholesale_wholesale_module_wholesalemodule"
+ "norm_label": "apierrorpayload",
+ "id": "frontend_application_lib_services_api_apierrorpayload"
+ },
+ {
+ "label": "ApiErr",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/services/authService.ts",
+ "source_location": "L29",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 17,
+ "norm_label": "apierr",
+ "id": "frontend_application_lib_services_authservice_apierr"
+ },
+ {
+ "label": "AuthResponse",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/services/authService.ts",
+ "source_location": "L21",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 17,
+ "norm_label": "authresponse",
+ "id": "frontend_application_lib_services_authservice_authresponse"
+ },
+ {
+ "label": "AuthService",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/services/authService.ts",
+ "source_location": "L38",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 17,
+ "norm_label": "authservice",
+ "id": "frontend_application_lib_services_authservice_authservice"
+ },
+ {
+ "label": "User",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/services/authService.ts",
+ "source_location": "L3",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 17,
+ "norm_label": "user",
+ "id": "frontend_application_lib_services_authservice_user"
+ },
+ {
+ "label": "Transaction",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/store/userStore.ts",
+ "source_location": "L25",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 17,
+ "norm_label": "transaction",
+ "id": "frontend_application_lib_store_userstore_transaction"
+ },
+ {
+ "label": "UserProfile",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/store/userStore.ts",
+ "source_location": "L33",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 17,
+ "norm_label": "userprofile",
+ "id": "frontend_application_lib_store_userstore_userprofile"
+ },
+ {
+ "label": "UserRole",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/store/userStore.ts",
+ "source_location": "L11",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 17,
+ "norm_label": "userrole",
+ "id": "frontend_application_lib_store_userstore_userrole"
+ },
+ {
+ "label": "UserStore",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/store/userStore.ts",
+ "source_location": "L45",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 17,
+ "norm_label": "userstore",
+ "id": "frontend_application_lib_store_userstore_userstore"
},
{
"label": "CreateBlogDto",
@@ -1125,7 +1171,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 170,
+ "community": 171,
"community_name": "Blog Management DTOs",
"norm_label": "createblogdto",
"id": "backend_src_blogs_dto_create_blog_dto_createblogdto"
@@ -1138,7 +1184,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 170,
+ "community": 171,
"community_name": "Blog Management DTOs",
"norm_label": "updateblogdto",
"id": "backend_src_blogs_dto_update_blog_dto_updateblogdto"
@@ -1151,7 +1197,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 171,
+ "community": 172,
"community_name": "Home Management DTOs",
"norm_label": "createhomedto",
"id": "backend_src_home_dto_create_home_dto_createhomedto"
@@ -1164,7 +1210,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 171,
+ "community": 172,
"community_name": "Home Management DTOs",
"norm_label": "updatehomedto",
"id": "backend_src_home_dto_update_home_dto_updatehomedto"
@@ -1177,7 +1223,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 172,
+ "community": 173,
"community_name": "Wiki Management DTOs",
"norm_label": "createwikidto",
"id": "backend_src_wiki_dto_create_wiki_dto_createwikidto"
@@ -1190,7 +1236,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 172,
+ "community": 173,
"community_name": "Wiki Management DTOs",
"norm_label": "updatewikidto",
"id": "backend_src_wiki_dto_update_wiki_dto_updatewikidto"
@@ -1203,7 +1249,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 178,
+ "community": 179,
"norm_label": "selectoption",
"id": "frontend_admin_panel_src_components_ui_select_selectoption"
},
@@ -1215,142 +1261,10 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 178,
+ "community": 179,
"norm_label": "selectprops",
"id": "frontend_admin_panel_src_components_ui_select_selectprops"
},
- {
- "label": "ContactInfoItem",
- "file_type": "code",
- "source_file": "frontend/application/components/ContactFormClient.tsx",
- "source_location": "L7",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 18,
- "norm_label": "contactinfoitem",
- "id": "frontend_application_components_contactformclient_contactinfoitem"
- },
- {
- "label": "PrescriptionUploadModalProps",
- "file_type": "code",
- "source_file": "frontend/application/components/PrescriptionUploadModal.tsx",
- "source_location": "L9",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 18,
- "norm_label": "prescriptionuploadmodalprops",
- "id": "frontend_application_components_prescriptionuploadmodal_prescriptionuploadmodalprops"
- },
- {
- "label": "ApiErrorPayload",
- "file_type": "code",
- "source_file": "frontend/application/lib/services/api.ts",
- "source_location": "L16",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 18,
- "norm_label": "apierrorpayload",
- "id": "frontend_application_lib_services_api_apierrorpayload"
- },
- {
- "label": "ApiErr",
- "file_type": "code",
- "source_file": "frontend/application/lib/services/authService.ts",
- "source_location": "L29",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 18,
- "norm_label": "apierr",
- "id": "frontend_application_lib_services_authservice_apierr"
- },
- {
- "label": "AuthResponse",
- "file_type": "code",
- "source_file": "frontend/application/lib/services/authService.ts",
- "source_location": "L21",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 18,
- "norm_label": "authresponse",
- "id": "frontend_application_lib_services_authservice_authresponse"
- },
- {
- "label": "AuthService",
- "file_type": "code",
- "source_file": "frontend/application/lib/services/authService.ts",
- "source_location": "L38",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 18,
- "norm_label": "authservice",
- "id": "frontend_application_lib_services_authservice_authservice"
- },
- {
- "label": "User",
- "file_type": "code",
- "source_file": "frontend/application/lib/services/authService.ts",
- "source_location": "L3",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 18,
- "norm_label": "user",
- "id": "frontend_application_lib_services_authservice_user"
- },
- {
- "label": "Transaction",
- "file_type": "code",
- "source_file": "frontend/application/lib/store/userStore.ts",
- "source_location": "L25",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 18,
- "norm_label": "transaction",
- "id": "frontend_application_lib_store_userstore_transaction"
- },
- {
- "label": "UserProfile",
- "file_type": "code",
- "source_file": "frontend/application/lib/store/userStore.ts",
- "source_location": "L33",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 18,
- "norm_label": "userprofile",
- "id": "frontend_application_lib_store_userstore_userprofile"
- },
- {
- "label": "UserRole",
- "file_type": "code",
- "source_file": "frontend/application/lib/store/userStore.ts",
- "source_location": "L11",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 18,
- "norm_label": "userrole",
- "id": "frontend_application_lib_store_userstore_userrole"
- },
- {
- "label": "UserStore",
- "file_type": "code",
- "source_file": "frontend/application/lib/store/userStore.ts",
- "source_location": "L45",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 18,
- "norm_label": "userstore",
- "id": "frontend_application_lib_store_userstore_userstore"
- },
{
"label": "ScientificTerm",
"file_type": "code",
@@ -1359,144 +1273,62 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 188,
+ "community": 189,
"community_name": "Scientific Terms Schema",
"norm_label": "scientificterm",
"id": "backend_prisma_scientificterms_scientificterm"
},
{
- "label": "ContactInfoItem",
+ "label": "JwtAuthGuard",
"file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx",
- "source_location": "L17",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 19,
- "community_name": "adminRoutes.tsx",
- "norm_label": "contactinfoitem",
- "id": "frontend_admin_panel_src_pages_contactsubmissions_contactinfoitem"
- },
- {
- "label": "ContactSubmission",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx",
+ "source_file": "backend/src/auth/jwt-auth.guard.ts",
"source_location": "L5",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 19,
- "community_name": "adminRoutes.tsx",
- "norm_label": "contactsubmission",
- "id": "frontend_admin_panel_src_pages_contactsubmissions_contactsubmission"
+ "community_name": "JwtAuthGuard",
+ "norm_label": "jwtauthguard",
+ "id": "backend_src_auth_jwt_auth_guard_jwtauthguard"
},
{
- "label": "CategoryDist",
+ "label": "RequestWithUser",
"file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Dashboard.tsx",
- "source_location": "L7",
+ "source_file": "backend/src/common/guards/roles.guard.ts",
+ "source_location": "L10",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 19,
- "norm_label": "categorydist",
- "id": "frontend_admin_panel_src_pages_dashboard_categorydist"
+ "community_name": "JwtAuthGuard",
+ "norm_label": "requestwithuser",
+ "id": "backend_src_common_guards_roles_guard_requestwithuser"
},
{
- "label": "DashboardData",
+ "label": "RolesGuard",
"file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Dashboard.tsx",
- "source_location": "L12",
+ "source_file": "backend/src/common/guards/roles.guard.ts",
+ "source_location": "L17",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 19,
- "norm_label": "dashboarddata",
- "id": "frontend_admin_panel_src_pages_dashboard_dashboarddata"
+ "community_name": "JwtAuthGuard",
+ "norm_label": "rolesguard",
+ "id": "backend_src_common_guards_roles_guard_rolesguard"
},
{
- "label": "SslStatus",
+ "label": "UserReqPayload",
"file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/SslSettingsPage.tsx",
- "source_location": "L23",
+ "source_file": "backend/src/prescriptions/prescriptions.controller.ts",
+ "source_location": "L17",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 19,
- "norm_label": "sslstatus",
- "id": "frontend_admin_panel_src_pages_sslsettingspage_sslstatus"
- },
- {
- "label": "Ticket",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Tickets.tsx",
- "source_location": "L34",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 19,
- "norm_label": "ticket",
- "id": "frontend_admin_panel_src_pages_tickets_ticket"
- },
- {
- "label": "TicketMessage",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Tickets.tsx",
- "source_location": "L24",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 19,
- "norm_label": "ticketmessage",
- "id": "frontend_admin_panel_src_pages_tickets_ticketmessage"
- },
- {
- "label": "GatewayHealth",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Transactions.tsx",
- "source_location": "L79",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 19,
- "norm_label": "gatewayhealth",
- "id": "frontend_admin_panel_src_pages_transactions_gatewayhealth"
- },
- {
- "label": "Stats",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Transactions.tsx",
- "source_location": "L69",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 19,
- "norm_label": "stats",
- "id": "frontend_admin_panel_src_pages_transactions_stats"
- },
- {
- "label": "Transaction",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Transactions.tsx",
- "source_location": "L32",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 19,
- "norm_label": "transaction",
- "id": "frontend_admin_panel_src_pages_transactions_transaction"
- },
- {
- "label": "AdminRouteConfig",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
- "source_location": "L42",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 19,
- "norm_label": "adminrouteconfig",
- "id": "frontend_admin_panel_src_routes_adminroutes_adminrouteconfig"
+ "community_name": "JwtAuthGuard",
+ "norm_label": "userreqpayload",
+ "id": "backend_src_prescriptions_prescriptions_controller_userreqpayload"
},
{
"label": "AddressDto",
@@ -1572,162 +1404,6 @@
"norm_label": "usersservice",
"id": "backend_src_users_users_service_usersservice"
},
- {
- "label": "AdminLoginPayload",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/types/admin.ts",
- "source_location": "L31",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 20,
- "norm_label": "adminloginpayload",
- "id": "frontend_admin_panel_src_types_admin_adminloginpayload"
- },
- {
- "label": "AuthState",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/types/admin.ts",
- "source_location": "L14",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 20,
- "norm_label": "authstate",
- "id": "frontend_admin_panel_src_types_admin_authstate"
- },
- {
- "label": "B2BInquiry",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/types/admin.ts",
- "source_location": "L136",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 20,
- "norm_label": "b2binquiry",
- "id": "frontend_admin_panel_src_types_admin_b2binquiry"
- },
- {
- "label": "Banner",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/types/admin.ts",
- "source_location": "L70",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 20,
- "norm_label": "banner",
- "id": "frontend_admin_panel_src_types_admin_banner"
- },
- {
- "label": "Ingredient",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/types/admin.ts",
- "source_location": "L111",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 20,
- "norm_label": "ingredient",
- "id": "frontend_admin_panel_src_types_admin_ingredient"
- },
- {
- "label": "PartnerAccount",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/types/admin.ts",
- "source_location": "L151",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 20,
- "norm_label": "partneraccount",
- "id": "frontend_admin_panel_src_types_admin_partneraccount"
- },
- {
- "label": "Product",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/types/admin.ts",
- "source_location": "L187",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 20,
- "norm_label": "product",
- "id": "frontend_admin_panel_src_types_admin_product"
- },
- {
- "label": "SendOtpPayload",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/types/admin.ts",
- "source_location": "L22",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 20,
- "norm_label": "sendotppayload",
- "id": "frontend_admin_panel_src_types_admin_sendotppayload"
- },
- {
- "label": "SeoSettings",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/types/admin.ts",
- "source_location": "L163",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 20,
- "norm_label": "seosettings",
- "id": "frontend_admin_panel_src_types_admin_seosettings"
- },
- {
- "label": "SmartAdvisorRule",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/types/admin.ts",
- "source_location": "L83",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 20,
- "norm_label": "smartadvisorrule",
- "id": "frontend_admin_panel_src_types_admin_smartadvisorrule"
- },
- {
- "label": "SystemSettings",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/types/admin.ts",
- "source_location": "L179",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 20,
- "norm_label": "systemsettings",
- "id": "frontend_admin_panel_src_types_admin_systemsettings"
- },
- {
- "label": "Testimonial",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/types/admin.ts",
- "source_location": "L97",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 20,
- "norm_label": "testimonial",
- "id": "frontend_admin_panel_src_types_admin_testimonial"
- },
- {
- "label": "VerifyOtpPayload",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/types/admin.ts",
- "source_location": "L26",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 20,
- "norm_label": "verifyotppayload",
- "id": "frontend_admin_panel_src_types_admin_verifyotppayload"
- },
{
"label": "FormFieldProps",
"file_type": "code",
@@ -1736,7 +1412,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 206,
+ "community": 207,
"norm_label": "formfieldprops",
"id": "frontend_admin_panel_src_components_ui_formfield_formfieldprops"
},
@@ -1748,7 +1424,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 207,
+ "community": 208,
"norm_label": "inputprops",
"id": "frontend_admin_panel_src_components_ui_input_inputprops"
},
@@ -1760,132 +1436,252 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 208,
+ "community": 209,
"norm_label": "textareaprops",
"id": "frontend_admin_panel_src_components_ui_textarea_textareaprops"
},
{
- "label": "HeroBanner",
+ "label": "AdminLoginPayload",
"file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/CMS.tsx",
- "source_location": "L6",
+ "source_file": "frontend/admin-panel/src/types/admin.ts",
+ "source_location": "L31",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 21,
+ "norm_label": "adminloginpayload",
+ "id": "frontend_admin_panel_src_types_admin_adminloginpayload"
+ },
+ {
+ "label": "B2BInquiry",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/types/admin.ts",
+ "source_location": "L136",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 21,
+ "norm_label": "b2binquiry",
+ "id": "frontend_admin_panel_src_types_admin_b2binquiry"
+ },
+ {
+ "label": "Banner",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/types/admin.ts",
+ "source_location": "L70",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 21,
+ "norm_label": "banner",
+ "id": "frontend_admin_panel_src_types_admin_banner"
+ },
+ {
+ "label": "Ingredient",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/types/admin.ts",
+ "source_location": "L111",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 21,
+ "norm_label": "ingredient",
+ "id": "frontend_admin_panel_src_types_admin_ingredient"
+ },
+ {
+ "label": "PartnerAccount",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/types/admin.ts",
+ "source_location": "L151",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 21,
+ "norm_label": "partneraccount",
+ "id": "frontend_admin_panel_src_types_admin_partneraccount"
+ },
+ {
+ "label": "Product",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/types/admin.ts",
+ "source_location": "L187",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 21,
+ "norm_label": "product",
+ "id": "frontend_admin_panel_src_types_admin_product"
+ },
+ {
+ "label": "SendOtpPayload",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/types/admin.ts",
+ "source_location": "L22",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 21,
+ "norm_label": "sendotppayload",
+ "id": "frontend_admin_panel_src_types_admin_sendotppayload"
+ },
+ {
+ "label": "SeoSettings",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/types/admin.ts",
+ "source_location": "L163",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 21,
+ "norm_label": "seosettings",
+ "id": "frontend_admin_panel_src_types_admin_seosettings"
+ },
+ {
+ "label": "SmartAdvisorRule",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/types/admin.ts",
+ "source_location": "L83",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 21,
+ "norm_label": "smartadvisorrule",
+ "id": "frontend_admin_panel_src_types_admin_smartadvisorrule"
+ },
+ {
+ "label": "SystemSettings",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/types/admin.ts",
+ "source_location": "L179",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 21,
+ "norm_label": "systemsettings",
+ "id": "frontend_admin_panel_src_types_admin_systemsettings"
+ },
+ {
+ "label": "Testimonial",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/types/admin.ts",
+ "source_location": "L97",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 21,
+ "norm_label": "testimonial",
+ "id": "frontend_admin_panel_src_types_admin_testimonial"
+ },
+ {
+ "label": "VerifyOtpPayload",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/types/admin.ts",
+ "source_location": "L26",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 21,
+ "norm_label": "verifyotppayload",
+ "id": "frontend_admin_panel_src_types_admin_verifyotppayload"
+ },
+ {
+ "label": "AdminLoginInput",
+ "file_type": "code",
+ "source_file": "backend/src/auth/auth.service.ts",
+ "source_location": "L25",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 22,
+ "norm_label": "adminlogininput",
+ "id": "backend_src_auth_auth_service_adminlogininput"
+ },
+ {
+ "label": "AuthService",
+ "file_type": "code",
+ "source_file": "backend/src/auth/auth.service.ts",
+ "source_location": "L32",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 22,
+ "norm_label": "authservice",
+ "id": "backend_src_auth_auth_service_authservice"
+ },
+ {
+ "label": "LoginInput",
+ "file_type": "code",
+ "source_file": "backend/src/auth/auth.service.ts",
+ "source_location": "L20",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 22,
+ "norm_label": "logininput",
+ "id": "backend_src_auth_auth_service_logininput"
+ },
+ {
+ "label": "RegisterInput",
+ "file_type": "code",
+ "source_file": "backend/src/auth/auth.service.ts",
+ "source_location": "L12",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 22,
+ "norm_label": "registerinput",
+ "id": "backend_src_auth_auth_service_registerinput"
+ },
+ {
+ "label": "RedisService",
+ "file_type": "code",
+ "source_file": "backend/src/redis/redis.service.ts",
+ "source_location": "L5",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 22,
+ "norm_label": "redisservice",
+ "id": "backend_src_redis_redis_service_redisservice"
+ },
+ {
+ "label": "WholesaleApplyDto",
+ "file_type": "code",
+ "source_file": "backend/src/wholesale/dto/wholesale-apply.dto.ts",
+ "source_location": "L4",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 23,
- "community_name": "adminRoutes.tsx",
- "norm_label": "herobanner",
- "id": "frontend_admin_panel_src_pages_cms_herobanner"
+ "community_name": "WholesaleApplyDto",
+ "norm_label": "wholesaleapplydto",
+ "id": "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto"
},
{
- "label": "VetTestimonial",
+ "label": "WholesaleController",
"file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/CMS.tsx",
- "source_location": "L14",
+ "source_file": "backend/src/wholesale/wholesale.controller.ts",
+ "source_location": "L20",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 23,
- "community_name": "adminRoutes.tsx",
- "norm_label": "vettestimonial",
- "id": "frontend_admin_panel_src_pages_cms_vettestimonial"
+ "community_name": "WholesaleApplyDto",
+ "norm_label": "wholesalecontroller",
+ "id": "backend_src_wholesale_wholesale_controller_wholesalecontroller"
},
{
- "label": "WholesaleRequest",
+ "label": "WholesaleService",
"file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/WholesaleApplications.tsx",
- "source_location": "L6",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 23,
- "community_name": "adminRoutes.tsx",
- "norm_label": "wholesalerequest",
- "id": "frontend_admin_panel_src_pages_wholesaleapplications_wholesalerequest"
- },
- {
- "label": "MenuGroup",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/components/Sidebar.tsx",
- "source_location": "L42",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 23,
- "norm_label": "menugroup",
- "id": "frontend_admin_panel_src_components_sidebar_menugroup"
- },
- {
- "label": "SidebarProps",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/components/Sidebar.tsx",
- "source_location": "L49",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 23,
- "norm_label": "sidebarprops",
- "id": "frontend_admin_panel_src_components_sidebar_sidebarprops"
- },
- {
- "label": "SubMenuItem",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/components/Sidebar.tsx",
- "source_location": "L35",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 23,
- "norm_label": "submenuitem",
- "id": "frontend_admin_panel_src_components_sidebar_submenuitem"
- },
- {
- "label": "TopbarProps",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/components/Topbar.tsx",
+ "source_file": "backend/src/wholesale/wholesale.service.ts",
"source_location": "L8",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 23,
- "norm_label": "topbarprops",
- "id": "frontend_admin_panel_src_components_topbar_topbarprops"
- },
- {
- "label": "ApiErrorPayload",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/services/api.ts",
- "source_location": "L13",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 23,
- "norm_label": "apierrorpayload",
- "id": "frontend_admin_panel_src_services_api_apierrorpayload"
- },
- {
- "label": "AdminUser",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/types/admin.ts",
- "source_location": "L1",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 23,
- "norm_label": "adminuser",
- "id": "frontend_admin_panel_src_types_admin_adminuser"
- },
- {
- "label": "AuthResponseData",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/types/admin.ts",
- "source_location": "L36",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 23,
- "norm_label": "authresponsedata",
- "id": "frontend_admin_panel_src_types_admin_authresponsedata"
+ "community_name": "WholesaleApplyDto",
+ "norm_label": "wholesaleservice",
+ "id": "backend_src_wholesale_wholesale_service_wholesaleservice"
},
{
"label": "Blog",
@@ -1895,7 +1691,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 234,
+ "community": 235,
"community_name": "Blog Entity Model",
"norm_label": "blog",
"id": "backend_src_blogs_entities_blog_entity_blog"
@@ -1908,7 +1704,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 235,
+ "community": 236,
"community_name": "Home Entity Model",
"norm_label": "home",
"id": "backend_src_home_entities_home_entity_home"
@@ -1921,71 +1717,11 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 236,
+ "community": 237,
"community_name": "Wiki Entity Model",
"norm_label": "wiki",
"id": "backend_src_wiki_entities_wiki_entity_wiki"
},
- {
- "label": "AdminLoginInput",
- "file_type": "code",
- "source_file": "backend/src/auth/auth.service.ts",
- "source_location": "L25",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 24,
- "norm_label": "adminlogininput",
- "id": "backend_src_auth_auth_service_adminlogininput"
- },
- {
- "label": "AuthService",
- "file_type": "code",
- "source_file": "backend/src/auth/auth.service.ts",
- "source_location": "L32",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 24,
- "norm_label": "authservice",
- "id": "backend_src_auth_auth_service_authservice"
- },
- {
- "label": "LoginInput",
- "file_type": "code",
- "source_file": "backend/src/auth/auth.service.ts",
- "source_location": "L20",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 24,
- "norm_label": "logininput",
- "id": "backend_src_auth_auth_service_logininput"
- },
- {
- "label": "RegisterInput",
- "file_type": "code",
- "source_file": "backend/src/auth/auth.service.ts",
- "source_location": "L12",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 24,
- "norm_label": "registerinput",
- "id": "backend_src_auth_auth_service_registerinput"
- },
- {
- "label": "RedisService",
- "file_type": "code",
- "source_file": "backend/src/redis/redis.service.ts",
- "source_location": "L5",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 24,
- "norm_label": "redisservice",
- "id": "backend_src_redis_redis_service_redisservice"
- },
{
"label": "MockIntersectionObserver",
"file_type": "code",
@@ -1994,63 +1730,11 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 249,
+ "community": 250,
"community_name": "Vitest Test Setup",
"norm_label": "mockintersectionobserver",
"id": "frontend_application_vitest_setup_mockintersectionobserver"
},
- {
- "label": "JwtAuthGuard",
- "file_type": "code",
- "source_file": "backend/src/auth/jwt-auth.guard.ts",
- "source_location": "L5",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 25,
- "community_name": "JwtAuthGuard",
- "norm_label": "jwtauthguard",
- "id": "backend_src_auth_jwt_auth_guard_jwtauthguard"
- },
- {
- "label": "RequestWithUser",
- "file_type": "code",
- "source_file": "backend/src/common/guards/roles.guard.ts",
- "source_location": "L10",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 25,
- "community_name": "JwtAuthGuard",
- "norm_label": "requestwithuser",
- "id": "backend_src_common_guards_roles_guard_requestwithuser"
- },
- {
- "label": "RolesGuard",
- "file_type": "code",
- "source_file": "backend/src/common/guards/roles.guard.ts",
- "source_location": "L17",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 25,
- "community_name": "JwtAuthGuard",
- "norm_label": "rolesguard",
- "id": "backend_src_common_guards_roles_guard_rolesguard"
- },
- {
- "label": "UserReqPayload",
- "file_type": "code",
- "source_file": "backend/src/prescriptions/prescriptions.controller.ts",
- "source_location": "L17",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 25,
- "community_name": "JwtAuthGuard",
- "norm_label": "userreqpayload",
- "id": "backend_src_prescriptions_prescriptions_controller_userreqpayload"
- },
{
"label": "Ingredient",
"file_type": "code",
@@ -2220,6 +1904,117 @@
"norm_label": "productservice",
"id": "frontend_application_lib_services_productservice_productservice"
},
+ {
+ "label": "ContactInfoItem",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx",
+ "source_location": "L17",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 31,
+ "community_name": "adminRoutes.tsx",
+ "norm_label": "contactinfoitem",
+ "id": "frontend_admin_panel_src_pages_contactsubmissions_contactinfoitem"
+ },
+ {
+ "label": "ContactSubmission",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx",
+ "source_location": "L5",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 31,
+ "community_name": "adminRoutes.tsx",
+ "norm_label": "contactsubmission",
+ "id": "frontend_admin_panel_src_pages_contactsubmissions_contactsubmission"
+ },
+ {
+ "label": "WholesaleRequest",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/WholesaleApplications.tsx",
+ "source_location": "L6",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 31,
+ "community_name": "adminRoutes.tsx",
+ "norm_label": "wholesalerequest",
+ "id": "frontend_admin_panel_src_pages_wholesaleapplications_wholesalerequest"
+ },
+ {
+ "label": "SslStatus",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/SslSettingsPage.tsx",
+ "source_location": "L23",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 31,
+ "norm_label": "sslstatus",
+ "id": "frontend_admin_panel_src_pages_sslsettingspage_sslstatus"
+ },
+ {
+ "label": "Ticket",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Tickets.tsx",
+ "source_location": "L34",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 31,
+ "norm_label": "ticket",
+ "id": "frontend_admin_panel_src_pages_tickets_ticket"
+ },
+ {
+ "label": "TicketMessage",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Tickets.tsx",
+ "source_location": "L24",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 31,
+ "norm_label": "ticketmessage",
+ "id": "frontend_admin_panel_src_pages_tickets_ticketmessage"
+ },
+ {
+ "label": "ProductItem",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Wiki.tsx",
+ "source_location": "L20",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 31,
+ "norm_label": "productitem",
+ "id": "frontend_admin_panel_src_pages_wiki_productitem"
+ },
+ {
+ "label": "WikiTerm",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Wiki.tsx",
+ "source_location": "L9",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 31,
+ "norm_label": "wikiterm",
+ "id": "frontend_admin_panel_src_pages_wiki_wikiterm"
+ },
+ {
+ "label": "AdminRouteConfig",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
+ "source_location": "L42",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 31,
+ "norm_label": "adminrouteconfig",
+ "id": "frontend_admin_panel_src_routes_adminroutes_adminrouteconfig"
+ },
{
"label": "ApiErr",
"file_type": "code",
@@ -2228,7 +2023,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 33,
+ "community": 32,
"community_name": "useCartStore",
"norm_label": "apierr",
"id": "frontend_application_lib_services_orderservice_apierr"
@@ -2241,7 +2036,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 33,
+ "community": 32,
"community_name": "useCartStore",
"norm_label": "order",
"id": "frontend_application_lib_services_orderservice_order"
@@ -2254,7 +2049,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 33,
+ "community": 32,
"community_name": "useCartStore",
"norm_label": "orderitem",
"id": "frontend_application_lib_services_orderservice_orderitem"
@@ -2267,7 +2062,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 33,
+ "community": 32,
"community_name": "useCartStore",
"norm_label": "orderservice",
"id": "frontend_application_lib_services_orderservice_orderservice"
@@ -2280,7 +2075,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 33,
+ "community": 32,
"norm_label": "cartitem",
"id": "frontend_application_lib_store_cartstore_cartitem"
},
@@ -2292,7 +2087,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 33,
+ "community": 32,
"norm_label": "cartstore",
"id": "frontend_application_lib_store_cartstore_cartstore"
},
@@ -2304,21 +2099,121 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 33,
+ "community": 32,
"norm_label": "order",
"id": "frontend_application_lib_store_cartstore_order"
},
{
- "label": "PaymentController",
+ "label": "ConfirmModalProps",
"file_type": "code",
- "source_file": "backend/src/payment/payment.controller.ts",
- "source_location": "L38",
+ "source_file": "frontend/admin-panel/src/components/ui/ConfirmModal.tsx",
+ "source_location": "L3",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 34,
- "norm_label": "paymentcontroller",
- "id": "backend_src_payment_payment_controller_paymentcontroller"
+ "community": 33,
+ "community_name": "Spinner.tsx",
+ "norm_label": "confirmmodalprops",
+ "id": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodalprops"
+ },
+ {
+ "label": "PaginationProps",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/components/ui/Pagination.tsx",
+ "source_location": "L4",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 33,
+ "community_name": "Spinner.tsx",
+ "norm_label": "paginationprops",
+ "id": "frontend_admin_panel_src_components_ui_pagination_paginationprops"
+ },
+ {
+ "label": "BlogPost",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Blogs.tsx",
+ "source_location": "L10",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 33,
+ "community_name": "Spinner.tsx",
+ "norm_label": "blogpost",
+ "id": "frontend_admin_panel_src_pages_blogs_blogpost"
+ },
+ {
+ "label": "Category",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Categories.tsx",
+ "source_location": "L10",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 33,
+ "community_name": "Spinner.tsx",
+ "norm_label": "category",
+ "id": "frontend_admin_panel_src_pages_categories_category"
+ },
+ {
+ "label": "Media",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx",
+ "source_location": "L10",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 33,
+ "norm_label": "media",
+ "id": "frontend_admin_panel_src_components_ui_mediaselector_media"
+ },
+ {
+ "label": "MediaSelectorProps",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx",
+ "source_location": "L17",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 33,
+ "norm_label": "mediaselectorprops",
+ "id": "frontend_admin_panel_src_components_ui_mediaselector_mediaselectorprops"
+ },
+ {
+ "label": "Pet",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Pets.tsx",
+ "source_location": "L9",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 33,
+ "norm_label": "pet",
+ "id": "frontend_admin_panel_src_pages_pets_pet"
+ },
+ {
+ "label": "Category",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Products.tsx",
+ "source_location": "L11",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 33,
+ "norm_label": "category",
+ "id": "frontend_admin_panel_src_pages_products_category"
+ },
+ {
+ "label": "Product",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Products.tsx",
+ "source_location": "L18",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 33,
+ "norm_label": "product",
+ "id": "frontend_admin_panel_src_pages_products_product"
},
{
"label": "SkeletonProps",
@@ -2328,7 +2223,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 35,
+ "community": 34,
"community_name": "ArchivePage.tsx",
"norm_label": "skeletonprops",
"id": "frontend_application_components_skeleton_skeletonprops"
@@ -2341,7 +2236,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 35,
+ "community": 34,
"norm_label": "healthlog",
"id": "frontend_application_lib_store_usepetstore_healthlog"
},
@@ -2353,7 +2248,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 35,
+ "community": 34,
"norm_label": "petconsumption",
"id": "frontend_application_lib_store_usepetstore_petconsumption"
},
@@ -2365,7 +2260,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 35,
+ "community": 34,
"norm_label": "petprofile",
"id": "frontend_application_lib_store_usepetstore_petprofile"
},
@@ -2377,7 +2272,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 35,
+ "community": 34,
"norm_label": "petstore",
"id": "frontend_application_lib_store_usepetstore_petstore"
},
@@ -2389,7 +2284,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 35,
+ "community": 34,
"norm_label": "reminder",
"id": "frontend_application_lib_store_usepetstore_reminder"
},
@@ -2401,7 +2296,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 36,
+ "community": 35,
"community_name": "main.ts",
"norm_label": "prismaexceptionfilter",
"id": "backend_src_common_filters_prisma_exception_filter_prismaexceptionfilter"
@@ -2414,7 +2309,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 36,
+ "community": 35,
"community_name": "main.ts",
"norm_label": "decimalinterceptor",
"id": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor"
@@ -2427,7 +2322,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 36,
+ "community": 35,
"community_name": "main.ts",
"norm_label": "apierrorresponse",
"id": "backend_src_common_schemas_error_response_schema_apierrorresponse"
@@ -2440,7 +2335,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 36,
+ "community": 35,
"community_name": "main.ts",
"norm_label": "errordetailfield",
"id": "backend_src_common_schemas_error_response_schema_errordetailfield"
@@ -2453,7 +2348,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 36,
+ "community": 35,
"norm_label": "appmodule",
"id": "backend_src_app_module_appmodule"
},
@@ -2465,7 +2360,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 36,
+ "community": 35,
"norm_label": "customhttpexceptionfilter",
"id": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter"
},
@@ -2477,7 +2372,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 37,
+ "community": 36,
"community_name": "B2BService",
"norm_label": "b2bcontroller",
"id": "backend_src_b2b_b2b_controller_b2bcontroller"
@@ -2490,7 +2385,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 37,
+ "community": 36,
"community_name": "B2BService",
"norm_label": "b2bservice",
"id": "backend_src_b2b_b2b_service_b2bservice"
@@ -2503,7 +2398,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 37,
+ "community": 36,
"community_name": "PrismaService",
"norm_label": "b2bwholesaleorderitem",
"id": "backend_src_b2b_b2b_service_b2bwholesaleorderitem"
@@ -2516,7 +2411,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 38,
+ "community": 37,
"norm_label": "paymentservice",
"id": "backend_src_payment_payment_service_paymentservice"
},
@@ -2528,10 +2423,36 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 38,
+ "community": 37,
"norm_label": "zibalservice",
"id": "backend_src_payment_zibal_service_zibalservice"
},
+ {
+ "label": "CategoriesController",
+ "file_type": "code",
+ "source_file": "backend/src/admin/categories.controller.ts",
+ "source_location": "L28",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 39,
+ "community_name": "CategoriesController",
+ "norm_label": "categoriescontroller",
+ "id": "backend_src_admin_categories_controller_categoriescontroller"
+ },
+ {
+ "label": "CategoriesService",
+ "file_type": "code",
+ "source_file": "backend/src/admin/categories.service.ts",
+ "source_location": "L12",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 39,
+ "community_name": "CategoriesController",
+ "norm_label": "categoriesservice",
+ "id": "backend_src_admin_categories_service_categoriesservice"
+ },
{
"label": "BlogQuery",
"file_type": "code",
@@ -2697,144 +2618,6 @@
"norm_label": "sslcertinfo",
"id": "backend_src_admin_ssl_service_sslcertinfo"
},
- {
- "label": "ConfirmModalProps",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/components/ui/ConfirmModal.tsx",
- "source_location": "L3",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 40,
- "community_name": "Spinner.tsx",
- "norm_label": "confirmmodalprops",
- "id": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodalprops"
- },
- {
- "label": "PaginationProps",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/components/ui/Pagination.tsx",
- "source_location": "L4",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 40,
- "community_name": "Spinner.tsx",
- "norm_label": "paginationprops",
- "id": "frontend_admin_panel_src_components_ui_pagination_paginationprops"
- },
- {
- "label": "BlogPost",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Blogs.tsx",
- "source_location": "L10",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 40,
- "community_name": "Spinner.tsx",
- "norm_label": "blogpost",
- "id": "frontend_admin_panel_src_pages_blogs_blogpost"
- },
- {
- "label": "Category",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Categories.tsx",
- "source_location": "L10",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 40,
- "community_name": "Spinner.tsx",
- "norm_label": "category",
- "id": "frontend_admin_panel_src_pages_categories_category"
- },
- {
- "label": "Media",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx",
- "source_location": "L10",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 40,
- "norm_label": "media",
- "id": "frontend_admin_panel_src_components_ui_mediaselector_media"
- },
- {
- "label": "MediaSelectorProps",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx",
- "source_location": "L17",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 40,
- "norm_label": "mediaselectorprops",
- "id": "frontend_admin_panel_src_components_ui_mediaselector_mediaselectorprops"
- },
- {
- "label": "Pet",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Pets.tsx",
- "source_location": "L9",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 40,
- "norm_label": "pet",
- "id": "frontend_admin_panel_src_pages_pets_pet"
- },
- {
- "label": "Category",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Products.tsx",
- "source_location": "L11",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 40,
- "norm_label": "category",
- "id": "frontend_admin_panel_src_pages_products_category"
- },
- {
- "label": "Product",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Products.tsx",
- "source_location": "L18",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 40,
- "norm_label": "product",
- "id": "frontend_admin_panel_src_pages_products_product"
- },
- {
- "label": "CategoriesController",
- "file_type": "code",
- "source_file": "backend/src/admin/categories.controller.ts",
- "source_location": "L28",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 41,
- "community_name": "CategoriesController",
- "norm_label": "categoriescontroller",
- "id": "backend_src_admin_categories_controller_categoriescontroller"
- },
- {
- "label": "CategoriesService",
- "file_type": "code",
- "source_file": "backend/src/admin/categories.service.ts",
- "source_location": "L12",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 41,
- "community_name": "CategoriesController",
- "norm_label": "categoriesservice",
- "id": "backend_src_admin_categories_service_categoriesservice"
- },
{
"label": "MediaController",
"file_type": "code",
@@ -2843,7 +2626,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 42,
+ "community": 40,
"norm_label": "mediacontroller",
"id": "backend_src_admin_media_controller_mediacontroller"
},
@@ -2855,7 +2638,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 42,
+ "community": 40,
"norm_label": "mediaservice",
"id": "backend_src_admin_media_service_mediaservice"
},
@@ -2867,7 +2650,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 44,
+ "community": 42,
"norm_label": "sslcontroller",
"id": "backend_src_admin_ssl_controller_sslcontroller"
},
@@ -2879,7 +2662,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 44,
+ "community": 42,
"norm_label": "sslservice",
"id": "backend_src_admin_ssl_service_sslservice"
},
@@ -2891,7 +2674,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 45,
+ "community": 43,
"community_name": "BannersService",
"norm_label": "bannerscontroller",
"id": "backend_src_banners_banners_controller_bannerscontroller"
@@ -2904,7 +2687,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 45,
+ "community": 43,
"community_name": "BannersService",
"norm_label": "bannersservice",
"id": "backend_src_banners_banners_service_bannersservice"
@@ -2917,7 +2700,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 47,
+ "community": 45,
"norm_label": "badgeprops",
"id": "frontend_admin_panel_src_components_ui_badge_badgeprops"
},
@@ -2929,7 +2712,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 47,
+ "community": 45,
"norm_label": "badgevariant",
"id": "frontend_admin_panel_src_components_ui_badge_badgevariant"
},
@@ -2941,7 +2724,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 47,
+ "community": 45,
"norm_label": "imagepreviewmodalprops",
"id": "frontend_admin_panel_src_components_ui_imagepreviewmodal_imagepreviewmodalprops"
},
@@ -2953,7 +2736,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 47,
+ "community": 45,
"norm_label": "toggleswitchprops",
"id": "frontend_admin_panel_src_components_ui_toggleswitch_toggleswitchprops"
},
@@ -2965,7 +2748,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 47,
+ "community": 45,
"norm_label": "media",
"id": "frontend_admin_panel_src_pages_media_media"
},
@@ -2977,7 +2760,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 47,
+ "community": 45,
"norm_label": "productitem",
"id": "frontend_admin_panel_src_pages_prescriptionsmanager_productitem"
},
@@ -2989,7 +2772,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 47,
+ "community": 45,
"norm_label": "prescription",
"id": "frontend_admin_panel_src_types_admin_prescription"
},
@@ -3001,7 +2784,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 48,
+ "community": 46,
"community_name": "Ingredient Management Controller",
"norm_label": "ingredientscontroller",
"id": "backend_src_ingredients_ingredients_controller_ingredientscontroller"
@@ -3014,7 +2797,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 48,
+ "community": 46,
"community_name": "Ingredient Management Controller",
"norm_label": "ingredientsservice",
"id": "backend_src_ingredients_ingredients_service_ingredientsservice"
@@ -3027,10 +2810,177 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 49,
+ "community": 47,
"norm_label": "petscontroller",
"id": "backend_src_pets_pets_controller_petscontroller"
},
+ {
+ "label": "B2BInquiry",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/types.ts",
+ "source_location": "L67",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 48,
+ "community_name": "ArchivePage.tsx",
+ "norm_label": "b2binquiry",
+ "id": "frontend_application_lib_types_b2binquiry"
+ },
+ {
+ "label": "Banner",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/types.ts",
+ "source_location": "L1",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 48,
+ "community_name": "ArchivePage.tsx",
+ "norm_label": "banner",
+ "id": "frontend_application_lib_types_banner"
+ },
+ {
+ "label": "HomeApiResponse",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/types.ts",
+ "source_location": "L102",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 48,
+ "community_name": "ArchivePage.tsx",
+ "norm_label": "homeapiresponse",
+ "id": "frontend_application_lib_types_homeapiresponse"
+ },
+ {
+ "label": "NavigationHandler",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/types.ts",
+ "source_location": "L111",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 48,
+ "community_name": "ArchivePage.tsx",
+ "norm_label": "navigationhandler",
+ "id": "frontend_application_lib_types_navigationhandler"
+ },
+ {
+ "label": "PartnerAccount",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/types.ts",
+ "source_location": "L82",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 48,
+ "community_name": "ArchivePage.tsx",
+ "norm_label": "partneraccount",
+ "id": "frontend_application_lib_types_partneraccount"
+ },
+ {
+ "label": "Prescription",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/types.ts",
+ "source_location": "L55",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 48,
+ "community_name": "ArchivePage.tsx",
+ "norm_label": "prescription",
+ "id": "frontend_application_lib_types_prescription"
+ },
+ {
+ "label": "SmartAdvisorRule",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/types.ts",
+ "source_location": "L14",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 48,
+ "community_name": "ArchivePage.tsx",
+ "norm_label": "smartadvisorrule",
+ "id": "frontend_application_lib_types_smartadvisorrule"
+ },
+ {
+ "label": "Testimonial",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/types.ts",
+ "source_location": "L28",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 48,
+ "community_name": "ArchivePage.tsx",
+ "norm_label": "testimonial",
+ "id": "frontend_application_lib_types_testimonial"
+ },
+ {
+ "label": "DosageConfig",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/types.ts",
+ "source_location": "L94",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 48,
+ "community_name": "ProductPage.tsx",
+ "norm_label": "dosageconfig",
+ "id": "frontend_application_lib_types_dosageconfig"
+ },
+ {
+ "label": "HomeClientProps",
+ "file_type": "code",
+ "source_file": "frontend/application/app/HomeClient.tsx",
+ "source_location": "L17",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 48,
+ "norm_label": "homeclientprops",
+ "id": "frontend_application_app_homeclient_homeclientprops"
+ },
+ {
+ "label": "BannerPlacementProps",
+ "file_type": "code",
+ "source_file": "frontend/application/components/BannerPlacement.tsx",
+ "source_location": "L7",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 48,
+ "norm_label": "bannerplacementprops",
+ "id": "frontend_application_components_bannerplacement_bannerplacementprops"
+ },
+ {
+ "label": "SmartAdvisorController",
+ "file_type": "code",
+ "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
+ "source_location": "L20",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 49,
+ "community_name": "Smart Advisor Controller",
+ "norm_label": "smartadvisorcontroller",
+ "id": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller"
+ },
+ {
+ "label": "SmartAdvisorService",
+ "file_type": "code",
+ "source_file": "backend/src/smart-advisor/smart-advisor.service.ts",
+ "source_location": "L6",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 49,
+ "community_name": "Smart Advisor Controller",
+ "norm_label": "smartadvisorservice",
+ "id": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice"
+ },
{
"label": "VerifyOtpDto",
"file_type": "code",
@@ -3108,173 +3058,6 @@
"norm_label": "authcontroller",
"id": "backend_src_auth_auth_controller_authcontroller"
},
- {
- "label": "B2BInquiry",
- "file_type": "code",
- "source_file": "frontend/application/lib/types.ts",
- "source_location": "L67",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 50,
- "community_name": "ArchivePage.tsx",
- "norm_label": "b2binquiry",
- "id": "frontend_application_lib_types_b2binquiry"
- },
- {
- "label": "Banner",
- "file_type": "code",
- "source_file": "frontend/application/lib/types.ts",
- "source_location": "L1",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 50,
- "community_name": "ArchivePage.tsx",
- "norm_label": "banner",
- "id": "frontend_application_lib_types_banner"
- },
- {
- "label": "HomeApiResponse",
- "file_type": "code",
- "source_file": "frontend/application/lib/types.ts",
- "source_location": "L102",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 50,
- "community_name": "ArchivePage.tsx",
- "norm_label": "homeapiresponse",
- "id": "frontend_application_lib_types_homeapiresponse"
- },
- {
- "label": "NavigationHandler",
- "file_type": "code",
- "source_file": "frontend/application/lib/types.ts",
- "source_location": "L111",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 50,
- "community_name": "ArchivePage.tsx",
- "norm_label": "navigationhandler",
- "id": "frontend_application_lib_types_navigationhandler"
- },
- {
- "label": "PartnerAccount",
- "file_type": "code",
- "source_file": "frontend/application/lib/types.ts",
- "source_location": "L82",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 50,
- "community_name": "ArchivePage.tsx",
- "norm_label": "partneraccount",
- "id": "frontend_application_lib_types_partneraccount"
- },
- {
- "label": "Prescription",
- "file_type": "code",
- "source_file": "frontend/application/lib/types.ts",
- "source_location": "L55",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 50,
- "community_name": "ArchivePage.tsx",
- "norm_label": "prescription",
- "id": "frontend_application_lib_types_prescription"
- },
- {
- "label": "SmartAdvisorRule",
- "file_type": "code",
- "source_file": "frontend/application/lib/types.ts",
- "source_location": "L14",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 50,
- "community_name": "ArchivePage.tsx",
- "norm_label": "smartadvisorrule",
- "id": "frontend_application_lib_types_smartadvisorrule"
- },
- {
- "label": "Testimonial",
- "file_type": "code",
- "source_file": "frontend/application/lib/types.ts",
- "source_location": "L28",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 50,
- "community_name": "ArchivePage.tsx",
- "norm_label": "testimonial",
- "id": "frontend_application_lib_types_testimonial"
- },
- {
- "label": "DosageConfig",
- "file_type": "code",
- "source_file": "frontend/application/lib/types.ts",
- "source_location": "L94",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 50,
- "community_name": "ProductPage.tsx",
- "norm_label": "dosageconfig",
- "id": "frontend_application_lib_types_dosageconfig"
- },
- {
- "label": "HomeClientProps",
- "file_type": "code",
- "source_file": "frontend/application/app/HomeClient.tsx",
- "source_location": "L17",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 50,
- "norm_label": "homeclientprops",
- "id": "frontend_application_app_homeclient_homeclientprops"
- },
- {
- "label": "BannerPlacementProps",
- "file_type": "code",
- "source_file": "frontend/application/components/BannerPlacement.tsx",
- "source_location": "L7",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 50,
- "norm_label": "bannerplacementprops",
- "id": "frontend_application_components_bannerplacement_bannerplacementprops"
- },
- {
- "label": "SmartAdvisorController",
- "file_type": "code",
- "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
- "source_location": "L20",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 51,
- "community_name": "Smart Advisor Controller",
- "norm_label": "smartadvisorcontroller",
- "id": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller"
- },
- {
- "label": "SmartAdvisorService",
- "file_type": "code",
- "source_file": "backend/src/smart-advisor/smart-advisor.service.ts",
- "source_location": "L6",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 51,
- "community_name": "Smart Advisor Controller",
- "norm_label": "smartadvisorservice",
- "id": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice"
- },
{
"label": "TestimonialsController",
"file_type": "code",
@@ -3283,7 +3066,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 52,
+ "community": 50,
"community_name": "Testimonials Management Controller",
"norm_label": "testimonialscontroller",
"id": "backend_src_testimonials_testimonials_controller_testimonialscontroller"
@@ -3296,7 +3079,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 52,
+ "community": 50,
"community_name": "Testimonials Management Controller",
"norm_label": "testimonialsservice",
"id": "backend_src_testimonials_testimonials_service_testimonialsservice"
@@ -3309,7 +3092,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 54,
+ "community": 52,
"community_name": "AdminService",
"norm_label": "adminquerydto",
"id": "backend_src_admin_dto_admin_query_dto_adminquerydto"
@@ -3322,7 +3105,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 54,
+ "community": 52,
"community_name": "PaginationDto",
"norm_label": "blogsmodule",
"id": "backend_src_blogs_blogs_module_blogsmodule"
@@ -3335,7 +3118,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 54,
+ "community": 52,
"community_name": "PaginationDto",
"norm_label": "blogsservice",
"id": "backend_src_blogs_blogs_service_blogsservice"
@@ -3348,7 +3131,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 54,
+ "community": 52,
"community_name": "PaginationDto",
"norm_label": "paginationdto",
"id": "backend_src_common_dto_pagination_dto_paginationdto"
@@ -3361,7 +3144,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 55,
+ "community": 53,
"community_name": "ContactService",
"norm_label": "contactcontroller",
"id": "backend_src_contact_contact_controller_contactcontroller"
@@ -3374,10 +3157,130 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 55,
+ "community": 53,
"norm_label": "contactservice",
"id": "backend_src_contact_contact_service_contactservice"
},
+ {
+ "label": "MenuGroup",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/components/Sidebar.tsx",
+ "source_location": "L42",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 55,
+ "norm_label": "menugroup",
+ "id": "frontend_admin_panel_src_components_sidebar_menugroup"
+ },
+ {
+ "label": "SidebarProps",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/components/Sidebar.tsx",
+ "source_location": "L49",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 55,
+ "norm_label": "sidebarprops",
+ "id": "frontend_admin_panel_src_components_sidebar_sidebarprops"
+ },
+ {
+ "label": "SubMenuItem",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/components/Sidebar.tsx",
+ "source_location": "L35",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 55,
+ "norm_label": "submenuitem",
+ "id": "frontend_admin_panel_src_components_sidebar_submenuitem"
+ },
+ {
+ "label": "CategoryDist",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Dashboard.tsx",
+ "source_location": "L7",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 55,
+ "norm_label": "categorydist",
+ "id": "frontend_admin_panel_src_pages_dashboard_categorydist"
+ },
+ {
+ "label": "DashboardData",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Dashboard.tsx",
+ "source_location": "L12",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 55,
+ "norm_label": "dashboarddata",
+ "id": "frontend_admin_panel_src_pages_dashboard_dashboarddata"
+ },
+ {
+ "label": "BestSellerItem",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Reports.tsx",
+ "source_location": "L35",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 55,
+ "norm_label": "bestselleritem",
+ "id": "frontend_admin_panel_src_pages_reports_bestselleritem"
+ },
+ {
+ "label": "CategoryDistItem",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Reports.tsx",
+ "source_location": "L30",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 55,
+ "norm_label": "categorydistitem",
+ "id": "frontend_admin_panel_src_pages_reports_categorydistitem"
+ },
+ {
+ "label": "CustomTooltipProps",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Reports.tsx",
+ "source_location": "L12",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 55,
+ "norm_label": "customtooltipprops",
+ "id": "frontend_admin_panel_src_pages_reports_customtooltipprops"
+ },
+ {
+ "label": "ReportData",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Reports.tsx",
+ "source_location": "L46",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 55,
+ "norm_label": "reportdata",
+ "id": "frontend_admin_panel_src_pages_reports_reportdata"
+ },
+ {
+ "label": "TopCouponItem",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Reports.tsx",
+ "source_location": "L40",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 55,
+ "norm_label": "topcouponitem",
+ "id": "frontend_admin_panel_src_pages_reports_topcouponitem"
+ },
{
"label": "PrescriptionsController",
"file_type": "code",
@@ -3386,11 +3289,24 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 59,
+ "community": 58,
"community_name": "Prescription Review Controller",
"norm_label": "prescriptionscontroller",
"id": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller"
},
+ {
+ "label": "BlogsController",
+ "file_type": "code",
+ "source_file": "backend/src/admin/blogs.controller.ts",
+ "source_location": "L29",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 59,
+ "community_name": "Admin Blog Controller",
+ "norm_label": "blogscontroller",
+ "id": "backend_src_admin_blogs_controller_blogscontroller"
+ },
{
"label": "CreateOrderDto",
"file_type": "code",
@@ -3466,19 +3382,6 @@
"norm_label": "ordersservice",
"id": "backend_src_orders_orders_service_ordersservice"
},
- {
- "label": "BlogsController",
- "file_type": "code",
- "source_file": "backend/src/admin/blogs.controller.ts",
- "source_location": "L29",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 60,
- "community_name": "Admin Blog Controller",
- "norm_label": "blogscontroller",
- "id": "backend_src_admin_blogs_controller_blogscontroller"
- },
{
"label": "PriceInputProps",
"file_type": "code",
@@ -3487,7 +3390,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 63,
+ "community": 62,
"norm_label": "priceinputprops",
"id": "frontend_admin_panel_src_components_ui_priceinput_priceinputprops"
},
@@ -3499,7 +3402,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 63,
+ "community": 62,
"norm_label": "coupon",
"id": "frontend_admin_panel_src_pages_coupons_coupon"
},
@@ -3511,7 +3414,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 63,
+ "community": 62,
"norm_label": "couponformdata",
"id": "frontend_admin_panel_src_pages_coupons_couponformdata"
},
@@ -3523,7 +3426,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 63,
+ "community": 62,
"norm_label": "couponmodalprops",
"id": "frontend_admin_panel_src_pages_coupons_couponmodalprops"
},
@@ -3535,7 +3438,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 63,
+ "community": 62,
"norm_label": "coupontarget",
"id": "frontend_admin_panel_src_pages_coupons_coupontarget"
},
@@ -3547,7 +3450,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 63,
+ "community": 62,
"norm_label": "financialsettings",
"id": "frontend_admin_panel_src_types_admin_financialsettings"
},
@@ -3559,11 +3462,23 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 66,
+ "community": 65,
"community_name": "Generic CRUD Controller",
"norm_label": "wikicontroller",
"id": "backend_src_admin_wiki_controller_wikicontroller"
},
+ {
+ "label": "PaymentController",
+ "file_type": "code",
+ "source_file": "backend/src/payment/payment.controller.ts",
+ "source_location": "L38",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 66,
+ "norm_label": "paymentcontroller",
+ "id": "backend_src_payment_payment_controller_paymentcontroller"
+ },
{
"label": "CreatePetDto",
"file_type": "code",
@@ -3729,69 +3644,221 @@
"id": "frontend_application_lib_data_scientificterms_scientificterm"
},
{
- "label": "CmsController",
+ "label": "CmsModule",
"file_type": "code",
- "source_file": "backend/src/cms/cms.controller.ts",
- "source_location": "L27",
+ "source_file": "backend/src/cms/cms.module.ts",
+ "source_location": "L12",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 7,
"community_name": "CmsController",
- "norm_label": "cmscontroller",
- "id": "backend_src_cms_cms_controller_cmscontroller"
+ "norm_label": "cmsmodule",
+ "id": "backend_src_cms_cms_module_cmsmodule"
},
{
- "label": "CmsService",
+ "label": "VideosModule",
"file_type": "code",
- "source_file": "backend/src/cms/cms.service.ts",
+ "source_file": "backend/src/videos/videos.module.ts",
"source_location": "L10",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 7,
- "community_name": "CmsController",
- "norm_label": "cmsservice",
- "id": "backend_src_cms_cms_service_cmsservice"
+ "community_name": "CreateVideoDto",
+ "norm_label": "videosmodule",
+ "id": "backend_src_videos_videos_module_videosmodule"
},
{
- "label": "CreateHeroBannerDto",
+ "label": "UsersModule",
"file_type": "code",
- "source_file": "backend/src/cms/dto/cms.dto.ts",
+ "source_file": "backend/src/users/users.module.ts",
"source_location": "L10",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 7,
- "community_name": "CmsController",
- "norm_label": "createherobannerdto",
- "id": "backend_src_cms_dto_cms_dto_createherobannerdto"
+ "community_name": "UsersService",
+ "norm_label": "usersmodule",
+ "id": "backend_src_users_users_module_usersmodule"
},
{
- "label": "CreateSmartAdvisorRuleDto",
+ "label": "B2BModule",
"file_type": "code",
- "source_file": "backend/src/cms/dto/cms.dto.ts",
- "source_location": "L80",
+ "source_file": "backend/src/b2b/b2b.module.ts",
+ "source_location": "L12",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 7,
- "community_name": "CmsController",
- "norm_label": "createsmartadvisorruledto",
- "id": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto"
+ "community_name": "app.module.ts",
+ "norm_label": "b2bmodule",
+ "id": "backend_src_b2b_b2b_module_b2bmodule"
},
{
- "label": "CreateVetTestimonialDto",
+ "label": "BannersModule",
"file_type": "code",
- "source_file": "backend/src/cms/dto/cms.dto.ts",
- "source_location": "L45",
+ "source_file": "backend/src/banners/banners.module.ts",
+ "source_location": "L12",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 7,
- "community_name": "CmsController",
- "norm_label": "createvettestimonialdto",
- "id": "backend_src_cms_dto_cms_dto_createvettestimonialdto"
+ "community_name": "app.module.ts",
+ "norm_label": "bannersmodule",
+ "id": "backend_src_banners_banners_module_bannersmodule"
+ },
+ {
+ "label": "SmsModule",
+ "file_type": "code",
+ "source_file": "backend/src/common/sms.module.ts",
+ "source_location": "L9",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "app.module.ts",
+ "norm_label": "smsmodule",
+ "id": "backend_src_common_sms_module_smsmodule"
+ },
+ {
+ "label": "ContactModule",
+ "file_type": "code",
+ "source_file": "backend/src/contact/contact.module.ts",
+ "source_location": "L12",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "app.module.ts",
+ "norm_label": "contactmodule",
+ "id": "backend_src_contact_contact_module_contactmodule"
+ },
+ {
+ "label": "IngredientsModule",
+ "file_type": "code",
+ "source_file": "backend/src/ingredients/ingredients.module.ts",
+ "source_location": "L12",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "app.module.ts",
+ "norm_label": "ingredientsmodule",
+ "id": "backend_src_ingredients_ingredients_module_ingredientsmodule"
+ },
+ {
+ "label": "PrismaModule",
+ "file_type": "code",
+ "source_file": "backend/src/prisma/prisma.module.ts",
+ "source_location": "L9",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "app.module.ts",
+ "norm_label": "prismamodule",
+ "id": "backend_src_prisma_prisma_module_prismamodule"
+ },
+ {
+ "label": "SettingsModule",
+ "file_type": "code",
+ "source_file": "backend/src/settings/settings.module.ts",
+ "source_location": "L12",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "app.module.ts",
+ "norm_label": "settingsmodule",
+ "id": "backend_src_settings_settings_module_settingsmodule"
+ },
+ {
+ "label": "SmartAdvisorModule",
+ "file_type": "code",
+ "source_file": "backend/src/smart-advisor/smart-advisor.module.ts",
+ "source_location": "L12",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "app.module.ts",
+ "norm_label": "smartadvisormodule",
+ "id": "backend_src_smart_advisor_smart_advisor_module_smartadvisormodule"
+ },
+ {
+ "label": "TestimonialsModule",
+ "file_type": "code",
+ "source_file": "backend/src/testimonials/testimonials.module.ts",
+ "source_location": "L12",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "app.module.ts",
+ "norm_label": "testimonialsmodule",
+ "id": "backend_src_testimonials_testimonials_module_testimonialsmodule"
+ },
+ {
+ "label": "WholesaleModule",
+ "file_type": "code",
+ "source_file": "backend/src/wholesale/wholesale.module.ts",
+ "source_location": "L12",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "app.module.ts",
+ "norm_label": "wholesalemodule",
+ "id": "backend_src_wholesale_wholesale_module_wholesalemodule"
+ },
+ {
+ "label": "AuthModule",
+ "file_type": "code",
+ "source_file": "backend/src/auth/auth.module.ts",
+ "source_location": "L25",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 7,
+ "norm_label": "authmodule",
+ "id": "backend_src_auth_auth_module_authmodule"
+ },
+ {
+ "label": "PaymentModule",
+ "file_type": "code",
+ "source_file": "backend/src/payment/payment.module.ts",
+ "source_location": "L14",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 7,
+ "norm_label": "paymentmodule",
+ "id": "backend_src_payment_payment_module_paymentmodule"
+ },
+ {
+ "label": "PrescriptionsModule",
+ "file_type": "code",
+ "source_file": "backend/src/prescriptions/prescriptions.module.ts",
+ "source_location": "L13",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 7,
+ "norm_label": "prescriptionsmodule",
+ "id": "backend_src_prescriptions_prescriptions_module_prescriptionsmodule"
+ },
+ {
+ "label": "ReviewsModule",
+ "file_type": "code",
+ "source_file": "backend/src/reviews/reviews.module.ts",
+ "source_location": "L12",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 7,
+ "norm_label": "reviewsmodule",
+ "id": "backend_src_reviews_reviews_module_reviewsmodule"
},
{
"label": "HomeController",
@@ -3844,6 +3911,18 @@
"norm_label": "apiresponse",
"id": "frontend_admin_panel_src_types_admin_apiresponse"
},
+ {
+ "label": "ZibalCallbackQueryDto",
+ "file_type": "code",
+ "source_file": "backend/src/payment/dto/verify-payment.dto.ts",
+ "source_location": "L4",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 76,
+ "norm_label": "zibalcallbackquerydto",
+ "id": "backend_src_payment_dto_verify_payment_dto_zibalcallbackquerydto"
+ },
{
"label": "GatewayHealthResult",
"file_type": "code",
@@ -3852,7 +3931,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 76,
+ "community": 77,
"norm_label": "gatewayhealthresult",
"id": "backend_src_payment_interfaces_payment_gateway_interface_gatewayhealthresult"
},
@@ -3864,7 +3943,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 76,
+ "community": 77,
"norm_label": "ipaymentgateway",
"id": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway"
},
@@ -3876,7 +3955,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 76,
+ "community": 77,
"norm_label": "paymentinquiryresult",
"id": "backend_src_payment_interfaces_payment_gateway_interface_paymentinquiryresult"
},
@@ -3888,7 +3967,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 76,
+ "community": 77,
"norm_label": "paymentrequestoptions",
"id": "backend_src_payment_interfaces_payment_gateway_interface_paymentrequestoptions"
},
@@ -3900,7 +3979,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 76,
+ "community": 77,
"norm_label": "paymentrequestresult",
"id": "backend_src_payment_interfaces_payment_gateway_interface_paymentrequestresult"
},
@@ -3912,7 +3991,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 76,
+ "community": 77,
"norm_label": "paymentverifyresult",
"id": "backend_src_payment_interfaces_payment_gateway_interface_paymentverifyresult"
},
@@ -3924,7 +4003,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 76,
+ "community": 77,
"norm_label": "zibalinquiryresponse",
"id": "backend_src_payment_zibal_service_zibalinquiryresponse"
},
@@ -3936,7 +4015,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 76,
+ "community": 77,
"norm_label": "zibalrequestresponse",
"id": "backend_src_payment_zibal_service_zibalrequestresponse"
},
@@ -3948,7 +4027,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 76,
+ "community": 77,
"norm_label": "zibalverifyresponse",
"id": "backend_src_payment_zibal_service_zibalverifyresponse"
},
@@ -3960,7 +4039,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 77,
+ "community": 78,
"norm_label": "order",
"id": "frontend_admin_panel_src_pages_orders_order"
},
@@ -3972,7 +4051,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 77,
+ "community": 78,
"norm_label": "orderitem",
"id": "frontend_admin_panel_src_pages_orders_orderitem"
},
@@ -3984,7 +4063,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 77,
+ "community": 78,
"norm_label": "paymenttx",
"id": "frontend_admin_panel_src_pages_orders_paymenttx"
},
@@ -3996,7 +4075,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 77,
+ "community": 78,
"norm_label": "userrecord",
"id": "frontend_admin_panel_src_pages_users_userrecord"
},
@@ -4008,7 +4087,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 77,
+ "community": 78,
"norm_label": "petsummary",
"id": "frontend_admin_panel_src_types_admin_petsummary"
},
@@ -4020,93 +4099,134 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 77,
+ "community": 78,
"norm_label": "useraddress",
"id": "frontend_admin_panel_src_types_admin_useraddress"
},
{
- "label": "AdminUpdateTicketDto",
+ "label": "CmsController",
"file_type": "code",
- "source_file": "backend/src/tickets/dto/create-ticket.dto.ts",
- "source_location": "L53",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 8,
- "norm_label": "adminupdateticketdto",
- "id": "backend_src_tickets_dto_create_ticket_dto_adminupdateticketdto"
- },
- {
- "label": "CreateTicketDto",
- "file_type": "code",
- "source_file": "backend/src/tickets/dto/create-ticket.dto.ts",
- "source_location": "L4",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 8,
- "norm_label": "createticketdto",
- "id": "backend_src_tickets_dto_create_ticket_dto_createticketdto"
- },
- {
- "label": "ReplyTicketDto",
- "file_type": "code",
- "source_file": "backend/src/tickets/dto/create-ticket.dto.ts",
- "source_location": "L36",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 8,
- "norm_label": "replyticketdto",
- "id": "backend_src_tickets_dto_create_ticket_dto_replyticketdto"
- },
- {
- "label": "TicketQueryDto",
- "file_type": "code",
- "source_file": "backend/src/tickets/dto/ticket-query.dto.ts",
- "source_location": "L5",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 8,
- "norm_label": "ticketquerydto",
- "id": "backend_src_tickets_dto_ticket_query_dto_ticketquerydto"
- },
- {
- "label": "TicketsController",
- "file_type": "code",
- "source_file": "backend/src/tickets/tickets.controller.ts",
+ "source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L27",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 8,
- "norm_label": "ticketscontroller",
- "id": "backend_src_tickets_tickets_controller_ticketscontroller"
+ "community_name": "CmsController",
+ "norm_label": "cmscontroller",
+ "id": "backend_src_cms_cms_controller_cmscontroller"
},
{
- "label": "TicketsModule",
+ "label": "CmsService",
"file_type": "code",
- "source_file": "backend/src/tickets/tickets.module.ts",
- "source_location": "L12",
+ "source_file": "backend/src/cms/cms.service.ts",
+ "source_location": "L10",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
"community": 8,
- "norm_label": "ticketsmodule",
- "id": "backend_src_tickets_tickets_module_ticketsmodule"
+ "community_name": "CmsController",
+ "norm_label": "cmsservice",
+ "id": "backend_src_cms_cms_service_cmsservice"
},
{
- "label": "TicketsService",
+ "label": "CreateHeroBannerDto",
"file_type": "code",
- "source_file": "backend/src/tickets/tickets.service.ts",
+ "source_file": "backend/src/cms/dto/cms.dto.ts",
+ "source_location": "L10",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 8,
+ "community_name": "CmsController",
+ "norm_label": "createherobannerdto",
+ "id": "backend_src_cms_dto_cms_dto_createherobannerdto"
+ },
+ {
+ "label": "CreateSmartAdvisorRuleDto",
+ "file_type": "code",
+ "source_file": "backend/src/cms/dto/cms.dto.ts",
+ "source_location": "L80",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 8,
+ "community_name": "CmsController",
+ "norm_label": "createsmartadvisorruledto",
+ "id": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto"
+ },
+ {
+ "label": "CreateVetTestimonialDto",
+ "file_type": "code",
+ "source_file": "backend/src/cms/dto/cms.dto.ts",
+ "source_location": "L45",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 8,
+ "community_name": "CmsController",
+ "norm_label": "createvettestimonialdto",
+ "id": "backend_src_cms_dto_cms_dto_createvettestimonialdto"
+ },
+ {
+ "label": "TopbarProps",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/components/Topbar.tsx",
+ "source_location": "L8",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 86,
+ "norm_label": "topbarprops",
+ "id": "frontend_admin_panel_src_components_topbar_topbarprops"
+ },
+ {
+ "label": "ApiErrorPayload",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/services/api.ts",
+ "source_location": "L13",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 86,
+ "norm_label": "apierrorpayload",
+ "id": "frontend_admin_panel_src_services_api_apierrorpayload"
+ },
+ {
+ "label": "AdminUser",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/types/admin.ts",
+ "source_location": "L1",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 86,
+ "norm_label": "adminuser",
+ "id": "frontend_admin_panel_src_types_admin_adminuser"
+ },
+ {
+ "label": "AuthResponseData",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/types/admin.ts",
+ "source_location": "L36",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 86,
+ "norm_label": "authresponsedata",
+ "id": "frontend_admin_panel_src_types_admin_authresponsedata"
+ },
+ {
+ "label": "AuthState",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/types/admin.ts",
"source_location": "L14",
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 8,
- "norm_label": "ticketsservice",
- "id": "backend_src_tickets_tickets_service_ticketsservice"
+ "community": 86,
+ "norm_label": "authstate",
+ "id": "frontend_admin_panel_src_types_admin_authstate"
},
{
"label": "Video",
@@ -4116,7 +4236,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 85,
+ "community": 87,
"community_name": "VetGallery.tsx",
"norm_label": "video",
"id": "frontend_application_lib_services_videoservice_video"
@@ -4129,7 +4249,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 85,
+ "community": 87,
"norm_label": "safeimageprops",
"id": "frontend_application_components_safeimage_safeimageprops"
},
@@ -4141,7 +4261,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 85,
+ "community": 87,
"norm_label": "displayvideoitem",
"id": "frontend_application_components_vetgallery_displayvideoitem"
},
@@ -4153,10 +4273,94 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 85,
+ "community": 87,
"norm_label": "testimonialitem",
"id": "frontend_application_components_vetgallery_testimonialitem"
},
+ {
+ "label": "AdminUpdateTicketDto",
+ "file_type": "code",
+ "source_file": "backend/src/tickets/dto/create-ticket.dto.ts",
+ "source_location": "L53",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 9,
+ "norm_label": "adminupdateticketdto",
+ "id": "backend_src_tickets_dto_create_ticket_dto_adminupdateticketdto"
+ },
+ {
+ "label": "CreateTicketDto",
+ "file_type": "code",
+ "source_file": "backend/src/tickets/dto/create-ticket.dto.ts",
+ "source_location": "L4",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 9,
+ "norm_label": "createticketdto",
+ "id": "backend_src_tickets_dto_create_ticket_dto_createticketdto"
+ },
+ {
+ "label": "ReplyTicketDto",
+ "file_type": "code",
+ "source_file": "backend/src/tickets/dto/create-ticket.dto.ts",
+ "source_location": "L36",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 9,
+ "norm_label": "replyticketdto",
+ "id": "backend_src_tickets_dto_create_ticket_dto_replyticketdto"
+ },
+ {
+ "label": "TicketQueryDto",
+ "file_type": "code",
+ "source_file": "backend/src/tickets/dto/ticket-query.dto.ts",
+ "source_location": "L5",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 9,
+ "norm_label": "ticketquerydto",
+ "id": "backend_src_tickets_dto_ticket_query_dto_ticketquerydto"
+ },
+ {
+ "label": "TicketsController",
+ "file_type": "code",
+ "source_file": "backend/src/tickets/tickets.controller.ts",
+ "source_location": "L27",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 9,
+ "norm_label": "ticketscontroller",
+ "id": "backend_src_tickets_tickets_controller_ticketscontroller"
+ },
+ {
+ "label": "TicketsModule",
+ "file_type": "code",
+ "source_file": "backend/src/tickets/tickets.module.ts",
+ "source_location": "L12",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 9,
+ "norm_label": "ticketsmodule",
+ "id": "backend_src_tickets_tickets_module_ticketsmodule"
+ },
+ {
+ "label": "TicketsService",
+ "file_type": "code",
+ "source_file": "backend/src/tickets/tickets.service.ts",
+ "source_location": "L14",
+ "_callable": true,
+ "_callable_class": true,
+ "_origin": "ast",
+ "community": 9,
+ "norm_label": "ticketsservice",
+ "id": "backend_src_tickets_tickets_service_ticketsservice"
+ },
{
"label": "WikiModule",
"file_type": "code",
@@ -4165,7 +4369,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 88,
+ "community": 90,
"community_name": "PaginationDto",
"norm_label": "wikimodule",
"id": "backend_src_wiki_wiki_module_wikimodule"
@@ -4178,7 +4382,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 88,
+ "community": 90,
"community_name": "PaginationDto",
"norm_label": "wikiservice",
"id": "backend_src_wiki_wiki_service_wikiservice"
@@ -4191,215 +4395,11 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 88,
+ "community": 90,
"community_name": "WikiController",
"norm_label": "wikicontroller",
"id": "backend_src_wiki_wiki_controller_wikicontroller"
},
- {
- "label": "CmsModule",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.module.ts",
- "source_location": "L12",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 9,
- "community_name": "CmsController",
- "norm_label": "cmsmodule",
- "id": "backend_src_cms_cms_module_cmsmodule"
- },
- {
- "label": "VideosModule",
- "file_type": "code",
- "source_file": "backend/src/videos/videos.module.ts",
- "source_location": "L10",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 9,
- "community_name": "CreateVideoDto",
- "norm_label": "videosmodule",
- "id": "backend_src_videos_videos_module_videosmodule"
- },
- {
- "label": "UsersModule",
- "file_type": "code",
- "source_file": "backend/src/users/users.module.ts",
- "source_location": "L10",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 9,
- "community_name": "UsersService",
- "norm_label": "usersmodule",
- "id": "backend_src_users_users_module_usersmodule"
- },
- {
- "label": "B2BModule",
- "file_type": "code",
- "source_file": "backend/src/b2b/b2b.module.ts",
- "source_location": "L12",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 9,
- "community_name": "app.module.ts",
- "norm_label": "b2bmodule",
- "id": "backend_src_b2b_b2b_module_b2bmodule"
- },
- {
- "label": "BannersModule",
- "file_type": "code",
- "source_file": "backend/src/banners/banners.module.ts",
- "source_location": "L12",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 9,
- "community_name": "app.module.ts",
- "norm_label": "bannersmodule",
- "id": "backend_src_banners_banners_module_bannersmodule"
- },
- {
- "label": "SmsModule",
- "file_type": "code",
- "source_file": "backend/src/common/sms.module.ts",
- "source_location": "L9",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 9,
- "community_name": "app.module.ts",
- "norm_label": "smsmodule",
- "id": "backend_src_common_sms_module_smsmodule"
- },
- {
- "label": "ContactModule",
- "file_type": "code",
- "source_file": "backend/src/contact/contact.module.ts",
- "source_location": "L12",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 9,
- "community_name": "app.module.ts",
- "norm_label": "contactmodule",
- "id": "backend_src_contact_contact_module_contactmodule"
- },
- {
- "label": "IngredientsModule",
- "file_type": "code",
- "source_file": "backend/src/ingredients/ingredients.module.ts",
- "source_location": "L12",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 9,
- "community_name": "app.module.ts",
- "norm_label": "ingredientsmodule",
- "id": "backend_src_ingredients_ingredients_module_ingredientsmodule"
- },
- {
- "label": "PrismaModule",
- "file_type": "code",
- "source_file": "backend/src/prisma/prisma.module.ts",
- "source_location": "L9",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 9,
- "community_name": "app.module.ts",
- "norm_label": "prismamodule",
- "id": "backend_src_prisma_prisma_module_prismamodule"
- },
- {
- "label": "SettingsModule",
- "file_type": "code",
- "source_file": "backend/src/settings/settings.module.ts",
- "source_location": "L12",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 9,
- "community_name": "app.module.ts",
- "norm_label": "settingsmodule",
- "id": "backend_src_settings_settings_module_settingsmodule"
- },
- {
- "label": "SmartAdvisorModule",
- "file_type": "code",
- "source_file": "backend/src/smart-advisor/smart-advisor.module.ts",
- "source_location": "L12",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 9,
- "community_name": "app.module.ts",
- "norm_label": "smartadvisormodule",
- "id": "backend_src_smart_advisor_smart_advisor_module_smartadvisormodule"
- },
- {
- "label": "TestimonialsModule",
- "file_type": "code",
- "source_file": "backend/src/testimonials/testimonials.module.ts",
- "source_location": "L12",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 9,
- "community_name": "app.module.ts",
- "norm_label": "testimonialsmodule",
- "id": "backend_src_testimonials_testimonials_module_testimonialsmodule"
- },
- {
- "label": "AuthModule",
- "file_type": "code",
- "source_file": "backend/src/auth/auth.module.ts",
- "source_location": "L25",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 9,
- "norm_label": "authmodule",
- "id": "backend_src_auth_auth_module_authmodule"
- },
- {
- "label": "PaymentModule",
- "file_type": "code",
- "source_file": "backend/src/payment/payment.module.ts",
- "source_location": "L14",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 9,
- "norm_label": "paymentmodule",
- "id": "backend_src_payment_payment_module_paymentmodule"
- },
- {
- "label": "PrescriptionsModule",
- "file_type": "code",
- "source_file": "backend/src/prescriptions/prescriptions.module.ts",
- "source_location": "L13",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 9,
- "norm_label": "prescriptionsmodule",
- "id": "backend_src_prescriptions_prescriptions_module_prescriptionsmodule"
- },
- {
- "label": "ReviewsModule",
- "file_type": "code",
- "source_file": "backend/src/reviews/reviews.module.ts",
- "source_location": "L12",
- "_callable": true,
- "_callable_class": true,
- "_origin": "ast",
- "community": 9,
- "norm_label": "reviewsmodule",
- "id": "backend_src_reviews_reviews_module_reviewsmodule"
- },
{
"label": "PetsController",
"file_type": "code",
@@ -4408,7 +4408,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 93,
+ "community": 95,
"community_name": "PetsController",
"norm_label": "petscontroller",
"id": "backend_src_admin_pets_controller_petscontroller"
@@ -4421,7 +4421,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 96,
+ "community": 98,
"community_name": "BlogsController",
"norm_label": "blogscontroller",
"id": "backend_src_blogs_blogs_controller_blogscontroller"
@@ -4434,7 +4434,7 @@
"_callable": true,
"_callable_class": true,
"_origin": "ast",
- "community": 97,
+ "community": 99,
"community_name": "PetsService",
"norm_label": "petsservice",
"id": "backend_src_pets_pets_service_petsservice"
@@ -5957,7 +5957,7 @@
"source_location": "L6",
"_callable": true,
"_origin": "ast",
- "community": 102,
+ "community": 104,
"community_name": "App Health Controller",
"norm_label": ".constructor()",
"id": "backend_src_app_controller_appcontroller_constructor"
@@ -5969,7 +5969,7 @@
"source_location": "L9",
"_callable": true,
"_origin": "ast",
- "community": 102,
+ "community": 104,
"community_name": "App Health Controller",
"norm_label": ".gethello()",
"id": "backend_src_app_controller_appcontroller_gethello"
@@ -5981,7 +5981,7 @@
"source_location": "L5",
"_callable": true,
"_origin": "ast",
- "community": 102,
+ "community": 104,
"community_name": "App Health Controller",
"norm_label": ".gethello()",
"id": "backend_src_app_service_appservice_gethello"
@@ -5993,7 +5993,7 @@
"source_location": "L669",
"_callable": true,
"_origin": "ast",
- "community": 103,
+ "community": 105,
"norm_label": ".getadmintransactions()",
"id": "backend_src_payment_payment_service_paymentservice_getadmintransactions"
},
@@ -6216,28 +6216,6 @@
"norm_label": "userdashboard()",
"id": "frontend_application_components_userdashboard_userdashboard"
},
- {
- "label": "CustomTooltip()",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Reports.tsx",
- "source_location": "L18",
- "_callable": true,
- "_origin": "ast",
- "community": 112,
- "norm_label": "customtooltip()",
- "id": "frontend_admin_panel_src_pages_reports_customtooltip"
- },
- {
- "label": "Reports()",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Reports.tsx",
- "source_location": "L61",
- "_callable": true,
- "_origin": "ast",
- "community": 112,
- "norm_label": "reports()",
- "id": "frontend_admin_panel_src_pages_reports_reports"
- },
{
"label": "cmd_next_task()",
"file_type": "code",
@@ -6245,7 +6223,7 @@
"source_location": "L105",
"_callable": true,
"_origin": "ast",
- "community": 115,
+ "community": 116,
"community_name": "Task Orchestration Scripts",
"norm_label": "cmd_next_task()",
"id": "ai_agency_orchestrate_cmd_next_task"
@@ -6257,7 +6235,7 @@
"source_location": "L75",
"_callable": true,
"_origin": "ast",
- "community": 115,
+ "community": 116,
"community_name": "Task Orchestration Scripts",
"norm_label": "cmd_progress()",
"id": "ai_agency_orchestrate_cmd_progress"
@@ -6269,7 +6247,7 @@
"source_location": "L143",
"_callable": true,
"_origin": "ast",
- "community": 115,
+ "community": 116,
"community_name": "Task Orchestration Scripts",
"norm_label": "cmd_reset()",
"id": "ai_agency_orchestrate_cmd_reset"
@@ -6281,7 +6259,7 @@
"source_location": "L41",
"_callable": true,
"_origin": "ast",
- "community": 115,
+ "community": 116,
"community_name": "Task Orchestration Scripts",
"norm_label": "cmd_status()",
"id": "ai_agency_orchestrate_cmd_status"
@@ -6293,7 +6271,7 @@
"source_location": "L128",
"_callable": true,
"_origin": "ast",
- "community": 115,
+ "community": 116,
"community_name": "Task Orchestration Scripts",
"norm_label": "cmd_unblock()",
"id": "ai_agency_orchestrate_cmd_unblock"
@@ -6305,7 +6283,7 @@
"source_location": "L31",
"_callable": true,
"_origin": "ast",
- "community": 115,
+ "community": 116,
"community_name": "Task Orchestration Scripts",
"norm_label": "load_json()",
"id": "ai_agency_orchestrate_load_json"
@@ -6317,7 +6295,7 @@
"source_location": "L180",
"_callable": true,
"_origin": "ast",
- "community": 115,
+ "community": 116,
"community_name": "Task Orchestration Scripts",
"norm_label": "main()",
"id": "ai_agency_orchestrate_main"
@@ -6329,7 +6307,7 @@
"source_location": "L37",
"_callable": true,
"_origin": "ast",
- "community": 115,
+ "community": 116,
"community_name": "Task Orchestration Scripts",
"norm_label": "save_json()",
"id": "ai_agency_orchestrate_save_json"
@@ -6485,7 +6463,7 @@
"source_location": "L30",
"_callable": true,
"_origin": "ast",
- "community": 121,
+ "community": 122,
"community_name": "React Error Boundary",
"norm_label": ".componentdidcatch()",
"id": "frontend_application_components_errorboundary_errorboundary_componentdidcatch"
@@ -6497,7 +6475,7 @@
"source_location": "L18",
"_callable": true,
"_origin": "ast",
- "community": 121,
+ "community": 122,
"community_name": "React Error Boundary",
"norm_label": ".constructor()",
"id": "frontend_application_components_errorboundary_errorboundary_constructor"
@@ -6509,7 +6487,7 @@
"source_location": "L26",
"_callable": true,
"_origin": "ast",
- "community": 121,
+ "community": 122,
"community_name": "React Error Boundary",
"norm_label": ".getderivedstatefromerror()",
"id": "frontend_application_components_errorboundary_errorboundary_getderivedstatefromerror"
@@ -6521,7 +6499,7 @@
"source_location": "L34",
"_callable": true,
"_origin": "ast",
- "community": 121,
+ "community": 122,
"community_name": "React Error Boundary",
"norm_label": ".handleretry()",
"id": "frontend_application_components_errorboundary_errorboundary_handleretry"
@@ -6533,7 +6511,7 @@
"source_location": "L39",
"_callable": true,
"_origin": "ast",
- "community": 121,
+ "community": 122,
"community_name": "React Error Boundary",
"norm_label": ".render()",
"id": "frontend_application_components_errorboundary_errorboundary_render"
@@ -6545,7 +6523,7 @@
"source_location": "L42",
"_callable": true,
"_origin": "ast",
- "community": 123,
+ "community": 124,
"norm_label": "generateopenapi()",
"id": "backend_scripts_generate_openapi_generateopenapi"
},
@@ -6556,7 +6534,7 @@
"source_location": "L24",
"_callable": true,
"_origin": "ast",
- "community": 126,
+ "community": 127,
"community_name": "WikiController",
"norm_label": ".findall()",
"id": "backend_src_wiki_wiki_controller_wikicontroller_findall"
@@ -6568,7 +6546,7 @@
"source_location": "L32",
"_callable": true,
"_origin": "ast",
- "community": 126,
+ "community": 127,
"community_name": "WikiController",
"norm_label": ".findone()",
"id": "backend_src_wiki_wiki_controller_wikicontroller_findone"
@@ -6580,7 +6558,7 @@
"source_location": "L11",
"_callable": true,
"_origin": "ast",
- "community": 129,
+ "community": 130,
"community_name": "MetricsController",
"norm_label": ".constructor()",
"id": "backend_src_common_metrics_controller_metricscontroller_constructor"
@@ -6592,7 +6570,7 @@
"source_location": "L18",
"_callable": true,
"_origin": "ast",
- "community": 129,
+ "community": 130,
"community_name": "MetricsController",
"norm_label": ".getmetrics()",
"id": "backend_src_common_metrics_controller_metricscontroller_getmetrics"
@@ -6604,7 +6582,7 @@
"source_location": "L83",
"_callable": true,
"_origin": "ast",
- "community": 134,
+ "community": 135,
"norm_label": "smssettingspage()",
"id": "frontend_admin_panel_src_pages_smssettingspage_smssettingspage"
},
@@ -6615,7 +6593,7 @@
"source_location": "L5",
"_callable": true,
"_origin": "ast",
- "community": 135,
+ "community": 136,
"community_name": "Error and Not Found Pages",
"norm_label": "errorboundary()",
"id": "frontend_application_app_error_errorboundary"
@@ -6627,7 +6605,7 @@
"source_location": "L3",
"_callable": true,
"_origin": "ast",
- "community": 135,
+ "community": 136,
"community_name": "Error and Not Found Pages",
"norm_label": "notfound()",
"id": "frontend_application_app_not_found_notfound"
@@ -6639,7 +6617,7 @@
"source_location": "L7",
"_callable": true,
"_origin": "ast",
- "community": 135,
+ "community": 136,
"norm_label": "notfoundpage()",
"id": "frontend_application_components_errorpages_notfoundpage"
},
@@ -6650,7 +6628,7 @@
"source_location": "L38",
"_callable": true,
"_origin": "ast",
- "community": 135,
+ "community": 136,
"norm_label": "servererrorpage()",
"id": "frontend_application_components_errorpages_servererrorpage"
},
@@ -6786,6 +6764,17 @@
"norm_label": ".updatereviewstatus()",
"id": "backend_src_reviews_reviews_service_reviewsservice_updatereviewstatus"
},
+ {
+ "label": "Transactions()",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Transactions.tsx",
+ "source_location": "L89",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 145,
+ "norm_label": "transactions()",
+ "id": "frontend_admin_panel_src_pages_transactions_transactions"
+ },
{
"label": "checkAndOpen()",
"file_type": "code",
@@ -6793,7 +6782,7 @@
"source_location": "L26",
"_callable": true,
"_origin": "ast",
- "community": 144,
+ "community": 146,
"community_name": "Browser Utility Scripts",
"norm_label": "checkandopen()",
"id": "scripts_open_browsers_checkandopen"
@@ -6805,7 +6794,7 @@
"source_location": "L10",
"_callable": true,
"_origin": "ast",
- "community": 144,
+ "community": 146,
"community_name": "Browser Utility Scripts",
"norm_label": "openurl()",
"id": "scripts_open_browsers_openurl"
@@ -6817,7 +6806,7 @@
"source_location": "L7",
"_callable": true,
"_origin": "ast",
- "community": 145,
+ "community": 147,
"community_name": "Dev Server Startup",
"norm_label": "waitforbackend()",
"id": "scripts_start_dev_waitforbackend"
@@ -6829,23 +6818,11 @@
"source_location": "L10",
"_callable": true,
"_origin": "ast",
- "community": 145,
+ "community": 147,
"community_name": "Dev Server Startup",
"norm_label": "check()",
"id": "scripts_start_dev_waitforbackend_check"
},
- {
- "label": "createPaginatedSchema()",
- "file_type": "code",
- "source_file": "backend/src/common/schemas/paginated-response.schema.ts",
- "source_location": "L25",
- "_callable": true,
- "_origin": "ast",
- "community": 148,
- "community_name": "Pagination API Schemas",
- "norm_label": "createpaginatedschema()",
- "id": "backend_src_common_schemas_paginated_response_schema_createpaginatedschema"
- },
{
"label": ".constructor()",
"file_type": "code",
@@ -7007,6 +6984,18 @@
"norm_label": ".updatedosageconfig()",
"id": "backend_src_products_products_service_productsservice_updatedosageconfig"
},
+ {
+ "label": "createPaginatedSchema()",
+ "file_type": "code",
+ "source_file": "backend/src/common/schemas/paginated-response.schema.ts",
+ "source_location": "L25",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 150,
+ "community_name": "Pagination API Schemas",
+ "norm_label": "createpaginatedschema()",
+ "id": "backend_src_common_schemas_paginated_response_schema_createpaginatedschema"
+ },
{
"label": ".uploadPetImage()",
"file_type": "code",
@@ -7014,10 +7003,22 @@
"source_location": "L111",
"_callable": true,
"_origin": "ast",
- "community": 150,
+ "community": 151,
"norm_label": ".uploadpetimage()",
"id": "backend_src_pets_pets_controller_petscontroller_uploadpetimage"
},
+ {
+ "label": "CMS()",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/CMS.tsx",
+ "source_location": "L21",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 158,
+ "community_name": "adminRoutes.tsx",
+ "norm_label": "cms()",
+ "id": "frontend_admin_panel_src_pages_cms_cms"
+ },
{
"label": "Reviews()",
"file_type": "code",
@@ -7025,7 +7026,7 @@
"source_location": "L54",
"_callable": true,
"_origin": "ast",
- "community": 157,
+ "community": 159,
"norm_label": "reviews()",
"id": "frontend_admin_panel_src_pages_reviews_reviews"
},
@@ -7036,43 +7037,10 @@
"source_location": "L48",
"_callable": true,
"_origin": "ast",
- "community": 157,
+ "community": 159,
"norm_label": "topersiandigits()",
"id": "frontend_admin_panel_src_pages_reviews_topersiandigits"
},
- {
- "label": "fetchVideosList()",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Videos.tsx",
- "source_location": "L455",
- "_callable": true,
- "_origin": "ast",
- "community": 158,
- "norm_label": "fetchvideoslist()",
- "id": "frontend_admin_panel_src_pages_videos_fetchvideoslist"
- },
- {
- "label": "Videos()",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Videos.tsx",
- "source_location": "L20",
- "_callable": true,
- "_origin": "ast",
- "community": 158,
- "norm_label": "videos()",
- "id": "frontend_admin_panel_src_pages_videos_videos"
- },
- {
- "label": "Wiki()",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Wiki.tsx",
- "source_location": "L26",
- "_callable": true,
- "_origin": "ast",
- "community": 159,
- "norm_label": "wiki()",
- "id": "frontend_admin_panel_src_pages_wiki_wiki"
- },
{
"label": ".constructor()",
"file_type": "code",
@@ -7117,6 +7085,28 @@
"norm_label": ".onmoduleinit()",
"id": "backend_src_prisma_prisma_service_prismaservice_onmoduleinit"
},
+ {
+ "label": "fetchVideosList()",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Videos.tsx",
+ "source_location": "L455",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 160,
+ "norm_label": "fetchvideoslist()",
+ "id": "frontend_admin_panel_src_pages_videos_fetchvideoslist"
+ },
+ {
+ "label": "Videos()",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Videos.tsx",
+ "source_location": "L20",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 160,
+ "norm_label": "videos()",
+ "id": "frontend_admin_panel_src_pages_videos_videos"
+ },
{
"label": "BlogPostPage()",
"file_type": "code",
@@ -7124,7 +7114,7 @@
"source_location": "L57",
"_callable": true,
"_origin": "ast",
- "community": 160,
+ "community": 161,
"norm_label": "blogpostpage()",
"id": "frontend_application_app_blog_slug_page_blogpostpage"
},
@@ -7135,7 +7125,7 @@
"source_location": "L32",
"_callable": true,
"_origin": "ast",
- "community": 160,
+ "community": 161,
"norm_label": "generatemetadata()",
"id": "frontend_application_app_blog_slug_page_generatemetadata"
},
@@ -7146,7 +7136,7 @@
"source_location": "L9",
"_callable": true,
"_origin": "ast",
- "community": 160,
+ "community": 161,
"norm_label": "getblog()",
"id": "frontend_application_app_blog_slug_page_getblog"
},
@@ -7157,10 +7147,164 @@
"source_location": "L135",
"_callable": true,
"_origin": "ast",
- "community": 168,
+ "community": 169,
"norm_label": "main()",
"id": "backend_prisma_seed_ui_texts_main"
},
+ {
+ "label": "ContactPage()",
+ "file_type": "code",
+ "source_file": "frontend/application/app/contact/page.tsx",
+ "source_location": "L20",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 17,
+ "norm_label": "contactpage()",
+ "id": "frontend_application_app_contact_page_contactpage"
+ },
+ {
+ "label": "ContactFormClient()",
+ "file_type": "code",
+ "source_file": "frontend/application/components/ContactFormClient.tsx",
+ "source_location": "L14",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 17,
+ "norm_label": "contactformclient()",
+ "id": "frontend_application_components_contactformclient_contactformclient"
+ },
+ {
+ "label": "fetchContactInfo()",
+ "file_type": "code",
+ "source_file": "frontend/application/components/ContactFormClient.tsx",
+ "source_location": "L25",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 17,
+ "norm_label": "fetchcontactinfo()",
+ "id": "frontend_application_components_contactformclient_contactformclient_fetchcontactinfo"
+ },
+ {
+ "label": "PrescriptionUploadModal()",
+ "file_type": "code",
+ "source_file": "frontend/application/components/PrescriptionUploadModal.tsx",
+ "source_location": "L14",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 17,
+ "norm_label": "prescriptionuploadmodal()",
+ "id": "frontend_application_components_prescriptionuploadmodal_prescriptionuploadmodal"
+ },
+ {
+ "label": "getBaseURL()",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/services/api.ts",
+ "source_location": "L5",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 17,
+ "norm_label": "getbaseurl()",
+ "id": "frontend_application_lib_services_api_getbaseurl"
+ },
+ {
+ "label": ".constructor()",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/services/authService.ts",
+ "source_location": "L41",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 17,
+ "norm_label": ".constructor()",
+ "id": "frontend_application_lib_services_authservice_authservice_constructor"
+ },
+ {
+ "label": ".getInstance()",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/services/authService.ts",
+ "source_location": "L43",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 17,
+ "norm_label": ".getinstance()",
+ "id": "frontend_application_lib_services_authservice_authservice_getinstance"
+ },
+ {
+ "label": ".getProfile()",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/services/authService.ts",
+ "source_location": "L121",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 17,
+ "norm_label": ".getprofile()",
+ "id": "frontend_application_lib_services_authservice_authservice_getprofile"
+ },
+ {
+ "label": ".login()",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/services/authService.ts",
+ "source_location": "L103",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 17,
+ "norm_label": ".login()",
+ "id": "frontend_application_lib_services_authservice_authservice_login"
+ },
+ {
+ "label": ".logout()",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/services/authService.ts",
+ "source_location": "L152",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 17,
+ "norm_label": ".logout()",
+ "id": "frontend_application_lib_services_authservice_authservice_logout"
+ },
+ {
+ "label": ".register()",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/services/authService.ts",
+ "source_location": "L85",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 17,
+ "norm_label": ".register()",
+ "id": "frontend_application_lib_services_authservice_authservice_register"
+ },
+ {
+ "label": ".sendOtp()",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/services/authService.ts",
+ "source_location": "L53",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 17,
+ "norm_label": ".sendotp()",
+ "id": "frontend_application_lib_services_authservice_authservice_sendotp"
+ },
+ {
+ "label": ".updateProfile()",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/services/authService.ts",
+ "source_location": "L138",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 17,
+ "norm_label": ".updateprofile()",
+ "id": "frontend_application_lib_services_authservice_authservice_updateprofile"
+ },
+ {
+ "label": ".verifyOtp()",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/services/authService.ts",
+ "source_location": "L67",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 17,
+ "norm_label": ".verifyotp()",
+ "id": "frontend_application_lib_services_authservice_authservice_verifyotp"
+ },
{
"label": "main()",
"file_type": "code",
@@ -7168,130 +7312,10 @@
"source_location": "L370",
"_callable": true,
"_origin": "ast",
- "community": 169,
+ "community": 170,
"norm_label": "main()",
"id": "backend_prisma_seed_wiki_main"
},
- {
- "label": ".applyForWholesale()",
- "file_type": "code",
- "source_file": "backend/src/wholesale/wholesale.controller.ts",
- "source_location": "L29",
- "_callable": true,
- "_origin": "ast",
- "community": 17,
- "community_name": "WholesaleApplyDto",
- "norm_label": ".applyforwholesale()",
- "id": "backend_src_wholesale_wholesale_controller_wholesalecontroller_applyforwholesale"
- },
- {
- "label": ".approveWholesaleRequest()",
- "file_type": "code",
- "source_file": "backend/src/wholesale/wholesale.controller.ts",
- "source_location": "L54",
- "_callable": true,
- "_origin": "ast",
- "community": 17,
- "community_name": "WholesaleApplyDto",
- "norm_label": ".approvewholesalerequest()",
- "id": "backend_src_wholesale_wholesale_controller_wholesalecontroller_approvewholesalerequest"
- },
- {
- "label": ".constructor()",
- "file_type": "code",
- "source_file": "backend/src/wholesale/wholesale.controller.ts",
- "source_location": "L21",
- "_callable": true,
- "_origin": "ast",
- "community": 17,
- "community_name": "WholesaleApplyDto",
- "norm_label": ".constructor()",
- "id": "backend_src_wholesale_wholesale_controller_wholesalecontroller_constructor"
- },
- {
- "label": ".getWholesaleRequests()",
- "file_type": "code",
- "source_file": "backend/src/wholesale/wholesale.controller.ts",
- "source_location": "L43",
- "_callable": true,
- "_origin": "ast",
- "community": 17,
- "community_name": "WholesaleApplyDto",
- "norm_label": ".getwholesalerequests()",
- "id": "backend_src_wholesale_wholesale_controller_wholesalecontroller_getwholesalerequests"
- },
- {
- "label": ".rejectWholesaleRequest()",
- "file_type": "code",
- "source_file": "backend/src/wholesale/wholesale.controller.ts",
- "source_location": "L63",
- "_callable": true,
- "_origin": "ast",
- "community": 17,
- "community_name": "WholesaleApplyDto",
- "norm_label": ".rejectwholesalerequest()",
- "id": "backend_src_wholesale_wholesale_controller_wholesalecontroller_rejectwholesalerequest"
- },
- {
- "label": ".applyForWholesale()",
- "file_type": "code",
- "source_file": "backend/src/wholesale/wholesale.service.ts",
- "source_location": "L14",
- "_callable": true,
- "_origin": "ast",
- "community": 17,
- "community_name": "WholesaleApplyDto",
- "norm_label": ".applyforwholesale()",
- "id": "backend_src_wholesale_wholesale_service_wholesaleservice_applyforwholesale"
- },
- {
- "label": ".approveWholesaleRequest()",
- "file_type": "code",
- "source_file": "backend/src/wholesale/wholesale.service.ts",
- "source_location": "L63",
- "_callable": true,
- "_origin": "ast",
- "community": 17,
- "community_name": "WholesaleApplyDto",
- "norm_label": ".approvewholesalerequest()",
- "id": "backend_src_wholesale_wholesale_service_wholesaleservice_approvewholesalerequest"
- },
- {
- "label": ".constructor()",
- "file_type": "code",
- "source_file": "backend/src/wholesale/wholesale.service.ts",
- "source_location": "L9",
- "_callable": true,
- "_origin": "ast",
- "community": 17,
- "community_name": "WholesaleApplyDto",
- "norm_label": ".constructor()",
- "id": "backend_src_wholesale_wholesale_service_wholesaleservice_constructor"
- },
- {
- "label": ".getWholesaleRequests()",
- "file_type": "code",
- "source_file": "backend/src/wholesale/wholesale.service.ts",
- "source_location": "L54",
- "_callable": true,
- "_origin": "ast",
- "community": 17,
- "community_name": "WholesaleApplyDto",
- "norm_label": ".getwholesalerequests()",
- "id": "backend_src_wholesale_wholesale_service_wholesaleservice_getwholesalerequests"
- },
- {
- "label": ".rejectWholesaleRequest()",
- "file_type": "code",
- "source_file": "backend/src/wholesale/wholesale.service.ts",
- "source_location": "L77",
- "_callable": true,
- "_origin": "ast",
- "community": 17,
- "community_name": "WholesaleApplyDto",
- "norm_label": ".rejectwholesalerequest()",
- "id": "backend_src_wholesale_wholesale_service_wholesaleservice_rejectwholesalerequest"
- },
{
"label": "generateMetadata()",
"file_type": "code",
@@ -7299,7 +7323,7 @@
"source_location": "L18",
"_callable": true,
"_origin": "ast",
- "community": 179,
+ "community": 180,
"community_name": "Wiki Page Routing",
"norm_label": "generatemetadata()",
"id": "frontend_application_app_wiki_slug_page_generatemetadata"
@@ -7311,7 +7335,7 @@
"source_location": "L7",
"_callable": true,
"_origin": "ast",
- "community": 179,
+ "community": 180,
"community_name": "Wiki Page Routing",
"norm_label": "getwikiterm()",
"id": "frontend_application_app_wiki_slug_page_getwikiterm"
@@ -7323,164 +7347,58 @@
"source_location": "L29",
"_callable": true,
"_origin": "ast",
- "community": 179,
+ "community": 180,
"community_name": "Wiki Page Routing",
"norm_label": "wikitermpage()",
"id": "frontend_application_app_wiki_slug_page_wikitermpage"
},
{
- "label": "ContactPage()",
+ "label": ".handleRequest()",
"file_type": "code",
- "source_file": "frontend/application/app/contact/page.tsx",
+ "source_file": "backend/src/auth/jwt-auth.guard.ts",
+ "source_location": "L6",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 19,
+ "community_name": "JwtAuthGuard",
+ "norm_label": ".handlerequest()",
+ "id": "backend_src_auth_jwt_auth_guard_jwtauthguard_handlerequest"
+ },
+ {
+ "label": ".canActivate()",
+ "file_type": "code",
+ "source_file": "backend/src/common/guards/roles.guard.ts",
"source_location": "L20",
"_callable": true,
"_origin": "ast",
- "community": 18,
- "norm_label": "contactpage()",
- "id": "frontend_application_app_contact_page_contactpage"
- },
- {
- "label": "ContactFormClient()",
- "file_type": "code",
- "source_file": "frontend/application/components/ContactFormClient.tsx",
- "source_location": "L14",
- "_callable": true,
- "_origin": "ast",
- "community": 18,
- "norm_label": "contactformclient()",
- "id": "frontend_application_components_contactformclient_contactformclient"
- },
- {
- "label": "fetchContactInfo()",
- "file_type": "code",
- "source_file": "frontend/application/components/ContactFormClient.tsx",
- "source_location": "L25",
- "_callable": true,
- "_origin": "ast",
- "community": 18,
- "norm_label": "fetchcontactinfo()",
- "id": "frontend_application_components_contactformclient_contactformclient_fetchcontactinfo"
- },
- {
- "label": "PrescriptionUploadModal()",
- "file_type": "code",
- "source_file": "frontend/application/components/PrescriptionUploadModal.tsx",
- "source_location": "L14",
- "_callable": true,
- "_origin": "ast",
- "community": 18,
- "norm_label": "prescriptionuploadmodal()",
- "id": "frontend_application_components_prescriptionuploadmodal_prescriptionuploadmodal"
- },
- {
- "label": "getBaseURL()",
- "file_type": "code",
- "source_file": "frontend/application/lib/services/api.ts",
- "source_location": "L5",
- "_callable": true,
- "_origin": "ast",
- "community": 18,
- "norm_label": "getbaseurl()",
- "id": "frontend_application_lib_services_api_getbaseurl"
+ "community": 19,
+ "community_name": "JwtAuthGuard",
+ "norm_label": ".canactivate()",
+ "id": "backend_src_common_guards_roles_guard_rolesguard_canactivate"
},
{
"label": ".constructor()",
"file_type": "code",
- "source_file": "frontend/application/lib/services/authService.ts",
- "source_location": "L41",
+ "source_file": "backend/src/common/guards/roles.guard.ts",
+ "source_location": "L18",
"_callable": true,
"_origin": "ast",
- "community": 18,
+ "community": 19,
+ "community_name": "JwtAuthGuard",
"norm_label": ".constructor()",
- "id": "frontend_application_lib_services_authservice_authservice_constructor"
+ "id": "backend_src_common_guards_roles_guard_rolesguard_constructor"
},
{
- "label": ".getInstance()",
+ "label": "Roles()",
"file_type": "code",
- "source_file": "frontend/application/lib/services/authService.ts",
- "source_location": "L43",
+ "source_file": "backend/src/common/decorators/roles.decorator.ts",
+ "source_location": "L4",
"_callable": true,
"_origin": "ast",
- "community": 18,
- "norm_label": ".getinstance()",
- "id": "frontend_application_lib_services_authservice_authservice_getinstance"
- },
- {
- "label": ".getProfile()",
- "file_type": "code",
- "source_file": "frontend/application/lib/services/authService.ts",
- "source_location": "L121",
- "_callable": true,
- "_origin": "ast",
- "community": 18,
- "norm_label": ".getprofile()",
- "id": "frontend_application_lib_services_authservice_authservice_getprofile"
- },
- {
- "label": ".login()",
- "file_type": "code",
- "source_file": "frontend/application/lib/services/authService.ts",
- "source_location": "L103",
- "_callable": true,
- "_origin": "ast",
- "community": 18,
- "norm_label": ".login()",
- "id": "frontend_application_lib_services_authservice_authservice_login"
- },
- {
- "label": ".logout()",
- "file_type": "code",
- "source_file": "frontend/application/lib/services/authService.ts",
- "source_location": "L152",
- "_callable": true,
- "_origin": "ast",
- "community": 18,
- "norm_label": ".logout()",
- "id": "frontend_application_lib_services_authservice_authservice_logout"
- },
- {
- "label": ".register()",
- "file_type": "code",
- "source_file": "frontend/application/lib/services/authService.ts",
- "source_location": "L85",
- "_callable": true,
- "_origin": "ast",
- "community": 18,
- "norm_label": ".register()",
- "id": "frontend_application_lib_services_authservice_authservice_register"
- },
- {
- "label": ".sendOtp()",
- "file_type": "code",
- "source_file": "frontend/application/lib/services/authService.ts",
- "source_location": "L53",
- "_callable": true,
- "_origin": "ast",
- "community": 18,
- "norm_label": ".sendotp()",
- "id": "frontend_application_lib_services_authservice_authservice_sendotp"
- },
- {
- "label": ".updateProfile()",
- "file_type": "code",
- "source_file": "frontend/application/lib/services/authService.ts",
- "source_location": "L138",
- "_callable": true,
- "_origin": "ast",
- "community": 18,
- "norm_label": ".updateprofile()",
- "id": "frontend_application_lib_services_authservice_authservice_updateprofile"
- },
- {
- "label": ".verifyOtp()",
- "file_type": "code",
- "source_file": "frontend/application/lib/services/authService.ts",
- "source_location": "L67",
- "_callable": true,
- "_origin": "ast",
- "community": 18,
- "norm_label": ".verifyotp()",
- "id": "frontend_application_lib_services_authservice_authservice_verifyotp"
+ "community": 19,
+ "community_name": "Roles",
+ "norm_label": "roles()",
+ "id": "backend_src_common_decorators_roles_decorator_roles"
},
{
"label": "main()",
@@ -7489,90 +7407,10 @@
"source_location": "L5",
"_callable": true,
"_origin": "ast",
- "community": 189,
+ "community": 190,
"norm_label": "main()",
"id": "backend_prisma_seed_blogs_main"
},
- {
- "label": "App()",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/App.tsx",
- "source_location": "L17",
- "_callable": true,
- "_origin": "ast",
- "community": 19,
- "community_name": "adminRoutes.tsx",
- "norm_label": "app()",
- "id": "frontend_admin_panel_src_app_app"
- },
- {
- "label": "SuspenseFallback()",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/App.tsx",
- "source_location": "L6",
- "_callable": true,
- "_origin": "ast",
- "community": 19,
- "community_name": "adminRoutes.tsx",
- "norm_label": "suspensefallback()",
- "id": "frontend_admin_panel_src_app_suspensefallback"
- },
- {
- "label": "ContactSubmissions()",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx",
- "source_location": "L25",
- "_callable": true,
- "_origin": "ast",
- "community": 19,
- "community_name": "adminRoutes.tsx",
- "norm_label": "contactsubmissions()",
- "id": "frontend_admin_panel_src_pages_contactsubmissions_contactsubmissions"
- },
- {
- "label": "Dashboard()",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Dashboard.tsx",
- "source_location": "L20",
- "_callable": true,
- "_origin": "ast",
- "community": 19,
- "norm_label": "dashboard()",
- "id": "frontend_admin_panel_src_pages_dashboard_dashboard"
- },
- {
- "label": "SslSettingsPage()",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/SslSettingsPage.tsx",
- "source_location": "L38",
- "_callable": true,
- "_origin": "ast",
- "community": 19,
- "norm_label": "sslsettingspage()",
- "id": "frontend_admin_panel_src_pages_sslsettingspage_sslsettingspage"
- },
- {
- "label": "Tickets()",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Tickets.tsx",
- "source_location": "L58",
- "_callable": true,
- "_origin": "ast",
- "community": 19,
- "norm_label": "tickets()",
- "id": "frontend_admin_panel_src_pages_tickets_tickets"
- },
- {
- "label": "Transactions()",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Transactions.tsx",
- "source_location": "L89",
- "_callable": true,
- "_origin": "ast",
- "community": 19,
- "norm_label": "transactions()",
- "id": "frontend_admin_panel_src_pages_transactions_transactions"
- },
{
"label": "main()",
"file_type": "code",
@@ -7580,7 +7418,7 @@
"source_location": "L7",
"_callable": true,
"_origin": "ast",
- "community": 190,
+ "community": 191,
"community_name": "Custom Data Seeding",
"norm_label": "main()",
"id": "backend_prisma_seed_custom_main"
@@ -7824,6 +7662,17 @@
"norm_label": ".updateaddress()",
"id": "backend_src_users_users_service_usersservice_updateaddress"
},
+ {
+ "label": "FormField()",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/components/ui/FormField.tsx",
+ "source_location": "L15",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 207,
+ "norm_label": "formfield()",
+ "id": "frontend_admin_panel_src_components_ui_formfield_formfield"
+ },
{
"label": "Spinner()",
"file_type": "code",
@@ -7831,7 +7680,7 @@
"source_location": "L2",
"_callable": true,
"_origin": "ast",
- "community": 20,
+ "community": 21,
"community_name": "Spinner.tsx",
"norm_label": "spinner()",
"id": "frontend_admin_panel_src_components_ui_spinner_spinner"
@@ -7843,7 +7692,7 @@
"source_location": "L8",
"_callable": true,
"_origin": "ast",
- "community": 20,
+ "community": 21,
"community_name": "admin.ts",
"norm_label": "b2bmanager()",
"id": "frontend_admin_panel_src_pages_b2bmanager_b2bmanager"
@@ -7855,7 +7704,7 @@
"source_location": "L9",
"_callable": true,
"_origin": "ast",
- "community": 20,
+ "community": 21,
"community_name": "admin.ts",
"norm_label": "smartadvisormanager()",
"id": "frontend_admin_panel_src_pages_smartadvisormanager_smartadvisormanager"
@@ -7867,7 +7716,7 @@
"source_location": "L8",
"_callable": true,
"_origin": "ast",
- "community": 20,
+ "community": 21,
"community_name": "admin.ts",
"norm_label": "systemsettingspage()",
"id": "frontend_admin_panel_src_pages_systemsettingspage_systemsettingspage"
@@ -7879,7 +7728,7 @@
"source_location": "L10",
"_callable": true,
"_origin": "ast",
- "community": 20,
+ "community": 21,
"norm_label": "bannersmanager()",
"id": "frontend_admin_panel_src_pages_bannersmanager_bannersmanager"
},
@@ -7890,7 +7739,7 @@
"source_location": "L10",
"_callable": true,
"_origin": "ast",
- "community": 20,
+ "community": 21,
"norm_label": "ingredientsmanager()",
"id": "frontend_admin_panel_src_pages_ingredientsmanager_ingredientsmanager"
},
@@ -7901,21 +7750,10 @@
"source_location": "L9",
"_callable": true,
"_origin": "ast",
- "community": 20,
+ "community": 21,
"norm_label": "seosettingspage()",
"id": "frontend_admin_panel_src_pages_seosettingspage_seosettingspage"
},
- {
- "label": "FormField()",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/components/ui/FormField.tsx",
- "source_location": "L15",
- "_callable": true,
- "_origin": "ast",
- "community": 206,
- "norm_label": "formfield()",
- "id": "frontend_admin_panel_src_components_ui_formfield_formfield"
- },
{
"label": "AboutPage()",
"file_type": "code",
@@ -7923,7 +7761,7 @@
"source_location": "L20",
"_callable": true,
"_origin": "ast",
- "community": 210,
+ "community": 211,
"norm_label": "aboutpage()",
"id": "frontend_application_app_about_page_aboutpage"
},
@@ -7934,102 +7772,10 @@
"source_location": "L20",
"_callable": true,
"_origin": "ast",
- "community": 211,
+ "community": 212,
"norm_label": "privacypage()",
"id": "frontend_application_app_privacy_page_privacypage"
},
- {
- "label": "CMS()",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/CMS.tsx",
- "source_location": "L21",
- "_callable": true,
- "_origin": "ast",
- "community": 23,
- "community_name": "adminRoutes.tsx",
- "norm_label": "cms()",
- "id": "frontend_admin_panel_src_pages_cms_cms"
- },
- {
- "label": "WholesaleApplications()",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/WholesaleApplications.tsx",
- "source_location": "L16",
- "_callable": true,
- "_origin": "ast",
- "community": 23,
- "community_name": "adminRoutes.tsx",
- "norm_label": "wholesaleapplications()",
- "id": "frontend_admin_panel_src_pages_wholesaleapplications_wholesaleapplications"
- },
- {
- "label": "Layout()",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/components/Layout.tsx",
- "source_location": "L6",
- "_callable": true,
- "_origin": "ast",
- "community": 23,
- "community_name": "src/services/api.ts",
- "norm_label": "layout()",
- "id": "frontend_admin_panel_src_components_layout_layout"
- },
- {
- "label": "ProtectedRoute()",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/components/ProtectedRoute.tsx",
- "source_location": "L7",
- "_callable": true,
- "_origin": "ast",
- "community": 23,
- "community_name": "src/services/api.ts",
- "norm_label": "protectedroute()",
- "id": "frontend_admin_panel_src_components_protectedroute_protectedroute"
- },
- {
- "label": "Sidebar()",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/components/Sidebar.tsx",
- "source_location": "L54",
- "_callable": true,
- "_origin": "ast",
- "community": 23,
- "norm_label": "sidebar()",
- "id": "frontend_admin_panel_src_components_sidebar_sidebar"
- },
- {
- "label": "Topbar()",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/components/Topbar.tsx",
- "source_location": "L45",
- "_callable": true,
- "_origin": "ast",
- "community": 23,
- "norm_label": "topbar()",
- "id": "frontend_admin_panel_src_components_topbar_topbar"
- },
- {
- "label": "Login()",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Login.tsx",
- "source_location": "L9",
- "_callable": true,
- "_origin": "ast",
- "community": 23,
- "norm_label": "login()",
- "id": "frontend_admin_panel_src_pages_login_login"
- },
- {
- "label": "processQueue()",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/services/api.ts",
- "source_location": "L37",
- "_callable": true,
- "_origin": "ast",
- "community": 23,
- "norm_label": "processqueue()",
- "id": "frontend_admin_panel_src_services_api_processqueue"
- },
{
"label": ".incrementRequestCount()",
"file_type": "code",
@@ -8037,7 +7783,7 @@
"source_location": "L13",
"_callable": true,
"_origin": "ast",
- "community": 24,
+ "community": 22,
"community_name": "RedisService",
"norm_label": ".incrementrequestcount()",
"id": "backend_src_common_metrics_controller_metricscontroller_incrementrequestcount"
@@ -8049,7 +7795,7 @@
"source_location": "L78",
"_callable": true,
"_origin": "ast",
- "community": 24,
+ "community": 22,
"norm_label": ".getdashboardstats()",
"id": "backend_src_admin_admin_service_adminservice_getdashboardstats"
},
@@ -8060,7 +7806,7 @@
"source_location": "L84",
"_callable": true,
"_origin": "ast",
- "community": 24,
+ "community": 22,
"norm_label": ".configure()",
"id": "backend_src_app_module_appmodule_configure"
},
@@ -8071,7 +7817,7 @@
"source_location": "L254",
"_callable": true,
"_origin": "ast",
- "community": 24,
+ "community": 22,
"norm_label": ".adminlogin()",
"id": "backend_src_auth_auth_service_authservice_adminlogin"
},
@@ -8082,7 +7828,7 @@
"source_location": "L33",
"_callable": true,
"_origin": "ast",
- "community": 24,
+ "community": 22,
"norm_label": ".constructor()",
"id": "backend_src_auth_auth_service_authservice_constructor"
},
@@ -8093,7 +7839,7 @@
"source_location": "L213",
"_callable": true,
"_origin": "ast",
- "community": 24,
+ "community": 22,
"norm_label": ".login()",
"id": "backend_src_auth_auth_service_authservice_login"
},
@@ -8104,7 +7850,7 @@
"source_location": "L310",
"_callable": true,
"_origin": "ast",
- "community": 24,
+ "community": 22,
"norm_label": ".refresh()",
"id": "backend_src_auth_auth_service_authservice_refresh"
},
@@ -8115,7 +7861,7 @@
"source_location": "L160",
"_callable": true,
"_origin": "ast",
- "community": 24,
+ "community": 22,
"norm_label": ".register()",
"id": "backend_src_auth_auth_service_authservice_register"
},
@@ -8126,7 +7872,7 @@
"source_location": "L40",
"_callable": true,
"_origin": "ast",
- "community": 24,
+ "community": 22,
"norm_label": ".sendotp()",
"id": "backend_src_auth_auth_service_authservice_sendotp"
},
@@ -8137,7 +7883,7 @@
"source_location": "L119",
"_callable": true,
"_origin": "ast",
- "community": 24,
+ "community": 22,
"norm_label": ".verifyotp()",
"id": "backend_src_auth_auth_service_authservice_verifyotp"
},
@@ -8148,7 +7894,7 @@
"source_location": "L7",
"_callable": true,
"_origin": "ast",
- "community": 24,
+ "community": 22,
"norm_label": "normalizemobile()",
"id": "backend_src_common_utils_phone_utils_normalizemobile"
},
@@ -8159,7 +7905,7 @@
"source_location": "L31",
"_callable": true,
"_origin": "ast",
- "community": 24,
+ "community": 22,
"norm_label": ".del()",
"id": "backend_src_redis_redis_service_redisservice_del"
},
@@ -8170,7 +7916,7 @@
"source_location": "L27",
"_callable": true,
"_origin": "ast",
- "community": 24,
+ "community": 22,
"norm_label": ".get()",
"id": "backend_src_redis_redis_service_redisservice_get"
},
@@ -8181,7 +7927,7 @@
"source_location": "L35",
"_callable": true,
"_origin": "ast",
- "community": 24,
+ "community": 22,
"norm_label": ".incr()",
"id": "backend_src_redis_redis_service_redisservice_incr"
},
@@ -8192,7 +7938,7 @@
"source_location": "L15",
"_callable": true,
"_origin": "ast",
- "community": 24,
+ "community": 22,
"norm_label": ".onmoduledestroy()",
"id": "backend_src_redis_redis_service_redisservice_onmoduledestroy"
},
@@ -8203,7 +7949,7 @@
"source_location": "L8",
"_callable": true,
"_origin": "ast",
- "community": 24,
+ "community": 22,
"norm_label": ".onmoduleinit()",
"id": "backend_src_redis_redis_service_redisservice_onmoduleinit"
},
@@ -8214,7 +7960,7 @@
"source_location": "L19",
"_callable": true,
"_origin": "ast",
- "community": 24,
+ "community": 22,
"norm_label": ".set()",
"id": "backend_src_redis_redis_service_redisservice_set"
},
@@ -8225,10 +7971,130 @@
"source_location": "L44",
"_callable": true,
"_origin": "ast",
- "community": 24,
+ "community": 22,
"norm_label": ".ttl()",
"id": "backend_src_redis_redis_service_redisservice_ttl"
},
+ {
+ "label": ".applyForWholesale()",
+ "file_type": "code",
+ "source_file": "backend/src/wholesale/wholesale.controller.ts",
+ "source_location": "L29",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 23,
+ "community_name": "WholesaleApplyDto",
+ "norm_label": ".applyforwholesale()",
+ "id": "backend_src_wholesale_wholesale_controller_wholesalecontroller_applyforwholesale"
+ },
+ {
+ "label": ".approveWholesaleRequest()",
+ "file_type": "code",
+ "source_file": "backend/src/wholesale/wholesale.controller.ts",
+ "source_location": "L54",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 23,
+ "community_name": "WholesaleApplyDto",
+ "norm_label": ".approvewholesalerequest()",
+ "id": "backend_src_wholesale_wholesale_controller_wholesalecontroller_approvewholesalerequest"
+ },
+ {
+ "label": ".constructor()",
+ "file_type": "code",
+ "source_file": "backend/src/wholesale/wholesale.controller.ts",
+ "source_location": "L21",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 23,
+ "community_name": "WholesaleApplyDto",
+ "norm_label": ".constructor()",
+ "id": "backend_src_wholesale_wholesale_controller_wholesalecontroller_constructor"
+ },
+ {
+ "label": ".getWholesaleRequests()",
+ "file_type": "code",
+ "source_file": "backend/src/wholesale/wholesale.controller.ts",
+ "source_location": "L43",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 23,
+ "community_name": "WholesaleApplyDto",
+ "norm_label": ".getwholesalerequests()",
+ "id": "backend_src_wholesale_wholesale_controller_wholesalecontroller_getwholesalerequests"
+ },
+ {
+ "label": ".rejectWholesaleRequest()",
+ "file_type": "code",
+ "source_file": "backend/src/wholesale/wholesale.controller.ts",
+ "source_location": "L63",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 23,
+ "community_name": "WholesaleApplyDto",
+ "norm_label": ".rejectwholesalerequest()",
+ "id": "backend_src_wholesale_wholesale_controller_wholesalecontroller_rejectwholesalerequest"
+ },
+ {
+ "label": ".applyForWholesale()",
+ "file_type": "code",
+ "source_file": "backend/src/wholesale/wholesale.service.ts",
+ "source_location": "L14",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 23,
+ "community_name": "WholesaleApplyDto",
+ "norm_label": ".applyforwholesale()",
+ "id": "backend_src_wholesale_wholesale_service_wholesaleservice_applyforwholesale"
+ },
+ {
+ "label": ".approveWholesaleRequest()",
+ "file_type": "code",
+ "source_file": "backend/src/wholesale/wholesale.service.ts",
+ "source_location": "L63",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 23,
+ "community_name": "WholesaleApplyDto",
+ "norm_label": ".approvewholesalerequest()",
+ "id": "backend_src_wholesale_wholesale_service_wholesaleservice_approvewholesalerequest"
+ },
+ {
+ "label": ".constructor()",
+ "file_type": "code",
+ "source_file": "backend/src/wholesale/wholesale.service.ts",
+ "source_location": "L9",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 23,
+ "community_name": "WholesaleApplyDto",
+ "norm_label": ".constructor()",
+ "id": "backend_src_wholesale_wholesale_service_wholesaleservice_constructor"
+ },
+ {
+ "label": ".getWholesaleRequests()",
+ "file_type": "code",
+ "source_file": "backend/src/wholesale/wholesale.service.ts",
+ "source_location": "L54",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 23,
+ "community_name": "WholesaleApplyDto",
+ "norm_label": ".getwholesalerequests()",
+ "id": "backend_src_wholesale_wholesale_service_wholesaleservice_getwholesalerequests"
+ },
+ {
+ "label": ".rejectWholesaleRequest()",
+ "file_type": "code",
+ "source_file": "backend/src/wholesale/wholesale.service.ts",
+ "source_location": "L77",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 23,
+ "community_name": "WholesaleApplyDto",
+ "norm_label": ".rejectwholesalerequest()",
+ "id": "backend_src_wholesale_wholesale_service_wholesaleservice_rejectwholesalerequest"
+ },
{
"label": "robots()",
"file_type": "code",
@@ -8236,59 +8102,11 @@
"source_location": "L3",
"_callable": true,
"_origin": "ast",
- "community": 246,
+ "community": 247,
"community_name": "Search Engine Robots Config",
"norm_label": "robots()",
"id": "frontend_application_app_robots_robots"
},
- {
- "label": ".handleRequest()",
- "file_type": "code",
- "source_file": "backend/src/auth/jwt-auth.guard.ts",
- "source_location": "L6",
- "_callable": true,
- "_origin": "ast",
- "community": 25,
- "community_name": "JwtAuthGuard",
- "norm_label": ".handlerequest()",
- "id": "backend_src_auth_jwt_auth_guard_jwtauthguard_handlerequest"
- },
- {
- "label": ".canActivate()",
- "file_type": "code",
- "source_file": "backend/src/common/guards/roles.guard.ts",
- "source_location": "L20",
- "_callable": true,
- "_origin": "ast",
- "community": 25,
- "community_name": "JwtAuthGuard",
- "norm_label": ".canactivate()",
- "id": "backend_src_common_guards_roles_guard_rolesguard_canactivate"
- },
- {
- "label": ".constructor()",
- "file_type": "code",
- "source_file": "backend/src/common/guards/roles.guard.ts",
- "source_location": "L18",
- "_callable": true,
- "_origin": "ast",
- "community": 25,
- "community_name": "JwtAuthGuard",
- "norm_label": ".constructor()",
- "id": "backend_src_common_guards_roles_guard_rolesguard_constructor"
- },
- {
- "label": "Roles()",
- "file_type": "code",
- "source_file": "backend/src/common/decorators/roles.decorator.ts",
- "source_location": "L4",
- "_callable": true,
- "_origin": "ast",
- "community": 25,
- "community_name": "Roles",
- "norm_label": "roles()",
- "id": "backend_src_common_decorators_roles_decorator_roles"
- },
{
"label": "sitemap()",
"file_type": "code",
@@ -8576,6 +8394,98 @@
"norm_label": ".mapbackendtofrontend()",
"id": "frontend_application_lib_services_productservice_productservice_mapbackendtofrontend"
},
+ {
+ "label": "App()",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/App.tsx",
+ "source_location": "L17",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 31,
+ "community_name": "adminRoutes.tsx",
+ "norm_label": "app()",
+ "id": "frontend_admin_panel_src_app_app"
+ },
+ {
+ "label": "SuspenseFallback()",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/App.tsx",
+ "source_location": "L6",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 31,
+ "community_name": "adminRoutes.tsx",
+ "norm_label": "suspensefallback()",
+ "id": "frontend_admin_panel_src_app_suspensefallback"
+ },
+ {
+ "label": "ContactSubmissions()",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx",
+ "source_location": "L25",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 31,
+ "community_name": "adminRoutes.tsx",
+ "norm_label": "contactsubmissions()",
+ "id": "frontend_admin_panel_src_pages_contactsubmissions_contactsubmissions"
+ },
+ {
+ "label": "WholesaleApplications()",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/WholesaleApplications.tsx",
+ "source_location": "L16",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 31,
+ "community_name": "adminRoutes.tsx",
+ "norm_label": "wholesaleapplications()",
+ "id": "frontend_admin_panel_src_pages_wholesaleapplications_wholesaleapplications"
+ },
+ {
+ "label": "Login()",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Login.tsx",
+ "source_location": "L9",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 31,
+ "norm_label": "login()",
+ "id": "frontend_admin_panel_src_pages_login_login"
+ },
+ {
+ "label": "SslSettingsPage()",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/SslSettingsPage.tsx",
+ "source_location": "L38",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 31,
+ "norm_label": "sslsettingspage()",
+ "id": "frontend_admin_panel_src_pages_sslsettingspage_sslsettingspage"
+ },
+ {
+ "label": "Tickets()",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Tickets.tsx",
+ "source_location": "L58",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 31,
+ "norm_label": "tickets()",
+ "id": "frontend_admin_panel_src_pages_tickets_tickets"
+ },
+ {
+ "label": "Wiki()",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Wiki.tsx",
+ "source_location": "L26",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 31,
+ "norm_label": "wiki()",
+ "id": "frontend_admin_panel_src_pages_wiki_wiki"
+ },
{
"label": "CartDrawer()",
"file_type": "code",
@@ -8583,7 +8493,7 @@
"source_location": "L14",
"_callable": true,
"_origin": "ast",
- "community": 33,
+ "community": 32,
"community_name": "toPersian",
"norm_label": "cartdrawer()",
"id": "frontend_application_components_cartdrawer_cartdrawer"
@@ -8595,7 +8505,7 @@
"source_location": "L3",
"_callable": true,
"_origin": "ast",
- "community": 33,
+ "community": 32,
"community_name": "useCartStore",
"norm_label": "successpage()",
"id": "frontend_application_app_checkout_success_id_page_successpage"
@@ -8607,7 +8517,7 @@
"source_location": "L3",
"_callable": true,
"_origin": "ast",
- "community": 33,
+ "community": 32,
"community_name": "useCartStore",
"norm_label": "trackpage()",
"id": "frontend_application_app_track_page_trackpage"
@@ -8619,7 +8529,7 @@
"source_location": "L17",
"_callable": true,
"_origin": "ast",
- "community": 33,
+ "community": 32,
"community_name": "useCartStore",
"norm_label": "ordersuccess()",
"id": "frontend_application_components_ordersuccess_ordersuccess"
@@ -8631,7 +8541,7 @@
"source_location": "L34",
"_callable": true,
"_origin": "ast",
- "community": 33,
+ "community": 32,
"community_name": "useCartStore",
"norm_label": ".constructor()",
"id": "frontend_application_lib_services_orderservice_orderservice_constructor"
@@ -8643,7 +8553,7 @@
"source_location": "L46",
"_callable": true,
"_origin": "ast",
- "community": 33,
+ "community": 32,
"community_name": "useCartStore",
"norm_label": ".createorder()",
"id": "frontend_application_lib_services_orderservice_orderservice_createorder"
@@ -8655,7 +8565,7 @@
"source_location": "L36",
"_callable": true,
"_origin": "ast",
- "community": 33,
+ "community": 32,
"community_name": "useCartStore",
"norm_label": ".getinstance()",
"id": "frontend_application_lib_services_orderservice_orderservice_getinstance"
@@ -8667,7 +8577,7 @@
"source_location": "L84",
"_callable": true,
"_origin": "ast",
- "community": 33,
+ "community": 32,
"community_name": "useCartStore",
"norm_label": ".getorderbyid()",
"id": "frontend_application_lib_services_orderservice_orderservice_getorderbyid"
@@ -8679,7 +8589,7 @@
"source_location": "L70",
"_callable": true,
"_origin": "ast",
- "community": 33,
+ "community": 32,
"community_name": "useCartStore",
"norm_label": ".getuserorders()",
"id": "frontend_application_lib_services_orderservice_orderservice_getuserorders"
@@ -8691,7 +8601,7 @@
"source_location": "L28",
"_callable": true,
"_origin": "ast",
- "community": 33,
+ "community": 32,
"norm_label": "header()",
"id": "frontend_application_components_header_header"
},
@@ -8702,7 +8612,7 @@
"source_location": "L114",
"_callable": true,
"_origin": "ast",
- "community": 33,
+ "community": 32,
"norm_label": "handleclickoutside()",
"id": "frontend_application_components_header_header_handleclickoutside"
},
@@ -8713,152 +8623,102 @@
"source_location": "L18",
"_callable": true,
"_origin": "ast",
- "community": 33,
+ "community": 32,
"norm_label": "ordertracking()",
"id": "frontend_application_components_ordertracking_ordertracking"
},
{
- "label": ".getAdminStats()",
+ "label": "ConfirmModal()",
"file_type": "code",
- "source_file": "backend/src/payment/payment.controller.ts",
- "source_location": "L213",
+ "source_file": "frontend/admin-panel/src/components/ui/ConfirmModal.tsx",
+ "source_location": "L14",
"_callable": true,
"_origin": "ast",
- "community": 34,
- "norm_label": ".getadminstats()",
- "id": "backend_src_payment_payment_controller_paymentcontroller_getadminstats"
+ "community": 33,
+ "community_name": "Spinner.tsx",
+ "norm_label": "confirmmodal()",
+ "id": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal"
},
{
- "label": ".getAdminTransactions()",
+ "label": "Pagination()",
"file_type": "code",
- "source_file": "backend/src/payment/payment.controller.ts",
- "source_location": "L204",
+ "source_file": "frontend/admin-panel/src/components/ui/Pagination.tsx",
+ "source_location": "L10",
"_callable": true,
"_origin": "ast",
- "community": 34,
- "norm_label": ".getadmintransactions()",
- "id": "backend_src_payment_payment_controller_paymentcontroller_getadmintransactions"
+ "community": 33,
+ "community_name": "Spinner.tsx",
+ "norm_label": "pagination()",
+ "id": "frontend_admin_panel_src_components_ui_pagination_pagination"
},
{
- "label": ".getHealth()",
+ "label": "Blogs()",
"file_type": "code",
- "source_file": "backend/src/payment/payment.controller.ts",
- "source_location": "L264",
+ "source_file": "frontend/admin-panel/src/pages/Blogs.tsx",
+ "source_location": "L27",
"_callable": true,
"_origin": "ast",
- "community": 34,
- "norm_label": ".gethealth()",
- "id": "backend_src_payment_payment_controller_paymentcontroller_gethealth"
+ "community": 33,
+ "community_name": "Spinner.tsx",
+ "norm_label": "blogs()",
+ "id": "frontend_admin_panel_src_pages_blogs_blogs"
},
{
- "label": ".getTransactionStatus()",
+ "label": "Categories()",
"file_type": "code",
- "source_file": "backend/src/payment/payment.controller.ts",
- "source_location": "L193",
+ "source_file": "frontend/admin-panel/src/pages/Categories.tsx",
+ "source_location": "L22",
"_callable": true,
"_origin": "ast",
- "community": 34,
- "norm_label": ".gettransactionstatus()",
- "id": "backend_src_payment_payment_controller_paymentcontroller_gettransactionstatus"
+ "community": 33,
+ "community_name": "Spinner.tsx",
+ "norm_label": "categories()",
+ "id": "frontend_admin_panel_src_pages_categories_categories"
},
{
- "label": ".handleZibalCallback()",
+ "label": "TestimonialsManager()",
"file_type": "code",
- "source_file": "backend/src/payment/payment.controller.ts",
- "source_location": "L93",
+ "source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx",
+ "source_location": "L10",
"_callable": true,
"_origin": "ast",
- "community": 34,
- "norm_label": ".handlezibalcallback()",
- "id": "backend_src_payment_payment_controller_paymentcontroller_handlezibalcallback"
+ "community": 33,
+ "community_name": "Spinner.tsx",
+ "norm_label": "testimonialsmanager()",
+ "id": "frontend_admin_panel_src_pages_testimonialsmanager_testimonialsmanager"
},
{
- "label": ".handleZibalLazyCallback()",
+ "label": "MediaSelector()",
"file_type": "code",
- "source_file": "backend/src/payment/payment.controller.ts",
- "source_location": "L163",
+ "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx",
+ "source_location": "L25",
"_callable": true,
"_origin": "ast",
- "community": 34,
- "norm_label": ".handleziballazycallback()",
- "id": "backend_src_payment_payment_controller_paymentcontroller_handleziballazycallback"
+ "community": 33,
+ "norm_label": "mediaselector()",
+ "id": "frontend_admin_panel_src_components_ui_mediaselector_mediaselector"
},
{
- "label": ".initiateOrderPayment()",
+ "label": "Pets()",
"file_type": "code",
- "source_file": "backend/src/payment/payment.controller.ts",
+ "source_file": "frontend/admin-panel/src/pages/Pets.tsx",
"source_location": "L54",
"_callable": true,
"_origin": "ast",
- "community": 34,
- "norm_label": ".initiateorderpayment()",
- "id": "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment"
+ "community": 33,
+ "norm_label": "pets()",
+ "id": "frontend_admin_panel_src_pages_pets_pets"
},
{
- "label": ".initiateWalletTopup()",
+ "label": "Products()",
"file_type": "code",
- "source_file": "backend/src/payment/payment.controller.ts",
- "source_location": "L75",
+ "source_file": "frontend/admin-panel/src/pages/Products.tsx",
+ "source_location": "L52",
"_callable": true,
"_origin": "ast",
- "community": 34,
- "norm_label": ".initiatewallettopup()",
- "id": "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup"
- },
- {
- "label": ".liveInquiry()",
- "file_type": "code",
- "source_file": "backend/src/payment/payment.controller.ts",
- "source_location": "L231",
- "_callable": true,
- "_origin": "ast",
- "community": 34,
- "norm_label": ".liveinquiry()",
- "id": "backend_src_payment_payment_controller_paymentcontroller_liveinquiry"
- },
- {
- "label": ".manualReject()",
- "file_type": "code",
- "source_file": "backend/src/payment/payment.controller.ts",
- "source_location": "L252",
- "_callable": true,
- "_origin": "ast",
- "community": 34,
- "norm_label": ".manualreject()",
- "id": "backend_src_payment_payment_controller_paymentcontroller_manualreject"
- },
- {
- "label": ".manualVerify()",
- "file_type": "code",
- "source_file": "backend/src/payment/payment.controller.ts",
- "source_location": "L240",
- "_callable": true,
- "_origin": "ast",
- "community": 34,
- "norm_label": ".manualverify()",
- "id": "backend_src_payment_payment_controller_paymentcontroller_manualverify"
- },
- {
- "label": ".reconcilePending()",
- "file_type": "code",
- "source_file": "backend/src/payment/payment.controller.ts",
- "source_location": "L222",
- "_callable": true,
- "_origin": "ast",
- "community": 34,
- "norm_label": ".reconcilepending()",
- "id": "backend_src_payment_payment_controller_paymentcontroller_reconcilepending"
- },
- {
- "label": ".verifyPaymentDirect()",
- "file_type": "code",
- "source_file": "backend/src/payment/payment.controller.ts",
- "source_location": "L144",
- "_callable": true,
- "_origin": "ast",
- "community": 34,
- "norm_label": ".verifypaymentdirect()",
- "id": "backend_src_payment_payment_controller_paymentcontroller_verifypaymentdirect"
+ "community": 33,
+ "norm_label": "products()",
+ "id": "frontend_admin_panel_src_pages_products_products"
},
{
"label": "GlobalLoading()",
@@ -8867,7 +8727,7 @@
"source_location": "L4",
"_callable": true,
"_origin": "ast",
- "community": 35,
+ "community": 34,
"community_name": "ArchivePage.tsx",
"norm_label": "globalloading()",
"id": "frontend_application_app_loading_globalloading"
@@ -8879,7 +8739,7 @@
"source_location": "L43",
"_callable": true,
"_origin": "ast",
- "community": 35,
+ "community": 34,
"community_name": "ArchivePage.tsx",
"norm_label": "petprofileskeleton()",
"id": "frontend_application_components_skeleton_petprofileskeleton"
@@ -8891,7 +8751,7 @@
"source_location": "L16",
"_callable": true,
"_origin": "ast",
- "community": 35,
+ "community": 34,
"community_name": "ArchivePage.tsx",
"norm_label": "productcardskeleton()",
"id": "frontend_application_components_skeleton_productcardskeleton"
@@ -8903,7 +8763,7 @@
"source_location": "L8",
"_callable": true,
"_origin": "ast",
- "community": 35,
+ "community": 34,
"community_name": "ArchivePage.tsx",
"norm_label": "skeleton()",
"id": "frontend_application_components_skeleton_skeleton"
@@ -8915,7 +8775,7 @@
"source_location": "L3",
"_callable": true,
"_origin": "ast",
- "community": 35,
+ "community": 34,
"community_name": "PetProfile.tsx",
"norm_label": "profilepage()",
"id": "frontend_application_app_profile_page_profilepage"
@@ -8927,7 +8787,7 @@
"source_location": "L13",
"_callable": true,
"_origin": "ast",
- "community": 35,
+ "community": 34,
"community_name": "ProductService",
"norm_label": "searchresultspage()",
"id": "frontend_application_components_searchresultspage_searchresultspage"
@@ -8939,7 +8799,7 @@
"source_location": "L139",
"_callable": true,
"_origin": "ast",
- "community": 35,
+ "community": 34,
"community_name": "useCartStore",
"norm_label": "featuredproducts()",
"id": "frontend_application_components_featuredproducts_featuredproducts"
@@ -8951,7 +8811,7 @@
"source_location": "L16",
"_callable": true,
"_origin": "ast",
- "community": 35,
+ "community": 34,
"community_name": "useCartStore",
"norm_label": "productcard()",
"id": "frontend_application_components_featuredproducts_productcard"
@@ -8963,7 +8823,7 @@
"source_location": "L20",
"_callable": true,
"_origin": "ast",
- "community": 35,
+ "community": 34,
"norm_label": "shop()",
"id": "frontend_application_app_shop_page_shop"
},
@@ -8974,7 +8834,7 @@
"source_location": "L227",
"_callable": true,
"_origin": "ast",
- "community": 35,
+ "community": 34,
"norm_label": "archivepage()",
"id": "frontend_application_components_archivepage_archivepage"
},
@@ -8985,7 +8845,7 @@
"source_location": "L74",
"_callable": true,
"_origin": "ast",
- "community": 35,
+ "community": 34,
"norm_label": "archiveproductcard()",
"id": "frontend_application_components_archivepage_archiveproductcard"
},
@@ -8996,7 +8856,7 @@
"source_location": "L8",
"_callable": true,
"_origin": "ast",
- "community": 36,
+ "community": 35,
"community_name": "RedisService",
"norm_label": "generateopenapi()",
"id": "backend_scripts_generate_openapi_ts_backend_scripts_generate_openapi_generateopenapi"
@@ -9008,7 +8868,7 @@
"source_location": "L15",
"_callable": true,
"_origin": "ast",
- "community": 36,
+ "community": 35,
"community_name": "main.ts",
"norm_label": ".catch()",
"id": "backend_src_common_filters_prisma_exception_filter_prismaexceptionfilter_catch"
@@ -9020,7 +8880,7 @@
"source_location": "L13",
"_callable": true,
"_origin": "ast",
- "community": 36,
+ "community": 35,
"community_name": "main.ts",
"norm_label": ".intercept()",
"id": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor_intercept"
@@ -9032,7 +8892,7 @@
"source_location": "L17",
"_callable": true,
"_origin": "ast",
- "community": 36,
+ "community": 35,
"community_name": "main.ts",
"norm_label": ".transform()",
"id": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor_transform"
@@ -9044,7 +8904,7 @@
"source_location": "L82",
"_callable": true,
"_origin": "ast",
- "community": 36,
+ "community": 35,
"norm_label": ".constructor()",
"id": "backend_src_app_module_appmodule_constructor"
},
@@ -9055,7 +8915,7 @@
"source_location": "L16",
"_callable": true,
"_origin": "ast",
- "community": 36,
+ "community": 35,
"norm_label": ".catch()",
"id": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_catch"
},
@@ -9066,7 +8926,7 @@
"source_location": "L114",
"_callable": true,
"_origin": "ast",
- "community": 36,
+ "community": 35,
"norm_label": ".deriveerrorcode()",
"id": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_deriveerrorcode"
},
@@ -9077,7 +8937,7 @@
"source_location": "L91",
"_callable": true,
"_origin": "ast",
- "community": 36,
+ "community": 35,
"norm_label": ".translategenericmessage()",
"id": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_translategenericmessage"
},
@@ -9088,7 +8948,7 @@
"source_location": "L17",
"_callable": true,
"_origin": "ast",
- "community": 36,
+ "community": 35,
"norm_label": "bootstrap()",
"id": "backend_src_main_bootstrap"
},
@@ -9099,7 +8959,7 @@
"source_location": "L20",
"_callable": true,
"_origin": "ast",
- "community": 37,
+ "community": 36,
"community_name": "B2BService",
"norm_label": ".constructor()",
"id": "backend_src_b2b_b2b_controller_b2bcontroller_constructor"
@@ -9111,7 +8971,7 @@
"source_location": "L24",
"_callable": true,
"_origin": "ast",
- "community": 37,
+ "community": 36,
"community_name": "B2BService",
"norm_label": ".createinquiry()",
"id": "backend_src_b2b_b2b_controller_b2bcontroller_createinquiry"
@@ -9123,7 +8983,7 @@
"source_location": "L73",
"_callable": true,
"_origin": "ast",
- "community": 37,
+ "community": 36,
"community_name": "B2BService",
"norm_label": ".createwholesaleorder()",
"id": "backend_src_b2b_b2b_controller_b2bcontroller_createwholesaleorder"
@@ -9135,7 +8995,7 @@
"source_location": "L44",
"_callable": true,
"_origin": "ast",
- "community": 37,
+ "community": 36,
"community_name": "B2BService",
"norm_label": ".findallinquiries()",
"id": "backend_src_b2b_b2b_controller_b2bcontroller_findallinquiries"
@@ -9147,7 +9007,7 @@
"source_location": "L86",
"_callable": true,
"_origin": "ast",
- "community": 37,
+ "community": 36,
"community_name": "B2BService",
"norm_label": ".getallpartneraccounts()",
"id": "backend_src_b2b_b2b_controller_b2bcontroller_getallpartneraccounts"
@@ -9159,7 +9019,7 @@
"source_location": "L64",
"_callable": true,
"_origin": "ast",
- "community": 37,
+ "community": 36,
"community_name": "B2BService",
"norm_label": ".getpartnerprofile()",
"id": "backend_src_b2b_b2b_controller_b2bcontroller_getpartnerprofile"
@@ -9171,7 +9031,7 @@
"source_location": "L53",
"_callable": true,
"_origin": "ast",
- "community": 37,
+ "community": 36,
"community_name": "B2BService",
"norm_label": ".updateinquirystatus()",
"id": "backend_src_b2b_b2b_controller_b2bcontroller_updateinquirystatus"
@@ -9183,7 +9043,7 @@
"source_location": "L15",
"_callable": true,
"_origin": "ast",
- "community": 37,
+ "community": 36,
"community_name": "B2BService",
"norm_label": ".constructor()",
"id": "backend_src_b2b_b2b_service_b2bservice_constructor"
@@ -9195,7 +9055,7 @@
"source_location": "L17",
"_callable": true,
"_origin": "ast",
- "community": 37,
+ "community": 36,
"community_name": "B2BService",
"norm_label": ".createinquiry()",
"id": "backend_src_b2b_b2b_service_b2bservice_createinquiry"
@@ -9207,7 +9067,7 @@
"source_location": "L67",
"_callable": true,
"_origin": "ast",
- "community": 37,
+ "community": 36,
"community_name": "B2BService",
"norm_label": ".createwholesaleorder()",
"id": "backend_src_b2b_b2b_service_b2bservice_createwholesaleorder"
@@ -9219,7 +9079,7 @@
"source_location": "L34",
"_callable": true,
"_origin": "ast",
- "community": 37,
+ "community": 36,
"community_name": "B2BService",
"norm_label": ".findallinquiries()",
"id": "backend_src_b2b_b2b_service_b2bservice_findallinquiries"
@@ -9231,7 +9091,7 @@
"source_location": "L95",
"_callable": true,
"_origin": "ast",
- "community": 37,
+ "community": 36,
"community_name": "B2BService",
"norm_label": ".getallpartneraccounts()",
"id": "backend_src_b2b_b2b_service_b2bservice_getallpartneraccounts"
@@ -9243,7 +9103,7 @@
"source_location": "L54",
"_callable": true,
"_origin": "ast",
- "community": 37,
+ "community": 36,
"community_name": "B2BService",
"norm_label": ".getpartnerprofile()",
"id": "backend_src_b2b_b2b_service_b2bservice_getpartnerprofile"
@@ -9255,7 +9115,7 @@
"source_location": "L40",
"_callable": true,
"_origin": "ast",
- "community": 37,
+ "community": 36,
"community_name": "B2BService",
"norm_label": ".updateinquirystatus()",
"id": "backend_src_b2b_b2b_service_b2bservice_updateinquirystatus"
@@ -9267,7 +9127,7 @@
"source_location": "L39",
"_callable": true,
"_origin": "ast",
- "community": 38,
+ "community": 37,
"norm_label": ".constructor()",
"id": "backend_src_payment_payment_controller_paymentcontroller_constructor"
},
@@ -9278,7 +9138,7 @@
"source_location": "L827",
"_callable": true,
"_origin": "ast",
- "community": 38,
+ "community": 37,
"norm_label": ".adminliveinquiry()",
"id": "backend_src_payment_payment_service_paymentservice_adminliveinquiry"
},
@@ -9289,7 +9149,7 @@
"source_location": "L933",
"_callable": true,
"_origin": "ast",
- "community": 38,
+ "community": 37,
"norm_label": ".adminmanualreject()",
"id": "backend_src_payment_payment_service_paymentservice_adminmanualreject"
},
@@ -9300,7 +9160,7 @@
"source_location": "L875",
"_callable": true,
"_origin": "ast",
- "community": 38,
+ "community": 37,
"norm_label": ".adminmanualverify()",
"id": "backend_src_payment_payment_service_paymentservice_adminmanualverify"
},
@@ -9311,7 +9171,7 @@
"source_location": "L956",
"_callable": true,
"_origin": "ast",
- "community": 38,
+ "community": 37,
"norm_label": ".checkgatewayhealth()",
"id": "backend_src_payment_payment_service_paymentservice_checkgatewayhealth"
},
@@ -9322,7 +9182,7 @@
"source_location": "L22",
"_callable": true,
"_origin": "ast",
- "community": 38,
+ "community": 37,
"norm_label": ".constructor()",
"id": "backend_src_payment_payment_service_paymentservice_constructor"
},
@@ -9333,7 +9193,7 @@
"source_location": "L780",
"_callable": true,
"_origin": "ast",
- "community": 38,
+ "community": 37,
"norm_label": ".getadmintransactionstats()",
"id": "backend_src_payment_payment_service_paymentservice_getadmintransactionstats"
},
@@ -9344,7 +9204,7 @@
"source_location": "L621",
"_callable": true,
"_origin": "ast",
- "community": 38,
+ "community": 37,
"norm_label": ".gettransaction()",
"id": "backend_src_payment_payment_service_paymentservice_gettransaction"
},
@@ -9355,7 +9215,7 @@
"source_location": "L31",
"_callable": true,
"_origin": "ast",
- "community": 38,
+ "community": 37,
"norm_label": ".initiateorderpayment()",
"id": "backend_src_payment_payment_service_paymentservice_initiateorderpayment"
},
@@ -9366,7 +9226,7 @@
"source_location": "L138",
"_callable": true,
"_origin": "ast",
- "community": 38,
+ "community": 37,
"norm_label": ".initiatewallettopup()",
"id": "backend_src_payment_payment_service_paymentservice_initiatewallettopup"
},
@@ -9377,7 +9237,7 @@
"source_location": "L539",
"_callable": true,
"_origin": "ast",
- "community": 38,
+ "community": 37,
"norm_label": ".reconcilependingtransactions()",
"id": "backend_src_payment_payment_service_paymentservice_reconcilependingtransactions"
},
@@ -9388,7 +9248,7 @@
"source_location": "L225",
"_callable": true,
"_origin": "ast",
- "community": 38,
+ "community": 37,
"norm_label": ".verifyandprocess()",
"id": "backend_src_payment_payment_service_paymentservice_verifyandprocess"
},
@@ -9399,7 +9259,7 @@
"source_location": "L56",
"_callable": true,
"_origin": "ast",
- "community": 38,
+ "community": 37,
"norm_label": ".callwithretry()",
"id": "backend_src_payment_zibal_service_zibalservice_callwithretry"
},
@@ -9410,7 +9270,7 @@
"source_location": "L292",
"_callable": true,
"_origin": "ast",
- "community": 38,
+ "community": 37,
"norm_label": ".checkhealth()",
"id": "backend_src_payment_zibal_service_zibalservice_checkhealth"
},
@@ -9421,7 +9281,7 @@
"source_location": "L47",
"_callable": true,
"_origin": "ast",
- "community": 38,
+ "community": 37,
"norm_label": ".constructor()",
"id": "backend_src_payment_zibal_service_zibalservice_constructor"
},
@@ -9432,7 +9292,7 @@
"source_location": "L128",
"_callable": true,
"_origin": "ast",
- "community": 38,
+ "community": 37,
"norm_label": ".getbackendurl()",
"id": "backend_src_payment_zibal_service_zibalservice_getbackendurl"
},
@@ -9443,7 +9303,7 @@
"source_location": "L109",
"_callable": true,
"_origin": "ast",
- "community": 38,
+ "community": 37,
"norm_label": ".getfrontendurl()",
"id": "backend_src_payment_zibal_service_zibalservice_getfrontendurl"
},
@@ -9454,7 +9314,7 @@
"source_location": "L49",
"_callable": true,
"_origin": "ast",
- "community": 38,
+ "community": 37,
"norm_label": ".getgatewayname()",
"id": "backend_src_payment_zibal_service_zibalservice_getgatewayname"
},
@@ -9465,7 +9325,7 @@
"source_location": "L91",
"_callable": true,
"_origin": "ast",
- "community": 38,
+ "community": 37,
"norm_label": ".getmerchant()",
"id": "backend_src_payment_zibal_service_zibalservice_getmerchant"
},
@@ -9476,7 +9336,7 @@
"source_location": "L349",
"_callable": true,
"_origin": "ast",
- "community": 38,
+ "community": 37,
"norm_label": ".getresultmessage()",
"id": "backend_src_payment_zibal_service_zibalservice_getresultmessage"
},
@@ -9487,7 +9347,7 @@
"source_location": "L205",
"_callable": true,
"_origin": "ast",
- "community": 38,
+ "community": 37,
"norm_label": ".getstarturl()",
"id": "backend_src_payment_zibal_service_zibalservice_getstarturl"
},
@@ -9498,7 +9358,7 @@
"source_location": "L372",
"_callable": true,
"_origin": "ast",
- "community": 38,
+ "community": 37,
"norm_label": ".getstatusmessage()",
"id": "backend_src_payment_zibal_service_zibalservice_getstatusmessage"
},
@@ -9509,7 +9369,7 @@
"source_location": "L252",
"_callable": true,
"_origin": "ast",
- "community": 38,
+ "community": 37,
"norm_label": ".inquirypayment()",
"id": "backend_src_payment_zibal_service_zibalservice_inquirypayment"
},
@@ -9520,7 +9380,7 @@
"source_location": "L154",
"_callable": true,
"_origin": "ast",
- "community": 38,
+ "community": 37,
"norm_label": ".requestpayment()",
"id": "backend_src_payment_zibal_service_zibalservice_requestpayment"
},
@@ -9531,10 +9391,154 @@
"source_location": "L212",
"_callable": true,
"_origin": "ast",
- "community": 38,
+ "community": 37,
"norm_label": ".verifypayment()",
"id": "backend_src_payment_zibal_service_zibalservice_verifypayment"
},
+ {
+ "label": ".constructor()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/categories.controller.ts",
+ "source_location": "L29",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 39,
+ "community_name": "CategoriesController",
+ "norm_label": ".constructor()",
+ "id": "backend_src_admin_categories_controller_categoriescontroller_constructor"
+ },
+ {
+ "label": ".createCategory()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/categories.controller.ts",
+ "source_location": "L49",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 39,
+ "community_name": "CategoriesController",
+ "norm_label": ".createcategory()",
+ "id": "backend_src_admin_categories_controller_categoriescontroller_createcategory"
+ },
+ {
+ "label": ".deleteCategory()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/categories.controller.ts",
+ "source_location": "L66",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 39,
+ "community_name": "CategoriesController",
+ "norm_label": ".deletecategory()",
+ "id": "backend_src_admin_categories_controller_categoriescontroller_deletecategory"
+ },
+ {
+ "label": ".getAllCategoriesRaw()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/categories.controller.ts",
+ "source_location": "L42",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 39,
+ "community_name": "CategoriesController",
+ "norm_label": ".getallcategoriesraw()",
+ "id": "backend_src_admin_categories_controller_categoriescontroller_getallcategoriesraw"
+ },
+ {
+ "label": ".getCategories()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/categories.controller.ts",
+ "source_location": "L36",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 39,
+ "community_name": "CategoriesController",
+ "norm_label": ".getcategories()",
+ "id": "backend_src_admin_categories_controller_categoriescontroller_getcategories"
+ },
+ {
+ "label": ".updateCategory()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/categories.controller.ts",
+ "source_location": "L56",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 39,
+ "community_name": "CategoriesController",
+ "norm_label": ".updatecategory()",
+ "id": "backend_src_admin_categories_controller_categoriescontroller_updatecategory"
+ },
+ {
+ "label": ".constructor()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/categories.service.ts",
+ "source_location": "L13",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 39,
+ "community_name": "CategoriesController",
+ "norm_label": ".constructor()",
+ "id": "backend_src_admin_categories_service_categoriesservice_constructor"
+ },
+ {
+ "label": ".createCategory()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/categories.service.ts",
+ "source_location": "L49",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 39,
+ "community_name": "CategoriesController",
+ "norm_label": ".createcategory()",
+ "id": "backend_src_admin_categories_service_categoriesservice_createcategory"
+ },
+ {
+ "label": ".deleteCategory()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/categories.service.ts",
+ "source_location": "L68",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 39,
+ "community_name": "CategoriesController",
+ "norm_label": ".deletecategory()",
+ "id": "backend_src_admin_categories_service_categoriesservice_deletecategory"
+ },
+ {
+ "label": ".getAllCategoriesRaw()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/categories.service.ts",
+ "source_location": "L45",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 39,
+ "community_name": "CategoriesController",
+ "norm_label": ".getallcategoriesraw()",
+ "id": "backend_src_admin_categories_service_categoriesservice_getallcategoriesraw"
+ },
+ {
+ "label": ".getCategories()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/categories.service.ts",
+ "source_location": "L15",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 39,
+ "community_name": "CategoriesController",
+ "norm_label": ".getcategories()",
+ "id": "backend_src_admin_categories_service_categoriesservice_getcategories"
+ },
+ {
+ "label": ".updateCategory()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/categories.service.ts",
+ "source_location": "L61",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 39,
+ "community_name": "CategoriesController",
+ "norm_label": ".updatecategory()",
+ "id": "backend_src_admin_categories_service_categoriesservice_updatecategory"
+ },
{
"label": ".constructor()",
"file_type": "code",
@@ -9748,243 +9752,6 @@
"norm_label": ".getpets()",
"id": "backend_src_admin_pets_service_petsservice_getpets"
},
- {
- "label": "ConfirmModal()",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/components/ui/ConfirmModal.tsx",
- "source_location": "L14",
- "_callable": true,
- "_origin": "ast",
- "community": 40,
- "community_name": "Spinner.tsx",
- "norm_label": "confirmmodal()",
- "id": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal"
- },
- {
- "label": "Pagination()",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/components/ui/Pagination.tsx",
- "source_location": "L10",
- "_callable": true,
- "_origin": "ast",
- "community": 40,
- "community_name": "Spinner.tsx",
- "norm_label": "pagination()",
- "id": "frontend_admin_panel_src_components_ui_pagination_pagination"
- },
- {
- "label": "Blogs()",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Blogs.tsx",
- "source_location": "L27",
- "_callable": true,
- "_origin": "ast",
- "community": 40,
- "community_name": "Spinner.tsx",
- "norm_label": "blogs()",
- "id": "frontend_admin_panel_src_pages_blogs_blogs"
- },
- {
- "label": "Categories()",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Categories.tsx",
- "source_location": "L22",
- "_callable": true,
- "_origin": "ast",
- "community": 40,
- "community_name": "Spinner.tsx",
- "norm_label": "categories()",
- "id": "frontend_admin_panel_src_pages_categories_categories"
- },
- {
- "label": "TestimonialsManager()",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx",
- "source_location": "L10",
- "_callable": true,
- "_origin": "ast",
- "community": 40,
- "community_name": "Spinner.tsx",
- "norm_label": "testimonialsmanager()",
- "id": "frontend_admin_panel_src_pages_testimonialsmanager_testimonialsmanager"
- },
- {
- "label": "MediaSelector()",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx",
- "source_location": "L25",
- "_callable": true,
- "_origin": "ast",
- "community": 40,
- "norm_label": "mediaselector()",
- "id": "frontend_admin_panel_src_components_ui_mediaselector_mediaselector"
- },
- {
- "label": "Pets()",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Pets.tsx",
- "source_location": "L54",
- "_callable": true,
- "_origin": "ast",
- "community": 40,
- "norm_label": "pets()",
- "id": "frontend_admin_panel_src_pages_pets_pets"
- },
- {
- "label": "Products()",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Products.tsx",
- "source_location": "L52",
- "_callable": true,
- "_origin": "ast",
- "community": 40,
- "norm_label": "products()",
- "id": "frontend_admin_panel_src_pages_products_products"
- },
- {
- "label": ".constructor()",
- "file_type": "code",
- "source_file": "backend/src/admin/categories.controller.ts",
- "source_location": "L29",
- "_callable": true,
- "_origin": "ast",
- "community": 41,
- "community_name": "CategoriesController",
- "norm_label": ".constructor()",
- "id": "backend_src_admin_categories_controller_categoriescontroller_constructor"
- },
- {
- "label": ".createCategory()",
- "file_type": "code",
- "source_file": "backend/src/admin/categories.controller.ts",
- "source_location": "L49",
- "_callable": true,
- "_origin": "ast",
- "community": 41,
- "community_name": "CategoriesController",
- "norm_label": ".createcategory()",
- "id": "backend_src_admin_categories_controller_categoriescontroller_createcategory"
- },
- {
- "label": ".deleteCategory()",
- "file_type": "code",
- "source_file": "backend/src/admin/categories.controller.ts",
- "source_location": "L66",
- "_callable": true,
- "_origin": "ast",
- "community": 41,
- "community_name": "CategoriesController",
- "norm_label": ".deletecategory()",
- "id": "backend_src_admin_categories_controller_categoriescontroller_deletecategory"
- },
- {
- "label": ".getAllCategoriesRaw()",
- "file_type": "code",
- "source_file": "backend/src/admin/categories.controller.ts",
- "source_location": "L42",
- "_callable": true,
- "_origin": "ast",
- "community": 41,
- "community_name": "CategoriesController",
- "norm_label": ".getallcategoriesraw()",
- "id": "backend_src_admin_categories_controller_categoriescontroller_getallcategoriesraw"
- },
- {
- "label": ".getCategories()",
- "file_type": "code",
- "source_file": "backend/src/admin/categories.controller.ts",
- "source_location": "L36",
- "_callable": true,
- "_origin": "ast",
- "community": 41,
- "community_name": "CategoriesController",
- "norm_label": ".getcategories()",
- "id": "backend_src_admin_categories_controller_categoriescontroller_getcategories"
- },
- {
- "label": ".updateCategory()",
- "file_type": "code",
- "source_file": "backend/src/admin/categories.controller.ts",
- "source_location": "L56",
- "_callable": true,
- "_origin": "ast",
- "community": 41,
- "community_name": "CategoriesController",
- "norm_label": ".updatecategory()",
- "id": "backend_src_admin_categories_controller_categoriescontroller_updatecategory"
- },
- {
- "label": ".constructor()",
- "file_type": "code",
- "source_file": "backend/src/admin/categories.service.ts",
- "source_location": "L13",
- "_callable": true,
- "_origin": "ast",
- "community": 41,
- "community_name": "CategoriesController",
- "norm_label": ".constructor()",
- "id": "backend_src_admin_categories_service_categoriesservice_constructor"
- },
- {
- "label": ".createCategory()",
- "file_type": "code",
- "source_file": "backend/src/admin/categories.service.ts",
- "source_location": "L49",
- "_callable": true,
- "_origin": "ast",
- "community": 41,
- "community_name": "CategoriesController",
- "norm_label": ".createcategory()",
- "id": "backend_src_admin_categories_service_categoriesservice_createcategory"
- },
- {
- "label": ".deleteCategory()",
- "file_type": "code",
- "source_file": "backend/src/admin/categories.service.ts",
- "source_location": "L68",
- "_callable": true,
- "_origin": "ast",
- "community": 41,
- "community_name": "CategoriesController",
- "norm_label": ".deletecategory()",
- "id": "backend_src_admin_categories_service_categoriesservice_deletecategory"
- },
- {
- "label": ".getAllCategoriesRaw()",
- "file_type": "code",
- "source_file": "backend/src/admin/categories.service.ts",
- "source_location": "L45",
- "_callable": true,
- "_origin": "ast",
- "community": 41,
- "community_name": "CategoriesController",
- "norm_label": ".getallcategoriesraw()",
- "id": "backend_src_admin_categories_service_categoriesservice_getallcategoriesraw"
- },
- {
- "label": ".getCategories()",
- "file_type": "code",
- "source_file": "backend/src/admin/categories.service.ts",
- "source_location": "L15",
- "_callable": true,
- "_origin": "ast",
- "community": 41,
- "community_name": "CategoriesController",
- "norm_label": ".getcategories()",
- "id": "backend_src_admin_categories_service_categoriesservice_getcategories"
- },
- {
- "label": ".updateCategory()",
- "file_type": "code",
- "source_file": "backend/src/admin/categories.service.ts",
- "source_location": "L61",
- "_callable": true,
- "_origin": "ast",
- "community": 41,
- "community_name": "CategoriesController",
- "norm_label": ".updatecategory()",
- "id": "backend_src_admin_categories_service_categoriesservice_updatecategory"
- },
{
"label": ".constructor()",
"file_type": "code",
@@ -9992,7 +9759,7 @@
"source_location": "L23",
"_callable": true,
"_origin": "ast",
- "community": 42,
+ "community": 40,
"norm_label": ".constructor()",
"id": "backend_src_admin_media_controller_mediacontroller_constructor"
},
@@ -10003,7 +9770,7 @@
"source_location": "L45",
"_callable": true,
"_origin": "ast",
- "community": 42,
+ "community": 40,
"norm_label": ".deletemanymedia()",
"id": "backend_src_admin_media_controller_mediacontroller_deletemanymedia"
},
@@ -10014,7 +9781,7 @@
"source_location": "L56",
"_callable": true,
"_origin": "ast",
- "community": 42,
+ "community": 40,
"norm_label": ".deletemedia()",
"id": "backend_src_admin_media_controller_mediacontroller_deletemedia"
},
@@ -10025,7 +9792,7 @@
"source_location": "L28",
"_callable": true,
"_origin": "ast",
- "community": 42,
+ "community": 40,
"norm_label": ".getallmedia()",
"id": "backend_src_admin_media_controller_mediacontroller_getallmedia"
},
@@ -10036,7 +9803,7 @@
"source_location": "L66",
"_callable": true,
"_origin": "ast",
- "community": 42,
+ "community": 40,
"norm_label": ".updatemedia()",
"id": "backend_src_admin_media_controller_mediacontroller_updatemedia"
},
@@ -10047,7 +9814,7 @@
"source_location": "L36",
"_callable": true,
"_origin": "ast",
- "community": 42,
+ "community": 40,
"norm_label": ".uploadfile()",
"id": "backend_src_admin_media_controller_mediacontroller_uploadfile"
},
@@ -10058,7 +9825,7 @@
"source_location": "L8",
"_callable": true,
"_origin": "ast",
- "community": 42,
+ "community": 40,
"norm_label": ".constructor()",
"id": "backend_src_admin_media_service_mediaservice_constructor"
},
@@ -10069,7 +9836,7 @@
"source_location": "L65",
"_callable": true,
"_origin": "ast",
- "community": 42,
+ "community": 40,
"norm_label": ".deletemanymedia()",
"id": "backend_src_admin_media_service_mediaservice_deletemanymedia"
},
@@ -10080,7 +9847,7 @@
"source_location": "L48",
"_callable": true,
"_origin": "ast",
- "community": 42,
+ "community": 40,
"norm_label": ".deletemedia()",
"id": "backend_src_admin_media_service_mediaservice_deletemedia"
},
@@ -10091,7 +9858,7 @@
"source_location": "L10",
"_callable": true,
"_origin": "ast",
- "community": 42,
+ "community": 40,
"norm_label": ".getallmedia()",
"id": "backend_src_admin_media_service_mediaservice_getallmedia"
},
@@ -10102,7 +9869,7 @@
"source_location": "L92",
"_callable": true,
"_origin": "ast",
- "community": 42,
+ "community": 40,
"norm_label": ".updatemedia()",
"id": "backend_src_admin_media_service_mediaservice_updatemedia"
},
@@ -10113,7 +9880,7 @@
"source_location": "L16",
"_callable": true,
"_origin": "ast",
- "community": 42,
+ "community": 40,
"norm_label": ".uploadfile()",
"id": "backend_src_admin_media_service_mediaservice_uploadfile"
},
@@ -10124,7 +9891,7 @@
"source_location": "L25",
"_callable": true,
"_origin": "ast",
- "community": 44,
+ "community": 42,
"norm_label": ".constructor()",
"id": "backend_src_admin_ssl_controller_sslcontroller_constructor"
},
@@ -10135,7 +9902,7 @@
"source_location": "L29",
"_callable": true,
"_origin": "ast",
- "community": 44,
+ "community": 42,
"norm_label": ".getstatus()",
"id": "backend_src_admin_ssl_controller_sslcontroller_getstatus"
},
@@ -10146,7 +9913,7 @@
"source_location": "L94",
"_callable": true,
"_origin": "ast",
- "community": 44,
+ "community": 42,
"norm_label": ".testdomain()",
"id": "backend_src_admin_ssl_controller_sslcontroller_testdomain"
},
@@ -10157,7 +9924,7 @@
"source_location": "L36",
"_callable": true,
"_origin": "ast",
- "community": 44,
+ "community": 42,
"norm_label": ".updatebytext()",
"id": "backend_src_admin_ssl_controller_sslcontroller_updatebytext"
},
@@ -10168,7 +9935,7 @@
"source_location": "L46",
"_callable": true,
"_origin": "ast",
- "community": 44,
+ "community": 42,
"norm_label": ".uploadfiles()",
"id": "backend_src_admin_ssl_controller_sslcontroller_uploadfiles"
},
@@ -10179,7 +9946,7 @@
"source_location": "L26",
"_callable": true,
"_origin": "ast",
- "community": 44,
+ "community": 42,
"norm_label": ".constructor()",
"id": "backend_src_admin_ssl_service_sslservice_constructor"
},
@@ -10190,7 +9957,7 @@
"source_location": "L36",
"_callable": true,
"_origin": "ast",
- "community": 44,
+ "community": 42,
"norm_label": ".getcertpath()",
"id": "backend_src_admin_ssl_service_sslservice_getcertpath"
},
@@ -10201,7 +9968,7 @@
"source_location": "L40",
"_callable": true,
"_origin": "ast",
- "community": 44,
+ "community": 42,
"norm_label": ".getkeypath()",
"id": "backend_src_admin_ssl_service_sslservice_getkeypath"
},
@@ -10212,7 +9979,7 @@
"source_location": "L58",
"_callable": true,
"_origin": "ast",
- "community": 44,
+ "community": 42,
"norm_label": ".getstatus()",
"id": "backend_src_admin_ssl_service_sslservice_getstatus"
},
@@ -10223,7 +9990,7 @@
"source_location": "L162",
"_callable": true,
"_origin": "ast",
- "community": 44,
+ "community": 42,
"norm_label": ".testonlinedomainssl()",
"id": "backend_src_admin_ssl_service_sslservice_testonlinedomainssl"
},
@@ -10234,7 +10001,7 @@
"source_location": "L44",
"_callable": true,
"_origin": "ast",
- "community": 44,
+ "community": 42,
"norm_label": ".toshamsi()",
"id": "backend_src_admin_ssl_service_sslservice_toshamsi"
},
@@ -10245,7 +10012,7 @@
"source_location": "L106",
"_callable": true,
"_origin": "ast",
- "community": 44,
+ "community": 42,
"norm_label": ".updatecertificates()",
"id": "backend_src_admin_ssl_service_sslservice_updatecertificates"
},
@@ -10256,7 +10023,7 @@
"source_location": "L22",
"_callable": true,
"_origin": "ast",
- "community": 45,
+ "community": 43,
"community_name": "BannersService",
"norm_label": ".constructor()",
"id": "backend_src_banners_banners_controller_bannerscontroller_constructor"
@@ -10268,7 +10035,7 @@
"source_location": "L35",
"_callable": true,
"_origin": "ast",
- "community": 45,
+ "community": 43,
"community_name": "BannersService",
"norm_label": ".create()",
"id": "backend_src_banners_banners_controller_bannerscontroller_create"
@@ -10280,7 +10047,7 @@
"source_location": "L26",
"_callable": true,
"_origin": "ast",
- "community": 45,
+ "community": 43,
"community_name": "BannersService",
"norm_label": ".findall()",
"id": "backend_src_banners_banners_controller_bannerscontroller_findall"
@@ -10292,7 +10059,7 @@
"source_location": "L62",
"_callable": true,
"_origin": "ast",
- "community": 45,
+ "community": 43,
"community_name": "BannersService",
"norm_label": ".remove()",
"id": "backend_src_banners_banners_controller_bannerscontroller_remove"
@@ -10304,7 +10071,7 @@
"source_location": "L44",
"_callable": true,
"_origin": "ast",
- "community": 45,
+ "community": 43,
"community_name": "BannersService",
"norm_label": ".reorder()",
"id": "backend_src_banners_banners_controller_bannerscontroller_reorder"
@@ -10316,7 +10083,7 @@
"source_location": "L53",
"_callable": true,
"_origin": "ast",
- "community": 45,
+ "community": 43,
"community_name": "BannersService",
"norm_label": ".update()",
"id": "backend_src_banners_banners_controller_bannerscontroller_update"
@@ -10328,7 +10095,7 @@
"source_location": "L7",
"_callable": true,
"_origin": "ast",
- "community": 45,
+ "community": 43,
"community_name": "BannersService",
"norm_label": ".constructor()",
"id": "backend_src_banners_banners_service_bannersservice_constructor"
@@ -10340,7 +10107,7 @@
"source_location": "L15",
"_callable": true,
"_origin": "ast",
- "community": 45,
+ "community": 43,
"community_name": "BannersService",
"norm_label": ".create()",
"id": "backend_src_banners_banners_service_bannersservice_create"
@@ -10352,7 +10119,7 @@
"source_location": "L9",
"_callable": true,
"_origin": "ast",
- "community": 45,
+ "community": 43,
"community_name": "BannersService",
"norm_label": ".findall()",
"id": "backend_src_banners_banners_service_bannersservice_findall"
@@ -10364,7 +10131,7 @@
"source_location": "L32",
"_callable": true,
"_origin": "ast",
- "community": 45,
+ "community": 43,
"community_name": "BannersService",
"norm_label": ".remove()",
"id": "backend_src_banners_banners_service_bannersservice_remove"
@@ -10376,7 +10143,7 @@
"source_location": "L40",
"_callable": true,
"_origin": "ast",
- "community": 45,
+ "community": 43,
"community_name": "BannersService",
"norm_label": ".reorder()",
"id": "backend_src_banners_banners_service_bannersservice_reorder"
@@ -10388,7 +10155,7 @@
"source_location": "L21",
"_callable": true,
"_origin": "ast",
- "community": 45,
+ "community": 43,
"community_name": "BannersService",
"norm_label": ".update()",
"id": "backend_src_banners_banners_service_bannersservice_update"
@@ -10400,7 +10167,7 @@
"source_location": "L22",
"_callable": true,
"_origin": "ast",
- "community": 47,
+ "community": 45,
"norm_label": "badge()",
"id": "frontend_admin_panel_src_components_ui_badge_badge"
},
@@ -10411,7 +10178,7 @@
"source_location": "L11",
"_callable": true,
"_origin": "ast",
- "community": 47,
+ "community": 45,
"norm_label": "imagepreviewmodal()",
"id": "frontend_admin_panel_src_components_ui_imagepreviewmodal_imagepreviewmodal"
},
@@ -10422,7 +10189,7 @@
"source_location": "L12",
"_callable": true,
"_origin": "ast",
- "community": 47,
+ "community": 45,
"norm_label": "toggleswitch()",
"id": "frontend_admin_panel_src_components_ui_toggleswitch_toggleswitch"
},
@@ -10433,7 +10200,7 @@
"source_location": "L23",
"_callable": true,
"_origin": "ast",
- "community": 47,
+ "community": 45,
"norm_label": "mediamanager()",
"id": "frontend_admin_panel_src_pages_media_mediamanager"
},
@@ -10444,7 +10211,7 @@
"source_location": "L18",
"_callable": true,
"_origin": "ast",
- "community": 47,
+ "community": 45,
"norm_label": "prescriptionsmanager()",
"id": "frontend_admin_panel_src_pages_prescriptionsmanager_prescriptionsmanager"
},
@@ -10455,7 +10222,7 @@
"source_location": "L122",
"_callable": true,
"_origin": "ast",
- "community": 47,
+ "community": 45,
"norm_label": "uitexts()",
"id": "frontend_admin_panel_src_pages_uitexts_uitexts"
},
@@ -10466,7 +10233,7 @@
"source_location": "L21",
"_callable": true,
"_origin": "ast",
- "community": 48,
+ "community": 46,
"community_name": "Ingredient Management Controller",
"norm_label": ".constructor()",
"id": "backend_src_ingredients_ingredients_controller_ingredientscontroller_constructor"
@@ -10478,7 +10245,7 @@
"source_location": "L40",
"_callable": true,
"_origin": "ast",
- "community": 48,
+ "community": 46,
"community_name": "Ingredient Management Controller",
"norm_label": ".create()",
"id": "backend_src_ingredients_ingredients_controller_ingredientscontroller_create"
@@ -10490,7 +10257,7 @@
"source_location": "L25",
"_callable": true,
"_origin": "ast",
- "community": 48,
+ "community": 46,
"community_name": "Ingredient Management Controller",
"norm_label": ".findall()",
"id": "backend_src_ingredients_ingredients_controller_ingredientscontroller_findall"
@@ -10502,7 +10269,7 @@
"source_location": "L31",
"_callable": true,
"_origin": "ast",
- "community": 48,
+ "community": 46,
"community_name": "Ingredient Management Controller",
"norm_label": ".findone()",
"id": "backend_src_ingredients_ingredients_controller_ingredientscontroller_findone"
@@ -10514,7 +10281,7 @@
"source_location": "L58",
"_callable": true,
"_origin": "ast",
- "community": 48,
+ "community": 46,
"community_name": "Ingredient Management Controller",
"norm_label": ".remove()",
"id": "backend_src_ingredients_ingredients_controller_ingredientscontroller_remove"
@@ -10526,7 +10293,7 @@
"source_location": "L49",
"_callable": true,
"_origin": "ast",
- "community": 48,
+ "community": 46,
"community_name": "Ingredient Management Controller",
"norm_label": ".update()",
"id": "backend_src_ingredients_ingredients_controller_ingredientscontroller_update"
@@ -10538,7 +10305,7 @@
"source_location": "L7",
"_callable": true,
"_origin": "ast",
- "community": 48,
+ "community": 46,
"community_name": "Ingredient Management Controller",
"norm_label": ".constructor()",
"id": "backend_src_ingredients_ingredients_service_ingredientsservice_constructor"
@@ -10550,7 +10317,7 @@
"source_location": "L30",
"_callable": true,
"_origin": "ast",
- "community": 48,
+ "community": 46,
"community_name": "Ingredient Management Controller",
"norm_label": ".create()",
"id": "backend_src_ingredients_ingredients_service_ingredientsservice_create"
@@ -10562,7 +10329,7 @@
"source_location": "L9",
"_callable": true,
"_origin": "ast",
- "community": 48,
+ "community": 46,
"community_name": "Ingredient Management Controller",
"norm_label": ".findall()",
"id": "backend_src_ingredients_ingredients_service_ingredientsservice_findall"
@@ -10574,7 +10341,7 @@
"source_location": "L15",
"_callable": true,
"_origin": "ast",
- "community": 48,
+ "community": 46,
"community_name": "Ingredient Management Controller",
"norm_label": ".findone()",
"id": "backend_src_ingredients_ingredients_service_ingredientsservice_findone"
@@ -10586,7 +10353,7 @@
"source_location": "L47",
"_callable": true,
"_origin": "ast",
- "community": 48,
+ "community": 46,
"community_name": "Ingredient Management Controller",
"norm_label": ".remove()",
"id": "backend_src_ingredients_ingredients_service_ingredientsservice_remove"
@@ -10598,7 +10365,7 @@
"source_location": "L36",
"_callable": true,
"_origin": "ast",
- "community": 48,
+ "community": 46,
"community_name": "Ingredient Management Controller",
"norm_label": ".update()",
"id": "backend_src_ingredients_ingredients_service_ingredientsservice_update"
@@ -10610,7 +10377,7 @@
"source_location": "L285",
"_callable": true,
"_origin": "ast",
- "community": 49,
+ "community": 47,
"norm_label": ".addhealthlog()",
"id": "backend_src_pets_pets_controller_petscontroller_addhealthlog"
},
@@ -10621,7 +10388,7 @@
"source_location": "L259",
"_callable": true,
"_origin": "ast",
- "community": 49,
+ "community": 47,
"norm_label": ".addreminder()",
"id": "backend_src_pets_pets_controller_petscontroller_addreminder"
},
@@ -10632,7 +10399,7 @@
"source_location": "L56",
"_callable": true,
"_origin": "ast",
- "community": 49,
+ "community": 47,
"norm_label": ".constructor()",
"id": "backend_src_pets_pets_controller_petscontroller_constructor"
},
@@ -10643,7 +10410,7 @@
"source_location": "L119",
"_callable": true,
"_origin": "ast",
- "community": 49,
+ "community": 47,
"norm_label": ".create()",
"id": "backend_src_pets_pets_controller_petscontroller_create"
},
@@ -10654,7 +10421,7 @@
"source_location": "L155",
"_callable": true,
"_origin": "ast",
- "community": 49,
+ "community": 47,
"norm_label": ".findall()",
"id": "backend_src_pets_pets_controller_petscontroller_findall"
},
@@ -10665,7 +10432,7 @@
"source_location": "L192",
"_callable": true,
"_origin": "ast",
- "community": 49,
+ "community": 47,
"norm_label": ".findone()",
"id": "backend_src_pets_pets_controller_petscontroller_findone"
},
@@ -10676,7 +10443,7 @@
"source_location": "L253",
"_callable": true,
"_origin": "ast",
- "community": 49,
+ "community": 47,
"norm_label": ".remove()",
"id": "backend_src_pets_pets_controller_petscontroller_remove"
},
@@ -10687,7 +10454,7 @@
"source_location": "L269",
"_callable": true,
"_origin": "ast",
- "community": 49,
+ "community": 47,
"norm_label": ".togglereminder()",
"id": "backend_src_pets_pets_controller_petscontroller_togglereminder"
},
@@ -10698,10 +10465,207 @@
"source_location": "L223",
"_callable": true,
"_origin": "ast",
- "community": 49,
+ "community": 47,
"norm_label": ".update()",
"id": "backend_src_pets_pets_controller_petscontroller_update"
},
+ {
+ "label": "HomeClient()",
+ "file_type": "code",
+ "source_file": "frontend/application/app/HomeClient.tsx",
+ "source_location": "L21",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 48,
+ "norm_label": "homeclient()",
+ "id": "frontend_application_app_homeclient_homeclient"
+ },
+ {
+ "label": "getHomeData()",
+ "file_type": "code",
+ "source_file": "frontend/application/app/page.tsx",
+ "source_location": "L36",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 48,
+ "norm_label": "gethomedata()",
+ "id": "frontend_application_app_page_gethomedata"
+ },
+ {
+ "label": "Home()",
+ "file_type": "code",
+ "source_file": "frontend/application/app/page.tsx",
+ "source_location": "L55",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 48,
+ "norm_label": "home()",
+ "id": "frontend_application_app_page_home"
+ },
+ {
+ "label": "BannerPlacement()",
+ "file_type": "code",
+ "source_file": "frontend/application/components/BannerPlacement.tsx",
+ "source_location": "L13",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 48,
+ "norm_label": "bannerplacement()",
+ "id": "frontend_application_components_bannerplacement_bannerplacement"
+ },
+ {
+ "label": "Hero()",
+ "file_type": "code",
+ "source_file": "frontend/application/components/Hero.tsx",
+ "source_location": "L40",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 48,
+ "norm_label": "hero()",
+ "id": "frontend_application_components_hero_hero"
+ },
+ {
+ "label": "StatCounter()",
+ "file_type": "code",
+ "source_file": "frontend/application/components/Hero.tsx",
+ "source_location": "L11",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 48,
+ "norm_label": "statcounter()",
+ "id": "frontend_application_components_hero_statcounter"
+ },
+ {
+ "label": "VetGallery()",
+ "file_type": "code",
+ "source_file": "frontend/application/components/VetGallery.tsx",
+ "source_location": "L70",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 48,
+ "norm_label": "vetgallery()",
+ "id": "frontend_application_components_vetgallery_vetgallery"
+ },
+ {
+ "label": ".constructor()",
+ "file_type": "code",
+ "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
+ "source_location": "L21",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 49,
+ "community_name": "Smart Advisor Controller",
+ "norm_label": ".constructor()",
+ "id": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_constructor"
+ },
+ {
+ "label": ".create()",
+ "file_type": "code",
+ "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
+ "source_location": "L34",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 49,
+ "community_name": "Smart Advisor Controller",
+ "norm_label": ".create()",
+ "id": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_create"
+ },
+ {
+ "label": ".findAll()",
+ "file_type": "code",
+ "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
+ "source_location": "L25",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 49,
+ "community_name": "Smart Advisor Controller",
+ "norm_label": ".findall()",
+ "id": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_findall"
+ },
+ {
+ "label": ".remove()",
+ "file_type": "code",
+ "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
+ "source_location": "L55",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 49,
+ "community_name": "Smart Advisor Controller",
+ "norm_label": ".remove()",
+ "id": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_remove"
+ },
+ {
+ "label": ".update()",
+ "file_type": "code",
+ "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
+ "source_location": "L43",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 49,
+ "community_name": "Smart Advisor Controller",
+ "norm_label": ".update()",
+ "id": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_update"
+ },
+ {
+ "label": ".constructor()",
+ "file_type": "code",
+ "source_file": "backend/src/smart-advisor/smart-advisor.service.ts",
+ "source_location": "L7",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 49,
+ "community_name": "Smart Advisor Controller",
+ "norm_label": ".constructor()",
+ "id": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_constructor"
+ },
+ {
+ "label": ".create()",
+ "file_type": "code",
+ "source_file": "backend/src/smart-advisor/smart-advisor.service.ts",
+ "source_location": "L15",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 49,
+ "community_name": "Smart Advisor Controller",
+ "norm_label": ".create()",
+ "id": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_create"
+ },
+ {
+ "label": ".findAll()",
+ "file_type": "code",
+ "source_file": "backend/src/smart-advisor/smart-advisor.service.ts",
+ "source_location": "L9",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 49,
+ "community_name": "Smart Advisor Controller",
+ "norm_label": ".findall()",
+ "id": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_findall"
+ },
+ {
+ "label": ".remove()",
+ "file_type": "code",
+ "source_file": "backend/src/smart-advisor/smart-advisor.service.ts",
+ "source_location": "L36",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 49,
+ "community_name": "Smart Advisor Controller",
+ "norm_label": ".remove()",
+ "id": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_remove"
+ },
+ {
+ "label": ".update()",
+ "file_type": "code",
+ "source_file": "backend/src/smart-advisor/smart-advisor.service.ts",
+ "source_location": "L22",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 49,
+ "community_name": "Smart Advisor Controller",
+ "norm_label": ".update()",
+ "id": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_update"
+ },
{
"label": ".adminLogin()",
"file_type": "code",
@@ -10790,203 +10754,6 @@
"norm_label": ".verifyotp()",
"id": "backend_src_auth_auth_controller_authcontroller_verifyotp"
},
- {
- "label": "HomeClient()",
- "file_type": "code",
- "source_file": "frontend/application/app/HomeClient.tsx",
- "source_location": "L21",
- "_callable": true,
- "_origin": "ast",
- "community": 50,
- "norm_label": "homeclient()",
- "id": "frontend_application_app_homeclient_homeclient"
- },
- {
- "label": "getHomeData()",
- "file_type": "code",
- "source_file": "frontend/application/app/page.tsx",
- "source_location": "L36",
- "_callable": true,
- "_origin": "ast",
- "community": 50,
- "norm_label": "gethomedata()",
- "id": "frontend_application_app_page_gethomedata"
- },
- {
- "label": "Home()",
- "file_type": "code",
- "source_file": "frontend/application/app/page.tsx",
- "source_location": "L55",
- "_callable": true,
- "_origin": "ast",
- "community": 50,
- "norm_label": "home()",
- "id": "frontend_application_app_page_home"
- },
- {
- "label": "BannerPlacement()",
- "file_type": "code",
- "source_file": "frontend/application/components/BannerPlacement.tsx",
- "source_location": "L13",
- "_callable": true,
- "_origin": "ast",
- "community": 50,
- "norm_label": "bannerplacement()",
- "id": "frontend_application_components_bannerplacement_bannerplacement"
- },
- {
- "label": "Hero()",
- "file_type": "code",
- "source_file": "frontend/application/components/Hero.tsx",
- "source_location": "L40",
- "_callable": true,
- "_origin": "ast",
- "community": 50,
- "norm_label": "hero()",
- "id": "frontend_application_components_hero_hero"
- },
- {
- "label": "StatCounter()",
- "file_type": "code",
- "source_file": "frontend/application/components/Hero.tsx",
- "source_location": "L11",
- "_callable": true,
- "_origin": "ast",
- "community": 50,
- "norm_label": "statcounter()",
- "id": "frontend_application_components_hero_statcounter"
- },
- {
- "label": "VetGallery()",
- "file_type": "code",
- "source_file": "frontend/application/components/VetGallery.tsx",
- "source_location": "L70",
- "_callable": true,
- "_origin": "ast",
- "community": 50,
- "norm_label": "vetgallery()",
- "id": "frontend_application_components_vetgallery_vetgallery"
- },
- {
- "label": ".constructor()",
- "file_type": "code",
- "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
- "source_location": "L21",
- "_callable": true,
- "_origin": "ast",
- "community": 51,
- "community_name": "Smart Advisor Controller",
- "norm_label": ".constructor()",
- "id": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_constructor"
- },
- {
- "label": ".create()",
- "file_type": "code",
- "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
- "source_location": "L34",
- "_callable": true,
- "_origin": "ast",
- "community": 51,
- "community_name": "Smart Advisor Controller",
- "norm_label": ".create()",
- "id": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_create"
- },
- {
- "label": ".findAll()",
- "file_type": "code",
- "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
- "source_location": "L25",
- "_callable": true,
- "_origin": "ast",
- "community": 51,
- "community_name": "Smart Advisor Controller",
- "norm_label": ".findall()",
- "id": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_findall"
- },
- {
- "label": ".remove()",
- "file_type": "code",
- "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
- "source_location": "L55",
- "_callable": true,
- "_origin": "ast",
- "community": 51,
- "community_name": "Smart Advisor Controller",
- "norm_label": ".remove()",
- "id": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_remove"
- },
- {
- "label": ".update()",
- "file_type": "code",
- "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
- "source_location": "L43",
- "_callable": true,
- "_origin": "ast",
- "community": 51,
- "community_name": "Smart Advisor Controller",
- "norm_label": ".update()",
- "id": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_update"
- },
- {
- "label": ".constructor()",
- "file_type": "code",
- "source_file": "backend/src/smart-advisor/smart-advisor.service.ts",
- "source_location": "L7",
- "_callable": true,
- "_origin": "ast",
- "community": 51,
- "community_name": "Smart Advisor Controller",
- "norm_label": ".constructor()",
- "id": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_constructor"
- },
- {
- "label": ".create()",
- "file_type": "code",
- "source_file": "backend/src/smart-advisor/smart-advisor.service.ts",
- "source_location": "L15",
- "_callable": true,
- "_origin": "ast",
- "community": 51,
- "community_name": "Smart Advisor Controller",
- "norm_label": ".create()",
- "id": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_create"
- },
- {
- "label": ".findAll()",
- "file_type": "code",
- "source_file": "backend/src/smart-advisor/smart-advisor.service.ts",
- "source_location": "L9",
- "_callable": true,
- "_origin": "ast",
- "community": 51,
- "community_name": "Smart Advisor Controller",
- "norm_label": ".findall()",
- "id": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_findall"
- },
- {
- "label": ".remove()",
- "file_type": "code",
- "source_file": "backend/src/smart-advisor/smart-advisor.service.ts",
- "source_location": "L36",
- "_callable": true,
- "_origin": "ast",
- "community": 51,
- "community_name": "Smart Advisor Controller",
- "norm_label": ".remove()",
- "id": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_remove"
- },
- {
- "label": ".update()",
- "file_type": "code",
- "source_file": "backend/src/smart-advisor/smart-advisor.service.ts",
- "source_location": "L22",
- "_callable": true,
- "_origin": "ast",
- "community": 51,
- "community_name": "Smart Advisor Controller",
- "norm_label": ".update()",
- "id": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_update"
- },
{
"label": ".constructor()",
"file_type": "code",
@@ -10994,7 +10761,7 @@
"source_location": "L21",
"_callable": true,
"_origin": "ast",
- "community": 52,
+ "community": 50,
"community_name": "Testimonials Management Controller",
"norm_label": ".constructor()",
"id": "backend_src_testimonials_testimonials_controller_testimonialscontroller_constructor"
@@ -11006,7 +10773,7 @@
"source_location": "L34",
"_callable": true,
"_origin": "ast",
- "community": 52,
+ "community": 50,
"community_name": "Testimonials Management Controller",
"norm_label": ".create()",
"id": "backend_src_testimonials_testimonials_controller_testimonialscontroller_create"
@@ -11018,7 +10785,7 @@
"source_location": "L25",
"_callable": true,
"_origin": "ast",
- "community": 52,
+ "community": 50,
"community_name": "Testimonials Management Controller",
"norm_label": ".findall()",
"id": "backend_src_testimonials_testimonials_controller_testimonialscontroller_findall"
@@ -11030,7 +10797,7 @@
"source_location": "L52",
"_callable": true,
"_origin": "ast",
- "community": 52,
+ "community": 50,
"community_name": "Testimonials Management Controller",
"norm_label": ".remove()",
"id": "backend_src_testimonials_testimonials_controller_testimonialscontroller_remove"
@@ -11042,7 +10809,7 @@
"source_location": "L43",
"_callable": true,
"_origin": "ast",
- "community": 52,
+ "community": 50,
"community_name": "Testimonials Management Controller",
"norm_label": ".update()",
"id": "backend_src_testimonials_testimonials_controller_testimonialscontroller_update"
@@ -11054,7 +10821,7 @@
"source_location": "L7",
"_callable": true,
"_origin": "ast",
- "community": 52,
+ "community": 50,
"community_name": "Testimonials Management Controller",
"norm_label": ".constructor()",
"id": "backend_src_testimonials_testimonials_service_testimonialsservice_constructor"
@@ -11066,7 +10833,7 @@
"source_location": "L15",
"_callable": true,
"_origin": "ast",
- "community": 52,
+ "community": 50,
"community_name": "Testimonials Management Controller",
"norm_label": ".create()",
"id": "backend_src_testimonials_testimonials_service_testimonialsservice_create"
@@ -11078,7 +10845,7 @@
"source_location": "L9",
"_callable": true,
"_origin": "ast",
- "community": 52,
+ "community": 50,
"community_name": "Testimonials Management Controller",
"norm_label": ".findall()",
"id": "backend_src_testimonials_testimonials_service_testimonialsservice_findall"
@@ -11090,7 +10857,7 @@
"source_location": "L32",
"_callable": true,
"_origin": "ast",
- "community": 52,
+ "community": 50,
"community_name": "Testimonials Management Controller",
"norm_label": ".remove()",
"id": "backend_src_testimonials_testimonials_service_testimonialsservice_remove"
@@ -11102,7 +10869,7 @@
"source_location": "L21",
"_callable": true,
"_origin": "ast",
- "community": 52,
+ "community": 50,
"community_name": "Testimonials Management Controller",
"norm_label": ".update()",
"id": "backend_src_testimonials_testimonials_service_testimonialsservice_update"
@@ -11114,7 +10881,7 @@
"source_location": "L8",
"_callable": true,
"_origin": "ast",
- "community": 54,
+ "community": 52,
"community_name": "PaginationDto",
"norm_label": ".constructor()",
"id": "backend_src_blogs_blogs_service_blogsservice_constructor"
@@ -11126,7 +10893,7 @@
"source_location": "L10",
"_callable": true,
"_origin": "ast",
- "community": 54,
+ "community": 52,
"community_name": "PaginationDto",
"norm_label": ".findall()",
"id": "backend_src_blogs_blogs_service_blogsservice_findall"
@@ -11138,7 +10905,7 @@
"source_location": "L55",
"_callable": true,
"_origin": "ast",
- "community": 54,
+ "community": 52,
"community_name": "PaginationDto",
"norm_label": ".findonebyslug()",
"id": "backend_src_blogs_blogs_service_blogsservice_findonebyslug"
@@ -11150,7 +10917,7 @@
"source_location": "L18",
"_callable": true,
"_origin": "ast",
- "community": 55,
+ "community": 53,
"community_name": "ContactService",
"norm_label": ".constructor()",
"id": "backend_src_contact_contact_controller_contactcontroller_constructor"
@@ -11162,7 +10929,7 @@
"source_location": "L42",
"_callable": true,
"_origin": "ast",
- "community": 55,
+ "community": 53,
"community_name": "ContactService",
"norm_label": ".getallsubmissions()",
"id": "backend_src_contact_contact_controller_contactcontroller_getallsubmissions"
@@ -11174,7 +10941,7 @@
"source_location": "L35",
"_callable": true,
"_origin": "ast",
- "community": 55,
+ "community": 53,
"community_name": "ContactService",
"norm_label": ".getcontactinfo()",
"id": "backend_src_contact_contact_controller_contactcontroller_getcontactinfo"
@@ -11186,7 +10953,7 @@
"source_location": "L21",
"_callable": true,
"_origin": "ast",
- "community": 55,
+ "community": 53,
"community_name": "ContactService",
"norm_label": ".submitcontact()",
"id": "backend_src_contact_contact_controller_contactcontroller_submitcontact"
@@ -11198,7 +10965,7 @@
"source_location": "L71",
"_callable": true,
"_origin": "ast",
- "community": 55,
+ "community": 53,
"community_name": "ContactService",
"norm_label": ".updatecontactinfo()",
"id": "backend_src_contact_contact_controller_contactcontroller_updatecontactinfo"
@@ -11210,7 +10977,7 @@
"source_location": "L57",
"_callable": true,
"_origin": "ast",
- "community": 55,
+ "community": 53,
"community_name": "ContactService",
"norm_label": ".updatesubmissionstatus()",
"id": "backend_src_contact_contact_controller_contactcontroller_updatesubmissionstatus"
@@ -11222,7 +10989,7 @@
"source_location": "L25",
"_callable": true,
"_origin": "ast",
- "community": 55,
+ "community": 53,
"norm_label": ".constructor()",
"id": "backend_src_contact_contact_service_contactservice_constructor"
},
@@ -11233,7 +11000,7 @@
"source_location": "L125",
"_callable": true,
"_origin": "ast",
- "community": 55,
+ "community": 53,
"norm_label": ".getallsubmissions()",
"id": "backend_src_contact_contact_service_contactservice_getallsubmissions"
},
@@ -11244,7 +11011,7 @@
"source_location": "L77",
"_callable": true,
"_origin": "ast",
- "community": 55,
+ "community": 53,
"norm_label": ".getcontactinfo()",
"id": "backend_src_contact_contact_service_contactservice_getcontactinfo"
},
@@ -11255,7 +11022,7 @@
"source_location": "L30",
"_callable": true,
"_origin": "ast",
- "community": 55,
+ "community": 53,
"norm_label": ".submitcontactform()",
"id": "backend_src_contact_contact_service_contactservice_submitcontactform"
},
@@ -11266,7 +11033,7 @@
"source_location": "L159",
"_callable": true,
"_origin": "ast",
- "community": 55,
+ "community": 53,
"norm_label": ".updatecontactinfoitems()",
"id": "backend_src_contact_contact_service_contactservice_updatecontactinfoitems"
},
@@ -11277,10 +11044,66 @@
"source_location": "L148",
"_callable": true,
"_origin": "ast",
- "community": 55,
+ "community": 53,
"norm_label": ".updatesubmissionstatus()",
"id": "backend_src_contact_contact_service_contactservice_updatesubmissionstatus"
},
+ {
+ "label": "Layout()",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/components/Layout.tsx",
+ "source_location": "L6",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 55,
+ "community_name": "src/services/api.ts",
+ "norm_label": "layout()",
+ "id": "frontend_admin_panel_src_components_layout_layout"
+ },
+ {
+ "label": "Sidebar()",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/components/Sidebar.tsx",
+ "source_location": "L54",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 55,
+ "norm_label": "sidebar()",
+ "id": "frontend_admin_panel_src_components_sidebar_sidebar"
+ },
+ {
+ "label": "Dashboard()",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Dashboard.tsx",
+ "source_location": "L20",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 55,
+ "norm_label": "dashboard()",
+ "id": "frontend_admin_panel_src_pages_dashboard_dashboard"
+ },
+ {
+ "label": "CustomTooltip()",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Reports.tsx",
+ "source_location": "L18",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 55,
+ "norm_label": "customtooltip()",
+ "id": "frontend_admin_panel_src_pages_reports_customtooltip"
+ },
+ {
+ "label": "Reports()",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Reports.tsx",
+ "source_location": "L61",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 55,
+ "norm_label": "reports()",
+ "id": "frontend_admin_panel_src_pages_reports_reports"
+ },
{
"label": ".constructor()",
"file_type": "code",
@@ -11288,7 +11111,7 @@
"source_location": "L28",
"_callable": true,
"_origin": "ast",
- "community": 59,
+ "community": 58,
"community_name": "Prescription Review Controller",
"norm_label": ".constructor()",
"id": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_constructor"
@@ -11300,7 +11123,7 @@
"source_location": "L32",
"_callable": true,
"_origin": "ast",
- "community": 59,
+ "community": 58,
"community_name": "Prescription Review Controller",
"norm_label": ".create()",
"id": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_create"
@@ -11312,7 +11135,7 @@
"source_location": "L51",
"_callable": true,
"_origin": "ast",
- "community": 59,
+ "community": 58,
"community_name": "Prescription Review Controller",
"norm_label": ".findall()",
"id": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findall"
@@ -11324,7 +11147,7 @@
"source_location": "L61",
"_callable": true,
"_origin": "ast",
- "community": 59,
+ "community": 58,
"community_name": "Prescription Review Controller",
"norm_label": ".findone()",
"id": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findone"
@@ -11336,7 +11159,7 @@
"source_location": "L71",
"_callable": true,
"_origin": "ast",
- "community": 59,
+ "community": 58,
"community_name": "Prescription Review Controller",
"norm_label": ".review()",
"id": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_review"
@@ -11348,7 +11171,7 @@
"source_location": "L19",
"_callable": true,
"_origin": "ast",
- "community": 59,
+ "community": 58,
"norm_label": ".create()",
"id": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_create"
},
@@ -11359,7 +11182,7 @@
"source_location": "L94",
"_callable": true,
"_origin": "ast",
- "community": 59,
+ "community": 58,
"norm_label": ".findall()",
"id": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_findall"
},
@@ -11370,7 +11193,7 @@
"source_location": "L108",
"_callable": true,
"_origin": "ast",
- "community": 59,
+ "community": 58,
"norm_label": ".findone()",
"id": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_findone"
},
@@ -11381,10 +11204,70 @@
"source_location": "L125",
"_callable": true,
"_origin": "ast",
- "community": 59,
+ "community": 58,
"norm_label": ".review()",
"id": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_review"
},
+ {
+ "label": ".constructor()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/blogs.controller.ts",
+ "source_location": "L30",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 59,
+ "community_name": "Admin Blog Controller",
+ "norm_label": ".constructor()",
+ "id": "backend_src_admin_blogs_controller_blogscontroller_constructor"
+ },
+ {
+ "label": ".createBlog()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/blogs.controller.ts",
+ "source_location": "L43",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 59,
+ "community_name": "Admin Blog Controller",
+ "norm_label": ".createblog()",
+ "id": "backend_src_admin_blogs_controller_blogscontroller_createblog"
+ },
+ {
+ "label": ".deleteBlog()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/blogs.controller.ts",
+ "source_location": "L63",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 59,
+ "community_name": "Admin Blog Controller",
+ "norm_label": ".deleteblog()",
+ "id": "backend_src_admin_blogs_controller_blogscontroller_deleteblog"
+ },
+ {
+ "label": ".getBlogs()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/blogs.controller.ts",
+ "source_location": "L37",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 59,
+ "community_name": "Admin Blog Controller",
+ "norm_label": ".getblogs()",
+ "id": "backend_src_admin_blogs_controller_blogscontroller_getblogs"
+ },
+ {
+ "label": ".updateBlog()",
+ "file_type": "code",
+ "source_file": "backend/src/admin/blogs.controller.ts",
+ "source_location": "L53",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 59,
+ "community_name": "Admin Blog Controller",
+ "norm_label": ".updateblog()",
+ "id": "backend_src_admin_blogs_controller_blogscontroller_updateblog"
+ },
{
"label": ".constructor()",
"file_type": "code",
@@ -11561,66 +11444,6 @@
"norm_label": ".validatecoupon()",
"id": "backend_src_orders_orders_service_ordersservice_validatecoupon"
},
- {
- "label": ".constructor()",
- "file_type": "code",
- "source_file": "backend/src/admin/blogs.controller.ts",
- "source_location": "L30",
- "_callable": true,
- "_origin": "ast",
- "community": 60,
- "community_name": "Admin Blog Controller",
- "norm_label": ".constructor()",
- "id": "backend_src_admin_blogs_controller_blogscontroller_constructor"
- },
- {
- "label": ".createBlog()",
- "file_type": "code",
- "source_file": "backend/src/admin/blogs.controller.ts",
- "source_location": "L43",
- "_callable": true,
- "_origin": "ast",
- "community": 60,
- "community_name": "Admin Blog Controller",
- "norm_label": ".createblog()",
- "id": "backend_src_admin_blogs_controller_blogscontroller_createblog"
- },
- {
- "label": ".deleteBlog()",
- "file_type": "code",
- "source_file": "backend/src/admin/blogs.controller.ts",
- "source_location": "L63",
- "_callable": true,
- "_origin": "ast",
- "community": 60,
- "community_name": "Admin Blog Controller",
- "norm_label": ".deleteblog()",
- "id": "backend_src_admin_blogs_controller_blogscontroller_deleteblog"
- },
- {
- "label": ".getBlogs()",
- "file_type": "code",
- "source_file": "backend/src/admin/blogs.controller.ts",
- "source_location": "L37",
- "_callable": true,
- "_origin": "ast",
- "community": 60,
- "community_name": "Admin Blog Controller",
- "norm_label": ".getblogs()",
- "id": "backend_src_admin_blogs_controller_blogscontroller_getblogs"
- },
- {
- "label": ".updateBlog()",
- "file_type": "code",
- "source_file": "backend/src/admin/blogs.controller.ts",
- "source_location": "L53",
- "_callable": true,
- "_origin": "ast",
- "community": 60,
- "community_name": "Admin Blog Controller",
- "norm_label": ".updateblog()",
- "id": "backend_src_admin_blogs_controller_blogscontroller_updateblog"
- },
{
"label": "formatPriceWithCommas()",
"file_type": "code",
@@ -11628,7 +11451,7 @@
"source_location": "L26",
"_callable": true,
"_origin": "ast",
- "community": 63,
+ "community": 62,
"norm_label": "formatpricewithcommas()",
"id": "frontend_admin_panel_src_components_ui_priceinput_formatpricewithcommas"
},
@@ -11639,7 +11462,7 @@
"source_location": "L33",
"_callable": true,
"_origin": "ast",
- "community": 63,
+ "community": 62,
"norm_label": "priceinput()",
"id": "frontend_admin_panel_src_components_ui_priceinput_priceinput"
},
@@ -11650,7 +11473,7 @@
"source_location": "L18",
"_callable": true,
"_origin": "ast",
- "community": 63,
+ "community": 62,
"norm_label": "toenglishdigits()",
"id": "frontend_admin_panel_src_components_ui_priceinput_toenglishdigits"
},
@@ -11661,7 +11484,7 @@
"source_location": "L259",
"_callable": true,
"_origin": "ast",
- "community": 63,
+ "community": 62,
"norm_label": "couponmodal()",
"id": "frontend_admin_panel_src_pages_coupons_couponmodal"
},
@@ -11672,7 +11495,7 @@
"source_location": "L43",
"_callable": true,
"_origin": "ast",
- "community": 63,
+ "community": 62,
"norm_label": "coupons()",
"id": "frontend_admin_panel_src_pages_coupons_coupons"
},
@@ -11683,7 +11506,7 @@
"source_location": "L9",
"_callable": true,
"_origin": "ast",
- "community": 63,
+ "community": 62,
"norm_label": "financialsettingspage()",
"id": "frontend_admin_panel_src_pages_financialsettingspage_financialsettingspage"
},
@@ -11694,7 +11517,7 @@
"source_location": "L9",
"_callable": true,
"_origin": "ast",
- "community": 63,
+ "community": 62,
"norm_label": "settings()",
"id": "frontend_admin_panel_src_pages_settings_settings"
},
@@ -11705,7 +11528,7 @@
"source_location": "L29",
"_callable": true,
"_origin": "ast",
- "community": 66,
+ "community": 65,
"community_name": "Generic CRUD Controller",
"norm_label": ".constructor()",
"id": "backend_src_admin_wiki_controller_wikicontroller_constructor"
@@ -11717,7 +11540,7 @@
"source_location": "L42",
"_callable": true,
"_origin": "ast",
- "community": 66,
+ "community": 65,
"community_name": "Generic CRUD Controller",
"norm_label": ".createterm()",
"id": "backend_src_admin_wiki_controller_wikicontroller_createterm"
@@ -11729,7 +11552,7 @@
"source_location": "L59",
"_callable": true,
"_origin": "ast",
- "community": 66,
+ "community": 65,
"community_name": "Generic CRUD Controller",
"norm_label": ".deleteterm()",
"id": "backend_src_admin_wiki_controller_wikicontroller_deleteterm"
@@ -11741,7 +11564,7 @@
"source_location": "L36",
"_callable": true,
"_origin": "ast",
- "community": 66,
+ "community": 65,
"community_name": "Generic CRUD Controller",
"norm_label": ".getterms()",
"id": "backend_src_admin_wiki_controller_wikicontroller_getterms"
@@ -11753,11 +11576,110 @@
"source_location": "L49",
"_callable": true,
"_origin": "ast",
- "community": 66,
+ "community": 65,
"community_name": "Generic CRUD Controller",
"norm_label": ".updateterm()",
"id": "backend_src_admin_wiki_controller_wikicontroller_updateterm"
},
+ {
+ "label": ".getAdminStats()",
+ "file_type": "code",
+ "source_file": "backend/src/payment/payment.controller.ts",
+ "source_location": "L213",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 66,
+ "norm_label": ".getadminstats()",
+ "id": "backend_src_payment_payment_controller_paymentcontroller_getadminstats"
+ },
+ {
+ "label": ".getAdminTransactions()",
+ "file_type": "code",
+ "source_file": "backend/src/payment/payment.controller.ts",
+ "source_location": "L204",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 66,
+ "norm_label": ".getadmintransactions()",
+ "id": "backend_src_payment_payment_controller_paymentcontroller_getadmintransactions"
+ },
+ {
+ "label": ".getHealth()",
+ "file_type": "code",
+ "source_file": "backend/src/payment/payment.controller.ts",
+ "source_location": "L264",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 66,
+ "norm_label": ".gethealth()",
+ "id": "backend_src_payment_payment_controller_paymentcontroller_gethealth"
+ },
+ {
+ "label": ".getTransactionStatus()",
+ "file_type": "code",
+ "source_file": "backend/src/payment/payment.controller.ts",
+ "source_location": "L193",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 66,
+ "norm_label": ".gettransactionstatus()",
+ "id": "backend_src_payment_payment_controller_paymentcontroller_gettransactionstatus"
+ },
+ {
+ "label": ".liveInquiry()",
+ "file_type": "code",
+ "source_file": "backend/src/payment/payment.controller.ts",
+ "source_location": "L231",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 66,
+ "norm_label": ".liveinquiry()",
+ "id": "backend_src_payment_payment_controller_paymentcontroller_liveinquiry"
+ },
+ {
+ "label": ".manualReject()",
+ "file_type": "code",
+ "source_file": "backend/src/payment/payment.controller.ts",
+ "source_location": "L252",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 66,
+ "norm_label": ".manualreject()",
+ "id": "backend_src_payment_payment_controller_paymentcontroller_manualreject"
+ },
+ {
+ "label": ".manualVerify()",
+ "file_type": "code",
+ "source_file": "backend/src/payment/payment.controller.ts",
+ "source_location": "L240",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 66,
+ "norm_label": ".manualverify()",
+ "id": "backend_src_payment_payment_controller_paymentcontroller_manualverify"
+ },
+ {
+ "label": ".reconcilePending()",
+ "file_type": "code",
+ "source_file": "backend/src/payment/payment.controller.ts",
+ "source_location": "L222",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 66,
+ "norm_label": ".reconcilepending()",
+ "id": "backend_src_payment_payment_controller_paymentcontroller_reconcilepending"
+ },
+ {
+ "label": ".verifyPaymentDirect()",
+ "file_type": "code",
+ "source_file": "backend/src/payment/payment.controller.ts",
+ "source_location": "L144",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 66,
+ "norm_label": ".verifypaymentdirect()",
+ "id": "backend_src_payment_payment_controller_paymentcontroller_verifypaymentdirect"
+ },
{
"label": ".constructor()",
"file_type": "code",
@@ -11885,318 +11807,6 @@
"norm_label": "tooltip()",
"id": "frontend_application_components_tooltip_tooltip"
},
- {
- "label": ".constructor()",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.controller.ts",
- "source_location": "L28",
- "_callable": true,
- "_origin": "ast",
- "community": 7,
- "community_name": "CmsController",
- "norm_label": ".constructor()",
- "id": "backend_src_cms_cms_controller_cmscontroller_constructor"
- },
- {
- "label": ".createHeroBanner()",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.controller.ts",
- "source_location": "L39",
- "_callable": true,
- "_origin": "ast",
- "community": 7,
- "community_name": "CmsController",
- "norm_label": ".createherobanner()",
- "id": "backend_src_cms_cms_controller_cmscontroller_createherobanner"
- },
- {
- "label": ".createSmartAdvisorRule()",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.controller.ts",
- "source_location": "L95",
- "_callable": true,
- "_origin": "ast",
- "community": 7,
- "community_name": "CmsController",
- "norm_label": ".createsmartadvisorrule()",
- "id": "backend_src_cms_cms_controller_cmscontroller_createsmartadvisorrule"
- },
- {
- "label": ".createVetTestimonial()",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.controller.ts",
- "source_location": "L67",
- "_callable": true,
- "_origin": "ast",
- "community": 7,
- "community_name": "CmsController",
- "norm_label": ".createvettestimonial()",
- "id": "backend_src_cms_cms_controller_cmscontroller_createvettestimonial"
- },
- {
- "label": ".deleteHeroBanner()",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.controller.ts",
- "source_location": "L54",
- "_callable": true,
- "_origin": "ast",
- "community": 7,
- "community_name": "CmsController",
- "norm_label": ".deleteherobanner()",
- "id": "backend_src_cms_cms_controller_cmscontroller_deleteherobanner"
- },
- {
- "label": ".deleteSmartAdvisorRule()",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.controller.ts",
- "source_location": "L110",
- "_callable": true,
- "_origin": "ast",
- "community": 7,
- "community_name": "CmsController",
- "norm_label": ".deletesmartadvisorrule()",
- "id": "backend_src_cms_cms_controller_cmscontroller_deletesmartadvisorrule"
- },
- {
- "label": ".deleteVetTestimonial()",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.controller.ts",
- "source_location": "L82",
- "_callable": true,
- "_origin": "ast",
- "community": 7,
- "community_name": "CmsController",
- "norm_label": ".deletevettestimonial()",
- "id": "backend_src_cms_cms_controller_cmscontroller_deletevettestimonial"
- },
- {
- "label": ".getHeroBanners()",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.controller.ts",
- "source_location": "L33",
- "_callable": true,
- "_origin": "ast",
- "community": 7,
- "community_name": "CmsController",
- "norm_label": ".getherobanners()",
- "id": "backend_src_cms_cms_controller_cmscontroller_getherobanners"
- },
- {
- "label": ".getSmartAdvisorRules()",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.controller.ts",
- "source_location": "L89",
- "_callable": true,
- "_origin": "ast",
- "community": 7,
- "community_name": "CmsController",
- "norm_label": ".getsmartadvisorrules()",
- "id": "backend_src_cms_cms_controller_cmscontroller_getsmartadvisorrules"
- },
- {
- "label": ".getVetTestimonials()",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.controller.ts",
- "source_location": "L61",
- "_callable": true,
- "_origin": "ast",
- "community": 7,
- "community_name": "CmsController",
- "norm_label": ".getvettestimonials()",
- "id": "backend_src_cms_cms_controller_cmscontroller_getvettestimonials"
- },
- {
- "label": ".updateHeroBanner()",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.controller.ts",
- "source_location": "L45",
- "_callable": true,
- "_origin": "ast",
- "community": 7,
- "community_name": "CmsController",
- "norm_label": ".updateherobanner()",
- "id": "backend_src_cms_cms_controller_cmscontroller_updateherobanner"
- },
- {
- "label": ".updateSmartAdvisorRule()",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.controller.ts",
- "source_location": "L101",
- "_callable": true,
- "_origin": "ast",
- "community": 7,
- "community_name": "CmsController",
- "norm_label": ".updatesmartadvisorrule()",
- "id": "backend_src_cms_cms_controller_cmscontroller_updatesmartadvisorrule"
- },
- {
- "label": ".updateVetTestimonial()",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.controller.ts",
- "source_location": "L73",
- "_callable": true,
- "_origin": "ast",
- "community": 7,
- "community_name": "CmsController",
- "norm_label": ".updatevettestimonial()",
- "id": "backend_src_cms_cms_controller_cmscontroller_updatevettestimonial"
- },
- {
- "label": ".constructor()",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.service.ts",
- "source_location": "L11",
- "_callable": true,
- "_origin": "ast",
- "community": 7,
- "community_name": "CmsController",
- "norm_label": ".constructor()",
- "id": "backend_src_cms_cms_service_cmsservice_constructor"
- },
- {
- "label": ".createHeroBanner()",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.service.ts",
- "source_location": "L20",
- "_callable": true,
- "_origin": "ast",
- "community": 7,
- "community_name": "CmsController",
- "norm_label": ".createherobanner()",
- "id": "backend_src_cms_cms_service_cmsservice_createherobanner"
- },
- {
- "label": ".createSmartAdvisorRule()",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.service.ts",
- "source_location": "L67",
- "_callable": true,
- "_origin": "ast",
- "community": 7,
- "community_name": "CmsController",
- "norm_label": ".createsmartadvisorrule()",
- "id": "backend_src_cms_cms_service_cmsservice_createsmartadvisorrule"
- },
- {
- "label": ".createVetTestimonial()",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.service.ts",
- "source_location": "L41",
- "_callable": true,
- "_origin": "ast",
- "community": 7,
- "community_name": "CmsController",
- "norm_label": ".createvettestimonial()",
- "id": "backend_src_cms_cms_service_cmsservice_createvettestimonial"
- },
- {
- "label": ".deleteHeroBanner()",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.service.ts",
- "source_location": "L30",
- "_callable": true,
- "_origin": "ast",
- "community": 7,
- "community_name": "CmsController",
- "norm_label": ".deleteherobanner()",
- "id": "backend_src_cms_cms_service_cmsservice_deleteherobanner"
- },
- {
- "label": ".deleteSmartAdvisorRule()",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.service.ts",
- "source_location": "L82",
- "_callable": true,
- "_origin": "ast",
- "community": 7,
- "community_name": "CmsController",
- "norm_label": ".deletesmartadvisorrule()",
- "id": "backend_src_cms_cms_service_cmsservice_deletesmartadvisorrule"
- },
- {
- "label": ".deleteVetTestimonial()",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.service.ts",
- "source_location": "L56",
- "_callable": true,
- "_origin": "ast",
- "community": 7,
- "community_name": "CmsController",
- "norm_label": ".deletevettestimonial()",
- "id": "backend_src_cms_cms_service_cmsservice_deletevettestimonial"
- },
- {
- "label": ".getHeroBanners()",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.service.ts",
- "source_location": "L14",
- "_callable": true,
- "_origin": "ast",
- "community": 7,
- "community_name": "CmsController",
- "norm_label": ".getherobanners()",
- "id": "backend_src_cms_cms_service_cmsservice_getherobanners"
- },
- {
- "label": ".getSmartAdvisorRules()",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.service.ts",
- "source_location": "L61",
- "_callable": true,
- "_origin": "ast",
- "community": 7,
- "community_name": "CmsController",
- "norm_label": ".getsmartadvisorrules()",
- "id": "backend_src_cms_cms_service_cmsservice_getsmartadvisorrules"
- },
- {
- "label": ".getVetTestimonials()",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.service.ts",
- "source_location": "L35",
- "_callable": true,
- "_origin": "ast",
- "community": 7,
- "community_name": "CmsController",
- "norm_label": ".getvettestimonials()",
- "id": "backend_src_cms_cms_service_cmsservice_getvettestimonials"
- },
- {
- "label": ".updateHeroBanner()",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.service.ts",
- "source_location": "L24",
- "_callable": true,
- "_origin": "ast",
- "community": 7,
- "community_name": "CmsController",
- "norm_label": ".updateherobanner()",
- "id": "backend_src_cms_cms_service_cmsservice_updateherobanner"
- },
- {
- "label": ".updateSmartAdvisorRule()",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.service.ts",
- "source_location": "L71",
- "_callable": true,
- "_origin": "ast",
- "community": 7,
- "community_name": "CmsController",
- "norm_label": ".updatesmartadvisorrule()",
- "id": "backend_src_cms_cms_service_cmsservice_updatesmartadvisorrule"
- },
- {
- "label": ".updateVetTestimonial()",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.service.ts",
- "source_location": "L45",
- "_callable": true,
- "_origin": "ast",
- "community": 7,
- "community_name": "CmsController",
- "norm_label": ".updatevettestimonial()",
- "id": "backend_src_cms_cms_service_cmsservice_updatevettestimonial"
- },
{
"label": ".constructor()",
"file_type": "code",
@@ -12245,6 +11855,50 @@
"norm_label": ".gethomedata()",
"id": "backend_src_home_home_service_homeservice_gethomedata"
},
+ {
+ "label": ".handleZibalCallback()",
+ "file_type": "code",
+ "source_file": "backend/src/payment/payment.controller.ts",
+ "source_location": "L93",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 76,
+ "norm_label": ".handlezibalcallback()",
+ "id": "backend_src_payment_payment_controller_paymentcontroller_handlezibalcallback"
+ },
+ {
+ "label": ".handleZibalLazyCallback()",
+ "file_type": "code",
+ "source_file": "backend/src/payment/payment.controller.ts",
+ "source_location": "L163",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 76,
+ "norm_label": ".handleziballazycallback()",
+ "id": "backend_src_payment_payment_controller_paymentcontroller_handleziballazycallback"
+ },
+ {
+ "label": ".initiateOrderPayment()",
+ "file_type": "code",
+ "source_file": "backend/src/payment/payment.controller.ts",
+ "source_location": "L54",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 76,
+ "norm_label": ".initiateorderpayment()",
+ "id": "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment"
+ },
+ {
+ "label": ".initiateWalletTopup()",
+ "file_type": "code",
+ "source_file": "backend/src/payment/payment.controller.ts",
+ "source_location": "L75",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 76,
+ "norm_label": ".initiatewallettopup()",
+ "id": "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup"
+ },
{
"label": ".checkHealth()",
"file_type": "code",
@@ -12252,7 +11906,7 @@
"source_location": "L54",
"_callable": true,
"_origin": "ast",
- "community": 76,
+ "community": 77,
"norm_label": ".checkhealth()",
"id": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_checkhealth"
},
@@ -12263,7 +11917,7 @@
"source_location": "L49",
"_callable": true,
"_origin": "ast",
- "community": 76,
+ "community": 77,
"norm_label": ".getgatewayname()",
"id": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_getgatewayname"
},
@@ -12274,7 +11928,7 @@
"source_location": "L53",
"_callable": true,
"_origin": "ast",
- "community": 76,
+ "community": 77,
"norm_label": ".getstarturl()",
"id": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_getstarturl"
},
@@ -12285,7 +11939,7 @@
"source_location": "L52",
"_callable": true,
"_origin": "ast",
- "community": 76,
+ "community": 77,
"norm_label": ".inquirypayment()",
"id": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_inquirypayment"
},
@@ -12296,7 +11950,7 @@
"source_location": "L50",
"_callable": true,
"_origin": "ast",
- "community": 76,
+ "community": 77,
"norm_label": ".requestpayment()",
"id": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_requestpayment"
},
@@ -12307,7 +11961,7 @@
"source_location": "L51",
"_callable": true,
"_origin": "ast",
- "community": 76,
+ "community": 77,
"norm_label": ".verifypayment()",
"id": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_verifypayment"
},
@@ -12318,7 +11972,7 @@
"source_location": "L2",
"_callable": true,
"_origin": "ast",
- "community": 77,
+ "community": 78,
"community_name": "Orders.tsx",
"norm_label": "skeleton()",
"id": "frontend_admin_panel_src_components_ui_skeleton_skeleton"
@@ -12330,7 +11984,7 @@
"source_location": "L93",
"_callable": true,
"_origin": "ast",
- "community": 77,
+ "community": 78,
"norm_label": "getpaymentmethodlabel()",
"id": "frontend_admin_panel_src_pages_orders_getpaymentmethodlabel"
},
@@ -12341,7 +11995,7 @@
"source_location": "L110",
"_callable": true,
"_origin": "ast",
- "community": 77,
+ "community": 78,
"norm_label": "orders()",
"id": "frontend_admin_panel_src_pages_orders_orders"
},
@@ -12352,7 +12006,7 @@
"source_location": "L104",
"_callable": true,
"_origin": "ast",
- "community": 77,
+ "community": 78,
"norm_label": "topersiandigits()",
"id": "frontend_admin_panel_src_pages_orders_topersiandigits"
},
@@ -12363,174 +12017,321 @@
"source_location": "L41",
"_callable": true,
"_origin": "ast",
- "community": 77,
+ "community": 78,
"norm_label": "users()",
"id": "frontend_admin_panel_src_pages_users_users"
},
{
"label": ".constructor()",
"file_type": "code",
- "source_file": "backend/src/tickets/tickets.controller.ts",
+ "source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L28",
"_callable": true,
"_origin": "ast",
"community": 8,
+ "community_name": "CmsController",
"norm_label": ".constructor()",
- "id": "backend_src_tickets_tickets_controller_ticketscontroller_constructor"
+ "id": "backend_src_cms_cms_controller_cmscontroller_constructor"
},
{
- "label": ".createTicket()",
+ "label": ".createHeroBanner()",
"file_type": "code",
- "source_file": "backend/src/tickets/tickets.controller.ts",
- "source_location": "L34",
+ "source_file": "backend/src/cms/cms.controller.ts",
+ "source_location": "L39",
"_callable": true,
"_origin": "ast",
"community": 8,
- "norm_label": ".createticket()",
- "id": "backend_src_tickets_tickets_controller_ticketscontroller_createticket"
+ "community_name": "CmsController",
+ "norm_label": ".createherobanner()",
+ "id": "backend_src_cms_cms_controller_cmscontroller_createherobanner"
},
{
- "label": ".getAdminTickets()",
+ "label": ".createSmartAdvisorRule()",
"file_type": "code",
- "source_file": "backend/src/tickets/tickets.controller.ts",
- "source_location": "L81",
+ "source_file": "backend/src/cms/cms.controller.ts",
+ "source_location": "L95",
"_callable": true,
"_origin": "ast",
"community": 8,
- "norm_label": ".getadmintickets()",
- "id": "backend_src_tickets_tickets_controller_ticketscontroller_getadmintickets"
+ "community_name": "CmsController",
+ "norm_label": ".createsmartadvisorrule()",
+ "id": "backend_src_cms_cms_controller_cmscontroller_createsmartadvisorrule"
},
{
- "label": ".getMyTickets()",
+ "label": ".createVetTestimonial()",
"file_type": "code",
- "source_file": "backend/src/tickets/tickets.controller.ts",
+ "source_file": "backend/src/cms/cms.controller.ts",
+ "source_location": "L67",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 8,
+ "community_name": "CmsController",
+ "norm_label": ".createvettestimonial()",
+ "id": "backend_src_cms_cms_controller_cmscontroller_createvettestimonial"
+ },
+ {
+ "label": ".deleteHeroBanner()",
+ "file_type": "code",
+ "source_file": "backend/src/cms/cms.controller.ts",
+ "source_location": "L54",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 8,
+ "community_name": "CmsController",
+ "norm_label": ".deleteherobanner()",
+ "id": "backend_src_cms_cms_controller_cmscontroller_deleteherobanner"
+ },
+ {
+ "label": ".deleteSmartAdvisorRule()",
+ "file_type": "code",
+ "source_file": "backend/src/cms/cms.controller.ts",
+ "source_location": "L110",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 8,
+ "community_name": "CmsController",
+ "norm_label": ".deletesmartadvisorrule()",
+ "id": "backend_src_cms_cms_controller_cmscontroller_deletesmartadvisorrule"
+ },
+ {
+ "label": ".deleteVetTestimonial()",
+ "file_type": "code",
+ "source_file": "backend/src/cms/cms.controller.ts",
+ "source_location": "L82",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 8,
+ "community_name": "CmsController",
+ "norm_label": ".deletevettestimonial()",
+ "id": "backend_src_cms_cms_controller_cmscontroller_deletevettestimonial"
+ },
+ {
+ "label": ".getHeroBanners()",
+ "file_type": "code",
+ "source_file": "backend/src/cms/cms.controller.ts",
+ "source_location": "L33",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 8,
+ "community_name": "CmsController",
+ "norm_label": ".getherobanners()",
+ "id": "backend_src_cms_cms_controller_cmscontroller_getherobanners"
+ },
+ {
+ "label": ".getSmartAdvisorRules()",
+ "file_type": "code",
+ "source_file": "backend/src/cms/cms.controller.ts",
+ "source_location": "L89",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 8,
+ "community_name": "CmsController",
+ "norm_label": ".getsmartadvisorrules()",
+ "id": "backend_src_cms_cms_controller_cmscontroller_getsmartadvisorrules"
+ },
+ {
+ "label": ".getVetTestimonials()",
+ "file_type": "code",
+ "source_file": "backend/src/cms/cms.controller.ts",
+ "source_location": "L61",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 8,
+ "community_name": "CmsController",
+ "norm_label": ".getvettestimonials()",
+ "id": "backend_src_cms_cms_controller_cmscontroller_getvettestimonials"
+ },
+ {
+ "label": ".updateHeroBanner()",
+ "file_type": "code",
+ "source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L45",
"_callable": true,
"_origin": "ast",
"community": 8,
- "norm_label": ".getmytickets()",
- "id": "backend_src_tickets_tickets_controller_ticketscontroller_getmytickets"
+ "community_name": "CmsController",
+ "norm_label": ".updateherobanner()",
+ "id": "backend_src_cms_cms_controller_cmscontroller_updateherobanner"
},
{
- "label": ".getTicketDetails()",
+ "label": ".updateSmartAdvisorRule()",
"file_type": "code",
- "source_file": "backend/src/tickets/tickets.controller.ts",
- "source_location": "L53",
+ "source_file": "backend/src/cms/cms.controller.ts",
+ "source_location": "L101",
"_callable": true,
"_origin": "ast",
"community": 8,
- "norm_label": ".getticketdetails()",
- "id": "backend_src_tickets_tickets_controller_ticketscontroller_getticketdetails"
+ "community_name": "CmsController",
+ "norm_label": ".updatesmartadvisorrule()",
+ "id": "backend_src_cms_cms_controller_cmscontroller_updatesmartadvisorrule"
},
{
- "label": ".replyTicket()",
+ "label": ".updateVetTestimonial()",
"file_type": "code",
- "source_file": "backend/src/tickets/tickets.controller.ts",
- "source_location": "L65",
- "_callable": true,
- "_origin": "ast",
- "community": 8,
- "norm_label": ".replyticket()",
- "id": "backend_src_tickets_tickets_controller_ticketscontroller_replyticket"
- },
- {
- "label": ".updateTicketStatus()",
- "file_type": "code",
- "source_file": "backend/src/tickets/tickets.controller.ts",
- "source_location": "L90",
- "_callable": true,
- "_origin": "ast",
- "community": 8,
- "norm_label": ".updateticketstatus()",
- "id": "backend_src_tickets_tickets_controller_ticketscontroller_updateticketstatus"
- },
- {
- "label": ".constructor()",
- "file_type": "code",
- "source_file": "backend/src/tickets/tickets.service.ts",
- "source_location": "L17",
- "_callable": true,
- "_origin": "ast",
- "community": 8,
- "norm_label": ".constructor()",
- "id": "backend_src_tickets_tickets_service_ticketsservice_constructor"
- },
- {
- "label": ".createTicket()",
- "file_type": "code",
- "source_file": "backend/src/tickets/tickets.service.ts",
- "source_location": "L27",
- "_callable": true,
- "_origin": "ast",
- "community": 8,
- "norm_label": ".createticket()",
- "id": "backend_src_tickets_tickets_service_ticketsservice_createticket"
- },
- {
- "label": ".generateTicketNumber()",
- "file_type": "code",
- "source_file": "backend/src/tickets/tickets.service.ts",
- "source_location": "L19",
- "_callable": true,
- "_origin": "ast",
- "community": 8,
- "norm_label": ".generateticketnumber()",
- "id": "backend_src_tickets_tickets_service_ticketsservice_generateticketnumber"
- },
- {
- "label": ".getAdminTickets()",
- "file_type": "code",
- "source_file": "backend/src/tickets/tickets.service.ts",
- "source_location": "L189",
- "_callable": true,
- "_origin": "ast",
- "community": 8,
- "norm_label": ".getadmintickets()",
- "id": "backend_src_tickets_tickets_service_ticketsservice_getadmintickets"
- },
- {
- "label": ".getTicketDetails()",
- "file_type": "code",
- "source_file": "backend/src/tickets/tickets.service.ts",
- "source_location": "L94",
- "_callable": true,
- "_origin": "ast",
- "community": 8,
- "norm_label": ".getticketdetails()",
- "id": "backend_src_tickets_tickets_service_ticketsservice_getticketdetails"
- },
- {
- "label": ".getUserTickets()",
- "file_type": "code",
- "source_file": "backend/src/tickets/tickets.service.ts",
+ "source_file": "backend/src/cms/cms.controller.ts",
"source_location": "L73",
"_callable": true,
"_origin": "ast",
"community": 8,
- "norm_label": ".getusertickets()",
- "id": "backend_src_tickets_tickets_service_ticketsservice_getusertickets"
+ "community_name": "CmsController",
+ "norm_label": ".updatevettestimonial()",
+ "id": "backend_src_cms_cms_controller_cmscontroller_updatevettestimonial"
},
{
- "label": ".replyToTicket()",
+ "label": ".constructor()",
"file_type": "code",
- "source_file": "backend/src/tickets/tickets.service.ts",
- "source_location": "L132",
+ "source_file": "backend/src/cms/cms.service.ts",
+ "source_location": "L11",
"_callable": true,
"_origin": "ast",
"community": 8,
- "norm_label": ".replytoticket()",
- "id": "backend_src_tickets_tickets_service_ticketsservice_replytoticket"
+ "community_name": "CmsController",
+ "norm_label": ".constructor()",
+ "id": "backend_src_cms_cms_service_cmsservice_constructor"
},
{
- "label": ".updateTicketStatus()",
+ "label": ".createHeroBanner()",
"file_type": "code",
- "source_file": "backend/src/tickets/tickets.service.ts",
- "source_location": "L261",
+ "source_file": "backend/src/cms/cms.service.ts",
+ "source_location": "L20",
"_callable": true,
"_origin": "ast",
"community": 8,
- "norm_label": ".updateticketstatus()",
- "id": "backend_src_tickets_tickets_service_ticketsservice_updateticketstatus"
+ "community_name": "CmsController",
+ "norm_label": ".createherobanner()",
+ "id": "backend_src_cms_cms_service_cmsservice_createherobanner"
+ },
+ {
+ "label": ".createSmartAdvisorRule()",
+ "file_type": "code",
+ "source_file": "backend/src/cms/cms.service.ts",
+ "source_location": "L67",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 8,
+ "community_name": "CmsController",
+ "norm_label": ".createsmartadvisorrule()",
+ "id": "backend_src_cms_cms_service_cmsservice_createsmartadvisorrule"
+ },
+ {
+ "label": ".createVetTestimonial()",
+ "file_type": "code",
+ "source_file": "backend/src/cms/cms.service.ts",
+ "source_location": "L41",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 8,
+ "community_name": "CmsController",
+ "norm_label": ".createvettestimonial()",
+ "id": "backend_src_cms_cms_service_cmsservice_createvettestimonial"
+ },
+ {
+ "label": ".deleteHeroBanner()",
+ "file_type": "code",
+ "source_file": "backend/src/cms/cms.service.ts",
+ "source_location": "L30",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 8,
+ "community_name": "CmsController",
+ "norm_label": ".deleteherobanner()",
+ "id": "backend_src_cms_cms_service_cmsservice_deleteherobanner"
+ },
+ {
+ "label": ".deleteSmartAdvisorRule()",
+ "file_type": "code",
+ "source_file": "backend/src/cms/cms.service.ts",
+ "source_location": "L82",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 8,
+ "community_name": "CmsController",
+ "norm_label": ".deletesmartadvisorrule()",
+ "id": "backend_src_cms_cms_service_cmsservice_deletesmartadvisorrule"
+ },
+ {
+ "label": ".deleteVetTestimonial()",
+ "file_type": "code",
+ "source_file": "backend/src/cms/cms.service.ts",
+ "source_location": "L56",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 8,
+ "community_name": "CmsController",
+ "norm_label": ".deletevettestimonial()",
+ "id": "backend_src_cms_cms_service_cmsservice_deletevettestimonial"
+ },
+ {
+ "label": ".getHeroBanners()",
+ "file_type": "code",
+ "source_file": "backend/src/cms/cms.service.ts",
+ "source_location": "L14",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 8,
+ "community_name": "CmsController",
+ "norm_label": ".getherobanners()",
+ "id": "backend_src_cms_cms_service_cmsservice_getherobanners"
+ },
+ {
+ "label": ".getSmartAdvisorRules()",
+ "file_type": "code",
+ "source_file": "backend/src/cms/cms.service.ts",
+ "source_location": "L61",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 8,
+ "community_name": "CmsController",
+ "norm_label": ".getsmartadvisorrules()",
+ "id": "backend_src_cms_cms_service_cmsservice_getsmartadvisorrules"
+ },
+ {
+ "label": ".getVetTestimonials()",
+ "file_type": "code",
+ "source_file": "backend/src/cms/cms.service.ts",
+ "source_location": "L35",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 8,
+ "community_name": "CmsController",
+ "norm_label": ".getvettestimonials()",
+ "id": "backend_src_cms_cms_service_cmsservice_getvettestimonials"
+ },
+ {
+ "label": ".updateHeroBanner()",
+ "file_type": "code",
+ "source_file": "backend/src/cms/cms.service.ts",
+ "source_location": "L24",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 8,
+ "community_name": "CmsController",
+ "norm_label": ".updateherobanner()",
+ "id": "backend_src_cms_cms_service_cmsservice_updateherobanner"
+ },
+ {
+ "label": ".updateSmartAdvisorRule()",
+ "file_type": "code",
+ "source_file": "backend/src/cms/cms.service.ts",
+ "source_location": "L71",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 8,
+ "community_name": "CmsController",
+ "norm_label": ".updatesmartadvisorrule()",
+ "id": "backend_src_cms_cms_service_cmsservice_updatesmartadvisorrule"
+ },
+ {
+ "label": ".updateVetTestimonial()",
+ "file_type": "code",
+ "source_file": "backend/src/cms/cms.service.ts",
+ "source_location": "L45",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 8,
+ "community_name": "CmsController",
+ "norm_label": ".updatevettestimonial()",
+ "id": "backend_src_cms_cms_service_cmsservice_updatevettestimonial"
},
{
"label": "main()",
@@ -12539,7 +12340,7 @@
"source_location": "L5",
"_callable": true,
"_origin": "ast",
- "community": 80,
+ "community": 81,
"norm_label": "main()",
"id": "backend_prisma_seed_home_main"
},
@@ -12550,7 +12351,7 @@
"source_location": "L11",
"_callable": true,
"_origin": "ast",
- "community": 80,
+ "community": 81,
"norm_label": "main()",
"id": "backend_prisma_seed_main"
},
@@ -12561,7 +12362,7 @@
"source_location": "L16",
"_callable": true,
"_origin": "ast",
- "community": 80,
+ "community": 81,
"norm_label": "determinesuitablefor()",
"id": "backend_prisma_seed_products_determinesuitablefor"
},
@@ -12572,7 +12373,7 @@
"source_location": "L128",
"_callable": true,
"_origin": "ast",
- "community": 80,
+ "community": 81,
"norm_label": "findorcreatecategory()",
"id": "backend_prisma_seed_products_findorcreatecategory"
},
@@ -12583,7 +12384,7 @@
"source_location": "L41",
"_callable": true,
"_origin": "ast",
- "community": 80,
+ "community": 81,
"norm_label": "getproductimageurl()",
"id": "backend_prisma_seed_products_getproductimageurl"
},
@@ -12594,7 +12395,7 @@
"source_location": "L268",
"_callable": true,
"_origin": "ast",
- "community": 80,
+ "community": 81,
"norm_label": "main()",
"id": "backend_prisma_seed_products_main"
},
@@ -12605,7 +12406,7 @@
"source_location": "L31",
"_callable": true,
"_origin": "ast",
- "community": 80,
+ "community": 81,
"norm_label": "parsesize()",
"id": "backend_prisma_seed_products_parsesize"
},
@@ -12616,10 +12417,44 @@
"source_location": "L7",
"_callable": true,
"_origin": "ast",
- "community": 80,
+ "community": 81,
"norm_label": "slugify()",
"id": "backend_prisma_seed_products_slugify"
},
+ {
+ "label": "ProtectedRoute()",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/components/ProtectedRoute.tsx",
+ "source_location": "L7",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 86,
+ "community_name": "src/services/api.ts",
+ "norm_label": "protectedroute()",
+ "id": "frontend_admin_panel_src_components_protectedroute_protectedroute"
+ },
+ {
+ "label": "Topbar()",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/components/Topbar.tsx",
+ "source_location": "L45",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 86,
+ "norm_label": "topbar()",
+ "id": "frontend_admin_panel_src_components_topbar_topbar"
+ },
+ {
+ "label": "processQueue()",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/services/api.ts",
+ "source_location": "L37",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 86,
+ "norm_label": "processqueue()",
+ "id": "frontend_admin_panel_src_services_api_processqueue"
+ },
{
"label": "Videos()",
"file_type": "code",
@@ -12627,7 +12462,7 @@
"source_location": "L3",
"_callable": true,
"_origin": "ast",
- "community": 85,
+ "community": 87,
"community_name": "VetGallery.tsx",
"norm_label": "videos()",
"id": "frontend_application_app_videos_page_videos"
@@ -12639,7 +12474,7 @@
"source_location": "L15",
"_callable": true,
"_origin": "ast",
- "community": 85,
+ "community": 87,
"norm_label": "safeimage()",
"id": "frontend_application_components_safeimage_safeimage"
},
@@ -12650,10 +12485,175 @@
"source_location": "L59",
"_callable": true,
"_origin": "ast",
- "community": 85,
+ "community": 87,
"norm_label": "videospage()",
"id": "frontend_application_components_videospage_videospage"
},
+ {
+ "label": ".constructor()",
+ "file_type": "code",
+ "source_file": "backend/src/tickets/tickets.controller.ts",
+ "source_location": "L28",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 9,
+ "norm_label": ".constructor()",
+ "id": "backend_src_tickets_tickets_controller_ticketscontroller_constructor"
+ },
+ {
+ "label": ".createTicket()",
+ "file_type": "code",
+ "source_file": "backend/src/tickets/tickets.controller.ts",
+ "source_location": "L34",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 9,
+ "norm_label": ".createticket()",
+ "id": "backend_src_tickets_tickets_controller_ticketscontroller_createticket"
+ },
+ {
+ "label": ".getAdminTickets()",
+ "file_type": "code",
+ "source_file": "backend/src/tickets/tickets.controller.ts",
+ "source_location": "L81",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 9,
+ "norm_label": ".getadmintickets()",
+ "id": "backend_src_tickets_tickets_controller_ticketscontroller_getadmintickets"
+ },
+ {
+ "label": ".getMyTickets()",
+ "file_type": "code",
+ "source_file": "backend/src/tickets/tickets.controller.ts",
+ "source_location": "L45",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 9,
+ "norm_label": ".getmytickets()",
+ "id": "backend_src_tickets_tickets_controller_ticketscontroller_getmytickets"
+ },
+ {
+ "label": ".getTicketDetails()",
+ "file_type": "code",
+ "source_file": "backend/src/tickets/tickets.controller.ts",
+ "source_location": "L53",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 9,
+ "norm_label": ".getticketdetails()",
+ "id": "backend_src_tickets_tickets_controller_ticketscontroller_getticketdetails"
+ },
+ {
+ "label": ".replyTicket()",
+ "file_type": "code",
+ "source_file": "backend/src/tickets/tickets.controller.ts",
+ "source_location": "L65",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 9,
+ "norm_label": ".replyticket()",
+ "id": "backend_src_tickets_tickets_controller_ticketscontroller_replyticket"
+ },
+ {
+ "label": ".updateTicketStatus()",
+ "file_type": "code",
+ "source_file": "backend/src/tickets/tickets.controller.ts",
+ "source_location": "L90",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 9,
+ "norm_label": ".updateticketstatus()",
+ "id": "backend_src_tickets_tickets_controller_ticketscontroller_updateticketstatus"
+ },
+ {
+ "label": ".constructor()",
+ "file_type": "code",
+ "source_file": "backend/src/tickets/tickets.service.ts",
+ "source_location": "L17",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 9,
+ "norm_label": ".constructor()",
+ "id": "backend_src_tickets_tickets_service_ticketsservice_constructor"
+ },
+ {
+ "label": ".createTicket()",
+ "file_type": "code",
+ "source_file": "backend/src/tickets/tickets.service.ts",
+ "source_location": "L27",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 9,
+ "norm_label": ".createticket()",
+ "id": "backend_src_tickets_tickets_service_ticketsservice_createticket"
+ },
+ {
+ "label": ".generateTicketNumber()",
+ "file_type": "code",
+ "source_file": "backend/src/tickets/tickets.service.ts",
+ "source_location": "L19",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 9,
+ "norm_label": ".generateticketnumber()",
+ "id": "backend_src_tickets_tickets_service_ticketsservice_generateticketnumber"
+ },
+ {
+ "label": ".getAdminTickets()",
+ "file_type": "code",
+ "source_file": "backend/src/tickets/tickets.service.ts",
+ "source_location": "L189",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 9,
+ "norm_label": ".getadmintickets()",
+ "id": "backend_src_tickets_tickets_service_ticketsservice_getadmintickets"
+ },
+ {
+ "label": ".getTicketDetails()",
+ "file_type": "code",
+ "source_file": "backend/src/tickets/tickets.service.ts",
+ "source_location": "L94",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 9,
+ "norm_label": ".getticketdetails()",
+ "id": "backend_src_tickets_tickets_service_ticketsservice_getticketdetails"
+ },
+ {
+ "label": ".getUserTickets()",
+ "file_type": "code",
+ "source_file": "backend/src/tickets/tickets.service.ts",
+ "source_location": "L73",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 9,
+ "norm_label": ".getusertickets()",
+ "id": "backend_src_tickets_tickets_service_ticketsservice_getusertickets"
+ },
+ {
+ "label": ".replyToTicket()",
+ "file_type": "code",
+ "source_file": "backend/src/tickets/tickets.service.ts",
+ "source_location": "L132",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 9,
+ "norm_label": ".replytoticket()",
+ "id": "backend_src_tickets_tickets_service_ticketsservice_replytoticket"
+ },
+ {
+ "label": ".updateTicketStatus()",
+ "file_type": "code",
+ "source_file": "backend/src/tickets/tickets.service.ts",
+ "source_location": "L261",
+ "_callable": true,
+ "_origin": "ast",
+ "community": 9,
+ "norm_label": ".updateticketstatus()",
+ "id": "backend_src_tickets_tickets_service_ticketsservice_updateticketstatus"
+ },
{
"label": ".constructor()",
"file_type": "code",
@@ -12661,7 +12661,7 @@
"source_location": "L8",
"_callable": true,
"_origin": "ast",
- "community": 88,
+ "community": 90,
"community_name": "PaginationDto",
"norm_label": ".constructor()",
"id": "backend_src_wiki_wiki_service_wikiservice_constructor"
@@ -12673,7 +12673,7 @@
"source_location": "L10",
"_callable": true,
"_origin": "ast",
- "community": 88,
+ "community": 90,
"community_name": "PaginationDto",
"norm_label": ".findall()",
"id": "backend_src_wiki_wiki_service_wikiservice_findall"
@@ -12685,7 +12685,7 @@
"source_location": "L52",
"_callable": true,
"_origin": "ast",
- "community": 88,
+ "community": 90,
"community_name": "PaginationDto",
"norm_label": ".findonebykey()",
"id": "backend_src_wiki_wiki_service_wikiservice_findonebykey"
@@ -12697,7 +12697,7 @@
"source_location": "L19",
"_callable": true,
"_origin": "ast",
- "community": 88,
+ "community": 90,
"community_name": "WikiController",
"norm_label": ".constructor()",
"id": "backend_src_wiki_wiki_controller_wikicontroller_constructor"
@@ -12709,7 +12709,7 @@
"source_location": "L38",
"_callable": true,
"_origin": "ast",
- "community": 93,
+ "community": 95,
"community_name": "PetsController",
"norm_label": ".deletepet()",
"id": "backend_src_admin_pets_controller_petscontroller_deletepet"
@@ -12721,7 +12721,7 @@
"source_location": "L32",
"_callable": true,
"_origin": "ast",
- "community": 93,
+ "community": 95,
"community_name": "PetsController",
"norm_label": ".getpets()",
"id": "backend_src_admin_pets_controller_petscontroller_getpets"
@@ -12733,7 +12733,7 @@
"source_location": "L19",
"_callable": true,
"_origin": "ast",
- "community": 96,
+ "community": 98,
"community_name": "BlogsController",
"norm_label": ".constructor()",
"id": "backend_src_blogs_blogs_controller_blogscontroller_constructor"
@@ -12745,7 +12745,7 @@
"source_location": "L24",
"_callable": true,
"_origin": "ast",
- "community": 96,
+ "community": 98,
"community_name": "BlogsController",
"norm_label": ".findall()",
"id": "backend_src_blogs_blogs_controller_blogscontroller_findall"
@@ -12757,7 +12757,7 @@
"source_location": "L32",
"_callable": true,
"_origin": "ast",
- "community": 96,
+ "community": 98,
"community_name": "BlogsController",
"norm_label": ".findone()",
"id": "backend_src_blogs_blogs_controller_blogscontroller_findone"
@@ -12769,7 +12769,7 @@
"source_location": "L260",
"_callable": true,
"_origin": "ast",
- "community": 97,
+ "community": 99,
"community_name": "PetsService",
"norm_label": ".addhealthlog()",
"id": "backend_src_pets_pets_service_petsservice_addhealthlog"
@@ -12781,7 +12781,7 @@
"source_location": "L198",
"_callable": true,
"_origin": "ast",
- "community": 97,
+ "community": 99,
"community_name": "PetsService",
"norm_label": ".addreminder()",
"id": "backend_src_pets_pets_service_petsservice_addreminder"
@@ -12793,7 +12793,7 @@
"source_location": "L24",
"_callable": true,
"_origin": "ast",
- "community": 97,
+ "community": 99,
"community_name": "PetsService",
"norm_label": ".constructor()",
"id": "backend_src_pets_pets_service_petsservice_constructor"
@@ -12805,7 +12805,7 @@
"source_location": "L26",
"_callable": true,
"_origin": "ast",
- "community": 97,
+ "community": 99,
"community_name": "PetsService",
"norm_label": ".create()",
"id": "backend_src_pets_pets_service_petsservice_create"
@@ -12817,7 +12817,7 @@
"source_location": "L49",
"_callable": true,
"_origin": "ast",
- "community": 97,
+ "community": 99,
"community_name": "PetsService",
"norm_label": ".findalladmin()",
"id": "backend_src_pets_pets_service_petsservice_findalladmin"
@@ -12829,7 +12829,7 @@
"source_location": "L109",
"_callable": true,
"_origin": "ast",
- "community": 97,
+ "community": 99,
"community_name": "PetsService",
"norm_label": ".findallbyuser()",
"id": "backend_src_pets_pets_service_petsservice_findallbyuser"
@@ -12841,7 +12841,7 @@
"source_location": "L150",
"_callable": true,
"_origin": "ast",
- "community": 97,
+ "community": 99,
"community_name": "PetsService",
"norm_label": ".findone()",
"id": "backend_src_pets_pets_service_petsservice_findone"
@@ -12853,7 +12853,7 @@
"source_location": "L191",
"_callable": true,
"_origin": "ast",
- "community": 97,
+ "community": 99,
"community_name": "PetsService",
"norm_label": ".remove()",
"id": "backend_src_pets_pets_service_petsservice_remove"
@@ -12865,7 +12865,7 @@
"source_location": "L211",
"_callable": true,
"_origin": "ast",
- "community": 97,
+ "community": 99,
"community_name": "PetsService",
"norm_label": ".togglereminder()",
"id": "backend_src_pets_pets_service_petsservice_togglereminder"
@@ -12877,7 +12877,7 @@
"source_location": "L161",
"_callable": true,
"_origin": "ast",
- "community": 97,
+ "community": 99,
"community_name": "PetsService",
"norm_label": ".update()",
"id": "backend_src_pets_pets_service_petsservice_update"
@@ -13612,13 +13612,266 @@
"norm_label": "useuserstore",
"id": "frontend_application_lib_store_userstore_useuserstore"
},
+ {
+ "label": "26-phase2-integrity-repair-report.md",
+ "file_type": "document",
+ "source_file": "docs/audit/26-phase2-integrity-repair-report.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 100,
+ "community_name": "1. Summary of Integrity Repairs Performed",
+ "norm_label": "26-phase2-integrity-repair-report.md",
+ "id": "docs_audit_26_phase2_integrity_repair_report"
+ },
+ {
+ "label": "1.1 Authoritative Source File Inventory Rebuilt",
+ "file_type": "document",
+ "source_file": "docs/audit/26-phase2-integrity-repair-report.md",
+ "source_location": "L12",
+ "_origin": "ast",
+ "community": 100,
+ "community_name": "1. Summary of Integrity Repairs Performed",
+ "norm_label": "1.1 authoritative source file inventory rebuilt",
+ "id": "docs_audit_26_phase2_integrity_repair_report_1_1_authoritative_source_file_inventory_rebuilt"
+ },
+ {
+ "label": "1.2 Raw Finding Dispositions Reconciled",
+ "file_type": "document",
+ "source_file": "docs/audit/26-phase2-integrity-repair-report.md",
+ "source_location": "L18",
+ "_origin": "ast",
+ "community": 100,
+ "community_name": "1. Summary of Integrity Repairs Performed",
+ "norm_label": "1.2 raw finding dispositions reconciled",
+ "id": "docs_audit_26_phase2_integrity_repair_report_1_2_raw_finding_dispositions_reconciled"
+ },
+ {
+ "label": "1.3 Finding Identifier Normalization",
+ "file_type": "document",
+ "source_file": "docs/audit/26-phase2-integrity-repair-report.md",
+ "source_location": "L27",
+ "_origin": "ast",
+ "community": 100,
+ "community_name": "1. Summary of Integrity Repairs Performed",
+ "norm_label": "1.3 finding identifier normalization",
+ "id": "docs_audit_26_phase2_integrity_repair_report_1_3_finding_identifier_normalization"
+ },
+ {
+ "label": "1.4 Rejected Finding Cleanup",
+ "file_type": "document",
+ "source_file": "docs/audit/26-phase2-integrity-repair-report.md",
+ "source_location": "L34",
+ "_origin": "ast",
+ "community": 100,
+ "community_name": "1. Summary of Integrity Repairs Performed",
+ "norm_label": "1.4 rejected finding cleanup",
+ "id": "docs_audit_26_phase2_integrity_repair_report_1_4_rejected_finding_cleanup"
+ },
+ {
+ "label": "1. Summary of Integrity Repairs Performed",
+ "file_type": "document",
+ "source_file": "docs/audit/26-phase2-integrity-repair-report.md",
+ "source_location": "L10",
+ "_origin": "ast",
+ "community": 100,
+ "community_name": "1. Summary of Integrity Repairs Performed",
+ "norm_label": "1. summary of integrity repairs performed",
+ "id": "docs_audit_26_phase2_integrity_repair_report_1_summary_of_integrity_repairs_performed"
+ },
+ {
+ "label": "2. Final Verified Finding Metrics",
+ "file_type": "document",
+ "source_file": "docs/audit/26-phase2-integrity-repair-report.md",
+ "source_location": "L39",
+ "_origin": "ast",
+ "community": 100,
+ "community_name": "1. Summary of Integrity Repairs Performed",
+ "norm_label": "2. final verified finding metrics",
+ "id": "docs_audit_26_phase2_integrity_repair_report_2_final_verified_finding_metrics"
+ },
+ {
+ "label": "3. Reference and Compiler Integrity Results",
+ "file_type": "document",
+ "source_file": "docs/audit/26-phase2-integrity-repair-report.md",
+ "source_location": "L57",
+ "_origin": "ast",
+ "community": 100,
+ "community_name": "1. Summary of Integrity Repairs Performed",
+ "norm_label": "3. reference and compiler integrity results",
+ "id": "docs_audit_26_phase2_integrity_repair_report_3_reference_and_compiler_integrity_results"
+ },
+ {
+ "label": "4. Quality Gate Conclusion",
+ "file_type": "document",
+ "source_file": "docs/audit/26-phase2-integrity-repair-report.md",
+ "source_location": "L64",
+ "_origin": "ast",
+ "community": 100,
+ "community_name": "1. Summary of Integrity Repairs Performed",
+ "norm_label": "4. quality gate conclusion",
+ "id": "docs_audit_26_phase2_integrity_repair_report_4_quality_gate_conclusion"
+ },
+ {
+ "label": "By Confidence",
+ "file_type": "document",
+ "source_file": "docs/audit/26-phase2-integrity-repair-report.md",
+ "source_location": "L49",
+ "_origin": "ast",
+ "community": 100,
+ "community_name": "1. Summary of Integrity Repairs Performed",
+ "norm_label": "by confidence",
+ "id": "docs_audit_26_phase2_integrity_repair_report_by_confidence"
+ },
+ {
+ "label": "By Severity",
+ "file_type": "document",
+ "source_file": "docs/audit/26-phase2-integrity-repair-report.md",
+ "source_location": "L41",
+ "_origin": "ast",
+ "community": 100,
+ "community_name": "1. Summary of Integrity Repairs Performed",
+ "norm_label": "by severity",
+ "id": "docs_audit_26_phase2_integrity_repair_report_by_severity"
+ },
+ {
+ "label": "Phase 2.6 Integrity Repair & Audit Quality Gate Report",
+ "file_type": "document",
+ "source_file": "docs/audit/26-phase2-integrity-repair-report.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 100,
+ "community_name": "1. Summary of Integrity Repairs Performed",
+ "norm_label": "phase 2.6 integrity repair & audit quality gate report",
+ "id": "docs_audit_26_phase2_integrity_repair_report_phase_2_6_integrity_repair_audit_quality_gate_report"
+ },
+ {
+ "label": "01_auditor.md",
+ "file_type": "document",
+ "source_file": ".ai_agency/agents/01_auditor.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 101,
+ "community_name": "Operational Rules & Boundaries",
+ "norm_label": "01_auditor.md",
+ "id": "ai_agency_agents_01_auditor"
+ },
+ {
+ "label": "1. Detect Tech Stack First (Universal)",
+ "file_type": "document",
+ "source_file": ".ai_agency/agents/01_auditor.md",
+ "source_location": "L19",
+ "_origin": "ast",
+ "community": 101,
+ "community_name": "Operational Rules & Boundaries",
+ "norm_label": "1. detect tech stack first (universal)",
+ "id": "ai_agency_agents_01_auditor_1_detect_tech_stack_first_universal"
+ },
+ {
+ "label": "2. Explicit Scoring Methodology (Universal)",
+ "file_type": "document",
+ "source_file": ".ai_agency/agents/01_auditor.md",
+ "source_location": "L30",
+ "_origin": "ast",
+ "community": 101,
+ "community_name": "Operational Rules & Boundaries",
+ "norm_label": "2. explicit scoring methodology (universal)",
+ "id": "ai_agency_agents_01_auditor_2_explicit_scoring_methodology_universal"
+ },
+ {
+ "label": "3. Code Coverage Ratio Rule",
+ "file_type": "document",
+ "source_file": ".ai_agency/agents/01_auditor.md",
+ "source_location": "L47",
+ "_origin": "ast",
+ "community": 101,
+ "community_name": "Operational Rules & Boundaries",
+ "norm_label": "3. code coverage ratio rule",
+ "id": "ai_agency_agents_01_auditor_3_code_coverage_ratio_rule"
+ },
+ {
+ "label": "4. Deep Directory Scanning",
+ "file_type": "document",
+ "source_file": ".ai_agency/agents/01_auditor.md",
+ "source_location": "L54",
+ "_origin": "ast",
+ "community": 101,
+ "community_name": "Operational Rules & Boundaries",
+ "norm_label": "4. deep directory scanning",
+ "id": "ai_agency_agents_01_auditor_4_deep_directory_scanning"
+ },
+ {
+ "label": "5. Forbidden Actions",
+ "file_type": "document",
+ "source_file": ".ai_agency/agents/01_auditor.md",
+ "source_location": "L58",
+ "_origin": "ast",
+ "community": 101,
+ "community_name": "Operational Rules & Boundaries",
+ "norm_label": "5. forbidden actions",
+ "id": "ai_agency_agents_01_auditor_5_forbidden_actions"
+ },
+ {
+ "label": "Expected JSON Output Schema",
+ "file_type": "document",
+ "source_file": ".ai_agency/agents/01_auditor.md",
+ "source_location": "L74",
+ "_origin": "ast",
+ "community": 101,
+ "community_name": "Operational Rules & Boundaries",
+ "norm_label": "expected json output schema",
+ "id": "ai_agency_agents_01_auditor_expected_json_output_schema"
+ },
+ {
+ "label": "Operational Rules & Boundaries",
+ "file_type": "document",
+ "source_file": ".ai_agency/agents/01_auditor.md",
+ "source_location": "L17",
+ "_origin": "ast",
+ "community": 101,
+ "community_name": "Operational Rules & Boundaries",
+ "norm_label": "operational rules & boundaries",
+ "id": "ai_agency_agents_01_auditor_operational_rules_boundaries"
+ },
+ {
+ "label": "Required Output Artifacts (What files to write/update)",
+ "file_type": "document",
+ "source_file": ".ai_agency/agents/01_auditor.md",
+ "source_location": "L66",
+ "_origin": "ast",
+ "community": 101,
+ "community_name": "Operational Rules & Boundaries",
+ "norm_label": "required output artifacts (what files to write/update)",
+ "id": "ai_agency_agents_01_auditor_required_output_artifacts_what_files_to_write_update"
+ },
+ {
+ "label": "Role & Core Objective",
+ "file_type": "document",
+ "source_file": ".ai_agency/agents/01_auditor.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 101,
+ "community_name": "Operational Rules & Boundaries",
+ "norm_label": "role & core objective",
+ "id": "ai_agency_agents_01_auditor_role_core_objective"
+ },
+ {
+ "label": "Strict Input Specifications (What files to read)",
+ "file_type": "document",
+ "source_file": ".ai_agency/agents/01_auditor.md",
+ "source_location": "L7",
+ "_origin": "ast",
+ "community": 101,
+ "community_name": "Operational Rules & Boundaries",
+ "norm_label": "strict input specifications (what files to read)",
+ "id": "ai_agency_agents_01_auditor_strict_input_specifications_what_files_to_read"
+ },
{
"label": "10_tech_writer.md",
"file_type": "document",
"source_file": ".ai_agency/agents/10_tech_writer.md",
"source_location": "L1",
"_origin": "ast",
- "community": 100,
+ "community": 102,
"community_name": "Operational Rules & Boundaries",
"norm_label": "10_tech_writer.md",
"id": "ai_agency_agents_10_tech_writer"
@@ -13629,7 +13882,7 @@
"source_file": ".ai_agency/agents/10_tech_writer.md",
"source_location": "L23",
"_origin": "ast",
- "community": 100,
+ "community": 102,
"community_name": "Operational Rules & Boundaries",
"norm_label": "1. mark active task as complete",
"id": "ai_agency_agents_10_tech_writer_1_mark_active_task_as_complete"
@@ -13640,7 +13893,7 @@
"source_file": ".ai_agency/agents/10_tech_writer.md",
"source_location": "L30",
"_origin": "ast",
- "community": 100,
+ "community": 102,
"community_name": "Operational Rules & Boundaries",
"norm_label": "2. documentation updates",
"id": "ai_agency_agents_10_tech_writer_2_documentation_updates"
@@ -13651,7 +13904,7 @@
"source_file": ".ai_agency/agents/10_tech_writer.md",
"source_location": "L44",
"_origin": "ast",
- "community": 100,
+ "community": 102,
"community_name": "Operational Rules & Boundaries",
"norm_label": "3. dynamic routing protocol (critical)",
"id": "ai_agency_agents_10_tech_writer_3_dynamic_routing_protocol_critical"
@@ -13662,7 +13915,7 @@
"source_file": ".ai_agency/agents/10_tech_writer.md",
"source_location": "L72",
"_origin": "ast",
- "community": 100,
+ "community": 102,
"community_name": "Operational Rules & Boundaries",
"norm_label": "4. backlog insufficiency check",
"id": "ai_agency_agents_10_tech_writer_4_backlog_insufficiency_check"
@@ -13673,7 +13926,7 @@
"source_file": ".ai_agency/agents/10_tech_writer.md",
"source_location": "L77",
"_origin": "ast",
- "community": 100,
+ "community": 102,
"community_name": "Operational Rules & Boundaries",
"norm_label": "5. forbidden actions",
"id": "ai_agency_agents_10_tech_writer_5_forbidden_actions"
@@ -13684,7 +13937,7 @@
"source_file": ".ai_agency/agents/10_tech_writer.md",
"source_location": "L96",
"_origin": "ast",
- "community": 100,
+ "community": 102,
"community_name": "Operational Rules & Boundaries",
"norm_label": "expected json output schema",
"id": "ai_agency_agents_10_tech_writer_expected_json_output_schema"
@@ -13695,7 +13948,7 @@
"source_file": ".ai_agency/agents/10_tech_writer.md",
"source_location": "L21",
"_origin": "ast",
- "community": 100,
+ "community": 102,
"community_name": "Operational Rules & Boundaries",
"norm_label": "operational rules & boundaries",
"id": "ai_agency_agents_10_tech_writer_operational_rules_boundaries"
@@ -13706,7 +13959,7 @@
"source_file": ".ai_agency/agents/10_tech_writer.md",
"source_location": "L84",
"_origin": "ast",
- "community": 100,
+ "community": 102,
"community_name": "Operational Rules & Boundaries",
"norm_label": "required output artifacts (what files to write/update)",
"id": "ai_agency_agents_10_tech_writer_required_output_artifacts_what_files_to_write_update"
@@ -13717,7 +13970,7 @@
"source_file": ".ai_agency/agents/10_tech_writer.md",
"source_location": "L1",
"_origin": "ast",
- "community": 100,
+ "community": 102,
"community_name": "Operational Rules & Boundaries",
"norm_label": "role & core objective",
"id": "ai_agency_agents_10_tech_writer_role_core_objective"
@@ -13728,7 +13981,7 @@
"source_file": ".ai_agency/agents/10_tech_writer.md",
"source_location": "L11",
"_origin": "ast",
- "community": 100,
+ "community": 102,
"community_name": "Operational Rules & Boundaries",
"norm_label": "strict input specifications (what files to read)",
"id": "ai_agency_agents_10_tech_writer_strict_input_specifications_what_files_to_read"
@@ -13739,7 +13992,7 @@
"source_file": ".ai_agency/agents/11_deploy.md",
"source_location": "L1",
"_origin": "ast",
- "community": 101,
+ "community": 103,
"community_name": "Operational Rules & Boundaries",
"norm_label": "11_deploy.md",
"id": "ai_agency_agents_11_deploy"
@@ -13750,7 +14003,7 @@
"source_file": ".ai_agency/agents/11_deploy.md",
"source_location": "L22",
"_origin": "ast",
- "community": 101,
+ "community": 103,
"community_name": "Operational Rules & Boundaries",
"norm_label": "1. pre-deployment checklist",
"id": "ai_agency_agents_11_deploy_1_pre_deployment_checklist"
@@ -13761,7 +14014,7 @@
"source_file": ".ai_agency/agents/11_deploy.md",
"source_location": "L37",
"_origin": "ast",
- "community": 101,
+ "community": 103,
"community_name": "Operational Rules & Boundaries",
"norm_label": "2. build verification",
"id": "ai_agency_agents_11_deploy_2_build_verification"
@@ -13772,7 +14025,7 @@
"source_file": ".ai_agency/agents/11_deploy.md",
"source_location": "L52",
"_origin": "ast",
- "community": 101,
+ "community": 103,
"community_name": "Operational Rules & Boundaries",
"norm_label": "3. deployment strategy (based on target)",
"id": "ai_agency_agents_11_deploy_3_deployment_strategy_based_on_target"
@@ -13783,7 +14036,7 @@
"source_file": ".ai_agency/agents/11_deploy.md",
"source_location": "L75",
"_origin": "ast",
- "community": 101,
+ "community": 103,
"community_name": "Operational Rules & Boundaries",
"norm_label": "4. post-deployment health check",
"id": "ai_agency_agents_11_deploy_4_post_deployment_health_check"
@@ -13794,7 +14047,7 @@
"source_file": ".ai_agency/agents/11_deploy.md",
"source_location": "L82",
"_origin": "ast",
- "community": 101,
+ "community": 103,
"community_name": "Operational Rules & Boundaries",
"norm_label": "5. forbidden actions",
"id": "ai_agency_agents_11_deploy_5_forbidden_actions"
@@ -13805,7 +14058,7 @@
"source_file": ".ai_agency/agents/11_deploy.md",
"source_location": "L102",
"_origin": "ast",
- "community": 101,
+ "community": 103,
"community_name": "Operational Rules & Boundaries",
"norm_label": "expected json output schema",
"id": "ai_agency_agents_11_deploy_expected_json_output_schema"
@@ -13816,7 +14069,7 @@
"source_file": ".ai_agency/agents/11_deploy.md",
"source_location": "L20",
"_origin": "ast",
- "community": 101,
+ "community": 103,
"community_name": "Operational Rules & Boundaries",
"norm_label": "operational rules & boundaries",
"id": "ai_agency_agents_11_deploy_operational_rules_boundaries"
@@ -13827,7 +14080,7 @@
"source_file": ".ai_agency/agents/11_deploy.md",
"source_location": "L90",
"_origin": "ast",
- "community": 101,
+ "community": 103,
"community_name": "Operational Rules & Boundaries",
"norm_label": "required output artifacts (what files to write/update)",
"id": "ai_agency_agents_11_deploy_required_output_artifacts_what_files_to_write_update"
@@ -13838,7 +14091,7 @@
"source_file": ".ai_agency/agents/11_deploy.md",
"source_location": "L1",
"_origin": "ast",
- "community": 101,
+ "community": 103,
"community_name": "Operational Rules & Boundaries",
"norm_label": "role & core objective",
"id": "ai_agency_agents_11_deploy_role_core_objective"
@@ -13849,7 +14102,7 @@
"source_file": ".ai_agency/agents/11_deploy.md",
"source_location": "L9",
"_origin": "ast",
- "community": 101,
+ "community": 103,
"community_name": "Operational Rules & Boundaries",
"norm_label": "strict input specifications (what files to read)",
"id": "ai_agency_agents_11_deploy_strict_input_specifications_what_files_to_read"
@@ -13860,7 +14113,7 @@
"source_file": "backend/src/app.controller.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 102,
+ "community": 104,
"community_name": "App Health Controller",
"norm_label": "app.controller.ts",
"id": "backend_src_app_controller"
@@ -13871,7 +14124,7 @@
"source_file": "backend/src/app.controller.spec.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 102,
+ "community": 104,
"community_name": "App Health Controller",
"norm_label": "app.controller.spec.ts",
"id": "backend_src_app_controller_spec"
@@ -13882,7 +14135,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 102,
+ "community": 104,
"community_name": "App Health Controller",
"norm_label": "controller",
"id": "backend_src_app_controller_ts_controller"
@@ -13893,7 +14146,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 102,
+ "community": 104,
"community_name": "App Health Controller",
"norm_label": "get",
"id": "backend_src_app_controller_ts_get"
@@ -13904,7 +14157,7 @@
"source_file": "backend/src/app.service.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 102,
+ "community": 104,
"community_name": "App Health Controller",
"norm_label": "app.service.ts",
"id": "backend_src_app_service"
@@ -13915,7 +14168,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 102,
+ "community": 104,
"community_name": "App Health Controller",
"norm_label": "injectable",
"id": "backend_src_app_service_ts_injectable"
@@ -13926,7 +14179,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 103,
+ "community": 105,
"community_name": "AdminTransactionFilterDto",
"norm_label": "apipropertyoptional",
"id": "backend_src_payment_dto_admin_transaction_filter_dto_ts_apipropertyoptional"
@@ -13937,7 +14190,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 103,
+ "community": 105,
"community_name": "AdminTransactionFilterDto",
"norm_label": "isin",
"id": "backend_src_payment_dto_admin_transaction_filter_dto_ts_isin"
@@ -13948,7 +14201,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 103,
+ "community": 105,
"community_name": "AdminTransactionFilterDto",
"norm_label": "isnumber",
"id": "backend_src_payment_dto_admin_transaction_filter_dto_ts_isnumber"
@@ -13959,7 +14212,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 103,
+ "community": 105,
"community_name": "AdminTransactionFilterDto",
"norm_label": "isoptional",
"id": "backend_src_payment_dto_admin_transaction_filter_dto_ts_isoptional"
@@ -13970,7 +14223,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 103,
+ "community": 105,
"community_name": "AdminTransactionFilterDto",
"norm_label": "isstring",
"id": "backend_src_payment_dto_admin_transaction_filter_dto_ts_isstring"
@@ -13981,7 +14234,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 103,
+ "community": 105,
"community_name": "AdminTransactionFilterDto",
"norm_label": "type",
"id": "backend_src_payment_dto_admin_transaction_filter_dto_ts_type"
@@ -13992,7 +14245,7 @@
"source_file": "backend/src/payment/dto/admin-transaction-filter.dto.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 103,
+ "community": 105,
"norm_label": "admin-transaction-filter.dto.ts",
"id": "backend_src_payment_dto_admin_transaction_filter_dto"
},
@@ -14002,7 +14255,7 @@
"source_file": "backend/src/payment/payment.service.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 103,
+ "community": 105,
"norm_label": "payment.service.ts",
"id": "backend_src_payment_payment_service"
},
@@ -14012,7 +14265,7 @@
"source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md",
"source_location": "L1",
"_origin": "ast",
- "community": 104,
+ "community": 106,
"community_name": "Vazirmatn Changelog",
"norm_label": "vazirmatn-v33.003/changelog.md",
"id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog"
@@ -14023,7 +14276,7 @@
"source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md",
"source_location": "L85",
"_origin": "ast",
- "community": 104,
+ "community": 106,
"community_name": "Vazirmatn Changelog",
"norm_label": "32.0.0",
"id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_32_0_0"
@@ -14034,7 +14287,7 @@
"source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md",
"source_location": "L77",
"_origin": "ast",
- "community": 104,
+ "community": 106,
"community_name": "Vazirmatn Changelog",
"norm_label": "32.1",
"id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_32_1"
@@ -14045,7 +14298,7 @@
"source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md",
"source_location": "L69",
"_origin": "ast",
- "community": 104,
+ "community": 106,
"community_name": "Vazirmatn Changelog",
"norm_label": "32.101",
"id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_32_101"
@@ -14056,7 +14309,7 @@
"source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md",
"source_location": "L57",
"_origin": "ast",
- "community": 104,
+ "community": 106,
"community_name": "Vazirmatn Changelog",
"norm_label": "32.102",
"id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_32_102"
@@ -14067,7 +14320,7 @@
"source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md",
"source_location": "L31",
"_origin": "ast",
- "community": 104,
+ "community": 106,
"community_name": "Vazirmatn Changelog",
"norm_label": "33.000",
"id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_33_000"
@@ -14078,7 +14331,7 @@
"source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md",
"source_location": "L23",
"_origin": "ast",
- "community": 104,
+ "community": 106,
"community_name": "Vazirmatn Changelog",
"norm_label": "33.001",
"id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_33_001"
@@ -14089,7 +14342,7 @@
"source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md",
"source_location": "L11",
"_origin": "ast",
- "community": 104,
+ "community": 106,
"community_name": "Vazirmatn Changelog",
"norm_label": "33.002",
"id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_33_002"
@@ -14100,7 +14353,7 @@
"source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md",
"source_location": "L3",
"_origin": "ast",
- "community": 104,
+ "community": 106,
"community_name": "Vazirmatn Changelog",
"norm_label": "33.003",
"id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_33_003"
@@ -14111,7 +14364,7 @@
"source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md",
"source_location": "L158",
"_origin": "ast",
- "community": 104,
+ "community": 106,
"community_name": "Vazirmatn Changelog",
"norm_label": "old vazir changelog",
"id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_old_vazir_changelog"
@@ -14122,7 +14375,7 @@
"source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md",
"source_location": "L1",
"_origin": "ast",
- "community": 104,
+ "community": 106,
"community_name": "Vazirmatn Changelog",
"norm_label": "vazirmatn changelog",
"id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_vazirmatn_changelog"
@@ -14133,7 +14386,7 @@
"source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md",
"source_location": "L1",
"_origin": "ast",
- "community": 105,
+ "community": 107,
"community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646",
"norm_label": "vazirmatn-v33.003/readme.md",
"id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme"
@@ -14144,7 +14397,7 @@
"source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md",
"source_location": "L41",
"_origin": "ast",
- "community": 105,
+ "community": 107,
"community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646",
"norm_label": "arch linux ([aur](https://aur.archlinux.org/packages/vazirmatn-fonts))",
"id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_arch_linux_aur_https_aur_archlinux_org_packages_vazirmatn_fonts"
@@ -14155,7 +14408,7 @@
"source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md",
"source_location": "L60",
"_origin": "ast",
- "community": 105,
+ "community": 107,
"community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646",
"norm_label": "authors",
"id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_authors"
@@ -14166,7 +14419,7 @@
"source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md",
"source_location": "L46",
"_origin": "ast",
- "community": 105,
+ "community": 107,
"community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646",
"norm_label": "build",
"id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_build"
@@ -14177,7 +14430,7 @@
"source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md",
"source_location": "L27",
"_origin": "ast",
- "community": 105,
+ "community": 107,
"community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646",
"norm_label": "cdn",
"id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_cdn"
@@ -14188,7 +14441,7 @@
"source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md",
"source_location": "L11",
"_origin": "ast",
- "community": 105,
+ "community": 107,
"community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646",
"norm_label": "download",
"id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_download"
@@ -14199,7 +14452,7 @@
"source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md",
"source_location": "L9",
"_origin": "ast",
- "community": 105,
+ "community": 107,
"community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646",
"norm_label": "install",
"id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_install"
@@ -14210,7 +14463,7 @@
"source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md",
"source_location": "L57",
"_origin": "ast",
- "community": 105,
+ "community": 107,
"community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646",
"norm_label": "license",
"id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_license"
@@ -14221,7 +14474,7 @@
"source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md",
"source_location": "L17",
"_origin": "ast",
- "community": 105,
+ "community": 107,
"community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646",
"norm_label": "[npm](https://www.npmjs.com/package/vazirmatn)",
"id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_npm_https_www_npmjs_com_package_vazirmatn"
@@ -14232,7 +14485,7 @@
"source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md",
"source_location": "L50",
"_origin": "ast",
- "community": 105,
+ "community": 107,
"community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646",
"norm_label": "thank you",
"id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_thank_you"
@@ -14243,7 +14496,7 @@
"source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md",
"source_location": "L1",
"_origin": "ast",
- "community": 105,
+ "community": 107,
"community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646",
"norm_label": "vazirmatn font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646",
"id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_vazirmatn_font_\u0641\u0648\u0646\u062a_\u0648\u0632\u06cc\u0631\u0645\u062a\u0646"
@@ -14254,7 +14507,7 @@
"source_file": ".ai_agency/agents/02_ceo.md",
"source_location": "L1",
"_origin": "ast",
- "community": 106,
+ "community": 108,
"community_name": "Operational Rules & Boundaries",
"norm_label": "02_ceo.md",
"id": "ai_agency_agents_02_ceo"
@@ -14265,7 +14518,7 @@
"source_file": ".ai_agency/agents/02_ceo.md",
"source_location": "L17",
"_origin": "ast",
- "community": 106,
+ "community": 108,
"community_name": "Operational Rules & Boundaries",
"norm_label": "1. mode & direction decision",
"id": "ai_agency_agents_02_ceo_1_mode_direction_decision"
@@ -14276,7 +14529,7 @@
"source_file": ".ai_agency/agents/02_ceo.md",
"source_location": "L25",
"_origin": "ast",
- "community": 106,
+ "community": 108,
"community_name": "Operational Rules & Boundaries",
"norm_label": "2. brownfield strategic evaluation",
"id": "ai_agency_agents_02_ceo_2_brownfield_strategic_evaluation"
@@ -14287,7 +14540,7 @@
"source_file": ".ai_agency/agents/02_ceo.md",
"source_location": "L32",
"_origin": "ast",
- "community": 106,
+ "community": 108,
"community_name": "Operational Rules & Boundaries",
"norm_label": "3. risk assessment",
"id": "ai_agency_agents_02_ceo_3_risk_assessment"
@@ -14298,7 +14551,7 @@
"source_file": ".ai_agency/agents/02_ceo.md",
"source_location": "L39",
"_origin": "ast",
- "community": 106,
+ "community": 108,
"community_name": "Operational Rules & Boundaries",
"norm_label": "4. forbidden actions",
"id": "ai_agency_agents_02_ceo_4_forbidden_actions"
@@ -14309,7 +14562,7 @@
"source_file": ".ai_agency/agents/02_ceo.md",
"source_location": "L56",
"_origin": "ast",
- "community": 106,
+ "community": 108,
"community_name": "Operational Rules & Boundaries",
"norm_label": "expected json output schema",
"id": "ai_agency_agents_02_ceo_expected_json_output_schema"
@@ -14320,7 +14573,7 @@
"source_file": ".ai_agency/agents/02_ceo.md",
"source_location": "L15",
"_origin": "ast",
- "community": 106,
+ "community": 108,
"community_name": "Operational Rules & Boundaries",
"norm_label": "operational rules & boundaries",
"id": "ai_agency_agents_02_ceo_operational_rules_boundaries"
@@ -14331,7 +14584,7 @@
"source_file": ".ai_agency/agents/02_ceo.md",
"source_location": "L47",
"_origin": "ast",
- "community": 106,
+ "community": 108,
"community_name": "Operational Rules & Boundaries",
"norm_label": "required output artifacts (what files to write/update)",
"id": "ai_agency_agents_02_ceo_required_output_artifacts_what_files_to_write_update"
@@ -14342,7 +14595,7 @@
"source_file": ".ai_agency/agents/02_ceo.md",
"source_location": "L1",
"_origin": "ast",
- "community": 106,
+ "community": 108,
"community_name": "Operational Rules & Boundaries",
"norm_label": "role & core objective",
"id": "ai_agency_agents_02_ceo_role_core_objective"
@@ -14353,7 +14606,7 @@
"source_file": ".ai_agency/agents/02_ceo.md",
"source_location": "L7",
"_origin": "ast",
- "community": 106,
+ "community": 108,
"community_name": "Operational Rules & Boundaries",
"norm_label": "strict input specifications (what files to read)",
"id": "ai_agency_agents_02_ceo_strict_input_specifications_what_files_to_read"
@@ -14364,7 +14617,7 @@
"source_file": "backend/README.md",
"source_location": "L1",
"_origin": "ast",
- "community": 107,
+ "community": 109,
"community_name": "backend/README.md",
"norm_label": "backend/readme.md",
"id": "backend_readme"
@@ -14375,7 +14628,7 @@
"source_file": "backend/README.md",
"source_location": "L34",
"_origin": "ast",
- "community": 107,
+ "community": 109,
"community_name": "backend/README.md",
"norm_label": "compile and run the project",
"id": "backend_readme_compile_and_run_the_project"
@@ -14386,7 +14639,7 @@
"source_file": "backend/README.md",
"source_location": "L60",
"_origin": "ast",
- "community": 107,
+ "community": 109,
"community_name": "backend/README.md",
"norm_label": "deployment",
"id": "backend_readme_deployment"
@@ -14397,7 +14650,7 @@
"source_file": "backend/README.md",
"source_location": "L24",
"_origin": "ast",
- "community": 107,
+ "community": 109,
"community_name": "backend/README.md",
"norm_label": "description",
"id": "backend_readme_description"
@@ -14408,7 +14661,7 @@
"source_file": "backend/README.md",
"source_location": "L96",
"_origin": "ast",
- "community": 107,
+ "community": 109,
"community_name": "backend/README.md",
"norm_label": "license",
"id": "backend_readme_license"
@@ -14419,7 +14672,7 @@
"source_file": "backend/README.md",
"source_location": "L28",
"_origin": "ast",
- "community": 107,
+ "community": 109,
"community_name": "backend/README.md",
"norm_label": "project setup",
"id": "backend_readme_project_setup"
@@ -14430,7 +14683,7 @@
"source_file": "backend/README.md",
"source_location": "L73",
"_origin": "ast",
- "community": 107,
+ "community": 109,
"community_name": "backend/README.md",
"norm_label": "resources",
"id": "backend_readme_resources"
@@ -14441,7 +14694,7 @@
"source_file": "backend/README.md",
"source_location": "L47",
"_origin": "ast",
- "community": 107,
+ "community": 109,
"community_name": "backend/README.md",
"norm_label": "run tests",
"id": "backend_readme_run_tests"
@@ -14452,7 +14705,7 @@
"source_file": "backend/README.md",
"source_location": "L90",
"_origin": "ast",
- "community": 107,
+ "community": 109,
"community_name": "backend/README.md",
"norm_label": "stay in touch",
"id": "backend_readme_stay_in_touch"
@@ -14463,231 +14716,11 @@
"source_file": "backend/README.md",
"source_location": "L86",
"_origin": "ast",
- "community": 107,
+ "community": 109,
"community_name": "backend/README.md",
"norm_label": "support",
"id": "backend_readme_support"
},
- {
- "label": "00-repository-map.md",
- "file_type": "document",
- "source_file": "docs/audit/00-repository-map.md",
- "source_location": "L1",
- "_origin": "ast",
- "community": 108,
- "community_name": "Repository Map",
- "norm_label": "00-repository-map.md",
- "id": "docs_audit_00_repository_map"
- },
- {
- "label": "1. Active Customer Storefront: React 19 + Vite Application",
- "file_type": "document",
- "source_file": "docs/audit/00-repository-map.md",
- "source_location": "L17",
- "_origin": "ast",
- "community": 108,
- "community_name": "Repository Map",
- "norm_label": "1. active customer storefront: react 19 + vite application",
- "id": "docs_audit_00_repository_map_1_active_customer_storefront_react_19_vite_application"
- },
- {
- "label": "2. Active Backend Service: NestJS Application",
- "file_type": "document",
- "source_file": "docs/audit/00-repository-map.md",
- "source_location": "L23",
- "_origin": "ast",
- "community": 108,
- "community_name": "Repository Map",
- "norm_label": "2. active backend service: nestjs application",
- "id": "docs_audit_00_repository_map_2_active_backend_service_nestjs_application"
- },
- {
- "label": "3. Excluded Placeholder / Non-Auditable Directories",
- "file_type": "document",
- "source_file": "docs/audit/00-repository-map.md",
- "source_location": "L29",
- "_origin": "ast",
- "community": 108,
- "community_name": "Repository Map",
- "norm_label": "3. excluded placeholder / non-auditable directories",
- "id": "docs_audit_00_repository_map_3_excluded_placeholder_non_auditable_directories"
- },
- {
- "label": "Active Applications & Non-Auditable Scopes",
- "file_type": "document",
- "source_file": "docs/audit/00-repository-map.md",
- "source_location": "L15",
- "_origin": "ast",
- "community": 108,
- "community_name": "Repository Map",
- "norm_label": "active applications & non-auditable scopes",
- "id": "docs_audit_00_repository_map_active_applications_non_auditable_scopes"
- },
- {
- "label": "Documentation Governance",
- "file_type": "document",
- "source_file": "docs/audit/00-repository-map.md",
- "source_location": "L61",
- "_origin": "ast",
- "community": 108,
- "community_name": "Repository Map",
- "norm_label": "documentation governance",
- "id": "docs_audit_00_repository_map_documentation_governance"
- },
- {
- "label": "Important Configuration & Infrastructure Files",
- "file_type": "document",
- "source_file": "docs/audit/00-repository-map.md",
- "source_location": "L50",
- "_origin": "ast",
- "community": 108,
- "community_name": "Repository Map",
- "norm_label": "important configuration & infrastructure files",
- "id": "docs_audit_00_repository_map_important_configuration_infrastructure_files"
- },
- {
- "label": "Mandatory Global Audit Exclusions",
- "file_type": "document",
- "source_file": "docs/audit/00-repository-map.md",
- "source_location": "L35",
- "_origin": "ast",
- "community": 108,
- "community_name": "Repository Map",
- "norm_label": "mandatory global audit exclusions",
- "id": "docs_audit_00_repository_map_mandatory_global_audit_exclusions"
- },
- {
- "label": "Repository Map",
- "file_type": "document",
- "source_file": "docs/audit/00-repository-map.md",
- "source_location": "L1",
- "_origin": "ast",
- "community": 108,
- "community_name": "Repository Map",
- "norm_label": "repository map",
- "id": "docs_audit_00_repository_map_repository_map"
- },
- {
- "label": "Repository Structure & Overview",
- "file_type": "document",
- "source_file": "docs/audit/00-repository-map.md",
- "source_location": "L3",
- "_origin": "ast",
- "community": 108,
- "community_name": "Repository Map",
- "norm_label": "repository structure & overview",
- "id": "docs_audit_00_repository_map_repository_structure_overview"
- },
- {
- "label": "validate_integrity.js",
- "file_type": "code",
- "source_file": "docs/audit/validate_integrity.js",
- "source_location": "L1",
- "_origin": "ast",
- "community": 109,
- "community_name": "Integrity Validation Scripts",
- "norm_label": "validate_integrity.js",
- "id": "docs_audit_validate_integrity"
- },
- {
- "label": "dispSum",
- "file_type": "code",
- "source_file": "docs/audit/validate_integrity.js",
- "source_location": "L16",
- "_origin": "ast",
- "community": 109,
- "community_name": "Integrity Validation Scripts",
- "norm_label": "dispsum",
- "id": "docs_audit_validate_integrity_dispsum"
- },
- {
- "label": "errors",
- "file_type": "code",
- "source_file": "docs/audit/validate_integrity.js",
- "source_location": "L7",
- "_origin": "ast",
- "community": 109,
- "community_name": "Integrity Validation Scripts",
- "norm_label": "errors",
- "id": "docs_audit_validate_integrity_errors"
- },
- {
- "label": "invalidNewIds",
- "file_type": "code",
- "source_file": "docs/audit/validate_integrity.js",
- "source_location": "L27",
- "_origin": "ast",
- "community": 109,
- "community_name": "Integrity Validation Scripts",
- "norm_label": "invalidnewids",
- "id": "docs_audit_validate_integrity_invalidnewids"
- },
- {
- "label": "manifest",
- "file_type": "code",
- "source_file": "docs/audit/validate_integrity.js",
- "source_location": "L3",
- "_origin": "ast",
- "community": 109,
- "community_name": "Integrity Validation Scripts",
- "norm_label": "manifest",
- "id": "docs_audit_validate_integrity_manifest"
- },
- {
- "label": "report",
- "file_type": "code",
- "source_file": "docs/audit/validate_integrity.js",
- "source_location": "L43",
- "_origin": "ast",
- "community": 109,
- "community_name": "Integrity Validation Scripts",
- "norm_label": "report",
- "id": "docs_audit_validate_integrity_report"
- },
- {
- "label": "trackedFiles",
- "file_type": "code",
- "source_file": "docs/audit/validate_integrity.js",
- "source_location": "L4",
- "_origin": "ast",
- "community": 109,
- "community_name": "Integrity Validation Scripts",
- "norm_label": "trackedfiles",
- "id": "docs_audit_validate_integrity_trackedfiles"
- },
- {
- "label": "uninspected",
- "file_type": "code",
- "source_file": "docs/audit/validate_integrity.js",
- "source_location": "L38",
- "_origin": "ast",
- "community": 109,
- "community_name": "Integrity Validation Scripts",
- "norm_label": "uninspected",
- "id": "docs_audit_validate_integrity_uninspected"
- },
- {
- "label": "verifiedIndex",
- "file_type": "code",
- "source_file": "docs/audit/validate_integrity.js",
- "source_location": "L5",
- "_origin": "ast",
- "community": 109,
- "community_name": "Integrity Validation Scripts",
- "norm_label": "verifiedindex",
- "id": "docs_audit_validate_integrity_verifiedindex"
- },
- {
- "label": "warnings",
- "file_type": "code",
- "source_file": "docs/audit/validate_integrity.js",
- "source_location": "L8",
- "_origin": "ast",
- "community": 109,
- "community_name": "Integrity Validation Scripts",
- "norm_label": "warnings",
- "id": "docs_audit_validate_integrity_warnings"
- },
{
"label": "BackButton.tsx",
"file_type": "code",
@@ -14889,13 +14922,233 @@
"norm_label": "ticketservice",
"id": "frontend_application_lib_services_ticketservice_ticketservice"
},
+ {
+ "label": "00-repository-map.md",
+ "file_type": "document",
+ "source_file": "docs/audit/00-repository-map.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 110,
+ "community_name": "Repository Map",
+ "norm_label": "00-repository-map.md",
+ "id": "docs_audit_00_repository_map"
+ },
+ {
+ "label": "1. Active Customer Storefront: React 19 + Vite Application",
+ "file_type": "document",
+ "source_file": "docs/audit/00-repository-map.md",
+ "source_location": "L17",
+ "_origin": "ast",
+ "community": 110,
+ "community_name": "Repository Map",
+ "norm_label": "1. active customer storefront: react 19 + vite application",
+ "id": "docs_audit_00_repository_map_1_active_customer_storefront_react_19_vite_application"
+ },
+ {
+ "label": "2. Active Backend Service: NestJS Application",
+ "file_type": "document",
+ "source_file": "docs/audit/00-repository-map.md",
+ "source_location": "L23",
+ "_origin": "ast",
+ "community": 110,
+ "community_name": "Repository Map",
+ "norm_label": "2. active backend service: nestjs application",
+ "id": "docs_audit_00_repository_map_2_active_backend_service_nestjs_application"
+ },
+ {
+ "label": "3. Excluded Placeholder / Non-Auditable Directories",
+ "file_type": "document",
+ "source_file": "docs/audit/00-repository-map.md",
+ "source_location": "L29",
+ "_origin": "ast",
+ "community": 110,
+ "community_name": "Repository Map",
+ "norm_label": "3. excluded placeholder / non-auditable directories",
+ "id": "docs_audit_00_repository_map_3_excluded_placeholder_non_auditable_directories"
+ },
+ {
+ "label": "Active Applications & Non-Auditable Scopes",
+ "file_type": "document",
+ "source_file": "docs/audit/00-repository-map.md",
+ "source_location": "L15",
+ "_origin": "ast",
+ "community": 110,
+ "community_name": "Repository Map",
+ "norm_label": "active applications & non-auditable scopes",
+ "id": "docs_audit_00_repository_map_active_applications_non_auditable_scopes"
+ },
+ {
+ "label": "Documentation Governance",
+ "file_type": "document",
+ "source_file": "docs/audit/00-repository-map.md",
+ "source_location": "L61",
+ "_origin": "ast",
+ "community": 110,
+ "community_name": "Repository Map",
+ "norm_label": "documentation governance",
+ "id": "docs_audit_00_repository_map_documentation_governance"
+ },
+ {
+ "label": "Important Configuration & Infrastructure Files",
+ "file_type": "document",
+ "source_file": "docs/audit/00-repository-map.md",
+ "source_location": "L50",
+ "_origin": "ast",
+ "community": 110,
+ "community_name": "Repository Map",
+ "norm_label": "important configuration & infrastructure files",
+ "id": "docs_audit_00_repository_map_important_configuration_infrastructure_files"
+ },
+ {
+ "label": "Mandatory Global Audit Exclusions",
+ "file_type": "document",
+ "source_file": "docs/audit/00-repository-map.md",
+ "source_location": "L35",
+ "_origin": "ast",
+ "community": 110,
+ "community_name": "Repository Map",
+ "norm_label": "mandatory global audit exclusions",
+ "id": "docs_audit_00_repository_map_mandatory_global_audit_exclusions"
+ },
+ {
+ "label": "Repository Map",
+ "file_type": "document",
+ "source_file": "docs/audit/00-repository-map.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 110,
+ "community_name": "Repository Map",
+ "norm_label": "repository map",
+ "id": "docs_audit_00_repository_map_repository_map"
+ },
+ {
+ "label": "Repository Structure & Overview",
+ "file_type": "document",
+ "source_file": "docs/audit/00-repository-map.md",
+ "source_location": "L3",
+ "_origin": "ast",
+ "community": 110,
+ "community_name": "Repository Map",
+ "norm_label": "repository structure & overview",
+ "id": "docs_audit_00_repository_map_repository_structure_overview"
+ },
+ {
+ "label": "validate_integrity.js",
+ "file_type": "code",
+ "source_file": "docs/audit/validate_integrity.js",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 111,
+ "community_name": "Integrity Validation Scripts",
+ "norm_label": "validate_integrity.js",
+ "id": "docs_audit_validate_integrity"
+ },
+ {
+ "label": "dispSum",
+ "file_type": "code",
+ "source_file": "docs/audit/validate_integrity.js",
+ "source_location": "L16",
+ "_origin": "ast",
+ "community": 111,
+ "community_name": "Integrity Validation Scripts",
+ "norm_label": "dispsum",
+ "id": "docs_audit_validate_integrity_dispsum"
+ },
+ {
+ "label": "errors",
+ "file_type": "code",
+ "source_file": "docs/audit/validate_integrity.js",
+ "source_location": "L7",
+ "_origin": "ast",
+ "community": 111,
+ "community_name": "Integrity Validation Scripts",
+ "norm_label": "errors",
+ "id": "docs_audit_validate_integrity_errors"
+ },
+ {
+ "label": "invalidNewIds",
+ "file_type": "code",
+ "source_file": "docs/audit/validate_integrity.js",
+ "source_location": "L27",
+ "_origin": "ast",
+ "community": 111,
+ "community_name": "Integrity Validation Scripts",
+ "norm_label": "invalidnewids",
+ "id": "docs_audit_validate_integrity_invalidnewids"
+ },
+ {
+ "label": "manifest",
+ "file_type": "code",
+ "source_file": "docs/audit/validate_integrity.js",
+ "source_location": "L3",
+ "_origin": "ast",
+ "community": 111,
+ "community_name": "Integrity Validation Scripts",
+ "norm_label": "manifest",
+ "id": "docs_audit_validate_integrity_manifest"
+ },
+ {
+ "label": "report",
+ "file_type": "code",
+ "source_file": "docs/audit/validate_integrity.js",
+ "source_location": "L43",
+ "_origin": "ast",
+ "community": 111,
+ "community_name": "Integrity Validation Scripts",
+ "norm_label": "report",
+ "id": "docs_audit_validate_integrity_report"
+ },
+ {
+ "label": "trackedFiles",
+ "file_type": "code",
+ "source_file": "docs/audit/validate_integrity.js",
+ "source_location": "L4",
+ "_origin": "ast",
+ "community": 111,
+ "community_name": "Integrity Validation Scripts",
+ "norm_label": "trackedfiles",
+ "id": "docs_audit_validate_integrity_trackedfiles"
+ },
+ {
+ "label": "uninspected",
+ "file_type": "code",
+ "source_file": "docs/audit/validate_integrity.js",
+ "source_location": "L38",
+ "_origin": "ast",
+ "community": 111,
+ "community_name": "Integrity Validation Scripts",
+ "norm_label": "uninspected",
+ "id": "docs_audit_validate_integrity_uninspected"
+ },
+ {
+ "label": "verifiedIndex",
+ "file_type": "code",
+ "source_file": "docs/audit/validate_integrity.js",
+ "source_location": "L5",
+ "_origin": "ast",
+ "community": 111,
+ "community_name": "Integrity Validation Scripts",
+ "norm_label": "verifiedindex",
+ "id": "docs_audit_validate_integrity_verifiedindex"
+ },
+ {
+ "label": "warnings",
+ "file_type": "code",
+ "source_file": "docs/audit/validate_integrity.js",
+ "source_location": "L8",
+ "_origin": "ast",
+ "community": 111,
+ "community_name": "Integrity Validation Scripts",
+ "norm_label": "warnings",
+ "id": "docs_audit_validate_integrity_warnings"
+ },
{
"label": "admin-panel/package.json",
"file_type": "code",
"source_file": "frontend/admin-panel/package.json",
"source_location": "L1",
"_origin": "ast",
- "community": 110,
+ "community": 112,
"community_name": "Admin Panel Package Config",
"norm_label": "admin-panel/package.json",
"id": "frontend_admin_panel_package"
@@ -14906,7 +15159,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L2",
"_origin": "ast",
- "community": 110,
+ "community": 112,
"community_name": "Admin Panel Package Config",
"norm_label": "name",
"id": "frontend_admin_panel_package_name"
@@ -14917,7 +15170,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L3",
"_origin": "ast",
- "community": 110,
+ "community": 112,
"community_name": "Admin Panel Package Config",
"norm_label": "private",
"id": "frontend_admin_panel_package_private"
@@ -14928,7 +15181,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L6",
"_origin": "ast",
- "community": 110,
+ "community": 112,
"community_name": "Admin Panel Package Config",
"norm_label": "scripts",
"id": "frontend_admin_panel_package_scripts"
@@ -14939,7 +15192,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L8",
"_origin": "ast",
- "community": 110,
+ "community": 112,
"community_name": "Admin Panel Package Config",
"norm_label": "build",
"id": "frontend_admin_panel_package_scripts_build"
@@ -14950,7 +15203,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L7",
"_origin": "ast",
- "community": 110,
+ "community": 112,
"community_name": "Admin Panel Package Config",
"norm_label": "dev",
"id": "frontend_admin_panel_package_scripts_dev"
@@ -14961,7 +15214,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L9",
"_origin": "ast",
- "community": 110,
+ "community": 112,
"community_name": "Admin Panel Package Config",
"norm_label": "lint",
"id": "frontend_admin_panel_package_scripts_lint"
@@ -14972,7 +15225,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L10",
"_origin": "ast",
- "community": 110,
+ "community": 112,
"community_name": "Admin Panel Package Config",
"norm_label": "preview",
"id": "frontend_admin_panel_package_scripts_preview"
@@ -14983,7 +15236,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L5",
"_origin": "ast",
- "community": 110,
+ "community": 112,
"community_name": "Admin Panel Package Config",
"norm_label": "type",
"id": "frontend_admin_panel_package_type"
@@ -14994,7 +15247,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L4",
"_origin": "ast",
- "community": 110,
+ "community": 112,
"community_name": "Admin Panel Package Config",
"norm_label": "version",
"id": "frontend_admin_panel_package_version"
@@ -15005,7 +15258,7 @@
"source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md",
"source_location": "L1",
"_origin": "ast",
- "community": 111,
+ "community": 113,
"community_name": "Sahel-Font",
"norm_label": "admin-panel/public/fonts/sahel-font-v3.4.0/readme.md",
"id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme"
@@ -15016,7 +15269,7 @@
"source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md",
"source_location": "L119",
"_origin": "ast",
- "community": 111,
+ "community": 113,
"community_name": "Sahel-Font",
"norm_label": "arch linux",
"id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_arch_linux"
@@ -15027,7 +15280,7 @@
"source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md",
"source_location": "L127",
"_origin": "ast",
- "community": 111,
+ "community": 113,
"community_name": "Sahel-Font",
"norm_label": "contributors",
"id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_contributors"
@@ -15038,7 +15291,7 @@
"source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md",
"source_location": "L103",
"_origin": "ast",
- "community": 111,
+ "community": 113,
"community_name": "Sahel-Font",
"norm_label": "install",
"id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_install"
@@ -15049,7 +15302,7 @@
"source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md",
"source_location": "L14",
"_origin": "ast",
- "community": 111,
+ "community": 113,
"community_name": "Sahel-Font",
"norm_label": "known problems for variable version",
"id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_known_problems_for_variable_version"
@@ -15060,7 +15313,7 @@
"source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md",
"source_location": "L131",
"_origin": "ast",
- "community": 111,
+ "community": 113,
"community_name": "Sahel-Font",
"norm_label": "license",
"id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_license"
@@ -15071,7 +15324,7 @@
"source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md",
"source_location": "L1",
"_origin": "ast",
- "community": 111,
+ "community": 113,
"community_name": "Sahel-Font",
"norm_label": "sahel-font",
"id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_sahel_font"
@@ -15082,7 +15335,7 @@
"source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md",
"source_location": "L17",
"_origin": "ast",
- "community": 111,
+ "community": 113,
"community_name": "Sahel-Font",
"norm_label": "to do (variable)",
"id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_to_do_variable"
@@ -15093,7 +15346,7 @@
"source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md",
"source_location": "L83",
"_origin": "ast",
- "community": 111,
+ "community": 113,
"community_name": "Sahel-Font",
"norm_label": "\u0637\u0631\u06cc\u0642\u0647 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0646\u0633\u062e\u0647 \u0645\u062a\u063a\u06cc\u0631 variable",
"id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u0627\u0632_\u0646\u0633\u062e\u0647_\u0645\u062a\u063a\u06cc\u0631_variable"
@@ -15104,48 +15357,18 @@
"source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md",
"source_location": "L24",
"_origin": "ast",
- "community": 111,
+ "community": 113,
"community_name": "Sahel-Font",
"norm_label": "\u0637\u0631\u06cc\u0642\u0647 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u062f\u0631 \u0635\u0641\u062d\u0627\u062a \u0648\u0628",
"id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u062f\u0631_\u0635\u0641\u062d\u0627\u062a_\u0648\u0628"
},
- {
- "label": "Reports.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Reports.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 112,
- "norm_label": "reports.tsx",
- "id": "frontend_admin_panel_src_pages_reports"
- },
- {
- "label": "COLORS",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Reports.tsx",
- "source_location": "L10",
- "_origin": "ast",
- "community": 112,
- "norm_label": "colors",
- "id": "frontend_admin_panel_src_pages_reports_colors"
- },
- {
- "label": "Reports",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
- "source_location": "L16",
- "_origin": "ast",
- "community": 112,
- "norm_label": "reports",
- "id": "frontend_admin_panel_src_routes_adminroutes_reports"
- },
{
"label": "application/public/fonts/sahel-font-v3.4.0/README.md",
"file_type": "document",
"source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md",
"source_location": "L1",
"_origin": "ast",
- "community": 113,
+ "community": 114,
"community_name": "Sahel-Font",
"norm_label": "application/public/fonts/sahel-font-v3.4.0/readme.md",
"id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme"
@@ -15156,7 +15379,7 @@
"source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md",
"source_location": "L119",
"_origin": "ast",
- "community": 113,
+ "community": 114,
"community_name": "Sahel-Font",
"norm_label": "arch linux",
"id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_arch_linux"
@@ -15167,7 +15390,7 @@
"source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md",
"source_location": "L127",
"_origin": "ast",
- "community": 113,
+ "community": 114,
"community_name": "Sahel-Font",
"norm_label": "contributors",
"id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_contributors"
@@ -15178,7 +15401,7 @@
"source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md",
"source_location": "L103",
"_origin": "ast",
- "community": 113,
+ "community": 114,
"community_name": "Sahel-Font",
"norm_label": "install",
"id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_install"
@@ -15189,7 +15412,7 @@
"source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md",
"source_location": "L14",
"_origin": "ast",
- "community": 113,
+ "community": 114,
"community_name": "Sahel-Font",
"norm_label": "known problems for variable version",
"id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_known_problems_for_variable_version"
@@ -15200,7 +15423,7 @@
"source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md",
"source_location": "L131",
"_origin": "ast",
- "community": 113,
+ "community": 114,
"community_name": "Sahel-Font",
"norm_label": "license",
"id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_license"
@@ -15211,7 +15434,7 @@
"source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md",
"source_location": "L1",
"_origin": "ast",
- "community": 113,
+ "community": 114,
"community_name": "Sahel-Font",
"norm_label": "sahel-font",
"id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_sahel_font"
@@ -15222,7 +15445,7 @@
"source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md",
"source_location": "L17",
"_origin": "ast",
- "community": 113,
+ "community": 114,
"community_name": "Sahel-Font",
"norm_label": "to do (variable)",
"id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_to_do_variable"
@@ -15233,7 +15456,7 @@
"source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md",
"source_location": "L83",
"_origin": "ast",
- "community": 113,
+ "community": 114,
"community_name": "Sahel-Font",
"norm_label": "\u0637\u0631\u06cc\u0642\u0647 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0646\u0633\u062e\u0647 \u0645\u062a\u063a\u06cc\u0631 variable",
"id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u0627\u0632_\u0646\u0633\u062e\u0647_\u0645\u062a\u063a\u06cc\u0631_variable"
@@ -15244,7 +15467,7 @@
"source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md",
"source_location": "L24",
"_origin": "ast",
- "community": 113,
+ "community": 114,
"community_name": "Sahel-Font",
"norm_label": "\u0637\u0631\u06cc\u0642\u0647 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u062f\u0631 \u0635\u0641\u062d\u0627\u062a \u0648\u0628",
"id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u062f\u0631_\u0635\u0641\u062d\u0627\u062a_\u0648\u0628"
@@ -15255,7 +15478,7 @@
"source_file": ".ai_agency/agents/00_intake.md",
"source_location": "L1",
"_origin": "ast",
- "community": 114,
+ "community": 115,
"community_name": "Role & Core Objective",
"norm_label": "00_intake.md",
"id": "ai_agency_agents_00_intake"
@@ -15266,7 +15489,7 @@
"source_file": ".ai_agency/agents/00_intake.md",
"source_location": "L30",
"_origin": "ast",
- "community": 114,
+ "community": 115,
"community_name": "Role & Core Objective",
"norm_label": "1. ask \u2014 don't assume",
"id": "ai_agency_agents_00_intake_1_ask_don_t_assume"
@@ -15277,7 +15500,7 @@
"source_file": ".ai_agency/agents/00_intake.md",
"source_location": "L58",
"_origin": "ast",
- "community": 114,
+ "community": 115,
"community_name": "Role & Core Objective",
"norm_label": "2. forbidden actions",
"id": "ai_agency_agents_00_intake_2_forbidden_actions"
@@ -15288,7 +15511,7 @@
"source_file": ".ai_agency/agents/00_intake.md",
"source_location": "L17",
"_origin": "ast",
- "community": 114,
+ "community": 115,
"community_name": "Role & Core Objective",
"norm_label": "brownfield detection",
"id": "ai_agency_agents_00_intake_brownfield_detection"
@@ -15299,7 +15522,7 @@
"source_file": ".ai_agency/agents/00_intake.md",
"source_location": "L105",
"_origin": "ast",
- "community": 114,
+ "community": 115,
"community_name": "Role & Core Objective",
"norm_label": "expected json output schema",
"id": "ai_agency_agents_00_intake_expected_json_output_schema"
@@ -15310,7 +15533,7 @@
"source_file": ".ai_agency/agents/00_intake.md",
"source_location": "L28",
"_origin": "ast",
- "community": 114,
+ "community": 115,
"community_name": "Role & Core Objective",
"norm_label": "operational rules & boundaries",
"id": "ai_agency_agents_00_intake_operational_rules_boundaries"
@@ -15321,7 +15544,7 @@
"source_file": ".ai_agency/agents/00_intake.md",
"source_location": "L65",
"_origin": "ast",
- "community": 114,
+ "community": 115,
"community_name": "Role & Core Objective",
"norm_label": "required output artifacts (what files to write/update)",
"id": "ai_agency_agents_00_intake_required_output_artifacts_what_files_to_write_update"
@@ -15332,7 +15555,7 @@
"source_file": ".ai_agency/agents/00_intake.md",
"source_location": "L1",
"_origin": "ast",
- "community": 114,
+ "community": 115,
"community_name": "Role & Core Objective",
"norm_label": "role & core objective",
"id": "ai_agency_agents_00_intake_role_core_objective"
@@ -15343,7 +15566,7 @@
"source_file": ".ai_agency/agents/00_intake.md",
"source_location": "L9",
"_origin": "ast",
- "community": 114,
+ "community": 115,
"community_name": "Role & Core Objective",
"norm_label": "strict input specifications (what files to read)",
"id": "ai_agency_agents_00_intake_strict_input_specifications_what_files_to_read"
@@ -15354,7 +15577,7 @@
"source_file": ".ai_agency/orchestrate.py",
"source_location": "L1",
"_origin": "ast",
- "community": 115,
+ "community": 116,
"community_name": "Task Orchestration Scripts",
"norm_label": "orchestrate.py",
"id": "ai_agency_orchestrate"
@@ -15365,7 +15588,7 @@
"source_file": "backend/package.json",
"source_location": "L1",
"_origin": "ast",
- "community": 116,
+ "community": 117,
"community_name": "Backend Package Config",
"norm_label": "backend/package.json",
"id": "backend_package"
@@ -15376,7 +15599,7 @@
"source_file": "backend/package.json",
"source_location": "L5",
"_origin": "ast",
- "community": 116,
+ "community": 117,
"community_name": "Backend Package Config",
"norm_label": "author",
"id": "backend_package_author"
@@ -15387,7 +15610,7 @@
"source_file": "backend/package.json",
"source_location": "L4",
"_origin": "ast",
- "community": 116,
+ "community": 117,
"community_name": "Backend Package Config",
"norm_label": "description",
"id": "backend_package_description"
@@ -15398,7 +15621,7 @@
"source_file": "backend/package.json",
"source_location": "L7",
"_origin": "ast",
- "community": 116,
+ "community": 117,
"community_name": "Backend Package Config",
"norm_label": "license",
"id": "backend_package_license"
@@ -15409,7 +15632,7 @@
"source_file": "backend/package.json",
"source_location": "L2",
"_origin": "ast",
- "community": 116,
+ "community": 117,
"community_name": "Backend Package Config",
"norm_label": "name",
"id": "backend_package_name"
@@ -15420,7 +15643,7 @@
"source_file": "backend/package.json",
"source_location": "L93",
"_origin": "ast",
- "community": 116,
+ "community": 117,
"community_name": "Backend Package Config",
"norm_label": "prisma",
"id": "backend_package_prisma"
@@ -15431,7 +15654,7 @@
"source_file": "backend/package.json",
"source_location": "L94",
"_origin": "ast",
- "community": 116,
+ "community": 117,
"community_name": "Backend Package Config",
"norm_label": "seed",
"id": "backend_package_prisma_seed"
@@ -15442,7 +15665,7 @@
"source_file": "backend/package.json",
"source_location": "L6",
"_origin": "ast",
- "community": 116,
+ "community": 117,
"community_name": "Backend Package Config",
"norm_label": "private",
"id": "backend_package_private"
@@ -15453,7 +15676,7 @@
"source_file": "backend/package.json",
"source_location": "L3",
"_origin": "ast",
- "community": 116,
+ "community": 117,
"community_name": "Backend Package Config",
"norm_label": "version",
"id": "backend_package_version"
@@ -15464,7 +15687,7 @@
"source_file": ".claude/skills/graphify/references/exports.md",
"source_location": "L1",
"_origin": "ast",
- "community": 117,
+ "community": 118,
"community_name": "graphify reference: extra exports and benchmark",
"norm_label": "exports.md",
"id": "claude_skills_graphify_references_exports"
@@ -15475,7 +15698,7 @@
"source_file": ".claude/skills/graphify/references/exports.md",
"source_location": "L1",
"_origin": "ast",
- "community": 117,
+ "community": 118,
"community_name": "graphify reference: extra exports and benchmark",
"norm_label": "graphify reference: extra exports and benchmark",
"id": "claude_skills_graphify_references_exports_graphify_reference_extra_exports_and_benchmark"
@@ -15486,7 +15709,7 @@
"source_file": ".claude/skills/graphify/references/exports.md",
"source_location": "L5",
"_origin": "ast",
- "community": 117,
+ "community": 118,
"community_name": "graphify reference: extra exports and benchmark",
"norm_label": "step 6b - wiki (only if --wiki flag)",
"id": "claude_skills_graphify_references_exports_step_6b_wiki_only_if_wiki_flag"
@@ -15497,7 +15720,7 @@
"source_file": ".claude/skills/graphify/references/exports.md",
"source_location": "L15",
"_origin": "ast",
- "community": 117,
+ "community": 118,
"community_name": "graphify reference: extra exports and benchmark",
"norm_label": "step 7 - neo4j export (only if --neo4j or --neo4j-push flag)",
"id": "claude_skills_graphify_references_exports_step_7_neo4j_export_only_if_neo4j_or_neo4j_push_flag"
@@ -15508,7 +15731,7 @@
"source_file": ".claude/skills/graphify/references/exports.md",
"source_location": "L31",
"_origin": "ast",
- "community": 117,
+ "community": 118,
"community_name": "graphify reference: extra exports and benchmark",
"norm_label": "step 7a - falkordb export (only if --falkordb or --falkordb-push flag)",
"id": "claude_skills_graphify_references_exports_step_7a_falkordb_export_only_if_falkordb_or_falkordb_push_flag"
@@ -15519,7 +15742,7 @@
"source_file": ".claude/skills/graphify/references/exports.md",
"source_location": "L47",
"_origin": "ast",
- "community": 117,
+ "community": 118,
"community_name": "graphify reference: extra exports and benchmark",
"norm_label": "step 7b - svg export (only if --svg flag)",
"id": "claude_skills_graphify_references_exports_step_7b_svg_export_only_if_svg_flag"
@@ -15530,7 +15753,7 @@
"source_file": ".claude/skills/graphify/references/exports.md",
"source_location": "L53",
"_origin": "ast",
- "community": 117,
+ "community": 118,
"community_name": "graphify reference: extra exports and benchmark",
"norm_label": "step 7c - graphml export (only if --graphml flag)",
"id": "claude_skills_graphify_references_exports_step_7c_graphml_export_only_if_graphml_flag"
@@ -15541,7 +15764,7 @@
"source_file": ".claude/skills/graphify/references/exports.md",
"source_location": "L59",
"_origin": "ast",
- "community": 117,
+ "community": 118,
"community_name": "graphify reference: extra exports and benchmark",
"norm_label": "step 7d - mcp server (only if --mcp flag)",
"id": "claude_skills_graphify_references_exports_step_7d_mcp_server_only_if_mcp_flag"
@@ -15552,7 +15775,7 @@
"source_file": ".claude/skills/graphify/references/exports.md",
"source_location": "L79",
"_origin": "ast",
- "community": 117,
+ "community": 118,
"community_name": "graphify reference: extra exports and benchmark",
"norm_label": "step 8 - token reduction benchmark (only if total_words > 5000)",
"id": "claude_skills_graphify_references_exports_step_8_token_reduction_benchmark_only_if_total_words_5000"
@@ -15563,7 +15786,7 @@
"source_file": "docs/audit/21-phase2-quality-gate-summary.md",
"source_location": "L1",
"_origin": "ast",
- "community": 118,
+ "community": 119,
"community_name": "Phase 2 Final Quality Gate Summary Report",
"norm_label": "21-phase2-quality-gate-summary.md",
"id": "docs_audit_21_phase2_quality_gate_summary"
@@ -15574,7 +15797,7 @@
"source_file": "docs/audit/21-phase2-quality-gate-summary.md",
"source_location": "L3",
"_origin": "ast",
- "community": 118,
+ "community": 119,
"community_name": "Phase 2 Final Quality Gate Summary Report",
"norm_label": "1. executive summary",
"id": "docs_audit_21_phase2_quality_gate_summary_1_executive_summary"
@@ -15585,7 +15808,7 @@
"source_file": "docs/audit/21-phase2-quality-gate-summary.md",
"source_location": "L16",
"_origin": "ast",
- "community": 118,
+ "community": 119,
"community_name": "Phase 2 Final Quality Gate Summary Report",
"norm_label": "2. final verified finding breakdown",
"id": "docs_audit_21_phase2_quality_gate_summary_2_final_verified_finding_breakdown"
@@ -15596,7 +15819,7 @@
"source_file": "docs/audit/21-phase2-quality-gate-summary.md",
"source_location": "L31",
"_origin": "ast",
- "community": 118,
+ "community": 119,
"community_name": "Phase 2 Final Quality Gate Summary Report",
"norm_label": "3. source coverage & diagnostic metrics",
"id": "docs_audit_21_phase2_quality_gate_summary_3_source_coverage_diagnostic_metrics"
@@ -15607,7 +15830,7 @@
"source_file": "docs/audit/21-phase2-quality-gate-summary.md",
"source_location": "L40",
"_origin": "ast",
- "community": 118,
+ "community": 119,
"community_name": "Phase 2 Final Quality Gate Summary Report",
"norm_label": "4. integrity check & quality gate status",
"id": "docs_audit_21_phase2_quality_gate_summary_4_integrity_check_quality_gate_status"
@@ -15618,7 +15841,7 @@
"source_file": "docs/audit/21-phase2-quality-gate-summary.md",
"source_location": "L47",
"_origin": "ast",
- "community": 118,
+ "community": 119,
"community_name": "Phase 2 Final Quality Gate Summary Report",
"norm_label": "5. exact next recommended phase",
"id": "docs_audit_21_phase2_quality_gate_summary_5_exact_next_recommended_phase"
@@ -15629,7 +15852,7 @@
"source_file": "docs/audit/21-phase2-quality-gate-summary.md",
"source_location": "L25",
"_origin": "ast",
- "community": 118,
+ "community": 119,
"community_name": "Phase 2 Final Quality Gate Summary Report",
"norm_label": "by confidence",
"id": "docs_audit_21_phase2_quality_gate_summary_by_confidence"
@@ -15640,7 +15863,7 @@
"source_file": "docs/audit/21-phase2-quality-gate-summary.md",
"source_location": "L18",
"_origin": "ast",
- "community": 118,
+ "community": 119,
"community_name": "Phase 2 Final Quality Gate Summary Report",
"norm_label": "by severity",
"id": "docs_audit_21_phase2_quality_gate_summary_by_severity"
@@ -15651,110 +15874,11 @@
"source_file": "docs/audit/21-phase2-quality-gate-summary.md",
"source_location": "L1",
"_origin": "ast",
- "community": 118,
+ "community": 119,
"community_name": "Phase 2 Final Quality Gate Summary Report",
"norm_label": "phase 2 final quality gate summary report",
"id": "docs_audit_21_phase2_quality_gate_summary_phase_2_final_quality_gate_summary_report"
},
- {
- "label": "phase3.1-change-log.md",
- "file_type": "document",
- "source_file": "docs/audit/phase3.1-change-log.md",
- "source_location": "L1",
- "_origin": "ast",
- "community": 119,
- "community_name": "Task Modifications Log",
- "norm_label": "phase3.1-change-log.md",
- "id": "docs_audit_phase3_1_change_log"
- },
- {
- "label": "1. `TASK-AUTH-001`",
- "file_type": "document",
- "source_file": "docs/audit/phase3.1-change-log.md",
- "source_location": "L10",
- "_origin": "ast",
- "community": 119,
- "community_name": "Task Modifications Log",
- "norm_label": "1. `task-auth-001`",
- "id": "docs_audit_phase3_1_change_log_1_task_auth_001"
- },
- {
- "label": "2. `TASK-FIN-001`",
- "file_type": "document",
- "source_file": "docs/audit/phase3.1-change-log.md",
- "source_location": "L19",
- "_origin": "ast",
- "community": 119,
- "community_name": "Task Modifications Log",
- "norm_label": "2. `task-fin-001`",
- "id": "docs_audit_phase3_1_change_log_2_task_fin_001"
- },
- {
- "label": "3. `DECISION-002`",
- "file_type": "document",
- "source_file": "docs/audit/phase3.1-change-log.md",
- "source_location": "L28",
- "_origin": "ast",
- "community": 119,
- "community_name": "Task Modifications Log",
- "norm_label": "3. `decision-002`",
- "id": "docs_audit_phase3_1_change_log_3_decision_002"
- },
- {
- "label": "4. `TASK-VERIFY-001`",
- "file_type": "document",
- "source_file": "docs/audit/phase3.1-change-log.md",
- "source_location": "L37",
- "_origin": "ast",
- "community": 119,
- "community_name": "Task Modifications Log",
- "norm_label": "4. `task-verify-001`",
- "id": "docs_audit_phase3_1_change_log_4_task_verify_001"
- },
- {
- "label": "5. `TASK-SEC-001` & `TASK-SEC-002`",
- "file_type": "document",
- "source_file": "docs/audit/phase3.1-change-log.md",
- "source_location": "L46",
- "_origin": "ast",
- "community": 119,
- "community_name": "Task Modifications Log",
- "norm_label": "5. `task-sec-001` & `task-sec-002`",
- "id": "docs_audit_phase3_1_change_log_5_task_sec_001_task_sec_002"
- },
- {
- "label": "6. `TASK-BUILD-001` & Execution Waves",
- "file_type": "document",
- "source_file": "docs/audit/phase3.1-change-log.md",
- "source_location": "L55",
- "_origin": "ast",
- "community": 119,
- "community_name": "Task Modifications Log",
- "norm_label": "6. `task-build-001` & execution waves",
- "id": "docs_audit_phase3_1_change_log_6_task_build_001_execution_waves"
- },
- {
- "label": "Phase 3.1 \u2014 Master Task Backlog Change Log",
- "file_type": "document",
- "source_file": "docs/audit/phase3.1-change-log.md",
- "source_location": "L1",
- "_origin": "ast",
- "community": 119,
- "community_name": "Task Modifications Log",
- "norm_label": "phase 3.1 \u2014 master task backlog change log",
- "id": "docs_audit_phase3_1_change_log_phase_3_1_master_task_backlog_change_log"
- },
- {
- "label": "Task Modifications Log",
- "file_type": "document",
- "source_file": "docs/audit/phase3.1-change-log.md",
- "source_location": "L8",
- "_origin": "ast",
- "community": 119,
- "community_name": "Task Modifications Log",
- "norm_label": "task modifications log",
- "id": "docs_audit_phase3_1_change_log_task_modifications_log"
- },
{
"label": "create-video.dto.ts",
"file_type": "code",
@@ -16052,13 +16176,112 @@
"norm_label": "get-videos-query.dto.ts",
"id": "backend_src_videos_dto_get_videos_query_dto"
},
+ {
+ "label": "phase3.1-change-log.md",
+ "file_type": "document",
+ "source_file": "docs/audit/phase3.1-change-log.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 120,
+ "community_name": "Task Modifications Log",
+ "norm_label": "phase3.1-change-log.md",
+ "id": "docs_audit_phase3_1_change_log"
+ },
+ {
+ "label": "1. `TASK-AUTH-001`",
+ "file_type": "document",
+ "source_file": "docs/audit/phase3.1-change-log.md",
+ "source_location": "L10",
+ "_origin": "ast",
+ "community": 120,
+ "community_name": "Task Modifications Log",
+ "norm_label": "1. `task-auth-001`",
+ "id": "docs_audit_phase3_1_change_log_1_task_auth_001"
+ },
+ {
+ "label": "2. `TASK-FIN-001`",
+ "file_type": "document",
+ "source_file": "docs/audit/phase3.1-change-log.md",
+ "source_location": "L19",
+ "_origin": "ast",
+ "community": 120,
+ "community_name": "Task Modifications Log",
+ "norm_label": "2. `task-fin-001`",
+ "id": "docs_audit_phase3_1_change_log_2_task_fin_001"
+ },
+ {
+ "label": "3. `DECISION-002`",
+ "file_type": "document",
+ "source_file": "docs/audit/phase3.1-change-log.md",
+ "source_location": "L28",
+ "_origin": "ast",
+ "community": 120,
+ "community_name": "Task Modifications Log",
+ "norm_label": "3. `decision-002`",
+ "id": "docs_audit_phase3_1_change_log_3_decision_002"
+ },
+ {
+ "label": "4. `TASK-VERIFY-001`",
+ "file_type": "document",
+ "source_file": "docs/audit/phase3.1-change-log.md",
+ "source_location": "L37",
+ "_origin": "ast",
+ "community": 120,
+ "community_name": "Task Modifications Log",
+ "norm_label": "4. `task-verify-001`",
+ "id": "docs_audit_phase3_1_change_log_4_task_verify_001"
+ },
+ {
+ "label": "5. `TASK-SEC-001` & `TASK-SEC-002`",
+ "file_type": "document",
+ "source_file": "docs/audit/phase3.1-change-log.md",
+ "source_location": "L46",
+ "_origin": "ast",
+ "community": 120,
+ "community_name": "Task Modifications Log",
+ "norm_label": "5. `task-sec-001` & `task-sec-002`",
+ "id": "docs_audit_phase3_1_change_log_5_task_sec_001_task_sec_002"
+ },
+ {
+ "label": "6. `TASK-BUILD-001` & Execution Waves",
+ "file_type": "document",
+ "source_file": "docs/audit/phase3.1-change-log.md",
+ "source_location": "L55",
+ "_origin": "ast",
+ "community": 120,
+ "community_name": "Task Modifications Log",
+ "norm_label": "6. `task-build-001` & execution waves",
+ "id": "docs_audit_phase3_1_change_log_6_task_build_001_execution_waves"
+ },
+ {
+ "label": "Phase 3.1 \u2014 Master Task Backlog Change Log",
+ "file_type": "document",
+ "source_file": "docs/audit/phase3.1-change-log.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 120,
+ "community_name": "Task Modifications Log",
+ "norm_label": "phase 3.1 \u2014 master task backlog change log",
+ "id": "docs_audit_phase3_1_change_log_phase_3_1_master_task_backlog_change_log"
+ },
+ {
+ "label": "Task Modifications Log",
+ "file_type": "document",
+ "source_file": "docs/audit/phase3.1-change-log.md",
+ "source_location": "L8",
+ "_origin": "ast",
+ "community": 120,
+ "community_name": "Task Modifications Log",
+ "norm_label": "task modifications log",
+ "id": "docs_audit_phase3_1_change_log_task_modifications_log"
+ },
{
"label": "shabnam-font-v5.0.1/README.md",
"file_type": "document",
"source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md",
"source_location": "L1",
"_origin": "ast",
- "community": 120,
+ "community": 121,
"community_name": "Install",
"norm_label": "shabnam-font-v5.0.1/readme.md",
"id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme"
@@ -16069,7 +16292,7 @@
"source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md",
"source_location": "L110",
"_origin": "ast",
- "community": 120,
+ "community": 121,
"community_name": "Install",
"norm_label": "arch linux",
"id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_arch_linux"
@@ -16080,7 +16303,7 @@
"source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md",
"source_location": "L80",
"_origin": "ast",
- "community": 120,
+ "community": 121,
"community_name": "Install",
"norm_label": "bower",
"id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_bower"
@@ -16091,7 +16314,7 @@
"source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md",
"source_location": "L76",
"_origin": "ast",
- "community": 120,
+ "community": 121,
"community_name": "Install",
"norm_label": "install",
"id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_install"
@@ -16102,7 +16325,7 @@
"source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md",
"source_location": "L86",
"_origin": "ast",
- "community": 120,
+ "community": 121,
"community_name": "Install",
"norm_label": "npm",
"id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_npm"
@@ -16113,7 +16336,7 @@
"source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md",
"source_location": "L1",
"_origin": "ast",
- "community": 120,
+ "community": 121,
"community_name": "Install",
"norm_label": "shabnam font",
"id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_shabnam_font"
@@ -16124,7 +16347,7 @@
"source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md",
"source_location": "L91",
"_origin": "ast",
- "community": 120,
+ "community": 121,
"community_name": "Install",
"norm_label": "yarn",
"id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_yarn"
@@ -16135,7 +16358,7 @@
"source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md",
"source_location": "L17",
"_origin": "ast",
- "community": 120,
+ "community": 121,
"community_name": "Install",
"norm_label": "\u0637\u0631\u06cc\u0642\u0647 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u062f\u0631 \u0635\u0641\u062d\u0627\u062a \u0648\u0628:",
"id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u062f\u0631_\u0635\u0641\u062d\u0627\u062a_\u0648\u0628"
@@ -16146,7 +16369,7 @@
"source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md",
"source_location": "L14",
"_origin": "ast",
- "community": 120,
+ "community": 121,
"community_name": "Install",
"norm_label": "\u0646\u0645\u0648\u0646\u0647 \u0645\u062a\u0646 sample:",
"id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_\u0646\u0645\u0648\u0646\u0647_\u0645\u062a\u0646_sample"
@@ -16157,7 +16380,7 @@
"source_file": "frontend/application/components/ErrorBoundary.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 121,
+ "community": 122,
"community_name": "React Error Boundary",
"norm_label": "errorboundary.tsx",
"id": "frontend_application_components_errorboundary"
@@ -16168,7 +16391,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L1",
"_origin": "ast",
- "community": 122,
+ "community": 123,
"community_name": "Application Package Config",
"norm_label": "application/package.json",
"id": "frontend_application_package"
@@ -16179,7 +16402,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L2",
"_origin": "ast",
- "community": 122,
+ "community": 123,
"community_name": "Application Package Config",
"norm_label": "name",
"id": "frontend_application_package_name"
@@ -16190,7 +16413,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L4",
"_origin": "ast",
- "community": 122,
+ "community": 123,
"community_name": "Application Package Config",
"norm_label": "private",
"id": "frontend_application_package_private"
@@ -16201,7 +16424,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L5",
"_origin": "ast",
- "community": 122,
+ "community": 123,
"community_name": "Application Package Config",
"norm_label": "scripts",
"id": "frontend_application_package_scripts"
@@ -16212,7 +16435,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L7",
"_origin": "ast",
- "community": 122,
+ "community": 123,
"community_name": "Application Package Config",
"norm_label": "build",
"id": "frontend_application_package_scripts_build"
@@ -16223,7 +16446,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L6",
"_origin": "ast",
- "community": 122,
+ "community": 123,
"community_name": "Application Package Config",
"norm_label": "dev",
"id": "frontend_application_package_scripts_dev"
@@ -16234,7 +16457,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L9",
"_origin": "ast",
- "community": 122,
+ "community": 123,
"community_name": "Application Package Config",
"norm_label": "lint",
"id": "frontend_application_package_scripts_lint"
@@ -16245,7 +16468,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L8",
"_origin": "ast",
- "community": 122,
+ "community": 123,
"community_name": "Application Package Config",
"norm_label": "start",
"id": "frontend_application_package_scripts_start"
@@ -16256,7 +16479,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L3",
"_origin": "ast",
- "community": 122,
+ "community": 123,
"community_name": "Application Package Config",
"norm_label": "version",
"id": "frontend_application_package_version"
@@ -16267,7 +16490,7 @@
"source_file": "backend/scripts/generate-openapi.js",
"source_location": "L1",
"_origin": "ast",
- "community": 123,
+ "community": 124,
"norm_label": "generate-openapi.js",
"id": "backend_scripts_generate_openapi"
},
@@ -16277,7 +16500,7 @@
"source_file": "backend/scripts/generate-openapi.js",
"source_location": "L37",
"_origin": "ast",
- "community": 123,
+ "community": 124,
"norm_label": "app_module_1",
"id": "backend_scripts_generate_openapi_app_module_1"
},
@@ -16287,7 +16510,7 @@
"source_file": "backend/scripts/generate-openapi.js",
"source_location": "L36",
"_origin": "ast",
- "community": 123,
+ "community": 124,
"norm_label": "core_1",
"id": "backend_scripts_generate_openapi_core_1"
},
@@ -16297,7 +16520,7 @@
"source_file": "backend/scripts/generate-openapi.js",
"source_location": "L39",
"_origin": "ast",
- "community": 123,
+ "community": 124,
"norm_label": "fs",
"id": "backend_scripts_generate_openapi_fs"
},
@@ -16307,7 +16530,7 @@
"source_file": "backend/scripts/generate-openapi.js",
"source_location": "L40",
"_origin": "ast",
- "community": 123,
+ "community": 124,
"norm_label": "path",
"id": "backend_scripts_generate_openapi_path"
},
@@ -16317,7 +16540,7 @@
"source_file": "backend/scripts/generate-openapi.js",
"source_location": "L38",
"_origin": "ast",
- "community": 123,
+ "community": 124,
"norm_label": "swagger_1",
"id": "backend_scripts_generate_openapi_swagger_1"
},
@@ -16327,7 +16550,7 @@
"source_file": "backend/scripts/generate-openapi.js",
"source_location": "L41",
"_origin": "ast",
- "community": 123,
+ "community": 124,
"norm_label": "yaml",
"id": "backend_scripts_generate_openapi_yaml"
},
@@ -16337,7 +16560,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 124,
+ "community": 125,
"community_name": "InitiatePaymentDto",
"norm_label": "apiproperty",
"id": "backend_src_payment_dto_initiate_payment_dto_ts_apiproperty"
@@ -16348,7 +16571,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 124,
+ "community": 125,
"community_name": "InitiatePaymentDto",
"norm_label": "apipropertyoptional",
"id": "backend_src_payment_dto_initiate_payment_dto_ts_apipropertyoptional"
@@ -16359,7 +16582,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 124,
+ "community": 125,
"community_name": "InitiatePaymentDto",
"norm_label": "isnotempty",
"id": "backend_src_payment_dto_initiate_payment_dto_ts_isnotempty"
@@ -16370,7 +16593,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 124,
+ "community": 125,
"community_name": "InitiatePaymentDto",
"norm_label": "isoptional",
"id": "backend_src_payment_dto_initiate_payment_dto_ts_isoptional"
@@ -16381,7 +16604,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 124,
+ "community": 125,
"community_name": "InitiatePaymentDto",
"norm_label": "isstring",
"id": "backend_src_payment_dto_initiate_payment_dto_ts_isstring"
@@ -16392,7 +16615,7 @@
"source_file": "backend/src/payment/dto/initiate-payment.dto.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 124,
+ "community": 125,
"norm_label": "initiate-payment.dto.ts",
"id": "backend_src_payment_dto_initiate_payment_dto"
},
@@ -16402,7 +16625,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 125,
+ "community": 126,
"community_name": "SmsLogQueryDto",
"norm_label": "apipropertyoptional",
"id": "backend_src_settings_dto_sms_log_query_dto_ts_apipropertyoptional"
@@ -16413,7 +16636,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 125,
+ "community": 126,
"community_name": "SmsLogQueryDto",
"norm_label": "isin",
"id": "backend_src_settings_dto_sms_log_query_dto_ts_isin"
@@ -16424,7 +16647,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 125,
+ "community": 126,
"community_name": "SmsLogQueryDto",
"norm_label": "isnumber",
"id": "backend_src_settings_dto_sms_log_query_dto_ts_isnumber"
@@ -16435,7 +16658,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 125,
+ "community": 126,
"community_name": "SmsLogQueryDto",
"norm_label": "isoptional",
"id": "backend_src_settings_dto_sms_log_query_dto_ts_isoptional"
@@ -16446,7 +16669,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 125,
+ "community": 126,
"community_name": "SmsLogQueryDto",
"norm_label": "isstring",
"id": "backend_src_settings_dto_sms_log_query_dto_ts_isstring"
@@ -16457,7 +16680,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 125,
+ "community": 126,
"community_name": "SmsLogQueryDto",
"norm_label": "type",
"id": "backend_src_settings_dto_sms_log_query_dto_ts_type"
@@ -16468,7 +16691,7 @@
"source_file": "backend/src/settings/dto/sms-log-query.dto.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 125,
+ "community": 126,
"norm_label": "sms-log-query.dto.ts",
"id": "backend_src_settings_dto_sms_log_query_dto"
},
@@ -16478,7 +16701,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 126,
+ "community": 127,
"community_name": "WikiController",
"norm_label": "apinotfoundresponse",
"id": "backend_src_wiki_wiki_controller_ts_apinotfoundresponse"
@@ -16489,7 +16712,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 126,
+ "community": 127,
"community_name": "WikiController",
"norm_label": "apiokresponse",
"id": "backend_src_wiki_wiki_controller_ts_apiokresponse"
@@ -16500,7 +16723,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 126,
+ "community": 127,
"community_name": "WikiController",
"norm_label": "apioperation",
"id": "backend_src_wiki_wiki_controller_ts_apioperation"
@@ -16511,7 +16734,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 126,
+ "community": 127,
"community_name": "WikiController",
"norm_label": "get",
"id": "backend_src_wiki_wiki_controller_ts_get"
@@ -16522,7 +16745,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 126,
+ "community": 127,
"community_name": "WikiController",
"norm_label": "param",
"id": "backend_src_wiki_wiki_controller_ts_param"
@@ -16533,7 +16756,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 126,
+ "community": 127,
"community_name": "WikiController",
"norm_label": "query",
"id": "backend_src_wiki_wiki_controller_ts_query"
@@ -16544,7 +16767,7 @@
"source_file": "docs/audit/01-system-discovery.md",
"source_location": "L1",
"_origin": "ast",
- "community": 127,
+ "community": 128,
"community_name": "System Discovery",
"norm_label": "01-system-discovery.md",
"id": "docs_audit_01_system_discovery"
@@ -16555,7 +16778,7 @@
"source_file": "docs/audit/01-system-discovery.md",
"source_location": "L6",
"_origin": "ast",
- "community": 127,
+ "community": 128,
"community_name": "System Discovery",
"norm_label": "active core applications",
"id": "docs_audit_01_system_discovery_active_core_applications"
@@ -16566,7 +16789,7 @@
"source_file": "docs/audit/01-system-discovery.md",
"source_location": "L3",
"_origin": "ast",
- "community": 127,
+ "community": 128,
"community_name": "System Discovery",
"norm_label": "current architecture",
"id": "docs_audit_01_system_discovery_current_architecture"
@@ -16577,7 +16800,7 @@
"source_file": "docs/audit/01-system-discovery.md",
"source_location": "L36",
"_origin": "ast",
- "community": 127,
+ "community": 128,
"community_name": "System Discovery",
"norm_label": "evidence-based status matrix",
"id": "docs_audit_01_system_discovery_evidence_based_status_matrix"
@@ -16588,7 +16811,7 @@
"source_file": "docs/audit/01-system-discovery.md",
"source_location": "L12",
"_origin": "ast",
- "community": 127,
+ "community": 128,
"community_name": "System Discovery",
"norm_label": "excluded / non-auditable artifacts",
"id": "docs_audit_01_system_discovery_excluded_non_auditable_artifacts"
@@ -16599,7 +16822,7 @@
"source_file": "docs/audit/01-system-discovery.md",
"source_location": "L18",
"_origin": "ast",
- "community": 127,
+ "community": 128,
"community_name": "System Discovery",
"norm_label": "major business domains discovered",
"id": "docs_audit_01_system_discovery_major_business_domains_discovered"
@@ -16610,7 +16833,7 @@
"source_file": "docs/audit/01-system-discovery.md",
"source_location": "L1",
"_origin": "ast",
- "community": 127,
+ "community": 128,
"community_name": "System Discovery",
"norm_label": "system discovery",
"id": "docs_audit_01_system_discovery_system_discovery"
@@ -16621,7 +16844,7 @@
"source_file": "docs/audit/01-system-discovery.md",
"source_location": "L27",
"_origin": "ast",
- "community": 127,
+ "community": 128,
"community_name": "System Discovery",
"norm_label": "technical architecture summary",
"id": "docs_audit_01_system_discovery_technical_architecture_summary"
@@ -16632,7 +16855,7 @@
"source_file": ".ai_agency/specs/prd.md",
"source_location": "L1",
"_origin": "ast",
- "community": 128,
+ "community": 129,
"community_name": "Product Requirement Document (PRD)",
"norm_label": "prd.md",
"id": "ai_agency_specs_prd"
@@ -16643,7 +16866,7 @@
"source_file": ".ai_agency/specs/prd.md",
"source_location": "L3",
"_origin": "ast",
- "community": 128,
+ "community": 129,
"community_name": "Product Requirement Document (PRD)",
"norm_label": "1. executive vision",
"id": "ai_agency_specs_prd_1_executive_vision"
@@ -16654,7 +16877,7 @@
"source_file": ".ai_agency/specs/prd.md",
"source_location": "L6",
"_origin": "ast",
- "community": 128,
+ "community": 129,
"community_name": "Product Requirement Document (PRD)",
"norm_label": "2. target audience",
"id": "ai_agency_specs_prd_2_target_audience"
@@ -16665,7 +16888,7 @@
"source_file": ".ai_agency/specs/prd.md",
"source_location": "L9",
"_origin": "ast",
- "community": 128,
+ "community": 129,
"community_name": "Product Requirement Document (PRD)",
"norm_label": "3. functional requirements",
"id": "ai_agency_specs_prd_3_functional_requirements"
@@ -16676,7 +16899,7 @@
"source_file": ".ai_agency/specs/prd.md",
"source_location": "L12",
"_origin": "ast",
- "community": 128,
+ "community": 129,
"community_name": "Product Requirement Document (PRD)",
"norm_label": "4. non-functional requirements (performance, security)",
"id": "ai_agency_specs_prd_4_non_functional_requirements_performance_security"
@@ -16687,7 +16910,7 @@
"source_file": ".ai_agency/specs/prd.md",
"source_location": "L15",
"_origin": "ast",
- "community": 128,
+ "community": 129,
"community_name": "Product Requirement Document (PRD)",
"norm_label": "5. epic / feature breakdown",
"id": "ai_agency_specs_prd_5_epic_feature_breakdown"
@@ -16698,55 +16921,11 @@
"source_file": ".ai_agency/specs/prd.md",
"source_location": "L1",
"_origin": "ast",
- "community": 128,
+ "community": 129,
"community_name": "Product Requirement Document (PRD)",
"norm_label": "product requirement document (prd)",
"id": "ai_agency_specs_prd_product_requirement_document_prd"
},
- {
- "label": "ApiExcludeController",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 129,
- "community_name": "MetricsController",
- "norm_label": "apiexcludecontroller",
- "id": "apiexcludecontroller"
- },
- {
- "label": "Controller",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 129,
- "community_name": "MetricsController",
- "norm_label": "controller",
- "id": "backend_src_common_metrics_controller_ts_controller"
- },
- {
- "label": "Get",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 129,
- "community_name": "MetricsController",
- "norm_label": "get",
- "id": "backend_src_common_metrics_controller_ts_get"
- },
- {
- "label": "Res",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 129,
- "community_name": "MetricsController",
- "norm_label": "res",
- "id": "backend_src_common_metrics_controller_ts_res"
- },
{
"label": "tsconfig.node.json",
"file_type": "code",
@@ -16973,9 +17152,9 @@
"source_file": "backend/prisma/tsconfig.json",
"source_location": "L1",
"_origin": "ast",
- "id": "backend_prisma_tsconfig",
"community": 13,
- "norm_label": "prisma/tsconfig.json"
+ "norm_label": "prisma/tsconfig.json",
+ "id": "backend_prisma_tsconfig"
},
{
"label": "compilerOptions",
@@ -16983,9 +17162,9 @@
"source_file": "backend/prisma/tsconfig.json",
"source_location": "L2",
"_origin": "ast",
- "id": "backend_prisma_tsconfig_compileroptions",
"community": 13,
- "norm_label": "compileroptions"
+ "norm_label": "compileroptions",
+ "id": "backend_prisma_tsconfig_compileroptions"
},
{
"label": "esModuleInterop",
@@ -16993,9 +17172,9 @@
"source_file": "backend/prisma/tsconfig.json",
"source_location": "L5",
"_origin": "ast",
- "id": "backend_prisma_tsconfig_compileroptions_esmoduleinterop",
"community": 13,
- "norm_label": "esmoduleinterop"
+ "norm_label": "esmoduleinterop",
+ "id": "backend_prisma_tsconfig_compileroptions_esmoduleinterop"
},
{
"label": "module",
@@ -17003,9 +17182,9 @@
"source_file": "backend/prisma/tsconfig.json",
"source_location": "L3",
"_origin": "ast",
- "id": "backend_prisma_tsconfig_compileroptions_module",
"community": 13,
- "norm_label": "module"
+ "norm_label": "module",
+ "id": "backend_prisma_tsconfig_compileroptions_module"
},
{
"label": "moduleResolution",
@@ -17013,9 +17192,9 @@
"source_file": "backend/prisma/tsconfig.json",
"source_location": "L4",
"_origin": "ast",
- "id": "backend_prisma_tsconfig_compileroptions_moduleresolution",
"community": 13,
- "norm_label": "moduleresolution"
+ "norm_label": "moduleresolution",
+ "id": "backend_prisma_tsconfig_compileroptions_moduleresolution"
},
{
"label": "skipLibCheck",
@@ -17023,9 +17202,9 @@
"source_file": "backend/prisma/tsconfig.json",
"source_location": "L6",
"_origin": "ast",
- "id": "backend_prisma_tsconfig_compileroptions_skiplibcheck",
"community": 13,
- "norm_label": "skiplibcheck"
+ "norm_label": "skiplibcheck",
+ "id": "backend_prisma_tsconfig_compileroptions_skiplibcheck"
},
{
"label": "types",
@@ -17033,9 +17212,9 @@
"source_file": "backend/prisma/tsconfig.json",
"source_location": "L7",
"_origin": "ast",
- "id": "backend_prisma_tsconfig_compileroptions_types",
"community": 13,
- "norm_label": "types"
+ "norm_label": "types",
+ "id": "backend_prisma_tsconfig_compileroptions_types"
},
{
"label": "include",
@@ -17043,9 +17222,9 @@
"source_file": "backend/prisma/tsconfig.json",
"source_location": "L9",
"_origin": "ast",
- "id": "backend_prisma_tsconfig_include",
"community": 13,
- "norm_label": "include"
+ "norm_label": "include",
+ "id": "backend_prisma_tsconfig_include"
},
{
"label": "tsconfig.seed.json",
@@ -17133,9 +17312,9 @@
"source_file": "backend/prisma/tsconfig.json",
"source_location": "L7",
"_origin": "ast",
- "id": "ref_node",
"community": 13,
- "norm_label": "node"
+ "norm_label": "node",
+ "id": "ref_node"
},
{
"label": "./**/*.ts",
@@ -17143,9 +17322,53 @@
"source_file": "backend/prisma/tsconfig.json",
"source_location": "L9",
"_origin": "ast",
- "id": "ref_ts",
"community": 13,
- "norm_label": "./**/*.ts"
+ "norm_label": "./**/*.ts",
+ "id": "ref_ts"
+ },
+ {
+ "label": "ApiExcludeController",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 130,
+ "community_name": "MetricsController",
+ "norm_label": "apiexcludecontroller",
+ "id": "apiexcludecontroller"
+ },
+ {
+ "label": "Controller",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 130,
+ "community_name": "MetricsController",
+ "norm_label": "controller",
+ "id": "backend_src_common_metrics_controller_ts_controller"
+ },
+ {
+ "label": "Get",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 130,
+ "community_name": "MetricsController",
+ "norm_label": "get",
+ "id": "backend_src_common_metrics_controller_ts_get"
+ },
+ {
+ "label": "Res",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 130,
+ "community_name": "MetricsController",
+ "norm_label": "res",
+ "id": "backend_src_common_metrics_controller_ts_res"
},
{
"label": "create-health-log.dto.ts",
@@ -17153,7 +17376,7 @@
"source_file": "backend/src/pets/dto/create-health-log.dto.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 130,
+ "community": 131,
"community_name": "CreateHealthLogDto",
"norm_label": "create-health-log.dto.ts",
"id": "backend_src_pets_dto_create_health_log_dto"
@@ -17164,7 +17387,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 130,
+ "community": 131,
"community_name": "CreateHealthLogDto",
"norm_label": "apiproperty",
"id": "backend_src_pets_dto_create_health_log_dto_ts_apiproperty"
@@ -17175,7 +17398,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 130,
+ "community": 131,
"community_name": "CreateHealthLogDto",
"norm_label": "apipropertyoptional",
"id": "backend_src_pets_dto_create_health_log_dto_ts_apipropertyoptional"
@@ -17186,7 +17409,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 130,
+ "community": 131,
"community_name": "CreateHealthLogDto",
"norm_label": "isnotempty",
"id": "backend_src_pets_dto_create_health_log_dto_ts_isnotempty"
@@ -17197,7 +17420,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 130,
+ "community": 131,
"community_name": "CreateHealthLogDto",
"norm_label": "isoptional",
"id": "backend_src_pets_dto_create_health_log_dto_ts_isoptional"
@@ -17208,7 +17431,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 130,
+ "community": 131,
"community_name": "CreateHealthLogDto",
"norm_label": "isstring",
"id": "backend_src_pets_dto_create_health_log_dto_ts_isstring"
@@ -17219,7 +17442,7 @@
"source_file": "backend/src/pets/dto/create-reminder.dto.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 131,
+ "community": 132,
"community_name": "CreateReminderDto",
"norm_label": "create-reminder.dto.ts",
"id": "backend_src_pets_dto_create_reminder_dto"
@@ -17230,7 +17453,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 131,
+ "community": 132,
"community_name": "CreateReminderDto",
"norm_label": "apiproperty",
"id": "backend_src_pets_dto_create_reminder_dto_ts_apiproperty"
@@ -17241,7 +17464,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 131,
+ "community": 132,
"community_name": "CreateReminderDto",
"norm_label": "apipropertyoptional",
"id": "backend_src_pets_dto_create_reminder_dto_ts_apipropertyoptional"
@@ -17252,7 +17475,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 131,
+ "community": 132,
"community_name": "CreateReminderDto",
"norm_label": "isnotempty",
"id": "backend_src_pets_dto_create_reminder_dto_ts_isnotempty"
@@ -17263,7 +17486,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 131,
+ "community": 132,
"community_name": "CreateReminderDto",
"norm_label": "isoptional",
"id": "backend_src_pets_dto_create_reminder_dto_ts_isoptional"
@@ -17274,7 +17497,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 131,
+ "community": 132,
"community_name": "CreateReminderDto",
"norm_label": "isstring",
"id": "backend_src_pets_dto_create_reminder_dto_ts_isstring"
@@ -17285,7 +17508,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 132,
+ "community": 133,
"community_name": "CreateReviewDto",
"norm_label": "apiproperty",
"id": "backend_src_reviews_dto_update_review_dto_ts_apiproperty"
@@ -17296,7 +17519,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 132,
+ "community": 133,
"community_name": "CreateReviewDto",
"norm_label": "isin",
"id": "backend_src_reviews_dto_update_review_dto_ts_isin"
@@ -17307,7 +17530,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 132,
+ "community": 133,
"community_name": "CreateReviewDto",
"norm_label": "isoptional",
"id": "backend_src_reviews_dto_update_review_dto_ts_isoptional"
@@ -17318,7 +17541,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 132,
+ "community": 133,
"community_name": "CreateReviewDto",
"norm_label": "isstring",
"id": "backend_src_reviews_dto_update_review_dto_ts_isstring"
@@ -17329,7 +17552,7 @@
"source_file": "backend/src/reviews/dto/update-review.dto.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 132,
+ "community": 133,
"norm_label": "update-review.dto.ts",
"id": "backend_src_reviews_dto_update_review_dto"
},
@@ -17339,7 +17562,7 @@
"source_file": "backend/src/reviews/reviews.service.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 132,
+ "community": 133,
"norm_label": "reviews.service.ts",
"id": "backend_src_reviews_reviews_service"
},
@@ -17349,7 +17572,7 @@
"source_file": "docs/audit/03-baseline-command-plan.md",
"source_location": "L1",
"_origin": "ast",
- "community": 133,
+ "community": 134,
"community_name": "Baseline Command Plan & Reconciled Command History",
"norm_label": "03-baseline-command-plan.md",
"id": "docs_audit_03_baseline_command_plan"
@@ -17360,7 +17583,7 @@
"source_file": "docs/audit/03-baseline-command-plan.md",
"source_location": "L3",
"_origin": "ast",
- "community": 133,
+ "community": 134,
"community_name": "Baseline Command Plan & Reconciled Command History",
"norm_label": "attempted command execution log",
"id": "docs_audit_03_baseline_command_plan_attempted_command_execution_log"
@@ -17371,7 +17594,7 @@
"source_file": "docs/audit/03-baseline-command-plan.md",
"source_location": "L29",
"_origin": "ast",
- "community": 133,
+ "community": 134,
"community_name": "Baseline Command Plan & Reconciled Command History",
"norm_label": "backend `backend/package.json` scripts",
"id": "docs_audit_03_baseline_command_plan_backend_backend_package_json_scripts"
@@ -17382,7 +17605,7 @@
"source_file": "docs/audit/03-baseline-command-plan.md",
"source_location": "L1",
"_origin": "ast",
- "community": 133,
+ "community": 134,
"community_name": "Baseline Command Plan & Reconciled Command History",
"norm_label": "baseline command plan & reconciled command history",
"id": "docs_audit_03_baseline_command_plan_baseline_command_plan_reconciled_command_history"
@@ -17393,7 +17616,7 @@
"source_file": "docs/audit/03-baseline-command-plan.md",
"source_location": "L16",
"_origin": "ast",
- "community": 133,
+ "community": 134,
"community_name": "Baseline Command Plan & Reconciled Command History",
"norm_label": "package scripts safety analysis",
"id": "docs_audit_03_baseline_command_plan_package_scripts_safety_analysis"
@@ -17404,7 +17627,7 @@
"source_file": "docs/audit/03-baseline-command-plan.md",
"source_location": "L46",
"_origin": "ast",
- "community": 133,
+ "community": 134,
"community_name": "Baseline Command Plan & Reconciled Command History",
"norm_label": "permitted safe checks for phase 2",
"id": "docs_audit_03_baseline_command_plan_permitted_safe_checks_for_phase_2"
@@ -17415,7 +17638,7 @@
"source_file": "docs/audit/03-baseline-command-plan.md",
"source_location": "L18",
"_origin": "ast",
- "community": 133,
+ "community": 134,
"community_name": "Baseline Command Plan & Reconciled Command History",
"norm_label": "root `package.json` scripts",
"id": "docs_audit_03_baseline_command_plan_root_package_json_scripts"
@@ -17426,7 +17649,7 @@
"source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 134,
+ "community": 135,
"norm_label": "smssettingspage.tsx",
"id": "frontend_admin_panel_src_pages_smssettingspage"
},
@@ -17436,7 +17659,7 @@
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L36",
"_origin": "ast",
- "community": 134,
+ "community": 135,
"norm_label": "smssettingspage",
"id": "frontend_admin_panel_src_routes_adminroutes_smssettingspage"
},
@@ -17446,7 +17669,7 @@
"source_file": "frontend/application/app/error.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 135,
+ "community": 136,
"community_name": "Error and Not Found Pages",
"norm_label": "error.tsx",
"id": "frontend_application_app_error"
@@ -17457,7 +17680,7 @@
"source_file": "frontend/application/app/not-found.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 135,
+ "community": 136,
"community_name": "Error and Not Found Pages",
"norm_label": "not-found.tsx",
"id": "frontend_application_app_not_found"
@@ -17468,7 +17691,7 @@
"source_file": "frontend/application/components/ErrorPages.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 135,
+ "community": 136,
"norm_label": "errorpages.tsx",
"id": "frontend_application_components_errorpages"
},
@@ -17478,7 +17701,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L25",
"_origin": "ast",
- "community": 136,
+ "community": 137,
"community_name": "compilerOptions",
"norm_label": "include",
"id": "frontend_application_tsconfig_include"
@@ -17489,7 +17712,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L25",
"_origin": "ast",
- "community": 136,
+ "community": 137,
"community_name": "compilerOptions",
"norm_label": "**/*.ts",
"id": "frontend_application_tsconfig_json_ref_ts"
@@ -17500,7 +17723,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L25",
"_origin": "ast",
- "community": 136,
+ "community": 137,
"community_name": "compilerOptions",
"norm_label": "**/*.mts",
"id": "ref_mts"
@@ -17511,7 +17734,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L25",
"_origin": "ast",
- "community": 136,
+ "community": 137,
"community_name": "compilerOptions",
"norm_label": ".next/dev/types/**/*.ts",
"id": "ref_next_dev_types_ts"
@@ -17522,7 +17745,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L25",
"_origin": "ast",
- "community": 136,
+ "community": 137,
"community_name": "compilerOptions",
"norm_label": "next-env.d.ts",
"id": "ref_next_env_d_ts"
@@ -17533,7 +17756,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L25",
"_origin": "ast",
- "community": 136,
+ "community": 137,
"community_name": "compilerOptions",
"norm_label": ".next/types/**/*.ts",
"id": "ref_next_types_ts"
@@ -17544,7 +17767,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L25",
"_origin": "ast",
- "community": 136,
+ "community": 137,
"community_name": "compilerOptions",
"norm_label": "**/*.tsx",
"id": "ref_tsx"
@@ -17559,7 +17782,7 @@
"kind": "file"
},
"_origin": "ast",
- "community": 137,
+ "community": 138,
"community_name": "VPN Utility Scripts",
"norm_label": "with-vpn.sh",
"id": "gitea_scripts_with_vpn"
@@ -17574,7 +17797,7 @@
"kind": "bash_function"
},
"_origin": "ast",
- "community": 137,
+ "community": 138,
"community_name": "VPN Utility Scripts",
"norm_label": "cleanup()",
"id": "gitea_scripts_with_vpn_cleanup"
@@ -17589,7 +17812,7 @@
"kind": "bash_function"
},
"_origin": "ast",
- "community": 137,
+ "community": 138,
"community_name": "VPN Utility Scripts",
"norm_label": "log()",
"id": "gitea_scripts_with_vpn_log"
@@ -17604,7 +17827,7 @@
"kind": "bash_entrypoint"
},
"_origin": "ast",
- "community": 137,
+ "community": 138,
"community_name": "VPN Utility Scripts",
"norm_label": "with-vpn.sh script",
"id": "gitea_scripts_with_vpn_sh__entry"
@@ -17619,7 +17842,7 @@
"kind": "bash_function"
},
"_origin": "ast",
- "community": 137,
+ "community": 138,
"community_name": "VPN Utility Scripts",
"norm_label": "start_vpn()",
"id": "gitea_scripts_with_vpn_start_vpn"
@@ -17634,7 +17857,7 @@
"kind": "bash_function"
},
"_origin": "ast",
- "community": 137,
+ "community": 138,
"community_name": "VPN Utility Scripts",
"norm_label": "stop_vpn()",
"id": "gitea_scripts_with_vpn_stop_vpn"
@@ -17649,7 +17872,7 @@
"kind": "bash_function"
},
"_origin": "ast",
- "community": 137,
+ "community": 138,
"community_name": "VPN Utility Scripts",
"norm_label": "vpn_is_up()",
"id": "gitea_scripts_with_vpn_vpn_is_up"
@@ -17660,7 +17883,7 @@
"source_file": ".ai_agency/specs/architecture_spec.md",
"source_location": "L1",
"_origin": "ast",
- "community": 138,
+ "community": 139,
"community_name": "Architecture Specification",
"norm_label": "architecture_spec.md",
"id": "ai_agency_specs_architecture_spec"
@@ -17671,7 +17894,7 @@
"source_file": ".ai_agency/specs/architecture_spec.md",
"source_location": "L3",
"_origin": "ast",
- "community": 138,
+ "community": 139,
"community_name": "Architecture Specification",
"norm_label": "1. single non-negotiable tech stack",
"id": "ai_agency_specs_architecture_spec_1_single_non_negotiable_tech_stack"
@@ -17682,7 +17905,7 @@
"source_file": ".ai_agency/specs/architecture_spec.md",
"source_location": "L10",
"_origin": "ast",
- "community": 138,
+ "community": 139,
"community_name": "Architecture Specification",
"norm_label": "2. directory structure tree",
"id": "ai_agency_specs_architecture_spec_2_directory_structure_tree"
@@ -17693,7 +17916,7 @@
"source_file": ".ai_agency/specs/architecture_spec.md",
"source_location": "L25",
"_origin": "ast",
- "community": 138,
+ "community": 139,
"community_name": "Architecture Specification",
"norm_label": "3. state management strategy",
"id": "ai_agency_specs_architecture_spec_3_state_management_strategy"
@@ -17704,7 +17927,7 @@
"source_file": ".ai_agency/specs/architecture_spec.md",
"source_location": "L28",
"_origin": "ast",
- "community": 138,
+ "community": 139,
"community_name": "Architecture Specification",
"norm_label": "4. deployment / docker architecture",
"id": "ai_agency_specs_architecture_spec_4_deployment_docker_architecture"
@@ -17715,77 +17938,11 @@
"source_file": ".ai_agency/specs/architecture_spec.md",
"source_location": "L1",
"_origin": "ast",
- "community": 138,
+ "community": 139,
"community_name": "Architecture Specification",
"norm_label": "architecture specification",
"id": "ai_agency_specs_architecture_spec_architecture_specification"
},
- {
- "label": "project_health.md",
- "file_type": "document",
- "source_file": ".ai_agency/specs/project_health.md",
- "source_location": "L1",
- "_origin": "ast",
- "community": 139,
- "community_name": "Project Health Audit Report",
- "norm_label": "project_health.md",
- "id": "ai_agency_specs_project_health"
- },
- {
- "label": "1. Audit Score Summary",
- "file_type": "document",
- "source_file": ".ai_agency/specs/project_health.md",
- "source_location": "L3",
- "_origin": "ast",
- "community": 139,
- "community_name": "Project Health Audit Report",
- "norm_label": "1. audit score summary",
- "id": "ai_agency_specs_project_health_1_audit_score_summary"
- },
- {
- "label": "2. Technical Debt Inventory",
- "file_type": "document",
- "source_file": ".ai_agency/specs/project_health.md",
- "source_location": "L7",
- "_origin": "ast",
- "community": 139,
- "community_name": "Project Health Audit Report",
- "norm_label": "2. technical debt inventory",
- "id": "ai_agency_specs_project_health_2_technical_debt_inventory"
- },
- {
- "label": "3. Outdated Dependencies List",
- "file_type": "document",
- "source_file": ".ai_agency/specs/project_health.md",
- "source_location": "L10",
- "_origin": "ast",
- "community": 139,
- "community_name": "Project Health Audit Report",
- "norm_label": "3. outdated dependencies list",
- "id": "ai_agency_specs_project_health_3_outdated_dependencies_list"
- },
- {
- "label": "4. Security Risks (.env leaks, unprotected ports)",
- "file_type": "document",
- "source_file": ".ai_agency/specs/project_health.md",
- "source_location": "L13",
- "_origin": "ast",
- "community": 139,
- "community_name": "Project Health Audit Report",
- "norm_label": "4. security risks (.env leaks, unprotected ports)",
- "id": "ai_agency_specs_project_health_4_security_risks_env_leaks_unprotected_ports"
- },
- {
- "label": "Project Health Audit Report",
- "file_type": "document",
- "source_file": ".ai_agency/specs/project_health.md",
- "source_location": "L1",
- "_origin": "ast",
- "community": 139,
- "community_name": "Project Health Audit Report",
- "norm_label": "project health audit report",
- "id": "ai_agency_specs_project_health_project_health_audit_report"
- },
{
"label": "ApiProperty",
"file_type": "code",
@@ -18035,13 +18192,79 @@
"norm_label": "min",
"id": "min"
},
+ {
+ "label": "project_health.md",
+ "file_type": "document",
+ "source_file": ".ai_agency/specs/project_health.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 140,
+ "community_name": "Project Health Audit Report",
+ "norm_label": "project_health.md",
+ "id": "ai_agency_specs_project_health"
+ },
+ {
+ "label": "1. Audit Score Summary",
+ "file_type": "document",
+ "source_file": ".ai_agency/specs/project_health.md",
+ "source_location": "L3",
+ "_origin": "ast",
+ "community": 140,
+ "community_name": "Project Health Audit Report",
+ "norm_label": "1. audit score summary",
+ "id": "ai_agency_specs_project_health_1_audit_score_summary"
+ },
+ {
+ "label": "2. Technical Debt Inventory",
+ "file_type": "document",
+ "source_file": ".ai_agency/specs/project_health.md",
+ "source_location": "L7",
+ "_origin": "ast",
+ "community": 140,
+ "community_name": "Project Health Audit Report",
+ "norm_label": "2. technical debt inventory",
+ "id": "ai_agency_specs_project_health_2_technical_debt_inventory"
+ },
+ {
+ "label": "3. Outdated Dependencies List",
+ "file_type": "document",
+ "source_file": ".ai_agency/specs/project_health.md",
+ "source_location": "L10",
+ "_origin": "ast",
+ "community": 140,
+ "community_name": "Project Health Audit Report",
+ "norm_label": "3. outdated dependencies list",
+ "id": "ai_agency_specs_project_health_3_outdated_dependencies_list"
+ },
+ {
+ "label": "4. Security Risks (.env leaks, unprotected ports)",
+ "file_type": "document",
+ "source_file": ".ai_agency/specs/project_health.md",
+ "source_location": "L13",
+ "_origin": "ast",
+ "community": 140,
+ "community_name": "Project Health Audit Report",
+ "norm_label": "4. security risks (.env leaks, unprotected ports)",
+ "id": "ai_agency_specs_project_health_4_security_risks_env_leaks_unprotected_ports"
+ },
+ {
+ "label": "Project Health Audit Report",
+ "file_type": "document",
+ "source_file": ".ai_agency/specs/project_health.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 140,
+ "community_name": "Project Health Audit Report",
+ "norm_label": "project health audit report",
+ "id": "ai_agency_specs_project_health_project_health_audit_report"
+ },
{
"label": "nest-cli.json",
"file_type": "code",
"source_file": "backend/nest-cli.json",
"source_location": "L1",
"_origin": "ast",
- "community": 140,
+ "community": 141,
"community_name": "NestJS CLI Config",
"norm_label": "nest-cli.json",
"id": "backend_nest_cli"
@@ -18052,7 +18275,7 @@
"source_file": "backend/nest-cli.json",
"source_location": "L3",
"_origin": "ast",
- "community": 140,
+ "community": 141,
"community_name": "NestJS CLI Config",
"norm_label": "collection",
"id": "backend_nest_cli_collection"
@@ -18063,7 +18286,7 @@
"source_file": "backend/nest-cli.json",
"source_location": "L5",
"_origin": "ast",
- "community": 140,
+ "community": 141,
"community_name": "NestJS CLI Config",
"norm_label": "compileroptions",
"id": "backend_nest_cli_compileroptions"
@@ -18074,7 +18297,7 @@
"source_file": "backend/nest-cli.json",
"source_location": "L6",
"_origin": "ast",
- "community": 140,
+ "community": 141,
"community_name": "NestJS CLI Config",
"norm_label": "deleteoutdir",
"id": "backend_nest_cli_compileroptions_deleteoutdir"
@@ -18085,7 +18308,7 @@
"source_file": "backend/nest-cli.json",
"source_location": "L2",
"_origin": "ast",
- "community": 140,
+ "community": 141,
"community_name": "NestJS CLI Config",
"norm_label": "$schema",
"id": "backend_nest_cli_schema"
@@ -18096,7 +18319,7 @@
"source_file": "backend/nest-cli.json",
"source_location": "L4",
"_origin": "ast",
- "community": 140,
+ "community": 141,
"community_name": "NestJS CLI Config",
"norm_label": "sourceroot",
"id": "backend_nest_cli_sourceroot"
@@ -18107,7 +18330,7 @@
"source_file": ".claude/skills/graphify/references/query.md",
"source_location": "L1",
"_origin": "ast",
- "community": 141,
+ "community": 142,
"community_name": "graphify reference: query, path, explain",
"norm_label": "query.md",
"id": "claude_skills_graphify_references_query"
@@ -18118,7 +18341,7 @@
"source_file": ".claude/skills/graphify/references/query.md",
"source_location": "L254",
"_origin": "ast",
- "community": 141,
+ "community": 142,
"community_name": "graphify reference: query, path, explain",
"norm_label": "for /graphify explain",
"id": "claude_skills_graphify_references_query_for_graphify_explain"
@@ -18129,7 +18352,7 @@
"source_file": ".claude/skills/graphify/references/query.md",
"source_location": "L186",
"_origin": "ast",
- "community": 141,
+ "community": 142,
"community_name": "graphify reference: query, path, explain",
"norm_label": "for /graphify path",
"id": "claude_skills_graphify_references_query_for_graphify_path"
@@ -18140,7 +18363,7 @@
"source_file": ".claude/skills/graphify/references/query.md",
"source_location": "L1",
"_origin": "ast",
- "community": 141,
+ "community": 142,
"community_name": "graphify reference: query, path, explain",
"norm_label": "graphify reference: query, path, explain",
"id": "claude_skills_graphify_references_query_graphify_reference_query_path_explain"
@@ -18151,7 +18374,7 @@
"source_file": ".claude/skills/graphify/references/query.md",
"source_location": "L23",
"_origin": "ast",
- "community": 141,
+ "community": 142,
"community_name": "graphify reference: query, path, explain",
"norm_label": "step 0 \u2014 constrained query expansion (required before traversal)",
"id": "claude_skills_graphify_references_query_step_0_constrained_query_expansion_required_before_traversal"
@@ -18162,7 +18385,7 @@
"source_file": ".claude/skills/graphify/references/query.md",
"source_location": "L61",
"_origin": "ast",
- "community": 141,
+ "community": 142,
"community_name": "graphify reference: query, path, explain",
"norm_label": "step 1 \u2014 traversal",
"id": "claude_skills_graphify_references_query_step_1_traversal"
@@ -18173,7 +18396,7 @@
"source_file": "docs/audit/04-open-questions.md",
"source_location": "L1",
"_origin": "ast",
- "community": 142,
+ "community": 143,
"community_name": "Open Questions",
"norm_label": "04-open-questions.md",
"id": "docs_audit_04_open_questions"
@@ -18184,7 +18407,7 @@
"source_file": "docs/audit/04-open-questions.md",
"source_location": "L5",
"_origin": "ast",
- "community": 142,
+ "community": 143,
"community_name": "Open Questions",
"norm_label": "1. storefront migration roadmap (`frontend/application`)",
"id": "docs_audit_04_open_questions_1_storefront_migration_roadmap_frontend_application"
@@ -18195,7 +18418,7 @@
"source_file": "docs/audit/04-open-questions.md",
"source_location": "L9",
"_origin": "ast",
- "community": 142,
+ "community": 143,
"community_name": "Open Questions",
"norm_label": "2. payment gateway integration provider",
"id": "docs_audit_04_open_questions_2_payment_gateway_integration_provider"
@@ -18206,7 +18429,7 @@
"source_file": "docs/audit/04-open-questions.md",
"source_location": "L13",
"_origin": "ast",
- "community": 142,
+ "community": 143,
"community_name": "Open Questions",
"norm_label": "3. deployment & ci/cd pipeline specifications",
"id": "docs_audit_04_open_questions_3_deployment_ci_cd_pipeline_specifications"
@@ -18217,7 +18440,7 @@
"source_file": "docs/audit/04-open-questions.md",
"source_location": "L17",
"_origin": "ast",
- "community": 142,
+ "community": 143,
"community_name": "Open Questions",
"norm_label": "4. sms / otp service provider",
"id": "docs_audit_04_open_questions_4_sms_otp_service_provider"
@@ -18228,7 +18451,7 @@
"source_file": "docs/audit/04-open-questions.md",
"source_location": "L1",
"_origin": "ast",
- "community": 142,
+ "community": 143,
"community_name": "Open Questions",
"norm_label": "open questions",
"id": "docs_audit_04_open_questions_open_questions"
@@ -18239,7 +18462,7 @@
"source_file": "docs/audit/33-final-phase2-audit-closure.md",
"source_location": "L1",
"_origin": "ast",
- "community": 143,
+ "community": 144,
"community_name": "Final Phase 2 Audit Closure Report",
"norm_label": "33-final-phase2-audit-closure.md",
"id": "docs_audit_33_final_phase2_audit_closure"
@@ -18250,7 +18473,7 @@
"source_file": "docs/audit/33-final-phase2-audit-closure.md",
"source_location": "L9",
"_origin": "ast",
- "community": 143,
+ "community": 144,
"community_name": "Final Phase 2 Audit Closure Report",
"norm_label": "1. executive summary & honest review-tier metrics",
"id": "docs_audit_33_final_phase2_audit_closure_1_executive_summary_honest_review_tier_metrics"
@@ -18261,7 +18484,7 @@
"source_file": "docs/audit/33-final-phase2-audit-closure.md",
"source_location": "L22",
"_origin": "ast",
- "community": 143,
+ "community": 144,
"community_name": "Final Phase 2 Audit Closure Report",
"norm_label": "2. reconciled findings & canonical identifier normalization",
"id": "docs_audit_33_final_phase2_audit_closure_2_reconciled_findings_canonical_identifier_normalization"
@@ -18272,7 +18495,7 @@
"source_file": "docs/audit/33-final-phase2-audit-closure.md",
"source_location": "L34",
"_origin": "ast",
- "community": 143,
+ "community": 144,
"community_name": "Final Phase 2 Audit Closure Report",
"norm_label": "3. validation & integrity verification",
"id": "docs_audit_33_final_phase2_audit_closure_3_validation_integrity_verification"
@@ -18283,7 +18506,7 @@
"source_file": "docs/audit/33-final-phase2-audit-closure.md",
"source_location": "L42",
"_origin": "ast",
- "community": 143,
+ "community": 144,
"community_name": "Final Phase 2 Audit Closure Report",
"norm_label": "4. final quality gate conclusion",
"id": "docs_audit_33_final_phase2_audit_closure_4_final_quality_gate_conclusion"
@@ -18294,18 +18517,38 @@
"source_file": "docs/audit/33-final-phase2-audit-closure.md",
"source_location": "L1",
"_origin": "ast",
- "community": 143,
+ "community": 144,
"community_name": "Final Phase 2 Audit Closure Report",
"norm_label": "final phase 2 audit closure report",
"id": "docs_audit_33_final_phase2_audit_closure_final_phase_2_audit_closure_report"
},
+ {
+ "label": "Transactions.tsx",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Transactions.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 145,
+ "norm_label": "transactions.tsx",
+ "id": "frontend_admin_panel_src_pages_transactions"
+ },
+ {
+ "label": "Transactions",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
+ "source_location": "L38",
+ "_origin": "ast",
+ "community": 145,
+ "norm_label": "transactions",
+ "id": "frontend_admin_panel_src_routes_adminroutes_transactions"
+ },
{
"label": "open-browsers.js",
"file_type": "code",
"source_file": "scripts/open-browsers.js",
"source_location": "L1",
"_origin": "ast",
- "community": 144,
+ "community": 146,
"community_name": "Browser Utility Scripts",
"norm_label": "open-browsers.js",
"id": "scripts_open_browsers"
@@ -18316,7 +18559,7 @@
"source_file": "scripts/open-browsers.js",
"source_location": "L1",
"_origin": "ast",
- "community": 144,
+ "community": 146,
"community_name": "Browser Utility Scripts",
"norm_label": "{ exec }",
"id": "scripts_open_browsers_exec"
@@ -18327,7 +18570,7 @@
"source_file": "scripts/open-browsers.js",
"source_location": "L2",
"_origin": "ast",
- "community": 144,
+ "community": 146,
"community_name": "Browser Utility Scripts",
"norm_label": "http",
"id": "scripts_open_browsers_http"
@@ -18338,7 +18581,7 @@
"source_file": "scripts/open-browsers.js",
"source_location": "L4",
"_origin": "ast",
- "community": 144,
+ "community": 146,
"community_name": "Browser Utility Scripts",
"norm_label": "urls",
"id": "scripts_open_browsers_urls"
@@ -18349,7 +18592,7 @@
"source_file": "scripts/start-dev.js",
"source_location": "L1",
"_origin": "ast",
- "community": 145,
+ "community": 147,
"community_name": "Dev Server Startup",
"norm_label": "start-dev.js",
"id": "scripts_start_dev"
@@ -18360,7 +18603,7 @@
"source_file": "scripts/start-dev.js",
"source_location": "L27",
"_origin": "ast",
- "community": 145,
+ "community": 147,
"community_name": "Dev Server Startup",
"norm_label": "backend",
"id": "scripts_start_dev_backend"
@@ -18371,7 +18614,7 @@
"source_file": "scripts/start-dev.js",
"source_location": "L2",
"_origin": "ast",
- "community": 145,
+ "community": 147,
"community_name": "Dev Server Startup",
"norm_label": "http",
"id": "scripts_start_dev_http"
@@ -18382,7 +18625,7 @@
"source_file": "scripts/start-dev.js",
"source_location": "L1",
"_origin": "ast",
- "community": 145,
+ "community": 147,
"community_name": "Dev Server Startup",
"norm_label": "{ spawn }",
"id": "scripts_start_dev_spawn"
@@ -18393,7 +18636,7 @@
"source_file": ".ai_agency/memory/scratchpad.md",
"source_location": "L1",
"_origin": "ast",
- "community": 146,
+ "community": 148,
"community_name": "\ud83d\udcdd Active Agent Working Scratchpad",
"norm_label": "scratchpad.md",
"id": "ai_agency_memory_scratchpad"
@@ -18404,7 +18647,7 @@
"source_file": ".ai_agency/memory/scratchpad.md",
"source_location": "L1",
"_origin": "ast",
- "community": 146,
+ "community": 148,
"community_name": "\ud83d\udcdd Active Agent Working Scratchpad",
"norm_label": "\ud83d\udcdd active agent working scratchpad",
"id": "ai_agency_memory_scratchpad_active_agent_working_scratchpad"
@@ -18415,7 +18658,7 @@
"source_file": ".ai_agency/memory/scratchpad.md",
"source_location": "L24",
"_origin": "ast",
- "community": 146,
+ "community": 148,
"community_name": "\ud83d\udcdd Active Agent Working Scratchpad",
"norm_label": "\ud83c\udfd7\ufe0f execution target",
"id": "ai_agency_memory_scratchpad_execution_target"
@@ -18426,7 +18669,7 @@
"source_file": ".ai_agency/memory/scratchpad.md",
"source_location": "L3",
"_origin": "ast",
- "community": 146,
+ "community": 148,
"community_name": "\ud83d\udcdd Active Agent Working Scratchpad",
"norm_label": "project: canina veterinary e-commerce system",
"id": "ai_agency_memory_scratchpad_project_canina_veterinary_e_commerce_system"
@@ -18437,7 +18680,7 @@
"source_file": ".ai_agency/memory/scratchpad.md",
"source_location": "L8",
"_origin": "ast",
- "community": 146,
+ "community": 148,
"community_name": "\ud83d\udcdd Active Agent Working Scratchpad",
"norm_label": "\ud83d\udccb requirements & persona mandates (intake & user request)",
"id": "ai_agency_memory_scratchpad_requirements_persona_mandates_intake_user_request"
@@ -18448,7 +18691,7 @@
"source_file": ".ai_agency/specs/reviews/code_health_review.md",
"source_location": "L1",
"_origin": "ast",
- "community": 147,
+ "community": 149,
"community_name": "\ud83d\udd0d Code Health Audit Review (01_auditor)",
"norm_label": "code_health_review.md",
"id": "ai_agency_specs_reviews_code_health_review"
@@ -18459,7 +18702,7 @@
"source_file": ".ai_agency/specs/reviews/code_health_review.md",
"source_location": "L1",
"_origin": "ast",
- "community": 147,
+ "community": 149,
"community_name": "\ud83d\udd0d Code Health Audit Review (01_auditor)",
"norm_label": "\ud83d\udd0d code health audit review (01_auditor)",
"id": "ai_agency_specs_reviews_code_health_review_code_health_audit_review_01_auditor"
@@ -18470,7 +18713,7 @@
"source_file": ".ai_agency/specs/reviews/code_health_review.md",
"source_location": "L3",
"_origin": "ast",
- "community": 147,
+ "community": 149,
"community_name": "\ud83d\udd0d Code Health Audit Review (01_auditor)",
"norm_label": "executive summary",
"id": "ai_agency_specs_reviews_code_health_review_executive_summary"
@@ -18481,7 +18724,7 @@
"source_file": ".ai_agency/specs/reviews/code_health_review.md",
"source_location": "L8",
"_origin": "ast",
- "community": 147,
+ "community": 149,
"community_name": "\ud83d\udd0d Code Health Audit Review (01_auditor)",
"norm_label": "key findings",
"id": "ai_agency_specs_reviews_code_health_review_key_findings"
@@ -18492,76 +18735,11 @@
"source_file": ".ai_agency/specs/reviews/code_health_review.md",
"source_location": "L19",
"_origin": "ast",
- "community": 147,
+ "community": 149,
"community_name": "\ud83d\udd0d Code Health Audit Review (01_auditor)",
"norm_label": "recommendations",
"id": "ai_agency_specs_reviews_code_health_review_recommendations"
},
- {
- "label": "paginated-response.schema.ts",
- "file_type": "code",
- "source_file": "backend/src/common/schemas/paginated-response.schema.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 148,
- "community_name": "Pagination API Schemas",
- "norm_label": "paginated-response.schema.ts",
- "id": "backend_src_common_schemas_paginated_response_schema"
- },
- {
- "label": "ApiProperty",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 148,
- "community_name": "Pagination API Schemas",
- "norm_label": "apiproperty",
- "id": "backend_src_common_schemas_paginated_response_schema_ts_apiproperty"
- },
- {
- "label": "ApiPropertyOptional",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 149,
- "community_name": ".handleZibalCallback",
- "norm_label": "apipropertyoptional",
- "id": "backend_src_payment_dto_verify_payment_dto_ts_apipropertyoptional"
- },
- {
- "label": "IsOptional",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 149,
- "community_name": ".handleZibalCallback",
- "norm_label": "isoptional",
- "id": "backend_src_payment_dto_verify_payment_dto_ts_isoptional"
- },
- {
- "label": "IsString",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 149,
- "community_name": ".handleZibalCallback",
- "norm_label": "isstring",
- "id": "backend_src_payment_dto_verify_payment_dto_ts_isstring"
- },
- {
- "label": "verify-payment.dto.ts",
- "file_type": "code",
- "source_file": "backend/src/payment/dto/verify-payment.dto.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 149,
- "norm_label": "verify-payment.dto.ts",
- "id": "backend_src_payment_dto_verify_payment_dto"
- },
{
"label": "ApiPropertyOptional",
"file_type": "code",
@@ -18771,12 +18949,34 @@
"id": "backend_src_products_products_service"
},
{
- "label": "ApiBadRequestResponse",
+ "label": "paginated-response.schema.ts",
+ "file_type": "code",
+ "source_file": "backend/src/common/schemas/paginated-response.schema.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 150,
+ "community_name": "Pagination API Schemas",
+ "norm_label": "paginated-response.schema.ts",
+ "id": "backend_src_common_schemas_paginated_response_schema"
+ },
+ {
+ "label": "ApiProperty",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 150,
+ "community_name": "Pagination API Schemas",
+ "norm_label": "apiproperty",
+ "id": "backend_src_common_schemas_paginated_response_schema_ts_apiproperty"
+ },
+ {
+ "label": "ApiBadRequestResponse",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 151,
"community_name": "PetsController",
"norm_label": "apibadrequestresponse",
"id": "backend_src_pets_pets_controller_ts_apibadrequestresponse"
@@ -18787,7 +18987,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 150,
+ "community": 151,
"community_name": "PetsController",
"norm_label": "apicreatedresponse",
"id": "backend_src_pets_pets_controller_ts_apicreatedresponse"
@@ -18798,7 +18998,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 150,
+ "community": 151,
"community_name": "PetsController",
"norm_label": "uploadedfile",
"id": "backend_src_pets_pets_controller_ts_uploadedfile"
@@ -18809,7 +19009,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 150,
+ "community": 151,
"community_name": "PetsController",
"norm_label": "useinterceptors",
"id": "backend_src_pets_pets_controller_ts_useinterceptors"
@@ -18820,7 +19020,7 @@
"source_file": "docs/audit/24-omitted-file-inspection-report.md",
"source_location": "L1",
"_origin": "ast",
- "community": 152,
+ "community": 153,
"community_name": "Omitted File Inspection Report",
"norm_label": "24-omitted-file-inspection-report.md",
"id": "docs_audit_24_omitted_file_inspection_report"
@@ -18831,7 +19031,7 @@
"source_file": "docs/audit/24-omitted-file-inspection-report.md",
"source_location": "L32",
"_origin": "ast",
- "community": 152,
+ "community": 153,
"community_name": "Omitted File Inspection Report",
"norm_label": "conclusion",
"id": "docs_audit_24_omitted_file_inspection_report_conclusion"
@@ -18842,7 +19042,7 @@
"source_file": "docs/audit/24-omitted-file-inspection-report.md",
"source_location": "L14",
"_origin": "ast",
- "community": 152,
+ "community": 153,
"community_name": "Omitted File Inspection Report",
"norm_label": "key domain findings from omitted file audit",
"id": "docs_audit_24_omitted_file_inspection_report_key_domain_findings_from_omitted_file_audit"
@@ -18853,7 +19053,7 @@
"source_file": "docs/audit/24-omitted-file-inspection-report.md",
"source_location": "L1",
"_origin": "ast",
- "community": 152,
+ "community": 153,
"community_name": "Omitted File Inspection Report",
"norm_label": "omitted file inspection report",
"id": "docs_audit_24_omitted_file_inspection_report_omitted_file_inspection_report"
@@ -18864,7 +19064,7 @@
"source_file": "docs/audit/24-omitted-file-inspection-report.md",
"source_location": "L11",
"_origin": "ast",
- "community": 152,
+ "community": 153,
"community_name": "Omitted File Inspection Report",
"norm_label": "overview of omitted file inspections",
"id": "docs_audit_24_omitted_file_inspection_report_overview_of_omitted_file_inspections"
@@ -18875,7 +19075,7 @@
"source_file": "docs/audit/phase3.2-implementation-readiness.md",
"source_location": "L1",
"_origin": "ast",
- "community": 153,
+ "community": 154,
"community_name": "Phase 3.2 / 3.3 \u2014 Implementation Readiness & Architectural Finalization Report",
"norm_label": "phase3.2-implementation-readiness.md",
"id": "docs_audit_phase3_2_implementation_readiness"
@@ -18886,7 +19086,7 @@
"source_file": "docs/audit/phase3.2-implementation-readiness.md",
"source_location": "L12",
"_origin": "ast",
- "community": 153,
+ "community": 154,
"community_name": "Phase 3.2 / 3.3 \u2014 Implementation Readiness & Architectural Finalization Report",
"norm_label": "1. executive summary & architecture decisions",
"id": "docs_audit_phase3_2_implementation_readiness_1_executive_summary_architecture_decisions"
@@ -18897,7 +19097,7 @@
"source_file": "docs/audit/phase3.2-implementation-readiness.md",
"source_location": "L30",
"_origin": "ast",
- "community": 153,
+ "community": 154,
"community_name": "Phase 3.2 / 3.3 \u2014 Implementation Readiness & Architectural Finalization Report",
"norm_label": "2. updated task specifications overview",
"id": "docs_audit_phase3_2_implementation_readiness_2_updated_task_specifications_overview"
@@ -18908,7 +19108,7 @@
"source_file": "docs/audit/phase3.2-implementation-readiness.md",
"source_location": "L47",
"_origin": "ast",
- "community": 153,
+ "community": 154,
"community_name": "Phase 3.2 / 3.3 \u2014 Implementation Readiness & Architectural Finalization Report",
"norm_label": "3. final readiness statement",
"id": "docs_audit_phase3_2_implementation_readiness_3_final_readiness_statement"
@@ -18919,7 +19119,7 @@
"source_file": "docs/audit/phase3.2-implementation-readiness.md",
"source_location": "L1",
"_origin": "ast",
- "community": 153,
+ "community": 154,
"community_name": "Phase 3.2 / 3.3 \u2014 Implementation Readiness & Architectural Finalization Report",
"norm_label": "phase 3.2 / 3.3 \u2014 implementation readiness & architectural finalization report",
"id": "docs_audit_phase3_2_implementation_readiness_phase_3_2_3_3_implementation_readiness_architectural_finalization_report"
@@ -18930,7 +19130,7 @@
"source_file": "docs/audit/phase3-traceability-matrix.md",
"source_location": "L1",
"_origin": "ast",
- "community": 154,
+ "community": 155,
"community_name": "Phase 3 Audit Traceability Matrix",
"norm_label": "phase3-traceability-matrix.md",
"id": "docs_audit_phase3_traceability_matrix"
@@ -18941,7 +19141,7 @@
"source_file": "docs/audit/phase3-traceability-matrix.md",
"source_location": "L11",
"_origin": "ast",
- "community": 154,
+ "community": 155,
"community_name": "Phase 3 Audit Traceability Matrix",
"norm_label": "complete finding-to-task traceability matrix",
"id": "docs_audit_phase3_traceability_matrix_complete_finding_to_task_traceability_matrix"
@@ -18952,7 +19152,7 @@
"source_file": "docs/audit/phase3-traceability-matrix.md",
"source_location": "L40",
"_origin": "ast",
- "community": 154,
+ "community": 155,
"community_name": "Phase 3 Audit Traceability Matrix",
"norm_label": "finding disposition & accounting verification",
"id": "docs_audit_phase3_traceability_matrix_finding_disposition_accounting_verification"
@@ -18963,7 +19163,7 @@
"source_file": "docs/audit/phase3-traceability-matrix.md",
"source_location": "L1",
"_origin": "ast",
- "community": 154,
+ "community": 155,
"community_name": "Phase 3 Audit Traceability Matrix",
"norm_label": "phase 3 audit traceability matrix",
"id": "docs_audit_phase3_traceability_matrix_phase_3_audit_traceability_matrix"
@@ -18974,7 +19174,7 @@
"source_file": "docs/audit/phase3-traceability-matrix.md",
"source_location": "L32",
"_origin": "ast",
- "community": 154,
+ "community": 155,
"community_name": "Phase 3 Audit Traceability Matrix",
"norm_label": "special task traceability (non-finding tasks)",
"id": "docs_audit_phase3_traceability_matrix_special_task_traceability_non_finding_tasks"
@@ -18985,7 +19185,7 @@
"source_file": "docs/audit/rebuild_honest_ledger.js",
"source_location": "L1",
"_origin": "ast",
- "community": 155,
+ "community": 156,
"community_name": "Ledger Rebuild Scripts",
"norm_label": "rebuild_honest_ledger.js",
"id": "docs_audit_rebuild_honest_ledger"
@@ -18996,7 +19196,7 @@
"source_file": "docs/audit/rebuild_honest_ledger.js",
"source_location": "L4",
"_origin": "ast",
- "community": 155,
+ "community": 156,
"community_name": "Ledger Rebuild Scripts",
"norm_label": "evidencelist",
"id": "docs_audit_rebuild_honest_ledger_evidencelist"
@@ -19007,7 +19207,7 @@
"source_file": "docs/audit/rebuild_honest_ledger.js",
"source_location": "L9",
"_origin": "ast",
- "community": 155,
+ "community": 156,
"community_name": "Ledger Rebuild Scripts",
"norm_label": "ledger",
"id": "docs_audit_rebuild_honest_ledger_ledger"
@@ -19018,7 +19218,7 @@
"source_file": "docs/audit/rebuild_honest_ledger.js",
"source_location": "L6",
"_origin": "ast",
- "community": 155,
+ "community": 156,
"community_name": "Ledger Rebuild Scripts",
"norm_label": "mandatorymap",
"id": "docs_audit_rebuild_honest_ledger_mandatorymap"
@@ -19029,7 +19229,7 @@
"source_file": "docs/audit/rebuild_honest_ledger.js",
"source_location": "L3",
"_origin": "ast",
- "community": 155,
+ "community": 156,
"community_name": "Ledger Rebuild Scripts",
"norm_label": "mandatoryscope",
"id": "docs_audit_rebuild_honest_ledger_mandatoryscope"
@@ -19040,7 +19240,7 @@
"source_file": "docs/audit/validate_evidence_grade.js",
"source_location": "L1",
"_origin": "ast",
- "community": 156,
+ "community": 157,
"community_name": "Evidence Validation Scripts",
"norm_label": "validate_evidence_grade.js",
"id": "docs_audit_validate_evidence_grade"
@@ -19051,7 +19251,7 @@
"source_file": "docs/audit/validate_evidence_grade.js",
"source_location": "L58",
"_origin": "ast",
- "community": 156,
+ "community": 157,
"community_name": "Evidence Validation Scripts",
"norm_label": "activefiles",
"id": "docs_audit_validate_evidence_grade_activefiles"
@@ -19062,7 +19262,7 @@
"source_file": "docs/audit/validate_evidence_grade.js",
"source_location": "L4",
"_origin": "ast",
- "community": 156,
+ "community": 157,
"community_name": "Evidence Validation Scripts",
"norm_label": "errors",
"id": "docs_audit_validate_evidence_grade_errors"
@@ -19073,7 +19273,7 @@
"source_file": "docs/audit/validate_evidence_grade.js",
"source_location": "L101",
"_origin": "ast",
- "community": 156,
+ "community": 157,
"community_name": "Evidence Validation Scripts",
"norm_label": "validationoutput",
"id": "docs_audit_validate_evidence_grade_validationoutput"
@@ -19084,18 +19284,39 @@
"source_file": "docs/audit/validate_evidence_grade.js",
"source_location": "L5",
"_origin": "ast",
- "community": 156,
+ "community": 157,
"community_name": "Evidence Validation Scripts",
"norm_label": "warnings",
"id": "docs_audit_validate_evidence_grade_warnings"
},
+ {
+ "label": "CMS.tsx",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/CMS.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 158,
+ "community_name": "adminRoutes.tsx",
+ "norm_label": "cms.tsx",
+ "id": "frontend_admin_panel_src_pages_cms"
+ },
+ {
+ "label": "CMS",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
+ "source_location": "L23",
+ "_origin": "ast",
+ "community": 158,
+ "norm_label": "cms",
+ "id": "frontend_admin_panel_src_routes_adminroutes_cms"
+ },
{
"label": "Reviews.tsx",
"file_type": "code",
"source_file": "frontend/admin-panel/src/pages/Reviews.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 157,
+ "community": 159,
"norm_label": "reviews.tsx",
"id": "frontend_admin_panel_src_pages_reviews"
},
@@ -19105,50 +19326,10 @@
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L40",
"_origin": "ast",
- "community": 157,
+ "community": 159,
"norm_label": "reviews",
"id": "frontend_admin_panel_src_routes_adminroutes_reviews"
},
- {
- "label": "Videos.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Videos.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 158,
- "norm_label": "videos.tsx",
- "id": "frontend_admin_panel_src_pages_videos"
- },
- {
- "label": "Videos",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
- "source_location": "L25",
- "_origin": "ast",
- "community": 158,
- "norm_label": "videos",
- "id": "frontend_admin_panel_src_routes_adminroutes_videos"
- },
- {
- "label": "Wiki.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Wiki.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 159,
- "norm_label": "wiki.tsx",
- "id": "frontend_admin_panel_src_pages_wiki"
- },
- {
- "label": "Wiki",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
- "source_location": "L19",
- "_origin": "ast",
- "community": 159,
- "norm_label": "wiki",
- "id": "frontend_admin_panel_src_routes_adminroutes_wiki"
- },
{
"label": "videos.service.ts",
"file_type": "code",
@@ -19371,13 +19552,33 @@
"norm_label": "users.service.ts",
"id": "backend_src_users_users_service"
},
+ {
+ "label": "Videos.tsx",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Videos.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 160,
+ "norm_label": "videos.tsx",
+ "id": "frontend_admin_panel_src_pages_videos"
+ },
+ {
+ "label": "Videos",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
+ "source_location": "L25",
+ "_origin": "ast",
+ "community": 160,
+ "norm_label": "videos",
+ "id": "frontend_admin_panel_src_routes_adminroutes_videos"
+ },
{
"label": "blog/[slug]/page.tsx",
"file_type": "code",
"source_file": "frontend/application/app/blog/[slug]/page.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 160,
+ "community": 161,
"norm_label": "blog/[slug]/page.tsx",
"id": "frontend_application_app_blog_slug_page"
},
@@ -19387,7 +19588,7 @@
"source_file": "frontend/application/app/blog/[slug]/page.tsx",
"source_location": "L30",
"_origin": "ast",
- "community": 160,
+ "community": 161,
"norm_label": "revalidate",
"id": "frontend_application_app_blog_slug_page_revalidate"
},
@@ -19397,7 +19598,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L1",
"_origin": "ast",
- "community": 161,
+ "community": 162,
"community_name": "compilerOptions",
"norm_label": "application/tsconfig.json",
"id": "frontend_application_tsconfig"
@@ -19408,7 +19609,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L33",
"_origin": "ast",
- "community": 161,
+ "community": 162,
"community_name": "compilerOptions",
"norm_label": "exclude",
"id": "frontend_application_tsconfig_exclude"
@@ -19419,7 +19620,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L33",
"_origin": "ast",
- "community": 161,
+ "community": 162,
"community_name": "compilerOptions",
"norm_label": "**/__tests__/**",
"id": "ref_tests"
@@ -19430,7 +19631,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L33",
"_origin": "ast",
- "community": 161,
+ "community": 162,
"community_name": "compilerOptions",
"norm_label": "vitest.config.ts",
"id": "ref_vitest_config_ts"
@@ -19441,7 +19642,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L33",
"_origin": "ast",
- "community": 161,
+ "community": 162,
"community_name": "compilerOptions",
"norm_label": "vitest.setup.ts",
"id": "ref_vitest_setup_ts"
@@ -19452,7 +19653,7 @@
"source_file": ".ai_agency/specs/api_contract.md",
"source_location": "L1",
"_origin": "ast",
- "community": 162,
+ "community": 163,
"community_name": "API Contract Specification",
"norm_label": "api_contract.md",
"id": "ai_agency_specs_api_contract"
@@ -19463,7 +19664,7 @@
"source_file": ".ai_agency/specs/api_contract.md",
"source_location": "L3",
"_origin": "ast",
- "community": 162,
+ "community": 163,
"community_name": "API Contract Specification",
"norm_label": "1. openapi 3.0 (swagger) specification",
"id": "ai_agency_specs_api_contract_1_openapi_3_0_swagger_specification"
@@ -19474,7 +19675,7 @@
"source_file": ".ai_agency/specs/api_contract.md",
"source_location": "L55",
"_origin": "ast",
- "community": 162,
+ "community": 163,
"community_name": "API Contract Specification",
"norm_label": "2. endpoint definitions & data types",
"id": "ai_agency_specs_api_contract_2_endpoint_definitions_data_types"
@@ -19485,7 +19686,7 @@
"source_file": ".ai_agency/specs/api_contract.md",
"source_location": "L1",
"_origin": "ast",
- "community": 162,
+ "community": 163,
"community_name": "API Contract Specification",
"norm_label": "api contract specification",
"id": "ai_agency_specs_api_contract_api_contract_specification"
@@ -19496,7 +19697,7 @@
"source_file": ".ai_agency/specs/reviews/backend_review.md",
"source_location": "L1",
"_origin": "ast",
- "community": 163,
+ "community": 164,
"community_name": "\u2699\ufe0f Backend Technical Review (05_dev_backend)",
"norm_label": "backend_review.md",
"id": "ai_agency_specs_reviews_backend_review"
@@ -19507,7 +19708,7 @@
"source_file": ".ai_agency/specs/reviews/backend_review.md",
"source_location": "L3",
"_origin": "ast",
- "community": 163,
+ "community": 164,
"community_name": "\u2699\ufe0f Backend Technical Review (05_dev_backend)",
"norm_label": "architectural overview",
"id": "ai_agency_specs_reviews_backend_review_architectural_overview"
@@ -19518,7 +19719,7 @@
"source_file": ".ai_agency/specs/reviews/backend_review.md",
"source_location": "L1",
"_origin": "ast",
- "community": 163,
+ "community": 164,
"community_name": "\u2699\ufe0f Backend Technical Review (05_dev_backend)",
"norm_label": "\u2699\ufe0f backend technical review (05_dev_backend)",
"id": "ai_agency_specs_reviews_backend_review_backend_technical_review_05_dev_backend"
@@ -19529,7 +19730,7 @@
"source_file": ".ai_agency/specs/reviews/backend_review.md",
"source_location": "L8",
"_origin": "ast",
- "community": 163,
+ "community": 164,
"community_name": "\u2699\ufe0f Backend Technical Review (05_dev_backend)",
"norm_label": "critical review findings & required enhancements",
"id": "ai_agency_specs_reviews_backend_review_critical_review_findings_required_enhancements"
@@ -19540,7 +19741,7 @@
"source_file": ".ai_agency/specs/reviews/frontend_review.md",
"source_location": "L1",
"_origin": "ast",
- "community": 164,
+ "community": 165,
"community_name": "\ud83c\udfa8 Frontend & Admin Panel Technical Review (06_dev_frontend)",
"norm_label": "frontend_review.md",
"id": "ai_agency_specs_reviews_frontend_review"
@@ -19551,7 +19752,7 @@
"source_file": ".ai_agency/specs/reviews/frontend_review.md",
"source_location": "L3",
"_origin": "ast",
- "community": 164,
+ "community": 165,
"community_name": "\ud83c\udfa8 Frontend & Admin Panel Technical Review (06_dev_frontend)",
"norm_label": "architectural overview",
"id": "ai_agency_specs_reviews_frontend_review_architectural_overview"
@@ -19562,7 +19763,7 @@
"source_file": ".ai_agency/specs/reviews/frontend_review.md",
"source_location": "L7",
"_origin": "ast",
- "community": 164,
+ "community": 165,
"community_name": "\ud83c\udfa8 Frontend & Admin Panel Technical Review (06_dev_frontend)",
"norm_label": "critical review findings & required enhancements",
"id": "ai_agency_specs_reviews_frontend_review_critical_review_findings_required_enhancements"
@@ -19573,7 +19774,7 @@
"source_file": ".ai_agency/specs/reviews/frontend_review.md",
"source_location": "L1",
"_origin": "ast",
- "community": 164,
+ "community": 165,
"community_name": "\ud83c\udfa8 Frontend & Admin Panel Technical Review (06_dev_frontend)",
"norm_label": "\ud83c\udfa8 frontend & admin panel technical review (06_dev_frontend)",
"id": "ai_agency_specs_reviews_frontend_review_frontend_admin_panel_technical_review_06_dev_frontend"
@@ -19584,7 +19785,7 @@
"source_file": ".ai_agency/specs/reviews/seo_content_review.md",
"source_location": "L1",
"_origin": "ast",
- "community": 165,
+ "community": 166,
"community_name": "\ud83d\ude80 SEO & Content Strategy Review (12_seo_content)",
"norm_label": "seo_content_review.md",
"id": "ai_agency_specs_reviews_seo_content_review"
@@ -19595,7 +19796,7 @@
"source_file": ".ai_agency/specs/reviews/seo_content_review.md",
"source_location": "L3",
"_origin": "ast",
- "community": 165,
+ "community": 166,
"community_name": "\ud83d\ude80 SEO & Content Strategy Review (12_seo_content)",
"norm_label": "overview & content foundation",
"id": "ai_agency_specs_reviews_seo_content_review_overview_content_foundation"
@@ -19606,7 +19807,7 @@
"source_file": ".ai_agency/specs/reviews/seo_content_review.md",
"source_location": "L6",
"_origin": "ast",
- "community": 165,
+ "community": 166,
"community_name": "\ud83d\ude80 SEO & Content Strategy Review (12_seo_content)",
"norm_label": "seo & content requirements",
"id": "ai_agency_specs_reviews_seo_content_review_seo_content_requirements"
@@ -19617,7 +19818,7 @@
"source_file": ".ai_agency/specs/reviews/seo_content_review.md",
"source_location": "L1",
"_origin": "ast",
- "community": 165,
+ "community": 166,
"community_name": "\ud83d\ude80 SEO & Content Strategy Review (12_seo_content)",
"norm_label": "\ud83d\ude80 seo & content strategy review (12_seo_content)",
"id": "ai_agency_specs_reviews_seo_content_review_seo_content_strategy_review_12_seo_content"
@@ -19628,7 +19829,7 @@
"source_file": "backend/package.json",
"source_location": "L57",
"_origin": "ast",
- "community": 166,
+ "community": 167,
"community_name": "@types/node",
"norm_label": "@types/node",
"id": "backend_package_devdependencies_types_node"
@@ -19639,7 +19840,7 @@
"source_file": "backend/package.json",
"source_location": "L57",
"_origin": "ast",
- "community": 166,
+ "community": 167,
"community_name": "@types/node",
"norm_label": "@types/node",
"id": "backend_package_json_types_node"
@@ -19650,7 +19851,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L27",
"_origin": "ast",
- "community": 166,
+ "community": 167,
"community_name": "devDependencies",
"norm_label": "@types/node",
"id": "frontend_admin_panel_package_devdependencies_types_node"
@@ -19661,7 +19862,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L25",
"_origin": "ast",
- "community": 166,
+ "community": 167,
"community_name": "devDependencies",
"norm_label": "@types/node",
"id": "frontend_application_package_devdependencies_types_node"
@@ -19672,7 +19873,7 @@
"source_file": "backend/package.json",
"source_location": "L73",
"_origin": "ast",
- "community": 167,
+ "community": 168,
"community_name": "typescript",
"norm_label": "typescript",
"id": "backend_package_devdependencies_typescript"
@@ -19683,7 +19884,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L38",
"_origin": "ast",
- "community": 167,
+ "community": 168,
"community_name": "typescript",
"norm_label": "typescript",
"id": "frontend_admin_panel_package_devdependencies_typescript"
@@ -19694,7 +19895,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L33",
"_origin": "ast",
- "community": 167,
+ "community": 168,
"community_name": "typescript",
"norm_label": "typescript",
"id": "frontend_application_package_devdependencies_typescript"
@@ -19705,7 +19906,7 @@
"source_file": "backend/package.json",
"source_location": "L73",
"_origin": "ast",
- "community": 167,
+ "community": 168,
"community_name": "typescript",
"norm_label": "typescript",
"id": "backend_package_json_typescript"
@@ -19716,7 +19917,7 @@
"source_file": "backend/prisma/seed-ui-texts.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 168,
+ "community": 169,
"norm_label": "seed-ui-texts.ts",
"id": "backend_prisma_seed_ui_texts"
},
@@ -19726,7 +19927,7 @@
"source_file": "backend/prisma/seed-ui-texts.ts",
"source_location": "L3",
"_origin": "ast",
- "community": 168,
+ "community": 169,
"norm_label": "prisma",
"id": "backend_prisma_seed_ui_texts_prisma"
},
@@ -19736,606 +19937,17 @@
"source_file": "backend/prisma/seed-ui-texts.ts",
"source_location": "L5",
"_origin": "ast",
- "community": 168,
+ "community": 169,
"norm_label": "ui_texts",
"id": "backend_prisma_seed_ui_texts_ui_texts"
},
- {
- "label": "seed-wiki.ts",
- "file_type": "code",
- "source_file": "backend/prisma/seed-wiki.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 169,
- "norm_label": "seed-wiki.ts",
- "id": "backend_prisma_seed_wiki"
- },
- {
- "label": "CANONICAL_WIKI_TERMS",
- "file_type": "code",
- "source_file": "backend/prisma/seed-wiki.ts",
- "source_location": "L7",
- "_origin": "ast",
- "community": 169,
- "norm_label": "canonical_wiki_terms",
- "id": "backend_prisma_seed_wiki_canonical_wiki_terms"
- },
- {
- "label": "prisma",
- "file_type": "code",
- "source_file": "backend/prisma/seed-wiki.ts",
- "source_location": "L5",
- "_origin": "ast",
- "community": 169,
- "norm_label": "prisma",
- "id": "backend_prisma_seed_wiki_prisma"
- },
- {
- "label": "wholesale.controller.ts",
- "file_type": "code",
- "source_file": "backend/src/wholesale/wholesale.controller.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 17,
- "community_name": "JwtAuthGuard",
- "norm_label": "wholesale.controller.ts",
- "id": "backend_src_wholesale_wholesale_controller"
- },
- {
- "label": "wholesale-apply.dto.ts",
- "file_type": "code",
- "source_file": "backend/src/wholesale/dto/wholesale-apply.dto.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 17,
- "community_name": "PrismaService",
- "norm_label": "wholesale-apply.dto.ts",
- "id": "backend_src_wholesale_dto_wholesale_apply_dto"
- },
- {
- "label": "wholesale.service.ts",
- "file_type": "code",
- "source_file": "backend/src/wholesale/wholesale.service.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 17,
- "community_name": "PrismaService",
- "norm_label": "wholesale.service.ts",
- "id": "backend_src_wholesale_wholesale_service"
- },
- {
- "label": "ApiProperty",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 17,
- "community_name": "WholesaleApplyDto",
- "norm_label": "apiproperty",
- "id": "backend_src_wholesale_dto_wholesale_apply_dto_ts_apiproperty"
- },
- {
- "label": "ApiPropertyOptional",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 17,
- "community_name": "WholesaleApplyDto",
- "norm_label": "apipropertyoptional",
- "id": "backend_src_wholesale_dto_wholesale_apply_dto_ts_apipropertyoptional"
- },
- {
- "label": "IsNotEmpty",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 17,
- "community_name": "WholesaleApplyDto",
- "norm_label": "isnotempty",
- "id": "backend_src_wholesale_dto_wholesale_apply_dto_ts_isnotempty"
- },
- {
- "label": "IsOptional",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 17,
- "community_name": "WholesaleApplyDto",
- "norm_label": "isoptional",
- "id": "backend_src_wholesale_dto_wholesale_apply_dto_ts_isoptional"
- },
- {
- "label": "IsString",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 17,
- "community_name": "WholesaleApplyDto",
- "norm_label": "isstring",
- "id": "backend_src_wholesale_dto_wholesale_apply_dto_ts_isstring"
- },
- {
- "label": "ApiBearerAuth",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 17,
- "community_name": "WholesaleApplyDto",
- "norm_label": "apibearerauth",
- "id": "backend_src_wholesale_wholesale_controller_ts_apibearerauth"
- },
- {
- "label": "ApiOperation",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 17,
- "community_name": "WholesaleApplyDto",
- "norm_label": "apioperation",
- "id": "backend_src_wholesale_wholesale_controller_ts_apioperation"
- },
- {
- "label": "ApiTags",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 17,
- "community_name": "WholesaleApplyDto",
- "norm_label": "apitags",
- "id": "backend_src_wholesale_wholesale_controller_ts_apitags"
- },
- {
- "label": "Body",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 17,
- "community_name": "WholesaleApplyDto",
- "norm_label": "body",
- "id": "backend_src_wholesale_wholesale_controller_ts_body"
- },
- {
- "label": "Controller",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 17,
- "community_name": "WholesaleApplyDto",
- "norm_label": "controller",
- "id": "backend_src_wholesale_wholesale_controller_ts_controller"
- },
- {
- "label": "Get",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 17,
- "community_name": "WholesaleApplyDto",
- "norm_label": "get",
- "id": "backend_src_wholesale_wholesale_controller_ts_get"
- },
- {
- "label": "Param",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 17,
- "community_name": "WholesaleApplyDto",
- "norm_label": "param",
- "id": "backend_src_wholesale_wholesale_controller_ts_param"
- },
- {
- "label": "Post",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 17,
- "community_name": "WholesaleApplyDto",
- "norm_label": "post",
- "id": "backend_src_wholesale_wholesale_controller_ts_post"
- },
- {
- "label": "Put",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 17,
- "community_name": "WholesaleApplyDto",
- "norm_label": "put",
- "id": "backend_src_wholesale_wholesale_controller_ts_put"
- },
- {
- "label": "Request",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 17,
- "community_name": "WholesaleApplyDto",
- "norm_label": "request",
- "id": "backend_src_wholesale_wholesale_controller_ts_request"
- },
- {
- "label": "UseGuards",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 17,
- "community_name": "WholesaleApplyDto",
- "norm_label": "useguards",
- "id": "backend_src_wholesale_wholesale_controller_ts_useguards"
- },
- {
- "label": "Injectable",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 17,
- "community_name": "WholesaleApplyDto",
- "norm_label": "injectable",
- "id": "backend_src_wholesale_wholesale_service_ts_injectable"
- },
- {
- "label": "wholesale.module.ts",
- "file_type": "code",
- "source_file": "backend/src/wholesale/wholesale.module.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 17,
- "community_name": "app.module.ts",
- "norm_label": "wholesale.module.ts",
- "id": "backend_src_wholesale_wholesale_module"
- },
- {
- "label": "Module",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 17,
- "community_name": "app.module.ts",
- "norm_label": "module",
- "id": "backend_src_wholesale_wholesale_module_ts_module"
- },
- {
- "label": "create-blog.dto.ts",
- "file_type": "code",
- "source_file": "backend/src/blogs/dto/create-blog.dto.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 170,
- "community_name": "Blog Management DTOs",
- "norm_label": "create-blog.dto.ts",
- "id": "backend_src_blogs_dto_create_blog_dto"
- },
- {
- "label": "update-blog.dto.ts",
- "file_type": "code",
- "source_file": "backend/src/blogs/dto/update-blog.dto.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 170,
- "community_name": "Blog Management DTOs",
- "norm_label": "update-blog.dto.ts",
- "id": "backend_src_blogs_dto_update_blog_dto"
- },
- {
- "label": "create-home.dto.ts",
- "file_type": "code",
- "source_file": "backend/src/home/dto/create-home.dto.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 171,
- "community_name": "Home Management DTOs",
- "norm_label": "create-home.dto.ts",
- "id": "backend_src_home_dto_create_home_dto"
- },
- {
- "label": "update-home.dto.ts",
- "file_type": "code",
- "source_file": "backend/src/home/dto/update-home.dto.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 171,
- "community_name": "Home Management DTOs",
- "norm_label": "update-home.dto.ts",
- "id": "backend_src_home_dto_update_home_dto"
- },
- {
- "label": "create-wiki.dto.ts",
- "file_type": "code",
- "source_file": "backend/src/wiki/dto/create-wiki.dto.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 172,
- "community_name": "Wiki Management DTOs",
- "norm_label": "create-wiki.dto.ts",
- "id": "backend_src_wiki_dto_create_wiki_dto"
- },
- {
- "label": "update-wiki.dto.ts",
- "file_type": "code",
- "source_file": "backend/src/wiki/dto/update-wiki.dto.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 172,
- "community_name": "Wiki Management DTOs",
- "norm_label": "update-wiki.dto.ts",
- "id": "backend_src_wiki_dto_update_wiki_dto"
- },
- {
- "label": "add-watch.md",
- "file_type": "document",
- "source_file": ".claude/skills/graphify/references/add-watch.md",
- "source_location": "L1",
- "_origin": "ast",
- "community": 173,
- "community_name": "graphify reference: add a URL and watch a folder",
- "norm_label": "add-watch.md",
- "id": "claude_skills_graphify_references_add_watch"
- },
- {
- "label": "For /graphify add",
- "file_type": "document",
- "source_file": ".claude/skills/graphify/references/add-watch.md",
- "source_location": "L5",
- "_origin": "ast",
- "community": 173,
- "community_name": "graphify reference: add a URL and watch a folder",
- "norm_label": "for /graphify add",
- "id": "claude_skills_graphify_references_add_watch_for_graphify_add"
- },
- {
- "label": "For --watch",
- "file_type": "document",
- "source_file": ".claude/skills/graphify/references/add-watch.md",
- "source_location": "L39",
- "_origin": "ast",
- "community": 173,
- "community_name": "graphify reference: add a URL and watch a folder",
- "norm_label": "for --watch",
- "id": "claude_skills_graphify_references_add_watch_for_watch"
- },
- {
- "label": "graphify reference: add a URL and watch a folder",
- "file_type": "document",
- "source_file": ".claude/skills/graphify/references/add-watch.md",
- "source_location": "L1",
- "_origin": "ast",
- "community": 173,
- "community_name": "graphify reference: add a URL and watch a folder",
- "norm_label": "graphify reference: add a url and watch a folder",
- "id": "claude_skills_graphify_references_add_watch_graphify_reference_add_a_url_and_watch_a_folder"
- },
- {
- "label": "hooks.md",
- "file_type": "document",
- "source_file": ".claude/skills/graphify/references/hooks.md",
- "source_location": "L1",
- "_origin": "ast",
- "community": 174,
- "community_name": "graphify reference: commit hook and native CLAUDE.md integration",
- "norm_label": "hooks.md",
- "id": "claude_skills_graphify_references_hooks"
- },
- {
- "label": "For git commit hook",
- "file_type": "document",
- "source_file": ".claude/skills/graphify/references/hooks.md",
- "source_location": "L5",
- "_origin": "ast",
- "community": 174,
- "community_name": "graphify reference: commit hook and native CLAUDE.md integration",
- "norm_label": "for git commit hook",
- "id": "claude_skills_graphify_references_hooks_for_git_commit_hook"
- },
- {
- "label": "For native CLAUDE.md integration",
- "file_type": "document",
- "source_file": ".claude/skills/graphify/references/hooks.md",
- "source_location": "L21",
- "_origin": "ast",
- "community": 174,
- "community_name": "graphify reference: commit hook and native CLAUDE.md integration",
- "norm_label": "for native claude.md integration",
- "id": "claude_skills_graphify_references_hooks_for_native_claude_md_integration"
- },
- {
- "label": "graphify reference: commit hook and native CLAUDE.md integration",
- "file_type": "document",
- "source_file": ".claude/skills/graphify/references/hooks.md",
- "source_location": "L1",
- "_origin": "ast",
- "community": 174,
- "community_name": "graphify reference: commit hook and native CLAUDE.md integration",
- "norm_label": "graphify reference: commit hook and native claude.md integration",
- "id": "claude_skills_graphify_references_hooks_graphify_reference_commit_hook_and_native_claude_md_integration"
- },
- {
- "label": "update.md",
- "file_type": "document",
- "source_file": ".claude/skills/graphify/references/update.md",
- "source_location": "L1",
- "_origin": "ast",
- "community": 175,
- "community_name": "graphify reference: incremental update and cluster-only",
- "norm_label": "update.md",
- "id": "claude_skills_graphify_references_update"
- },
- {
- "label": "For --cluster-only",
- "file_type": "document",
- "source_file": ".claude/skills/graphify/references/update.md",
- "source_location": "L202",
- "_origin": "ast",
- "community": 175,
- "community_name": "graphify reference: incremental update and cluster-only",
- "norm_label": "for --cluster-only",
- "id": "claude_skills_graphify_references_update_for_cluster_only"
- },
- {
- "label": "For --update (incremental re-extraction)",
- "file_type": "document",
- "source_file": ".claude/skills/graphify/references/update.md",
- "source_location": "L5",
- "_origin": "ast",
- "community": 175,
- "community_name": "graphify reference: incremental update and cluster-only",
- "norm_label": "for --update (incremental re-extraction)",
- "id": "claude_skills_graphify_references_update_for_update_incremental_re_extraction"
- },
- {
- "label": "graphify reference: incremental update and cluster-only",
- "file_type": "document",
- "source_file": ".claude/skills/graphify/references/update.md",
- "source_location": "L1",
- "_origin": "ast",
- "community": 175,
- "community_name": "graphify reference: incremental update and cluster-only",
- "norm_label": "graphify reference: incremental update and cluster-only",
- "id": "claude_skills_graphify_references_update_graphify_reference_incremental_update_and_cluster_only"
- },
- {
- "label": "19-finding-verification-report.md",
- "file_type": "document",
- "source_file": "docs/audit/19-finding-verification-report.md",
- "source_location": "L1",
- "_origin": "ast",
- "community": 176,
- "community_name": "Raw Finding Verification & Disposition Report",
- "norm_label": "19-finding-verification-report.md",
- "id": "docs_audit_19_finding_verification_report"
- },
- {
- "label": "1. Executive Summary & Verification Reconciliation Table",
- "file_type": "document",
- "source_file": "docs/audit/19-finding-verification-report.md",
- "source_location": "L3",
- "_origin": "ast",
- "community": 176,
- "community_name": "Raw Finding Verification & Disposition Report",
- "norm_label": "1. executive summary & verification reconciliation table",
- "id": "docs_audit_19_finding_verification_report_1_executive_summary_verification_reconciliation_table"
- },
- {
- "label": "2. Newly Discovered & Split Findings (Canonical IDs)",
- "file_type": "document",
- "source_file": "docs/audit/19-finding-verification-report.md",
- "source_location": "L22",
- "_origin": "ast",
- "community": 176,
- "community_name": "Raw Finding Verification & Disposition Report",
- "norm_label": "2. newly discovered & split findings (canonical ids)",
- "id": "docs_audit_19_finding_verification_report_2_newly_discovered_split_findings_canonical_ids"
- },
- {
- "label": "Raw Finding Verification & Disposition Report",
- "file_type": "document",
- "source_file": "docs/audit/19-finding-verification-report.md",
- "source_location": "L1",
- "_origin": "ast",
- "community": 176,
- "community_name": "Raw Finding Verification & Disposition Report",
- "norm_label": "raw finding verification & disposition report",
- "id": "docs_audit_19_finding_verification_report_raw_finding_verification_disposition_report"
- },
- {
- "label": "admin-panel/README.md",
- "file_type": "document",
- "source_file": "frontend/admin-panel/README.md",
- "source_location": "L1",
- "_origin": "ast",
- "community": 177,
- "community_name": "React + TypeScript + Vite",
- "norm_label": "admin-panel/readme.md",
- "id": "frontend_admin_panel_readme"
- },
- {
- "label": "Expanding the ESLint configuration",
- "file_type": "document",
- "source_file": "frontend/admin-panel/README.md",
- "source_location": "L14",
- "_origin": "ast",
- "community": 177,
- "community_name": "React + TypeScript + Vite",
- "norm_label": "expanding the eslint configuration",
- "id": "frontend_admin_panel_readme_expanding_the_eslint_configuration"
- },
- {
- "label": "React Compiler",
- "file_type": "document",
- "source_file": "frontend/admin-panel/README.md",
- "source_location": "L10",
- "_origin": "ast",
- "community": 177,
- "community_name": "React + TypeScript + Vite",
- "norm_label": "react compiler",
- "id": "frontend_admin_panel_readme_react_compiler"
- },
- {
- "label": "React + TypeScript + Vite",
- "file_type": "document",
- "source_file": "frontend/admin-panel/README.md",
- "source_location": "L1",
- "_origin": "ast",
- "community": 177,
- "community_name": "React + TypeScript + Vite",
- "norm_label": "react + typescript + vite",
- "id": "frontend_admin_panel_readme_react_typescript_vite"
- },
- {
- "label": "Select.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/components/ui/Select.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 178,
- "norm_label": "select.tsx",
- "id": "frontend_admin_panel_src_components_ui_select"
- },
- {
- "label": "Select",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/components/ui/Select.tsx",
- "source_location": "L16",
- "_origin": "ast",
- "community": 178,
- "norm_label": "select",
- "id": "frontend_admin_panel_src_components_ui_select_select"
- },
- {
- "label": "wiki/[slug]/page.tsx",
- "file_type": "code",
- "source_file": "frontend/application/app/wiki/[slug]/page.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 179,
- "community_name": "Wiki Page Routing",
- "norm_label": "wiki/[slug]/page.tsx",
- "id": "frontend_application_app_wiki_slug_page"
- },
{
"label": "userStore.test.ts",
"file_type": "code",
"source_file": "frontend/application/lib/store/__tests__/userStore.test.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 18,
+ "community": 17,
"community_name": "lib/services/api.ts",
"norm_label": "userstore.test.ts",
"id": "frontend_application_lib_store_tests_userstore_test"
@@ -20346,7 +19958,7 @@
"source_file": "frontend/application/app/contact/page.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 18,
+ "community": 17,
"norm_label": "contact/page.tsx",
"id": "frontend_application_app_contact_page"
},
@@ -20356,7 +19968,7 @@
"source_file": "frontend/application/app/contact/page.tsx",
"source_location": "L4",
"_origin": "ast",
- "community": 18,
+ "community": 17,
"norm_label": "metadata",
"id": "frontend_application_app_contact_page_metadata"
},
@@ -20366,7 +19978,7 @@
"source_file": "frontend/application/components/ContactFormClient.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 18,
+ "community": 17,
"norm_label": "contactformclient.tsx",
"id": "frontend_application_components_contactformclient"
},
@@ -20376,7 +19988,7 @@
"source_file": "frontend/application/components/PrescriptionUploadModal.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 18,
+ "community": 17,
"norm_label": "prescriptionuploadmodal.tsx",
"id": "frontend_application_components_prescriptionuploadmodal"
},
@@ -20386,7 +19998,7 @@
"source_file": "frontend/application/lib/services/api.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 18,
+ "community": 17,
"norm_label": "lib/services/api.ts",
"id": "frontend_application_lib_services_api"
},
@@ -20396,7 +20008,7 @@
"source_file": "frontend/application/lib/services/api.ts",
"source_location": "L26",
"_origin": "ast",
- "community": 18,
+ "community": 17,
"norm_label": "api",
"id": "frontend_application_lib_services_api_api"
},
@@ -20406,7 +20018,7 @@
"source_file": "frontend/application/lib/services/api.ts",
"source_location": "L14",
"_origin": "ast",
- "community": 18,
+ "community": 17,
"norm_label": "base_domain",
"id": "frontend_application_lib_services_api_base_domain"
},
@@ -20416,7 +20028,7 @@
"source_file": "frontend/application/lib/services/api.ts",
"source_location": "L13",
"_origin": "ast",
- "community": 18,
+ "community": 17,
"norm_label": "baseurl",
"id": "frontend_application_lib_services_api_baseurl"
},
@@ -20426,7 +20038,7 @@
"source_file": "frontend/application/lib/services/authService.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 18,
+ "community": 17,
"norm_label": "authservice.ts",
"id": "frontend_application_lib_services_authservice"
},
@@ -20436,17 +20048,727 @@
"source_file": "frontend/application/lib/store/userStore.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 18,
+ "community": 17,
"norm_label": "userstore.ts",
"id": "frontend_application_lib_store_userstore"
},
+ {
+ "label": "seed-wiki.ts",
+ "file_type": "code",
+ "source_file": "backend/prisma/seed-wiki.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 170,
+ "norm_label": "seed-wiki.ts",
+ "id": "backend_prisma_seed_wiki"
+ },
+ {
+ "label": "CANONICAL_WIKI_TERMS",
+ "file_type": "code",
+ "source_file": "backend/prisma/seed-wiki.ts",
+ "source_location": "L7",
+ "_origin": "ast",
+ "community": 170,
+ "norm_label": "canonical_wiki_terms",
+ "id": "backend_prisma_seed_wiki_canonical_wiki_terms"
+ },
+ {
+ "label": "prisma",
+ "file_type": "code",
+ "source_file": "backend/prisma/seed-wiki.ts",
+ "source_location": "L5",
+ "_origin": "ast",
+ "community": 170,
+ "norm_label": "prisma",
+ "id": "backend_prisma_seed_wiki_prisma"
+ },
+ {
+ "label": "create-blog.dto.ts",
+ "file_type": "code",
+ "source_file": "backend/src/blogs/dto/create-blog.dto.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 171,
+ "community_name": "Blog Management DTOs",
+ "norm_label": "create-blog.dto.ts",
+ "id": "backend_src_blogs_dto_create_blog_dto"
+ },
+ {
+ "label": "update-blog.dto.ts",
+ "file_type": "code",
+ "source_file": "backend/src/blogs/dto/update-blog.dto.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 171,
+ "community_name": "Blog Management DTOs",
+ "norm_label": "update-blog.dto.ts",
+ "id": "backend_src_blogs_dto_update_blog_dto"
+ },
+ {
+ "label": "create-home.dto.ts",
+ "file_type": "code",
+ "source_file": "backend/src/home/dto/create-home.dto.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 172,
+ "community_name": "Home Management DTOs",
+ "norm_label": "create-home.dto.ts",
+ "id": "backend_src_home_dto_create_home_dto"
+ },
+ {
+ "label": "update-home.dto.ts",
+ "file_type": "code",
+ "source_file": "backend/src/home/dto/update-home.dto.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 172,
+ "community_name": "Home Management DTOs",
+ "norm_label": "update-home.dto.ts",
+ "id": "backend_src_home_dto_update_home_dto"
+ },
+ {
+ "label": "create-wiki.dto.ts",
+ "file_type": "code",
+ "source_file": "backend/src/wiki/dto/create-wiki.dto.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 173,
+ "community_name": "Wiki Management DTOs",
+ "norm_label": "create-wiki.dto.ts",
+ "id": "backend_src_wiki_dto_create_wiki_dto"
+ },
+ {
+ "label": "update-wiki.dto.ts",
+ "file_type": "code",
+ "source_file": "backend/src/wiki/dto/update-wiki.dto.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 173,
+ "community_name": "Wiki Management DTOs",
+ "norm_label": "update-wiki.dto.ts",
+ "id": "backend_src_wiki_dto_update_wiki_dto"
+ },
+ {
+ "label": "add-watch.md",
+ "file_type": "document",
+ "source_file": ".claude/skills/graphify/references/add-watch.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 174,
+ "community_name": "graphify reference: add a URL and watch a folder",
+ "norm_label": "add-watch.md",
+ "id": "claude_skills_graphify_references_add_watch"
+ },
+ {
+ "label": "For /graphify add",
+ "file_type": "document",
+ "source_file": ".claude/skills/graphify/references/add-watch.md",
+ "source_location": "L5",
+ "_origin": "ast",
+ "community": 174,
+ "community_name": "graphify reference: add a URL and watch a folder",
+ "norm_label": "for /graphify add",
+ "id": "claude_skills_graphify_references_add_watch_for_graphify_add"
+ },
+ {
+ "label": "For --watch",
+ "file_type": "document",
+ "source_file": ".claude/skills/graphify/references/add-watch.md",
+ "source_location": "L39",
+ "_origin": "ast",
+ "community": 174,
+ "community_name": "graphify reference: add a URL and watch a folder",
+ "norm_label": "for --watch",
+ "id": "claude_skills_graphify_references_add_watch_for_watch"
+ },
+ {
+ "label": "graphify reference: add a URL and watch a folder",
+ "file_type": "document",
+ "source_file": ".claude/skills/graphify/references/add-watch.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 174,
+ "community_name": "graphify reference: add a URL and watch a folder",
+ "norm_label": "graphify reference: add a url and watch a folder",
+ "id": "claude_skills_graphify_references_add_watch_graphify_reference_add_a_url_and_watch_a_folder"
+ },
+ {
+ "label": "hooks.md",
+ "file_type": "document",
+ "source_file": ".claude/skills/graphify/references/hooks.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 175,
+ "community_name": "graphify reference: commit hook and native CLAUDE.md integration",
+ "norm_label": "hooks.md",
+ "id": "claude_skills_graphify_references_hooks"
+ },
+ {
+ "label": "For git commit hook",
+ "file_type": "document",
+ "source_file": ".claude/skills/graphify/references/hooks.md",
+ "source_location": "L5",
+ "_origin": "ast",
+ "community": 175,
+ "community_name": "graphify reference: commit hook and native CLAUDE.md integration",
+ "norm_label": "for git commit hook",
+ "id": "claude_skills_graphify_references_hooks_for_git_commit_hook"
+ },
+ {
+ "label": "For native CLAUDE.md integration",
+ "file_type": "document",
+ "source_file": ".claude/skills/graphify/references/hooks.md",
+ "source_location": "L21",
+ "_origin": "ast",
+ "community": 175,
+ "community_name": "graphify reference: commit hook and native CLAUDE.md integration",
+ "norm_label": "for native claude.md integration",
+ "id": "claude_skills_graphify_references_hooks_for_native_claude_md_integration"
+ },
+ {
+ "label": "graphify reference: commit hook and native CLAUDE.md integration",
+ "file_type": "document",
+ "source_file": ".claude/skills/graphify/references/hooks.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 175,
+ "community_name": "graphify reference: commit hook and native CLAUDE.md integration",
+ "norm_label": "graphify reference: commit hook and native claude.md integration",
+ "id": "claude_skills_graphify_references_hooks_graphify_reference_commit_hook_and_native_claude_md_integration"
+ },
+ {
+ "label": "update.md",
+ "file_type": "document",
+ "source_file": ".claude/skills/graphify/references/update.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 176,
+ "community_name": "graphify reference: incremental update and cluster-only",
+ "norm_label": "update.md",
+ "id": "claude_skills_graphify_references_update"
+ },
+ {
+ "label": "For --cluster-only",
+ "file_type": "document",
+ "source_file": ".claude/skills/graphify/references/update.md",
+ "source_location": "L202",
+ "_origin": "ast",
+ "community": 176,
+ "community_name": "graphify reference: incremental update and cluster-only",
+ "norm_label": "for --cluster-only",
+ "id": "claude_skills_graphify_references_update_for_cluster_only"
+ },
+ {
+ "label": "For --update (incremental re-extraction)",
+ "file_type": "document",
+ "source_file": ".claude/skills/graphify/references/update.md",
+ "source_location": "L5",
+ "_origin": "ast",
+ "community": 176,
+ "community_name": "graphify reference: incremental update and cluster-only",
+ "norm_label": "for --update (incremental re-extraction)",
+ "id": "claude_skills_graphify_references_update_for_update_incremental_re_extraction"
+ },
+ {
+ "label": "graphify reference: incremental update and cluster-only",
+ "file_type": "document",
+ "source_file": ".claude/skills/graphify/references/update.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 176,
+ "community_name": "graphify reference: incremental update and cluster-only",
+ "norm_label": "graphify reference: incremental update and cluster-only",
+ "id": "claude_skills_graphify_references_update_graphify_reference_incremental_update_and_cluster_only"
+ },
+ {
+ "label": "19-finding-verification-report.md",
+ "file_type": "document",
+ "source_file": "docs/audit/19-finding-verification-report.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 177,
+ "community_name": "Raw Finding Verification & Disposition Report",
+ "norm_label": "19-finding-verification-report.md",
+ "id": "docs_audit_19_finding_verification_report"
+ },
+ {
+ "label": "1. Executive Summary & Verification Reconciliation Table",
+ "file_type": "document",
+ "source_file": "docs/audit/19-finding-verification-report.md",
+ "source_location": "L3",
+ "_origin": "ast",
+ "community": 177,
+ "community_name": "Raw Finding Verification & Disposition Report",
+ "norm_label": "1. executive summary & verification reconciliation table",
+ "id": "docs_audit_19_finding_verification_report_1_executive_summary_verification_reconciliation_table"
+ },
+ {
+ "label": "2. Newly Discovered & Split Findings (Canonical IDs)",
+ "file_type": "document",
+ "source_file": "docs/audit/19-finding-verification-report.md",
+ "source_location": "L22",
+ "_origin": "ast",
+ "community": 177,
+ "community_name": "Raw Finding Verification & Disposition Report",
+ "norm_label": "2. newly discovered & split findings (canonical ids)",
+ "id": "docs_audit_19_finding_verification_report_2_newly_discovered_split_findings_canonical_ids"
+ },
+ {
+ "label": "Raw Finding Verification & Disposition Report",
+ "file_type": "document",
+ "source_file": "docs/audit/19-finding-verification-report.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 177,
+ "community_name": "Raw Finding Verification & Disposition Report",
+ "norm_label": "raw finding verification & disposition report",
+ "id": "docs_audit_19_finding_verification_report_raw_finding_verification_disposition_report"
+ },
+ {
+ "label": "admin-panel/README.md",
+ "file_type": "document",
+ "source_file": "frontend/admin-panel/README.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 178,
+ "community_name": "React + TypeScript + Vite",
+ "norm_label": "admin-panel/readme.md",
+ "id": "frontend_admin_panel_readme"
+ },
+ {
+ "label": "Expanding the ESLint configuration",
+ "file_type": "document",
+ "source_file": "frontend/admin-panel/README.md",
+ "source_location": "L14",
+ "_origin": "ast",
+ "community": 178,
+ "community_name": "React + TypeScript + Vite",
+ "norm_label": "expanding the eslint configuration",
+ "id": "frontend_admin_panel_readme_expanding_the_eslint_configuration"
+ },
+ {
+ "label": "React Compiler",
+ "file_type": "document",
+ "source_file": "frontend/admin-panel/README.md",
+ "source_location": "L10",
+ "_origin": "ast",
+ "community": 178,
+ "community_name": "React + TypeScript + Vite",
+ "norm_label": "react compiler",
+ "id": "frontend_admin_panel_readme_react_compiler"
+ },
+ {
+ "label": "React + TypeScript + Vite",
+ "file_type": "document",
+ "source_file": "frontend/admin-panel/README.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 178,
+ "community_name": "React + TypeScript + Vite",
+ "norm_label": "react + typescript + vite",
+ "id": "frontend_admin_panel_readme_react_typescript_vite"
+ },
+ {
+ "label": "Select.tsx",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/components/ui/Select.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 179,
+ "norm_label": "select.tsx",
+ "id": "frontend_admin_panel_src_components_ui_select"
+ },
+ {
+ "label": "Select",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/components/ui/Select.tsx",
+ "source_location": "L16",
+ "_origin": "ast",
+ "community": 179,
+ "norm_label": "select",
+ "id": "frontend_admin_panel_src_components_ui_select_select"
+ },
+ {
+ "label": "@nestjs/cli",
+ "file_type": "code",
+ "source_file": "backend/package.json",
+ "source_location": "L48",
+ "_origin": "ast",
+ "community": 18,
+ "community_name": "@nestjs/cli",
+ "norm_label": "@nestjs/cli",
+ "id": "backend_package_devdependencies_nestjs_cli"
+ },
+ {
+ "label": "@nestjs/cli",
+ "file_type": "concept",
+ "source_file": "backend/package.json",
+ "source_location": "L48",
+ "_origin": "ast",
+ "community": 18,
+ "community_name": "@nestjs/cli",
+ "norm_label": "@nestjs/cli",
+ "id": "nestjs_cli"
+ },
+ {
+ "label": "@types/express",
+ "file_type": "code",
+ "source_file": "backend/package.json",
+ "source_location": "L53",
+ "_origin": "ast",
+ "community": 18,
+ "community_name": "@types/express",
+ "norm_label": "@types/express",
+ "id": "backend_package_devdependencies_types_express"
+ },
+ {
+ "label": "@types/express",
+ "file_type": "concept",
+ "source_file": "backend/package.json",
+ "source_location": "L53",
+ "_origin": "ast",
+ "community": 18,
+ "community_name": "@types/express",
+ "norm_label": "@types/express",
+ "id": "types_express"
+ },
+ {
+ "label": "@types/jest",
+ "file_type": "code",
+ "source_file": "backend/package.json",
+ "source_location": "L54",
+ "_origin": "ast",
+ "community": 18,
+ "community_name": "@types/jest",
+ "norm_label": "@types/jest",
+ "id": "backend_package_devdependencies_types_jest"
+ },
+ {
+ "label": "@types/jest",
+ "file_type": "concept",
+ "source_file": "backend/package.json",
+ "source_location": "L54",
+ "_origin": "ast",
+ "community": 18,
+ "community_name": "@types/jest",
+ "norm_label": "@types/jest",
+ "id": "types_jest"
+ },
+ {
+ "label": "@types/js-yaml",
+ "file_type": "code",
+ "source_file": "backend/package.json",
+ "source_location": "L55",
+ "_origin": "ast",
+ "community": 18,
+ "community_name": "@types/js-yaml",
+ "norm_label": "@types/js-yaml",
+ "id": "backend_package_devdependencies_types_js_yaml"
+ },
+ {
+ "label": "@types/js-yaml",
+ "file_type": "concept",
+ "source_file": "backend/package.json",
+ "source_location": "L55",
+ "_origin": "ast",
+ "community": 18,
+ "community_name": "@types/js-yaml",
+ "norm_label": "@types/js-yaml",
+ "id": "types_js_yaml"
+ },
+ {
+ "label": "@types/multer",
+ "file_type": "code",
+ "source_file": "backend/package.json",
+ "source_location": "L56",
+ "_origin": "ast",
+ "community": 18,
+ "community_name": "@types/multer",
+ "norm_label": "@types/multer",
+ "id": "backend_package_devdependencies_types_multer"
+ },
+ {
+ "label": "@types/multer",
+ "file_type": "concept",
+ "source_file": "backend/package.json",
+ "source_location": "L56",
+ "_origin": "ast",
+ "community": 18,
+ "community_name": "@types/multer",
+ "norm_label": "@types/multer",
+ "id": "types_multer"
+ },
+ {
+ "label": "@types/passport-jwt",
+ "file_type": "code",
+ "source_file": "backend/package.json",
+ "source_location": "L58",
+ "_origin": "ast",
+ "community": 18,
+ "community_name": "@types/passport-jwt",
+ "norm_label": "@types/passport-jwt",
+ "id": "backend_package_devdependencies_types_passport_jwt"
+ },
+ {
+ "label": "@types/passport-jwt",
+ "file_type": "concept",
+ "source_file": "backend/package.json",
+ "source_location": "L58",
+ "_origin": "ast",
+ "community": 18,
+ "community_name": "@types/passport-jwt",
+ "norm_label": "@types/passport-jwt",
+ "id": "types_passport_jwt"
+ },
+ {
+ "label": "devDependencies",
+ "file_type": "code",
+ "source_file": "backend/package.json",
+ "source_location": "L45",
+ "_origin": "ast",
+ "community": 18,
+ "community_name": "devDependencies",
+ "norm_label": "devdependencies",
+ "id": "backend_package_devdependencies"
+ },
+ {
+ "label": "@eslint/eslintrc",
+ "file_type": "code",
+ "source_file": "backend/package.json",
+ "source_location": "L46",
+ "_origin": "ast",
+ "community": 18,
+ "community_name": "devDependencies",
+ "norm_label": "@eslint/eslintrc",
+ "id": "backend_package_devdependencies_eslint_eslintrc"
+ },
+ {
+ "label": "jest",
+ "file_type": "code",
+ "source_file": "backend/package.json",
+ "source_location": "L64",
+ "_origin": "ast",
+ "community": 18,
+ "community_name": "devDependencies",
+ "norm_label": "jest",
+ "id": "backend_package_devdependencies_jest"
+ },
+ {
+ "label": "@nestjs/testing",
+ "file_type": "code",
+ "source_file": "backend/package.json",
+ "source_location": "L50",
+ "_origin": "ast",
+ "community": 18,
+ "community_name": "devDependencies",
+ "norm_label": "@nestjs/testing",
+ "id": "backend_package_devdependencies_nestjs_testing"
+ },
+ {
+ "label": "source-map-support",
+ "file_type": "code",
+ "source_file": "backend/package.json",
+ "source_location": "L67",
+ "_origin": "ast",
+ "community": 18,
+ "community_name": "devDependencies",
+ "norm_label": "source-map-support",
+ "id": "backend_package_devdependencies_source_map_support"
+ },
+ {
+ "label": "@types/bcryptjs",
+ "file_type": "code",
+ "source_file": "backend/package.json",
+ "source_location": "L52",
+ "_origin": "ast",
+ "community": 18,
+ "community_name": "devDependencies",
+ "norm_label": "@types/bcryptjs",
+ "id": "backend_package_devdependencies_types_bcryptjs"
+ },
+ {
+ "label": "@eslint/eslintrc",
+ "file_type": "concept",
+ "source_file": "backend/package.json",
+ "source_location": "L46",
+ "_origin": "ast",
+ "community": 18,
+ "community_name": "devDependencies",
+ "norm_label": "@eslint/eslintrc",
+ "id": "eslint_eslintrc"
+ },
+ {
+ "label": "jest",
+ "file_type": "concept",
+ "source_file": "backend/package.json",
+ "source_location": "L64",
+ "_origin": "ast",
+ "community": 18,
+ "community_name": "devDependencies",
+ "norm_label": "jest",
+ "id": "jest"
+ },
+ {
+ "label": "@nestjs/testing",
+ "file_type": "concept",
+ "source_file": "backend/package.json",
+ "source_location": "L50",
+ "_origin": "ast",
+ "community": 18,
+ "community_name": "devDependencies",
+ "norm_label": "@nestjs/testing",
+ "id": "nestjs_testing"
+ },
+ {
+ "label": "source-map-support",
+ "file_type": "concept",
+ "source_file": "backend/package.json",
+ "source_location": "L67",
+ "_origin": "ast",
+ "community": 18,
+ "community_name": "devDependencies",
+ "norm_label": "source-map-support",
+ "id": "source_map_support"
+ },
+ {
+ "label": "@types/bcryptjs",
+ "file_type": "concept",
+ "source_file": "backend/package.json",
+ "source_location": "L52",
+ "_origin": "ast",
+ "community": 18,
+ "community_name": "devDependencies",
+ "norm_label": "@types/bcryptjs",
+ "id": "types_bcryptjs"
+ },
+ {
+ "label": "eslint-config-prettier",
+ "file_type": "code",
+ "source_file": "backend/package.json",
+ "source_location": "L61",
+ "_origin": "ast",
+ "community": 18,
+ "community_name": "eslint-config-prettier",
+ "norm_label": "eslint-config-prettier",
+ "id": "backend_package_devdependencies_eslint_config_prettier"
+ },
+ {
+ "label": "eslint-config-prettier",
+ "file_type": "concept",
+ "source_file": "backend/package.json",
+ "source_location": "L61",
+ "_origin": "ast",
+ "community": 18,
+ "community_name": "eslint-config-prettier",
+ "norm_label": "eslint-config-prettier",
+ "id": "eslint_config_prettier"
+ },
+ {
+ "label": "eslint-plugin-prettier",
+ "file_type": "code",
+ "source_file": "backend/package.json",
+ "source_location": "L62",
+ "_origin": "ast",
+ "community": 18,
+ "community_name": "eslint-plugin-prettier",
+ "norm_label": "eslint-plugin-prettier",
+ "id": "backend_package_devdependencies_eslint_plugin_prettier"
+ },
+ {
+ "label": "eslint-plugin-prettier",
+ "file_type": "concept",
+ "source_file": "backend/package.json",
+ "source_location": "L62",
+ "_origin": "ast",
+ "community": 18,
+ "community_name": "eslint-plugin-prettier",
+ "norm_label": "eslint-plugin-prettier",
+ "id": "eslint_plugin_prettier"
+ },
+ {
+ "label": "prettier",
+ "file_type": "code",
+ "source_file": "backend/package.json",
+ "source_location": "L65",
+ "_origin": "ast",
+ "community": 18,
+ "community_name": "prettier",
+ "norm_label": "prettier",
+ "id": "backend_package_devdependencies_prettier"
+ },
+ {
+ "label": "prettier",
+ "file_type": "concept",
+ "source_file": "backend/package.json",
+ "source_location": "L65",
+ "_origin": "ast",
+ "community": 18,
+ "community_name": "prettier",
+ "norm_label": "prettier",
+ "id": "prettier"
+ },
+ {
+ "label": "supertest",
+ "file_type": "code",
+ "source_file": "backend/package.json",
+ "source_location": "L68",
+ "_origin": "ast",
+ "community": 18,
+ "community_name": "supertest",
+ "norm_label": "supertest",
+ "id": "backend_package_devdependencies_supertest"
+ },
+ {
+ "label": "supertest",
+ "file_type": "concept",
+ "source_file": "backend/package.json",
+ "source_location": "L68",
+ "_origin": "ast",
+ "community": 18,
+ "community_name": "supertest",
+ "norm_label": "supertest",
+ "id": "supertest"
+ },
+ {
+ "label": "ts-node",
+ "file_type": "code",
+ "source_file": "backend/package.json",
+ "source_location": "L71",
+ "_origin": "ast",
+ "community": 18,
+ "community_name": "ts-node",
+ "norm_label": "ts-node",
+ "id": "backend_package_devdependencies_ts_node"
+ },
+ {
+ "label": "ts-node",
+ "file_type": "concept",
+ "source_file": "backend/package.json",
+ "source_location": "L71",
+ "_origin": "ast",
+ "community": 18,
+ "community_name": "ts-node",
+ "norm_label": "ts-node",
+ "id": "ts_node"
+ },
+ {
+ "label": "wiki/[slug]/page.tsx",
+ "file_type": "code",
+ "source_file": "frontend/application/app/wiki/[slug]/page.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 180,
+ "community_name": "Wiki Page Routing",
+ "norm_label": "wiki/[slug]/page.tsx",
+ "id": "frontend_application_app_wiki_slug_page"
+ },
{
"label": "application/README.md",
"file_type": "document",
"source_file": "frontend/application/README.md",
"source_location": "L1",
"_origin": "ast",
- "community": 180,
+ "community": 181,
"community_name": "application/README.md",
"norm_label": "application/readme.md",
"id": "frontend_application_readme"
@@ -20457,7 +20779,7 @@
"source_file": "frontend/application/README.md",
"source_location": "L32",
"_origin": "ast",
- "community": 180,
+ "community": 181,
"community_name": "application/README.md",
"norm_label": "deploy on vercel",
"id": "frontend_application_readme_deploy_on_vercel"
@@ -20468,7 +20790,7 @@
"source_file": "frontend/application/README.md",
"source_location": "L3",
"_origin": "ast",
- "community": 180,
+ "community": 181,
"community_name": "application/README.md",
"norm_label": "getting started",
"id": "frontend_application_readme_getting_started"
@@ -20479,7 +20801,7 @@
"source_file": "frontend/application/README.md",
"source_location": "L23",
"_origin": "ast",
- "community": 180,
+ "community": 181,
"community_name": "application/README.md",
"norm_label": "learn more",
"id": "frontend_application_readme_learn_more"
@@ -20490,7 +20812,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L4",
"_origin": "ast",
- "community": 181,
+ "community": 182,
"community_name": "compilerOptions",
"norm_label": "lib",
"id": "frontend_application_tsconfig_compileroptions_lib"
@@ -20501,7 +20823,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L4",
"_origin": "ast",
- "community": 181,
+ "community": 182,
"community_name": "compilerOptions",
"norm_label": "dom",
"id": "frontend_application_tsconfig_json_ref_dom"
@@ -20512,7 +20834,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L4",
"_origin": "ast",
- "community": 181,
+ "community": 182,
"community_name": "compilerOptions",
"norm_label": "dom.iterable",
"id": "ref_dom_iterable"
@@ -20523,7 +20845,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L4",
"_origin": "ast",
- "community": 181,
+ "community": 182,
"community_name": "compilerOptions",
"norm_label": "esnext",
"id": "ref_esnext"
@@ -20538,7 +20860,7 @@
"kind": "file"
},
"_origin": "ast",
- "community": 182,
+ "community": 183,
"community_name": "Docker Deployment Scripts",
"norm_label": "deploy.sh",
"id": "scripts_deploy"
@@ -20553,7 +20875,7 @@
"kind": "code"
},
"_origin": "ast",
- "community": 182,
+ "community": 183,
"community_name": "Docker Deployment Scripts",
"norm_label": "compose_docker_cli_build",
"id": "scripts_deploy_compose_docker_cli_build"
@@ -20568,7 +20890,7 @@
"kind": "code"
},
"_origin": "ast",
- "community": 182,
+ "community": 183,
"community_name": "Docker Deployment Scripts",
"norm_label": "docker_buildkit",
"id": "scripts_deploy_docker_buildkit"
@@ -20583,7 +20905,7 @@
"kind": "bash_entrypoint"
},
"_origin": "ast",
- "community": 182,
+ "community": 183,
"community_name": "Docker Deployment Scripts",
"norm_label": "deploy.sh script",
"id": "scripts_deploy_sh__entry"
@@ -20594,7 +20916,7 @@
"source_file": ".ai_agency/specs/reviews/security_review.md",
"source_location": "L1",
"_origin": "ast",
- "community": 183,
+ "community": 184,
"community_name": "\ud83d\udd12 Security & Performance Review (09_devops_security)",
"norm_label": "security_review.md",
"id": "ai_agency_specs_reviews_security_review"
@@ -20605,7 +20927,7 @@
"source_file": ".ai_agency/specs/reviews/security_review.md",
"source_location": "L3",
"_origin": "ast",
- "community": 183,
+ "community": 184,
"community_name": "\ud83d\udd12 Security & Performance Review (09_devops_security)",
"norm_label": "security architecture & best practices",
"id": "ai_agency_specs_reviews_security_review_security_architecture_best_practices"
@@ -20616,7 +20938,7 @@
"source_file": ".ai_agency/specs/reviews/security_review.md",
"source_location": "L1",
"_origin": "ast",
- "community": 183,
+ "community": 184,
"community_name": "\ud83d\udd12 Security & Performance Review (09_devops_security)",
"norm_label": "\ud83d\udd12 security & performance review (09_devops_security)",
"id": "ai_agency_specs_reviews_security_review_security_performance_review_09_devops_security"
@@ -20627,7 +20949,7 @@
"source_file": ".ai_agency/specs/reviews/ux_review.md",
"source_location": "L1",
"_origin": "ast",
- "community": 184,
+ "community": 185,
"community_name": "\ud83d\udc41\ufe0f UX & Persona Interface Review (08_visual_qa)",
"norm_label": "ux_review.md",
"id": "ai_agency_specs_reviews_ux_review"
@@ -20638,7 +20960,7 @@
"source_file": ".ai_agency/specs/reviews/ux_review.md",
"source_location": "L3",
"_origin": "ast",
- "community": 184,
+ "community": 185,
"community_name": "\ud83d\udc41\ufe0f UX & Persona Interface Review (08_visual_qa)",
"norm_label": "persona experience alignment",
"id": "ai_agency_specs_reviews_ux_review_persona_experience_alignment"
@@ -20649,7 +20971,7 @@
"source_file": ".ai_agency/specs/reviews/ux_review.md",
"source_location": "L1",
"_origin": "ast",
- "community": 184,
+ "community": 185,
"community_name": "\ud83d\udc41\ufe0f UX & Persona Interface Review (08_visual_qa)",
"norm_label": "\ud83d\udc41\ufe0f ux & persona interface review (08_visual_qa)",
"id": "ai_agency_specs_reviews_ux_review_ux_persona_interface_review_08_visual_qa"
@@ -20660,7 +20982,7 @@
"source_file": "backend/package.json",
"source_location": "L47",
"_origin": "ast",
- "community": 185,
+ "community": 186,
"community_name": "devDependencies",
"norm_label": "@eslint/js",
"id": "backend_package_devdependencies_eslint_js"
@@ -20671,7 +20993,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L25",
"_origin": "ast",
- "community": 185,
+ "community": 186,
"community_name": "devDependencies",
"norm_label": "@eslint/js",
"id": "frontend_admin_panel_package_devdependencies_eslint_js"
@@ -20682,7 +21004,7 @@
"source_file": "backend/package.json",
"source_location": "L47",
"_origin": "ast",
- "community": 185,
+ "community": 186,
"community_name": "devDependencies",
"norm_label": "@eslint/js",
"id": "backend_package_json_eslint_js"
@@ -20693,7 +21015,7 @@
"source_file": "backend/package.json",
"source_location": "L74",
"_origin": "ast",
- "community": 186,
+ "community": 187,
"community_name": "devDependencies",
"norm_label": "typescript-eslint",
"id": "backend_package_devdependencies_typescript_eslint"
@@ -20704,7 +21026,7 @@
"source_file": "backend/package.json",
"source_location": "L74",
"_origin": "ast",
- "community": 186,
+ "community": 187,
"community_name": "devDependencies",
"norm_label": "typescript-eslint",
"id": "backend_package_json_typescript_eslint"
@@ -20715,7 +21037,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L39",
"_origin": "ast",
- "community": 186,
+ "community": 187,
"community_name": "typescript-eslint",
"norm_label": "typescript-eslint",
"id": "frontend_admin_panel_package_devdependencies_typescript_eslint"
@@ -20726,7 +21048,7 @@
"source_file": "backend/prisma/migrations/20260526160916_add_ui_texts_and_scientific_terms/migration.sql",
"source_location": null,
"_origin": "ast",
- "community": 187,
+ "community": 188,
"community_name": "Database Migration Scripts",
"norm_label": "20260526160916_add_ui_texts_and_scientific_terms/migration.sql",
"id": "backend_prisma_migrations_20260526160916_add_ui_texts_and_scientific_terms_migration"
@@ -20737,7 +21059,7 @@
"source_file": "backend/prisma/migrations/20260526160916_add_ui_texts_and_scientific_terms/migration.sql",
"source_location": "L10",
"_origin": "ast",
- "community": 187,
+ "community": 188,
"community_name": "Database Migration Scripts",
"norm_label": "\"scientific_terms\"",
"id": "backend_prisma_migrations_20260526160916_add_ui_texts_and_scientific_terms_migration_scientific_terms"
@@ -20748,7 +21070,7 @@
"source_file": "backend/prisma/migrations/20260526160916_add_ui_texts_and_scientific_terms/migration.sql",
"source_location": "L2",
"_origin": "ast",
- "community": 187,
+ "community": 188,
"community_name": "Database Migration Scripts",
"norm_label": "\"ui_texts\"",
"id": "backend_prisma_migrations_20260526160916_add_ui_texts_and_scientific_terms_migration_ui_texts"
@@ -20759,7 +21081,7 @@
"source_file": "backend/prisma/scientificTerms.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 188,
+ "community": 189,
"community_name": "Scientific Terms Schema",
"norm_label": "prisma/scientificterms.ts",
"id": "backend_prisma_scientificterms"
@@ -20770,18 +21092,288 @@
"source_file": "backend/prisma/scientificTerms.ts",
"source_location": "L7",
"_origin": "ast",
- "community": 188,
+ "community": 189,
"community_name": "Scientific Terms Schema",
"norm_label": "scientific_terms",
"id": "backend_prisma_scientificterms_scientific_terms"
},
+ {
+ "label": "cms.controller.ts",
+ "file_type": "code",
+ "source_file": "backend/src/cms/cms.controller.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 19,
+ "community_name": "CmsController",
+ "norm_label": "cms.controller.ts",
+ "id": "backend_src_cms_cms_controller"
+ },
+ {
+ "label": "jwt-auth.guard.ts",
+ "file_type": "code",
+ "source_file": "backend/src/auth/jwt-auth.guard.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 19,
+ "community_name": "JwtAuthGuard",
+ "norm_label": "jwt-auth.guard.ts",
+ "id": "backend_src_auth_jwt_auth_guard"
+ },
+ {
+ "label": "Injectable",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 19,
+ "community_name": "JwtAuthGuard",
+ "norm_label": "injectable",
+ "id": "backend_src_auth_jwt_auth_guard_ts_injectable"
+ },
+ {
+ "label": "auth/roles.decorator.ts",
+ "file_type": "code",
+ "source_file": "backend/src/auth/roles.decorator.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 19,
+ "community_name": "JwtAuthGuard",
+ "norm_label": "auth/roles.decorator.ts",
+ "id": "backend_src_auth_roles_decorator"
+ },
+ {
+ "label": "auth/roles.guard.ts",
+ "file_type": "code",
+ "source_file": "backend/src/auth/roles.guard.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 19,
+ "community_name": "JwtAuthGuard",
+ "norm_label": "auth/roles.guard.ts",
+ "id": "backend_src_auth_roles_guard"
+ },
+ {
+ "label": "b2b.controller.ts",
+ "file_type": "code",
+ "source_file": "backend/src/b2b/b2b.controller.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 19,
+ "community_name": "JwtAuthGuard",
+ "norm_label": "b2b.controller.ts",
+ "id": "backend_src_b2b_b2b_controller"
+ },
+ {
+ "label": "banners.controller.ts",
+ "file_type": "code",
+ "source_file": "backend/src/banners/banners.controller.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 19,
+ "community_name": "JwtAuthGuard",
+ "norm_label": "banners.controller.ts",
+ "id": "backend_src_banners_banners_controller"
+ },
+ {
+ "label": "decorators/roles.decorator.ts",
+ "file_type": "code",
+ "source_file": "backend/src/common/decorators/roles.decorator.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 19,
+ "community_name": "JwtAuthGuard",
+ "norm_label": "decorators/roles.decorator.ts",
+ "id": "backend_src_common_decorators_roles_decorator"
+ },
+ {
+ "label": "ROLES_KEY",
+ "file_type": "code",
+ "source_file": "backend/src/common/decorators/roles.decorator.ts",
+ "source_location": "L3",
+ "_origin": "ast",
+ "community": 19,
+ "community_name": "JwtAuthGuard",
+ "norm_label": "roles_key",
+ "id": "backend_src_common_decorators_roles_decorator_roles_key"
+ },
+ {
+ "label": "guards/roles.guard.ts",
+ "file_type": "code",
+ "source_file": "backend/src/common/guards/roles.guard.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 19,
+ "community_name": "JwtAuthGuard",
+ "norm_label": "guards/roles.guard.ts",
+ "id": "backend_src_common_guards_roles_guard"
+ },
+ {
+ "label": "roles.guard.spec.ts",
+ "file_type": "code",
+ "source_file": "backend/src/common/guards/roles.guard.spec.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 19,
+ "community_name": "JwtAuthGuard",
+ "norm_label": "roles.guard.spec.ts",
+ "id": "backend_src_common_guards_roles_guard_spec"
+ },
+ {
+ "label": "Injectable",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 19,
+ "community_name": "JwtAuthGuard",
+ "norm_label": "injectable",
+ "id": "backend_src_common_guards_roles_guard_ts_injectable"
+ },
+ {
+ "label": "contact.controller.ts",
+ "file_type": "code",
+ "source_file": "backend/src/contact/contact.controller.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 19,
+ "community_name": "JwtAuthGuard",
+ "norm_label": "contact.controller.ts",
+ "id": "backend_src_contact_contact_controller"
+ },
+ {
+ "label": "ingredients.controller.ts",
+ "file_type": "code",
+ "source_file": "backend/src/ingredients/ingredients.controller.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 19,
+ "community_name": "JwtAuthGuard",
+ "norm_label": "ingredients.controller.ts",
+ "id": "backend_src_ingredients_ingredients_controller"
+ },
+ {
+ "label": "prescriptions.controller.ts",
+ "file_type": "code",
+ "source_file": "backend/src/prescriptions/prescriptions.controller.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 19,
+ "community_name": "JwtAuthGuard",
+ "norm_label": "prescriptions.controller.ts",
+ "id": "backend_src_prescriptions_prescriptions_controller"
+ },
+ {
+ "label": "settings.controller.spec.ts",
+ "file_type": "code",
+ "source_file": "backend/src/settings/settings.controller.spec.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 19,
+ "community_name": "JwtAuthGuard",
+ "norm_label": "settings.controller.spec.ts",
+ "id": "backend_src_settings_settings_controller_spec"
+ },
+ {
+ "label": "smart-advisor.controller.ts",
+ "file_type": "code",
+ "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 19,
+ "community_name": "JwtAuthGuard",
+ "norm_label": "smart-advisor.controller.ts",
+ "id": "backend_src_smart_advisor_smart_advisor_controller"
+ },
+ {
+ "label": "testimonials.controller.ts",
+ "file_type": "code",
+ "source_file": "backend/src/testimonials/testimonials.controller.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 19,
+ "community_name": "JwtAuthGuard",
+ "norm_label": "testimonials.controller.ts",
+ "id": "backend_src_testimonials_testimonials_controller"
+ },
+ {
+ "label": "wholesale.controller.ts",
+ "file_type": "code",
+ "source_file": "backend/src/wholesale/wholesale.controller.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 19,
+ "community_name": "JwtAuthGuard",
+ "norm_label": "wholesale.controller.ts",
+ "id": "backend_src_wholesale_wholesale_controller"
+ },
+ {
+ "label": "products.controller.ts",
+ "file_type": "code",
+ "source_file": "backend/src/products/products.controller.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 19,
+ "community_name": "ProductsService",
+ "norm_label": "products.controller.ts",
+ "id": "backend_src_products_products_controller"
+ },
+ {
+ "label": "media.controller.ts",
+ "file_type": "code",
+ "source_file": "backend/src/admin/media.controller.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 19,
+ "norm_label": "media.controller.ts",
+ "id": "backend_src_admin_media_controller"
+ },
+ {
+ "label": "ssl.controller.ts",
+ "file_type": "code",
+ "source_file": "backend/src/admin/ssl.controller.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 19,
+ "norm_label": "ssl.controller.ts",
+ "id": "backend_src_admin_ssl_controller"
+ },
+ {
+ "label": "payment.controller.ts",
+ "file_type": "code",
+ "source_file": "backend/src/payment/payment.controller.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 19,
+ "norm_label": "payment.controller.ts",
+ "id": "backend_src_payment_payment_controller"
+ },
+ {
+ "label": "reviews.controller.ts",
+ "file_type": "code",
+ "source_file": "backend/src/reviews/reviews.controller.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 19,
+ "norm_label": "reviews.controller.ts",
+ "id": "backend_src_reviews_reviews_controller"
+ },
+ {
+ "label": "settings.controller.ts",
+ "file_type": "code",
+ "source_file": "backend/src/settings/settings.controller.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 19,
+ "norm_label": "settings.controller.ts",
+ "id": "backend_src_settings_settings_controller"
+ },
{
"label": "seed-blogs.ts",
"file_type": "code",
"source_file": "backend/prisma/seed-blogs.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 189,
+ "community": 190,
"norm_label": "seed-blogs.ts",
"id": "backend_prisma_seed_blogs"
},
@@ -20791,180 +21383,17 @@
"source_file": "backend/prisma/seed-blogs.ts",
"source_location": "L3",
"_origin": "ast",
- "community": 189,
+ "community": 190,
"norm_label": "prisma",
"id": "backend_prisma_seed_blogs_prisma"
},
- {
- "label": "App.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/App.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 19,
- "community_name": "adminRoutes.tsx",
- "norm_label": "app.tsx",
- "id": "frontend_admin_panel_src_app"
- },
- {
- "label": "main.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/main.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 19,
- "community_name": "adminRoutes.tsx",
- "norm_label": "main.tsx",
- "id": "frontend_admin_panel_src_main"
- },
- {
- "label": "ContactSubmissions.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 19,
- "community_name": "adminRoutes.tsx",
- "norm_label": "contactsubmissions.tsx",
- "id": "frontend_admin_panel_src_pages_contactsubmissions"
- },
- {
- "label": "Dashboard.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Dashboard.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 19,
- "norm_label": "dashboard.tsx",
- "id": "frontend_admin_panel_src_pages_dashboard"
- },
- {
- "label": "SslSettingsPage.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/SslSettingsPage.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 19,
- "norm_label": "sslsettingspage.tsx",
- "id": "frontend_admin_panel_src_pages_sslsettingspage"
- },
- {
- "label": "Tickets.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Tickets.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 19,
- "norm_label": "tickets.tsx",
- "id": "frontend_admin_panel_src_pages_tickets"
- },
- {
- "label": "Transactions.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Transactions.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 19,
- "norm_label": "transactions.tsx",
- "id": "frontend_admin_panel_src_pages_transactions"
- },
- {
- "label": "adminRoutes.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 19,
- "norm_label": "adminroutes.tsx",
- "id": "frontend_admin_panel_src_routes_adminroutes"
- },
- {
- "label": "Blogs",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
- "source_location": "L18",
- "_origin": "ast",
- "community": 19,
- "norm_label": "blogs",
- "id": "frontend_admin_panel_src_routes_adminroutes_blogs"
- },
- {
- "label": "Categories",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
- "source_location": "L17",
- "_origin": "ast",
- "community": 19,
- "norm_label": "categories",
- "id": "frontend_admin_panel_src_routes_adminroutes_categories"
- },
- {
- "label": "ContactSubmissions",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
- "source_location": "L26",
- "_origin": "ast",
- "community": 19,
- "norm_label": "contactsubmissions",
- "id": "frontend_admin_panel_src_routes_adminroutes_contactsubmissions"
- },
- {
- "label": "Dashboard",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
- "source_location": "L10",
- "_origin": "ast",
- "community": 19,
- "norm_label": "dashboard",
- "id": "frontend_admin_panel_src_routes_adminroutes_dashboard"
- },
- {
- "label": "router",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
- "source_location": "L48",
- "_origin": "ast",
- "community": 19,
- "norm_label": "router",
- "id": "frontend_admin_panel_src_routes_adminroutes_router"
- },
- {
- "label": "SslSettingsPage",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
- "source_location": "L37",
- "_origin": "ast",
- "community": 19,
- "norm_label": "sslsettingspage",
- "id": "frontend_admin_panel_src_routes_adminroutes_sslsettingspage"
- },
- {
- "label": "Tickets",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
- "source_location": "L39",
- "_origin": "ast",
- "community": 19,
- "norm_label": "tickets",
- "id": "frontend_admin_panel_src_routes_adminroutes_tickets"
- },
- {
- "label": "Transactions",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
- "source_location": "L38",
- "_origin": "ast",
- "community": 19,
- "norm_label": "transactions",
- "id": "frontend_admin_panel_src_routes_adminroutes_transactions"
- },
{
"label": "seed-custom.ts",
"file_type": "code",
"source_file": "backend/prisma/seed-custom.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 190,
+ "community": 191,
"community_name": "Custom Data Seeding",
"norm_label": "seed-custom.ts",
"id": "backend_prisma_seed_custom"
@@ -20975,7 +21404,7 @@
"source_file": "backend/prisma/seed-custom.ts",
"source_location": "L5",
"_origin": "ast",
- "community": 190,
+ "community": 191,
"community_name": "Custom Data Seeding",
"norm_label": "prisma",
"id": "backend_prisma_seed_custom_prisma"
@@ -20986,7 +21415,7 @@
"source_file": ".claude/skills/graphify/references/github-and-merge.md",
"source_location": "L1",
"_origin": "ast",
- "community": 191,
+ "community": 192,
"community_name": "graphify reference: GitHub clone and cross-repo merge",
"norm_label": "github-and-merge.md",
"id": "claude_skills_graphify_references_github_and_merge"
@@ -20997,7 +21426,7 @@
"source_file": ".claude/skills/graphify/references/github-and-merge.md",
"source_location": "L1",
"_origin": "ast",
- "community": 191,
+ "community": 192,
"community_name": "graphify reference: GitHub clone and cross-repo merge",
"norm_label": "graphify reference: github clone and cross-repo merge",
"id": "claude_skills_graphify_references_github_and_merge_graphify_reference_github_clone_and_cross_repo_merge"
@@ -21008,7 +21437,7 @@
"source_file": ".claude/skills/graphify/references/github-and-merge.md",
"source_location": "L5",
"_origin": "ast",
- "community": 191,
+ "community": 192,
"community_name": "graphify reference: GitHub clone and cross-repo merge",
"norm_label": "step 0 - clone github repo(s) (only if a github url was given)",
"id": "claude_skills_graphify_references_github_and_merge_step_0_clone_github_repo_s_only_if_a_github_url_was_given"
@@ -21019,7 +21448,7 @@
"source_file": ".claude/skills/graphify/references/transcribe.md",
"source_location": "L1",
"_origin": "ast",
- "community": 192,
+ "community": 193,
"community_name": "graphify reference: transcribe video and audio",
"norm_label": "transcribe.md",
"id": "claude_skills_graphify_references_transcribe"
@@ -21030,7 +21459,7 @@
"source_file": ".claude/skills/graphify/references/transcribe.md",
"source_location": "L1",
"_origin": "ast",
- "community": 192,
+ "community": 193,
"community_name": "graphify reference: transcribe video and audio",
"norm_label": "graphify reference: transcribe video and audio",
"id": "claude_skills_graphify_references_transcribe_graphify_reference_transcribe_video_and_audio"
@@ -21041,7 +21470,7 @@
"source_file": ".claude/skills/graphify/references/transcribe.md",
"source_location": "L5",
"_origin": "ast",
- "community": 192,
+ "community": 193,
"community_name": "graphify reference: transcribe video and audio",
"norm_label": "step 2.5 - transcribe video / audio files (only if video files detected)",
"id": "claude_skills_graphify_references_transcribe_step_2_5_transcribe_video_audio_files_only_if_video_files_detected"
@@ -21052,7 +21481,7 @@
"source_file": "docs/audit/18-compiler-diagnostic-dispositions.md",
"source_location": "L1",
"_origin": "ast",
- "community": 193,
+ "community": 194,
"community_name": "Compiler Diagnostic Dispositions",
"norm_label": "18-compiler-diagnostic-dispositions.md",
"id": "docs_audit_18_compiler_diagnostic_dispositions"
@@ -21063,7 +21492,7 @@
"source_file": "docs/audit/18-compiler-diagnostic-dispositions.md",
"source_location": "L1",
"_origin": "ast",
- "community": 193,
+ "community": 194,
"community_name": "Compiler Diagnostic Dispositions",
"norm_label": "compiler diagnostic dispositions",
"id": "docs_audit_18_compiler_diagnostic_dispositions_compiler_diagnostic_dispositions"
@@ -21074,7 +21503,7 @@
"source_file": "docs/audit/18-compiler-diagnostic-dispositions.md",
"source_location": "L11",
"_origin": "ast",
- "community": 193,
+ "community": 194,
"community_name": "Compiler Diagnostic Dispositions",
"norm_label": "reconciled compiler diagnostic table",
"id": "docs_audit_18_compiler_diagnostic_dispositions_reconciled_compiler_diagnostic_table"
@@ -21085,7 +21514,7 @@
"source_file": "docs/audit/build_manifest.js",
"source_location": "L1",
"_origin": "ast",
- "community": 195,
+ "community": 196,
"community_name": "Build Manifest Generation",
"norm_label": "build_manifest.js",
"id": "docs_audit_build_manifest"
@@ -21096,7 +21525,7 @@
"source_file": "docs/audit/build_manifest.js",
"source_location": "L8",
"_origin": "ast",
- "community": 195,
+ "community": 196,
"community_name": "Build Manifest Generation",
"norm_label": "entries",
"id": "docs_audit_build_manifest_entries"
@@ -21107,7 +21536,7 @@
"source_file": "docs/audit/build_manifest.js",
"source_location": "L3",
"_origin": "ast",
- "community": 195,
+ "community": 196,
"community_name": "Build Manifest Generation",
"norm_label": "lines",
"id": "docs_audit_build_manifest_lines"
@@ -21118,7 +21547,7 @@
"source_file": "docs/audit/generate_classification.js",
"source_location": "L1",
"_origin": "ast",
- "community": 196,
+ "community": 197,
"community_name": "Classification Data Generation",
"norm_label": "generate_classification.js",
"id": "docs_audit_generate_classification"
@@ -21129,7 +21558,7 @@
"source_file": "docs/audit/generate_classification.js",
"source_location": "L8",
"_origin": "ast",
- "community": 196,
+ "community": 197,
"community_name": "Classification Data Generation",
"norm_label": "classified",
"id": "docs_audit_generate_classification_classified"
@@ -21140,7 +21569,7 @@
"source_file": "docs/audit/generate_classification.js",
"source_location": "L3",
"_origin": "ast",
- "community": 196,
+ "community": 197,
"community_name": "Classification Data Generation",
"norm_label": "lines",
"id": "docs_audit_generate_classification_lines"
@@ -21151,7 +21580,7 @@
"source_file": "docs/audit/generate_evidence.js",
"source_location": "L1",
"_origin": "ast",
- "community": 197,
+ "community": 198,
"community_name": "Evidence Data Generation",
"norm_label": "generate_evidence.js",
"id": "docs_audit_generate_evidence"
@@ -21162,7 +21591,7 @@
"source_file": "docs/audit/generate_evidence.js",
"source_location": "L4",
"_origin": "ast",
- "community": 197,
+ "community": 198,
"community_name": "Evidence Data Generation",
"norm_label": "classification",
"id": "docs_audit_generate_evidence_classification"
@@ -21173,7 +21602,7 @@
"source_file": "docs/audit/generate_evidence.js",
"source_location": "L6",
"_origin": "ast",
- "community": 197,
+ "community": 198,
"community_name": "Evidence Data Generation",
"norm_label": "evidenceentries",
"id": "docs_audit_generate_evidence_evidenceentries"
@@ -21184,7 +21613,7 @@
"source_file": "docs/audit/generate_ledger.js",
"source_location": "L1",
"_origin": "ast",
- "community": 198,
+ "community": 199,
"community_name": "Ledger Data Generation",
"norm_label": "generate_ledger.js",
"id": "docs_audit_generate_ledger"
@@ -21195,7 +21624,7 @@
"source_file": "docs/audit/generate_ledger.js",
"source_location": "L3",
"_origin": "ast",
- "community": 198,
+ "community": 199,
"community_name": "Ledger Data Generation",
"norm_label": "evidence",
"id": "docs_audit_generate_ledger_evidence"
@@ -21206,44 +21635,11 @@
"source_file": "docs/audit/generate_ledger.js",
"source_location": "L5",
"_origin": "ast",
- "community": 198,
+ "community": 199,
"community_name": "Ledger Data Generation",
"norm_label": "ledgerentries",
"id": "docs_audit_generate_ledger_ledgerentries"
},
- {
- "label": "generate_manifest.js",
- "file_type": "code",
- "source_file": "docs/audit/generate_manifest.js",
- "source_location": "L1",
- "_origin": "ast",
- "community": 199,
- "community_name": "Manifest Data Generation",
- "norm_label": "generate_manifest.js",
- "id": "docs_audit_generate_manifest"
- },
- {
- "label": "evidence",
- "file_type": "code",
- "source_file": "docs/audit/generate_manifest.js",
- "source_location": "L3",
- "_origin": "ast",
- "community": 199,
- "community_name": "Manifest Data Generation",
- "norm_label": "evidence",
- "id": "docs_audit_generate_manifest_evidence"
- },
- {
- "label": "manifestEntries",
- "file_type": "code",
- "source_file": "docs/audit/generate_manifest.js",
- "source_location": "L5",
- "_origin": "ast",
- "community": 199,
- "community_name": "Manifest Data Generation",
- "norm_label": "manifestentries",
- "id": "docs_audit_generate_manifest_manifestentries"
- },
{
"label": "users.controller.ts",
"file_type": "code",
@@ -21635,1006 +22031,13 @@
"norm_label": "update-profile.dto.ts",
"id": "backend_src_users_dto_update_profile_dto"
},
- {
- "label": "Spinner.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/components/ui/Spinner.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 20,
- "community_name": "Spinner.tsx",
- "norm_label": "spinner.tsx",
- "id": "frontend_admin_panel_src_components_ui_spinner"
- },
- {
- "label": "B2BManager.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/B2BManager.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 20,
- "community_name": "admin.ts",
- "norm_label": "b2bmanager.tsx",
- "id": "frontend_admin_panel_src_pages_b2bmanager"
- },
- {
- "label": "SmartAdvisorManager.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 20,
- "community_name": "admin.ts",
- "norm_label": "smartadvisormanager.tsx",
- "id": "frontend_admin_panel_src_pages_smartadvisormanager"
- },
- {
- "label": "SystemSettingsPage.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/SystemSettingsPage.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 20,
- "community_name": "admin.ts",
- "norm_label": "systemsettingspage.tsx",
- "id": "frontend_admin_panel_src_pages_systemsettingspage"
- },
- {
- "label": "BannersManager.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/BannersManager.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 20,
- "norm_label": "bannersmanager.tsx",
- "id": "frontend_admin_panel_src_pages_bannersmanager"
- },
- {
- "label": "IngredientsManager.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 20,
- "norm_label": "ingredientsmanager.tsx",
- "id": "frontend_admin_panel_src_pages_ingredientsmanager"
- },
- {
- "label": "SeoSettingsPage.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/SeoSettingsPage.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 20,
- "norm_label": "seosettingspage.tsx",
- "id": "frontend_admin_panel_src_pages_seosettingspage"
- },
- {
- "label": "B2BManager",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
- "source_location": "L32",
- "_origin": "ast",
- "community": 20,
- "norm_label": "b2bmanager",
- "id": "frontend_admin_panel_src_routes_adminroutes_b2bmanager"
- },
- {
- "label": "BannersManager",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
- "source_location": "L27",
- "_origin": "ast",
- "community": 20,
- "norm_label": "bannersmanager",
- "id": "frontend_admin_panel_src_routes_adminroutes_bannersmanager"
- },
- {
- "label": "IngredientsManager",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
- "source_location": "L30",
- "_origin": "ast",
- "community": 20,
- "norm_label": "ingredientsmanager",
- "id": "frontend_admin_panel_src_routes_adminroutes_ingredientsmanager"
- },
- {
- "label": "SeoSettingsPage",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
- "source_location": "L33",
- "_origin": "ast",
- "community": 20,
- "norm_label": "seosettingspage",
- "id": "frontend_admin_panel_src_routes_adminroutes_seosettingspage"
- },
- {
- "label": "SmartAdvisorManager",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
- "source_location": "L28",
- "_origin": "ast",
- "community": 20,
- "norm_label": "smartadvisormanager",
- "id": "frontend_admin_panel_src_routes_adminroutes_smartadvisormanager"
- },
- {
- "label": "SystemSettingsPage",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
- "source_location": "L35",
- "_origin": "ast",
- "community": 20,
- "norm_label": "systemsettingspage",
- "id": "frontend_admin_panel_src_routes_adminroutes_systemsettingspage"
- },
- {
- "label": "admin.ts",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/types/admin.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 20,
- "norm_label": "admin.ts",
- "id": "frontend_admin_panel_src_types_admin"
- },
- {
- "label": "sync_honest_manifest.js",
- "file_type": "code",
- "source_file": "docs/audit/sync_honest_manifest.js",
- "source_location": "L1",
- "_origin": "ast",
- "community": 200,
- "community_name": "Honest Manifest Synchronization",
- "norm_label": "sync_honest_manifest.js",
- "id": "docs_audit_sync_honest_manifest"
- },
- {
- "label": "ledger",
- "file_type": "code",
- "source_file": "docs/audit/sync_honest_manifest.js",
- "source_location": "L3",
- "_origin": "ast",
- "community": 200,
- "community_name": "Honest Manifest Synchronization",
- "norm_label": "ledger",
- "id": "docs_audit_sync_honest_manifest_ledger"
- },
- {
- "label": "manifest",
- "file_type": "code",
- "source_file": "docs/audit/sync_honest_manifest.js",
- "source_location": "L5",
- "_origin": "ast",
- "community": 200,
- "community_name": "Honest Manifest Synchronization",
- "norm_label": "manifest",
- "id": "docs_audit_sync_honest_manifest_manifest"
- },
- {
- "label": "sync_manifest.js",
- "file_type": "code",
- "source_file": "docs/audit/sync_manifest.js",
- "source_location": "L1",
- "_origin": "ast",
- "community": 201,
- "community_name": "Manifest Entry Synchronization",
- "norm_label": "sync_manifest.js",
- "id": "docs_audit_sync_manifest"
- },
- {
- "label": "ledger",
- "file_type": "code",
- "source_file": "docs/audit/sync_manifest.js",
- "source_location": "L3",
- "_origin": "ast",
- "community": 201,
- "community_name": "Manifest Entry Synchronization",
- "norm_label": "ledger",
- "id": "docs_audit_sync_manifest_ledger"
- },
- {
- "label": "manifestEntries",
- "file_type": "code",
- "source_file": "docs/audit/sync_manifest.js",
- "source_location": "L5",
- "_origin": "ast",
- "community": 201,
- "community_name": "Manifest Entry Synchronization",
- "norm_label": "manifestentries",
- "id": "docs_audit_sync_manifest_manifestentries"
- },
- {
- "label": "react-dom",
- "file_type": "code",
- "source_file": "frontend/admin-panel/package.json",
- "source_location": "L17",
- "_origin": "ast",
- "community": 202,
- "community_name": "dependencies",
- "norm_label": "react-dom",
- "id": "frontend_admin_panel_package_dependencies_react_dom"
- },
- {
- "label": "react-dom",
- "file_type": "code",
- "source_file": "frontend/application/package.json",
- "source_location": "L17",
- "_origin": "ast",
- "community": 202,
- "community_name": "dependencies",
- "norm_label": "react-dom",
- "id": "frontend_application_package_dependencies_react_dom"
- },
- {
- "label": "react-dom",
- "file_type": "concept",
- "source_file": "frontend/admin-panel/package.json",
- "source_location": "L17",
- "_origin": "ast",
- "community": 202,
- "community_name": "dependencies",
- "norm_label": "react-dom",
- "id": "frontend_admin_panel_package_json_react_dom"
- },
- {
- "label": "zustand",
- "file_type": "code",
- "source_file": "frontend/admin-panel/package.json",
- "source_location": "L22",
- "_origin": "ast",
- "community": 203,
- "community_name": "dependencies",
- "norm_label": "zustand",
- "id": "frontend_admin_panel_package_dependencies_zustand"
- },
- {
- "label": "zustand",
- "file_type": "code",
- "source_file": "frontend/application/package.json",
- "source_location": "L19",
- "_origin": "ast",
- "community": 203,
- "community_name": "dependencies",
- "norm_label": "zustand",
- "id": "frontend_application_package_dependencies_zustand"
- },
- {
- "label": "zustand",
- "file_type": "concept",
- "source_file": "frontend/admin-panel/package.json",
- "source_location": "L22",
- "_origin": "ast",
- "community": 203,
- "community_name": "dependencies",
- "norm_label": "zustand",
- "id": "frontend_admin_panel_package_json_zustand"
- },
- {
- "label": "tailwindcss",
- "file_type": "code",
- "source_file": "frontend/application/package.json",
- "source_location": "L32",
- "_origin": "ast",
- "community": 204,
- "community_name": "devDependencies",
- "norm_label": "tailwindcss",
- "id": "frontend_application_package_devdependencies_tailwindcss"
- },
- {
- "label": "tailwindcss",
- "file_type": "code",
- "source_file": "frontend/admin-panel/package.json",
- "source_location": "L37",
- "_origin": "ast",
- "community": 204,
- "community_name": "tailwindcss",
- "norm_label": "tailwindcss",
- "id": "frontend_admin_panel_package_devdependencies_tailwindcss"
- },
- {
- "label": "tailwindcss",
- "file_type": "concept",
- "source_file": "frontend/admin-panel/package.json",
- "source_location": "L37",
- "_origin": "ast",
- "community": 204,
- "community_name": "tailwindcss",
- "norm_label": "tailwindcss",
- "id": "frontend_admin_panel_package_json_tailwindcss"
- },
- {
- "label": "@types/react-dom",
- "file_type": "code",
- "source_file": "frontend/application/package.json",
- "source_location": "L27",
- "_origin": "ast",
- "community": 205,
- "community_name": "@types/react-dom",
- "norm_label": "@types/react-dom",
- "id": "frontend_application_package_devdependencies_types_react_dom"
- },
- {
- "label": "@types/react-dom",
- "file_type": "concept",
- "source_file": "frontend/application/package.json",
- "source_location": "L27",
- "_origin": "ast",
- "community": 205,
- "community_name": "@types/react-dom",
- "norm_label": "@types/react-dom",
- "id": "frontend_application_package_json_types_react_dom"
- },
- {
- "label": "@types/react-dom",
- "file_type": "code",
- "source_file": "frontend/admin-panel/package.json",
- "source_location": "L29",
- "_origin": "ast",
- "community": 205,
- "community_name": "devDependencies",
- "norm_label": "@types/react-dom",
- "id": "frontend_admin_panel_package_devdependencies_types_react_dom"
- },
- {
- "label": "FormField.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/components/ui/FormField.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 206,
- "norm_label": "formfield.tsx",
- "id": "frontend_admin_panel_src_components_ui_formfield"
- },
- {
- "label": "Input.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/components/ui/Input.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 207,
- "norm_label": "input.tsx",
- "id": "frontend_admin_panel_src_components_ui_input"
- },
- {
- "label": "Input",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/components/ui/Input.tsx",
- "source_location": "L9",
- "_origin": "ast",
- "community": 207,
- "norm_label": "input",
- "id": "frontend_admin_panel_src_components_ui_input_input"
- },
- {
- "label": "Textarea.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/components/ui/Textarea.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 208,
- "norm_label": "textarea.tsx",
- "id": "frontend_admin_panel_src_components_ui_textarea"
- },
- {
- "label": "Textarea",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/components/ui/Textarea.tsx",
- "source_location": "L7",
- "_origin": "ast",
- "community": 208,
- "norm_label": "textarea",
- "id": "frontend_admin_panel_src_components_ui_textarea_textarea"
- },
- {
- "label": "admin-panel/tsconfig.json",
- "file_type": "code",
- "source_file": "frontend/admin-panel/tsconfig.json",
- "source_location": "L1",
- "_origin": "ast",
- "community": 209,
- "community_name": "Admin Panel TSConfig",
- "norm_label": "admin-panel/tsconfig.json",
- "id": "frontend_admin_panel_tsconfig"
- },
- {
- "label": "files",
- "file_type": "code",
- "source_file": "frontend/admin-panel/tsconfig.json",
- "source_location": "L2",
- "_origin": "ast",
- "community": 209,
- "community_name": "Admin Panel TSConfig",
- "norm_label": "files",
- "id": "frontend_admin_panel_tsconfig_files"
- },
- {
- "label": "references",
- "file_type": "code",
- "source_file": "frontend/admin-panel/tsconfig.json",
- "source_location": "L3",
- "_origin": "ast",
- "community": 209,
- "community_name": "Admin Panel TSConfig",
- "norm_label": "references",
- "id": "frontend_admin_panel_tsconfig_references"
- },
- {
- "label": "@nestjs/cli",
- "file_type": "code",
- "source_file": "backend/package.json",
- "source_location": "L48",
- "_origin": "ast",
- "community": 21,
- "community_name": "@nestjs/cli",
- "norm_label": "@nestjs/cli",
- "id": "backend_package_devdependencies_nestjs_cli"
- },
- {
- "label": "@nestjs/cli",
- "file_type": "concept",
- "source_file": "backend/package.json",
- "source_location": "L48",
- "_origin": "ast",
- "community": 21,
- "community_name": "@nestjs/cli",
- "norm_label": "@nestjs/cli",
- "id": "nestjs_cli"
- },
- {
- "label": "@types/express",
- "file_type": "code",
- "source_file": "backend/package.json",
- "source_location": "L53",
- "_origin": "ast",
- "community": 21,
- "community_name": "@types/express",
- "norm_label": "@types/express",
- "id": "backend_package_devdependencies_types_express"
- },
- {
- "label": "@types/express",
- "file_type": "concept",
- "source_file": "backend/package.json",
- "source_location": "L53",
- "_origin": "ast",
- "community": 21,
- "community_name": "@types/express",
- "norm_label": "@types/express",
- "id": "types_express"
- },
- {
- "label": "@types/jest",
- "file_type": "code",
- "source_file": "backend/package.json",
- "source_location": "L54",
- "_origin": "ast",
- "community": 21,
- "community_name": "@types/jest",
- "norm_label": "@types/jest",
- "id": "backend_package_devdependencies_types_jest"
- },
- {
- "label": "@types/jest",
- "file_type": "concept",
- "source_file": "backend/package.json",
- "source_location": "L54",
- "_origin": "ast",
- "community": 21,
- "community_name": "@types/jest",
- "norm_label": "@types/jest",
- "id": "types_jest"
- },
- {
- "label": "@types/js-yaml",
- "file_type": "code",
- "source_file": "backend/package.json",
- "source_location": "L55",
- "_origin": "ast",
- "community": 21,
- "community_name": "@types/js-yaml",
- "norm_label": "@types/js-yaml",
- "id": "backend_package_devdependencies_types_js_yaml"
- },
- {
- "label": "@types/js-yaml",
- "file_type": "concept",
- "source_file": "backend/package.json",
- "source_location": "L55",
- "_origin": "ast",
- "community": 21,
- "community_name": "@types/js-yaml",
- "norm_label": "@types/js-yaml",
- "id": "types_js_yaml"
- },
- {
- "label": "@types/multer",
- "file_type": "code",
- "source_file": "backend/package.json",
- "source_location": "L56",
- "_origin": "ast",
- "community": 21,
- "community_name": "@types/multer",
- "norm_label": "@types/multer",
- "id": "backend_package_devdependencies_types_multer"
- },
- {
- "label": "@types/multer",
- "file_type": "concept",
- "source_file": "backend/package.json",
- "source_location": "L56",
- "_origin": "ast",
- "community": 21,
- "community_name": "@types/multer",
- "norm_label": "@types/multer",
- "id": "types_multer"
- },
- {
- "label": "@types/passport-jwt",
- "file_type": "code",
- "source_file": "backend/package.json",
- "source_location": "L58",
- "_origin": "ast",
- "community": 21,
- "community_name": "@types/passport-jwt",
- "norm_label": "@types/passport-jwt",
- "id": "backend_package_devdependencies_types_passport_jwt"
- },
- {
- "label": "@types/passport-jwt",
- "file_type": "concept",
- "source_file": "backend/package.json",
- "source_location": "L58",
- "_origin": "ast",
- "community": 21,
- "community_name": "@types/passport-jwt",
- "norm_label": "@types/passport-jwt",
- "id": "types_passport_jwt"
- },
- {
- "label": "devDependencies",
- "file_type": "code",
- "source_file": "backend/package.json",
- "source_location": "L45",
- "_origin": "ast",
- "community": 21,
- "community_name": "devDependencies",
- "norm_label": "devdependencies",
- "id": "backend_package_devdependencies"
- },
- {
- "label": "@eslint/eslintrc",
- "file_type": "code",
- "source_file": "backend/package.json",
- "source_location": "L46",
- "_origin": "ast",
- "community": 21,
- "community_name": "devDependencies",
- "norm_label": "@eslint/eslintrc",
- "id": "backend_package_devdependencies_eslint_eslintrc"
- },
- {
- "label": "jest",
- "file_type": "code",
- "source_file": "backend/package.json",
- "source_location": "L64",
- "_origin": "ast",
- "community": 21,
- "community_name": "devDependencies",
- "norm_label": "jest",
- "id": "backend_package_devdependencies_jest"
- },
- {
- "label": "@nestjs/testing",
- "file_type": "code",
- "source_file": "backend/package.json",
- "source_location": "L50",
- "_origin": "ast",
- "community": 21,
- "community_name": "devDependencies",
- "norm_label": "@nestjs/testing",
- "id": "backend_package_devdependencies_nestjs_testing"
- },
- {
- "label": "source-map-support",
- "file_type": "code",
- "source_file": "backend/package.json",
- "source_location": "L67",
- "_origin": "ast",
- "community": 21,
- "community_name": "devDependencies",
- "norm_label": "source-map-support",
- "id": "backend_package_devdependencies_source_map_support"
- },
- {
- "label": "@types/bcryptjs",
- "file_type": "code",
- "source_file": "backend/package.json",
- "source_location": "L52",
- "_origin": "ast",
- "community": 21,
- "community_name": "devDependencies",
- "norm_label": "@types/bcryptjs",
- "id": "backend_package_devdependencies_types_bcryptjs"
- },
- {
- "label": "@eslint/eslintrc",
- "file_type": "concept",
- "source_file": "backend/package.json",
- "source_location": "L46",
- "_origin": "ast",
- "community": 21,
- "community_name": "devDependencies",
- "norm_label": "@eslint/eslintrc",
- "id": "eslint_eslintrc"
- },
- {
- "label": "jest",
- "file_type": "concept",
- "source_file": "backend/package.json",
- "source_location": "L64",
- "_origin": "ast",
- "community": 21,
- "community_name": "devDependencies",
- "norm_label": "jest",
- "id": "jest"
- },
- {
- "label": "@nestjs/testing",
- "file_type": "concept",
- "source_file": "backend/package.json",
- "source_location": "L50",
- "_origin": "ast",
- "community": 21,
- "community_name": "devDependencies",
- "norm_label": "@nestjs/testing",
- "id": "nestjs_testing"
- },
- {
- "label": "source-map-support",
- "file_type": "concept",
- "source_file": "backend/package.json",
- "source_location": "L67",
- "_origin": "ast",
- "community": 21,
- "community_name": "devDependencies",
- "norm_label": "source-map-support",
- "id": "source_map_support"
- },
- {
- "label": "@types/bcryptjs",
- "file_type": "concept",
- "source_file": "backend/package.json",
- "source_location": "L52",
- "_origin": "ast",
- "community": 21,
- "community_name": "devDependencies",
- "norm_label": "@types/bcryptjs",
- "id": "types_bcryptjs"
- },
- {
- "label": "eslint-config-prettier",
- "file_type": "code",
- "source_file": "backend/package.json",
- "source_location": "L61",
- "_origin": "ast",
- "community": 21,
- "community_name": "eslint-config-prettier",
- "norm_label": "eslint-config-prettier",
- "id": "backend_package_devdependencies_eslint_config_prettier"
- },
- {
- "label": "eslint-config-prettier",
- "file_type": "concept",
- "source_file": "backend/package.json",
- "source_location": "L61",
- "_origin": "ast",
- "community": 21,
- "community_name": "eslint-config-prettier",
- "norm_label": "eslint-config-prettier",
- "id": "eslint_config_prettier"
- },
- {
- "label": "eslint-plugin-prettier",
- "file_type": "code",
- "source_file": "backend/package.json",
- "source_location": "L62",
- "_origin": "ast",
- "community": 21,
- "community_name": "eslint-plugin-prettier",
- "norm_label": "eslint-plugin-prettier",
- "id": "backend_package_devdependencies_eslint_plugin_prettier"
- },
- {
- "label": "eslint-plugin-prettier",
- "file_type": "concept",
- "source_file": "backend/package.json",
- "source_location": "L62",
- "_origin": "ast",
- "community": 21,
- "community_name": "eslint-plugin-prettier",
- "norm_label": "eslint-plugin-prettier",
- "id": "eslint_plugin_prettier"
- },
- {
- "label": "prettier",
- "file_type": "code",
- "source_file": "backend/package.json",
- "source_location": "L65",
- "_origin": "ast",
- "community": 21,
- "community_name": "prettier",
- "norm_label": "prettier",
- "id": "backend_package_devdependencies_prettier"
- },
- {
- "label": "prettier",
- "file_type": "concept",
- "source_file": "backend/package.json",
- "source_location": "L65",
- "_origin": "ast",
- "community": 21,
- "community_name": "prettier",
- "norm_label": "prettier",
- "id": "prettier"
- },
- {
- "label": "supertest",
- "file_type": "code",
- "source_file": "backend/package.json",
- "source_location": "L68",
- "_origin": "ast",
- "community": 21,
- "community_name": "supertest",
- "norm_label": "supertest",
- "id": "backend_package_devdependencies_supertest"
- },
- {
- "label": "supertest",
- "file_type": "concept",
- "source_file": "backend/package.json",
- "source_location": "L68",
- "_origin": "ast",
- "community": 21,
- "community_name": "supertest",
- "norm_label": "supertest",
- "id": "supertest"
- },
- {
- "label": "ts-node",
- "file_type": "code",
- "source_file": "backend/package.json",
- "source_location": "L71",
- "_origin": "ast",
- "community": 21,
- "community_name": "ts-node",
- "norm_label": "ts-node",
- "id": "backend_package_devdependencies_ts_node"
- },
- {
- "label": "ts-node",
- "file_type": "concept",
- "source_file": "backend/package.json",
- "source_location": "L71",
- "_origin": "ast",
- "community": 21,
- "community_name": "ts-node",
- "norm_label": "ts-node",
- "id": "ts_node"
- },
- {
- "label": "about/page.tsx",
- "file_type": "code",
- "source_file": "frontend/application/app/about/page.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 210,
- "norm_label": "about/page.tsx",
- "id": "frontend_application_app_about_page"
- },
- {
- "label": "metadata",
- "file_type": "code",
- "source_file": "frontend/application/app/about/page.tsx",
- "source_location": "L4",
- "_origin": "ast",
- "community": 210,
- "norm_label": "metadata",
- "id": "frontend_application_app_about_page_metadata"
- },
- {
- "label": "privacy/page.tsx",
- "file_type": "code",
- "source_file": "frontend/application/app/privacy/page.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 211,
- "norm_label": "privacy/page.tsx",
- "id": "frontend_application_app_privacy_page"
- },
- {
- "label": "metadata",
- "file_type": "code",
- "source_file": "frontend/application/app/privacy/page.tsx",
- "source_location": "L4",
- "_origin": "ast",
- "community": 211,
- "norm_label": "metadata",
- "id": "frontend_application_app_privacy_page_metadata"
- },
- {
- "label": "next.config.ts",
- "file_type": "code",
- "source_file": "frontend/application/next.config.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 212,
- "community_name": "Next.js Security Configuration",
- "norm_label": "next.config.ts",
- "id": "frontend_application_next_config"
- },
- {
- "label": "nextConfig",
- "file_type": "code",
- "source_file": "frontend/application/next.config.ts",
- "source_location": "L12",
- "_origin": "ast",
- "community": 212,
- "community_name": "Next.js Security Configuration",
- "norm_label": "nextconfig",
- "id": "frontend_application_next_config_nextconfig"
- },
- {
- "label": "securityHeaders",
- "file_type": "code",
- "source_file": "frontend/application/next.config.ts",
- "source_location": "L3",
- "_origin": "ast",
- "community": 212,
- "community_name": "Next.js Security Configuration",
- "norm_label": "securityheaders",
- "id": "frontend_application_next_config_securityheaders"
- },
- {
- "label": "AGENTS.md",
- "file_type": "document",
- "source_file": "AGENTS.md",
- "source_location": "L1",
- "_origin": "ast",
- "community": 214,
- "community_name": "AGENTS.md",
- "norm_label": "agents.md",
- "id": "agents"
- },
- {
- "label": "graphify",
- "file_type": "document",
- "source_file": "AGENTS.md",
- "source_location": "L1",
- "_origin": "ast",
- "community": 214,
- "community_name": "AGENTS.md",
- "norm_label": "graphify",
- "id": "agents_graphify"
- },
- {
- "label": "rules/graphify.md",
- "file_type": "document",
- "source_file": ".agents/rules/graphify.md",
- "source_location": "L1",
- "_origin": "ast",
- "community": 215,
- "community_name": "rules/graphify.md",
- "norm_label": "rules/graphify.md",
- "id": "agents_rules_graphify"
- },
- {
- "label": "graphify",
- "file_type": "document",
- "source_file": ".agents/rules/graphify.md",
- "source_location": "L6",
- "_origin": "ast",
- "community": 215,
- "community_name": "rules/graphify.md",
- "norm_label": "graphify",
- "id": "agents_rules_graphify_graphify"
- },
- {
- "label": ".agents/workflows/graphify.md",
- "file_type": "document",
- "source_file": ".agents/workflows/graphify.md",
- "source_location": "L1",
- "_origin": "ast",
- "community": 216,
- "community_name": ".agents/workflows/graphify.md",
- "norm_label": ".agents/workflows/graphify.md",
- "id": "agents_workflows_graphify"
- },
- {
- "label": "Workflow: graphify",
- "file_type": "document",
- "source_file": ".agents/workflows/graphify.md",
- "source_location": "L6",
- "_origin": "ast",
- "community": 216,
- "community_name": ".agents/workflows/graphify.md",
- "norm_label": "workflow: graphify",
- "id": "agents_workflows_graphify_workflow_graphify"
- },
- {
- "label": "instructions.md",
- "file_type": "document",
- "source_file": ".antigravity/instructions.md",
- "source_location": "L1",
- "_origin": "ast",
- "community": 217,
- "community_name": "instructions.md",
- "norm_label": "instructions.md",
- "id": "antigravity_instructions"
- },
- {
- "label": "graphify",
- "file_type": "document",
- "source_file": ".antigravity/instructions.md",
- "source_location": "L1",
- "_origin": "ast",
- "community": 217,
- "community_name": "instructions.md",
- "norm_label": "graphify",
- "id": "antigravity_instructions_graphify"
- },
- {
- "label": "bcryptjs",
- "file_type": "code",
- "source_file": "backend/package.json",
- "source_location": "L33",
- "_origin": "ast",
- "community": 218,
- "community_name": "dependencies",
- "norm_label": "bcryptjs",
- "id": "backend_package_dependencies_bcryptjs"
- },
- {
- "label": "bcryptjs",
- "file_type": "concept",
- "source_file": "backend/package.json",
- "source_location": "L33",
- "_origin": "ast",
- "community": 218,
- "community_name": "dependencies",
- "norm_label": "bcryptjs",
- "id": "bcryptjs"
- },
- {
- "label": "helmet",
- "file_type": "code",
- "source_file": "backend/package.json",
- "source_location": "L36",
- "_origin": "ast",
- "community": 219,
- "community_name": "dependencies",
- "norm_label": "helmet",
- "id": "backend_package_dependencies_helmet"
- },
- {
- "label": "helmet",
- "file_type": "concept",
- "source_file": "backend/package.json",
- "source_location": "L36",
- "_origin": "ast",
- "community": 219,
- "community_name": "dependencies",
- "norm_label": "helmet",
- "id": "helmet"
- },
{
"label": "07-backend-audit.md",
"file_type": "document",
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L1",
"_origin": "ast",
- "community": 22,
+ "community": 20,
"community_name": "BE-001",
"norm_label": "07-backend-audit.md",
"id": "docs_audit_07_backend_audit"
@@ -22645,7 +22048,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L113",
"_origin": "ast",
- "community": 22,
+ "community": 20,
"community_name": "BE-001",
"norm_label": "acceptance criteria",
"id": "docs_audit_07_backend_audit_acceptance_criteria"
@@ -22656,7 +22059,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L53",
"_origin": "ast",
- "community": 22,
+ "community": 20,
"community_name": "BE-001",
"norm_label": "affected application",
"id": "docs_audit_07_backend_audit_affected_application"
@@ -22667,7 +22070,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L56",
"_origin": "ast",
- "community": 22,
+ "community": 20,
"community_name": "BE-001",
"norm_label": "affected files",
"id": "docs_audit_07_backend_audit_affected_files"
@@ -22678,7 +22081,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L95",
"_origin": "ast",
- "community": 22,
+ "community": 20,
"community_name": "BE-001",
"norm_label": "alternative direction",
"id": "docs_audit_07_backend_audit_alternative_direction"
@@ -22689,7 +22092,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L33",
"_origin": "ast",
- "community": 22,
+ "community": 20,
"community_name": "BE-001",
"norm_label": "be-001",
"id": "docs_audit_07_backend_audit_be_001"
@@ -22700,7 +22103,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L41",
"_origin": "ast",
- "community": 22,
+ "community": 20,
"community_name": "BE-001",
"norm_label": "category",
"id": "docs_audit_07_backend_audit_category"
@@ -22711,7 +22114,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L133",
"_origin": "ast",
- "community": 22,
+ "community": 20,
"community_name": "BE-001",
"norm_label": "completion statement",
"id": "docs_audit_07_backend_audit_completion_statement"
@@ -22722,7 +22125,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L47",
"_origin": "ast",
- "community": 22,
+ "community": 20,
"community_name": "BE-001",
"norm_label": "confidence",
"id": "docs_audit_07_backend_audit_confidence"
@@ -22733,7 +22136,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L101",
"_origin": "ast",
- "community": 22,
+ "community": 20,
"community_name": "BE-001",
"norm_label": "dependencies",
"id": "docs_audit_07_backend_audit_dependencies"
@@ -22744,7 +22147,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L38",
"_origin": "ast",
- "community": 22,
+ "community": 20,
"community_name": "BE-001",
"norm_label": "domain",
"id": "docs_audit_07_backend_audit_domain"
@@ -22755,7 +22158,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L15",
"_origin": "ast",
- "community": 22,
+ "community": 20,
"community_name": "BE-001",
"norm_label": "domain overview & confirmed strengths",
"id": "docs_audit_07_backend_audit_domain_overview_confirmed_strengths"
@@ -22766,7 +22169,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L21",
"_origin": "ast",
- "community": 22,
+ "community": 20,
"community_name": "BE-001",
"norm_label": "evaluation of 6 existing typescript compiler diagnostics",
"id": "docs_audit_07_backend_audit_evaluation_of_6_existing_typescript_compiler_diagnostics"
@@ -22777,7 +22180,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L62",
"_origin": "ast",
- "community": 22,
+ "community": 20,
"community_name": "BE-001",
"norm_label": "evidence",
"id": "docs_audit_07_backend_audit_evidence"
@@ -22788,7 +22191,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L121",
"_origin": "ast",
- "community": 22,
+ "community": 20,
"community_name": "BE-001",
"norm_label": "finding summary",
"id": "docs_audit_07_backend_audit_finding_summary"
@@ -22799,7 +22202,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L31",
"_origin": "ast",
- "community": 22,
+ "community": 20,
"community_name": "BE-001",
"norm_label": "findings",
"id": "docs_audit_07_backend_audit_findings"
@@ -22810,7 +22213,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L98",
"_origin": "ast",
- "community": 22,
+ "community": 20,
"community_name": "BE-001",
"norm_label": "implementation complexity",
"id": "docs_audit_07_backend_audit_implementation_complexity"
@@ -22821,7 +22224,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L1",
"_origin": "ast",
- "community": 22,
+ "community": 20,
"community_name": "BE-001",
"norm_label": "nestjs backend audit report",
"id": "docs_audit_07_backend_audit_nestjs_backend_audit_report"
@@ -22832,7 +22235,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L116",
"_origin": "ast",
- "community": 22,
+ "community": 20,
"community_name": "BE-001",
"norm_label": "notes and limitations",
"id": "docs_audit_07_backend_audit_notes_and_limitations"
@@ -22843,7 +22246,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L73",
"_origin": "ast",
- "community": 22,
+ "community": 20,
"community_name": "BE-001",
"norm_label": "problem",
"id": "docs_audit_07_backend_audit_problem"
@@ -22854,7 +22257,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L92",
"_origin": "ast",
- "community": 22,
+ "community": 20,
"community_name": "BE-001",
"norm_label": "recommended direction",
"id": "docs_audit_07_backend_audit_recommended_direction"
@@ -22865,7 +22268,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L59",
"_origin": "ast",
- "community": 22,
+ "community": 20,
"community_name": "BE-001",
"norm_label": "relevant symbols or lines",
"id": "docs_audit_07_backend_audit_relevant_symbols_or_lines"
@@ -22876,7 +22279,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L104",
"_origin": "ast",
- "community": 22,
+ "community": 20,
"community_name": "BE-001",
"norm_label": "risks",
"id": "docs_audit_07_backend_audit_risks"
@@ -22887,7 +22290,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L77",
"_origin": "ast",
- "community": 22,
+ "community": 20,
"community_name": "BE-001",
"norm_label": "root cause",
"id": "docs_audit_07_backend_audit_root_cause"
@@ -22898,7 +22301,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L89",
"_origin": "ast",
- "community": 22,
+ "community": 20,
"community_name": "BE-001",
"norm_label": "security or data-integrity impact",
"id": "docs_audit_07_backend_audit_security_or_data_integrity_impact"
@@ -22909,7 +22312,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L44",
"_origin": "ast",
- "community": 22,
+ "community": 20,
"community_name": "BE-001",
"norm_label": "severity",
"id": "docs_audit_07_backend_audit_severity"
@@ -22920,7 +22323,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L50",
"_origin": "ast",
- "community": 22,
+ "community": 20,
"community_name": "BE-001",
"norm_label": "status",
"id": "docs_audit_07_backend_audit_status"
@@ -22931,7 +22334,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L86",
"_origin": "ast",
- "community": 22,
+ "community": 20,
"community_name": "BE-001",
"norm_label": "technical impact",
"id": "docs_audit_07_backend_audit_technical_impact"
@@ -22942,7 +22345,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L110",
"_origin": "ast",
- "community": 22,
+ "community": 20,
"community_name": "BE-001",
"norm_label": "testing requirements",
"id": "docs_audit_07_backend_audit_testing_requirements"
@@ -22953,7 +22356,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L35",
"_origin": "ast",
- "community": 22,
+ "community": 20,
"community_name": "BE-001",
"norm_label": "title",
"id": "docs_audit_07_backend_audit_title"
@@ -22964,7 +22367,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L83",
"_origin": "ast",
- "community": 22,
+ "community": 20,
"community_name": "BE-001",
"norm_label": "user or business impact",
"id": "docs_audit_07_backend_audit_user_or_business_impact"
@@ -22975,7 +22378,7 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L107",
"_origin": "ast",
- "community": 22,
+ "community": 20,
"community_name": "BE-001",
"norm_label": "verification requirements",
"id": "docs_audit_07_backend_audit_verification_requirements"
@@ -22986,551 +22389,651 @@
"source_file": "docs/audit/07-backend-audit.md",
"source_location": "L80",
"_origin": "ast",
- "community": 22,
+ "community": 20,
"community_name": "BE-001",
"norm_label": "why it matters",
"id": "docs_audit_07_backend_audit_why_it_matters"
},
{
- "label": "js-yaml",
+ "label": "generate_manifest.js",
"file_type": "code",
- "source_file": "backend/package.json",
- "source_location": "L38",
- "_origin": "ast",
- "community": 220,
- "community_name": "dependencies",
- "norm_label": "js-yaml",
- "id": "backend_package_dependencies_js_yaml"
- },
- {
- "label": "js-yaml",
- "file_type": "concept",
- "source_file": "backend/package.json",
- "source_location": "L38",
- "_origin": "ast",
- "community": 220,
- "community_name": "dependencies",
- "norm_label": "js-yaml",
- "id": "js_yaml"
- },
- {
- "label": "@nestjs/core",
- "file_type": "code",
- "source_file": "backend/package.json",
- "source_location": "L25",
- "_origin": "ast",
- "community": 221,
- "community_name": "dependencies",
- "norm_label": "@nestjs/core",
- "id": "backend_package_dependencies_nestjs_core"
- },
- {
- "label": "@nestjs/core",
- "file_type": "concept",
- "source_file": "backend/package.json",
- "source_location": "L25",
- "_origin": "ast",
- "community": 221,
- "community_name": "dependencies",
- "norm_label": "@nestjs/core",
- "id": "nestjs_core"
- },
- {
- "label": "@nestjs/jwt",
- "file_type": "code",
- "source_file": "backend/package.json",
- "source_location": "L26",
- "_origin": "ast",
- "community": 222,
- "community_name": "dependencies",
- "norm_label": "@nestjs/jwt",
- "id": "backend_package_dependencies_nestjs_jwt"
- },
- {
- "label": "@nestjs/jwt",
- "file_type": "concept",
- "source_file": "backend/package.json",
- "source_location": "L26",
- "_origin": "ast",
- "community": 222,
- "community_name": "dependencies",
- "norm_label": "@nestjs/jwt",
- "id": "nestjs_jwt"
- },
- {
- "label": "@nestjs/swagger",
- "file_type": "code",
- "source_file": "backend/package.json",
- "source_location": "L29",
- "_origin": "ast",
- "community": 223,
- "community_name": "dependencies",
- "norm_label": "@nestjs/swagger",
- "id": "backend_package_dependencies_nestjs_swagger"
- },
- {
- "label": "@nestjs/swagger",
- "file_type": "concept",
- "source_file": "backend/package.json",
- "source_location": "L29",
- "_origin": "ast",
- "community": 223,
- "community_name": "dependencies",
- "norm_label": "@nestjs/swagger",
- "id": "nestjs_swagger"
- },
- {
- "label": "@nestjs/throttler",
- "file_type": "code",
- "source_file": "backend/package.json",
- "source_location": "L30",
- "_origin": "ast",
- "community": 224,
- "community_name": "dependencies",
- "norm_label": "@nestjs/throttler",
- "id": "backend_package_dependencies_nestjs_throttler"
- },
- {
- "label": "@nestjs/throttler",
- "file_type": "concept",
- "source_file": "backend/package.json",
- "source_location": "L30",
- "_origin": "ast",
- "community": 224,
- "community_name": "dependencies",
- "norm_label": "@nestjs/throttler",
- "id": "nestjs_throttler"
- },
- {
- "label": "passport-jwt",
- "file_type": "code",
- "source_file": "backend/package.json",
- "source_location": "L40",
- "_origin": "ast",
- "community": 225,
- "community_name": "dependencies",
- "norm_label": "passport-jwt",
- "id": "backend_package_dependencies_passport_jwt"
- },
- {
- "label": "passport-jwt",
- "file_type": "concept",
- "source_file": "backend/package.json",
- "source_location": "L40",
- "_origin": "ast",
- "community": 225,
- "community_name": "dependencies",
- "norm_label": "passport-jwt",
- "id": "passport_jwt"
- },
- {
- "label": "@prisma/client",
- "file_type": "code",
- "source_file": "backend/package.json",
- "source_location": "L31",
- "_origin": "ast",
- "community": 226,
- "community_name": "dependencies",
- "norm_label": "@prisma/client",
- "id": "backend_package_dependencies_prisma_client"
- },
- {
- "label": "@prisma/client",
- "file_type": "concept",
- "source_file": "backend/package.json",
- "source_location": "L31",
- "_origin": "ast",
- "community": 226,
- "community_name": "dependencies",
- "norm_label": "@prisma/client",
- "id": "prisma_client"
- },
- {
- "label": "swagger-ui-express",
- "file_type": "code",
- "source_file": "backend/package.json",
- "source_location": "L43",
- "_origin": "ast",
- "community": 227,
- "community_name": "dependencies",
- "norm_label": "swagger-ui-express",
- "id": "backend_package_dependencies_swagger_ui_express"
- },
- {
- "label": "swagger-ui-express",
- "file_type": "concept",
- "source_file": "backend/package.json",
- "source_location": "L43",
- "_origin": "ast",
- "community": 227,
- "community_name": "dependencies",
- "norm_label": "swagger-ui-express",
- "id": "swagger_ui_express"
- },
- {
- "label": "@nestjs/schematics",
- "file_type": "code",
- "source_file": "backend/package.json",
- "source_location": "L49",
- "_origin": "ast",
- "community": 228,
- "community_name": "devDependencies",
- "norm_label": "@nestjs/schematics",
- "id": "backend_package_devdependencies_nestjs_schematics"
- },
- {
- "label": "@nestjs/schematics",
- "file_type": "concept",
- "source_file": "backend/package.json",
- "source_location": "L49",
- "_origin": "ast",
- "community": 228,
- "community_name": "devDependencies",
- "norm_label": "@nestjs/schematics",
- "id": "nestjs_schematics"
- },
- {
- "label": "ts-jest",
- "file_type": "code",
- "source_file": "backend/package.json",
- "source_location": "L69",
- "_origin": "ast",
- "community": 229,
- "community_name": "devDependencies",
- "norm_label": "ts-jest",
- "id": "backend_package_devdependencies_ts_jest"
- },
- {
- "label": "ts-jest",
- "file_type": "concept",
- "source_file": "backend/package.json",
- "source_location": "L69",
- "_origin": "ast",
- "community": 229,
- "community_name": "devDependencies",
- "norm_label": "ts-jest",
- "id": "ts_jest"
- },
- {
- "label": "CMS.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/CMS.tsx",
+ "source_file": "docs/audit/generate_manifest.js",
"source_location": "L1",
"_origin": "ast",
- "community": 23,
- "community_name": "adminRoutes.tsx",
- "norm_label": "cms.tsx",
- "id": "frontend_admin_panel_src_pages_cms"
+ "community": 200,
+ "community_name": "Manifest Data Generation",
+ "norm_label": "generate_manifest.js",
+ "id": "docs_audit_generate_manifest"
},
{
- "label": "WholesaleApplications.tsx",
+ "label": "evidence",
"file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/WholesaleApplications.tsx",
- "source_location": "L1",
+ "source_file": "docs/audit/generate_manifest.js",
+ "source_location": "L3",
"_origin": "ast",
- "community": 23,
- "community_name": "adminRoutes.tsx",
- "norm_label": "wholesaleapplications.tsx",
- "id": "frontend_admin_panel_src_pages_wholesaleapplications"
+ "community": 200,
+ "community_name": "Manifest Data Generation",
+ "norm_label": "evidence",
+ "id": "docs_audit_generate_manifest_evidence"
},
{
- "label": "Layout.tsx",
+ "label": "manifestEntries",
"file_type": "code",
- "source_file": "frontend/admin-panel/src/components/Layout.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 23,
- "community_name": "src/services/api.ts",
- "norm_label": "layout.tsx",
- "id": "frontend_admin_panel_src_components_layout"
- },
- {
- "label": "ProtectedRoute.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/components/ProtectedRoute.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 23,
- "community_name": "src/services/api.ts",
- "norm_label": "protectedroute.tsx",
- "id": "frontend_admin_panel_src_components_protectedroute"
- },
- {
- "label": "adminAuthStore.ts",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/store/adminAuthStore.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 23,
- "community_name": "src/services/api.ts",
- "norm_label": "adminauthstore.ts",
- "id": "frontend_admin_panel_src_store_adminauthstore"
- },
- {
- "label": "useAdminAuthStore",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/store/adminAuthStore.ts",
+ "source_file": "docs/audit/generate_manifest.js",
"source_location": "L5",
"_origin": "ast",
- "community": 23,
- "community_name": "src/services/api.ts",
- "norm_label": "useadminauthstore",
- "id": "frontend_admin_panel_src_store_adminauthstore_useadminauthstore"
+ "community": 200,
+ "community_name": "Manifest Data Generation",
+ "norm_label": "manifestentries",
+ "id": "docs_audit_generate_manifest_manifestentries"
},
{
- "label": "Sidebar.tsx",
+ "label": "sync_honest_manifest.js",
"file_type": "code",
- "source_file": "frontend/admin-panel/src/components/Sidebar.tsx",
+ "source_file": "docs/audit/sync_honest_manifest.js",
"source_location": "L1",
"_origin": "ast",
- "community": 23,
- "norm_label": "sidebar.tsx",
- "id": "frontend_admin_panel_src_components_sidebar"
+ "community": 201,
+ "community_name": "Honest Manifest Synchronization",
+ "norm_label": "sync_honest_manifest.js",
+ "id": "docs_audit_sync_honest_manifest"
},
{
- "label": "Topbar.tsx",
+ "label": "ledger",
"file_type": "code",
- "source_file": "frontend/admin-panel/src/components/Topbar.tsx",
+ "source_file": "docs/audit/sync_honest_manifest.js",
+ "source_location": "L3",
+ "_origin": "ast",
+ "community": 201,
+ "community_name": "Honest Manifest Synchronization",
+ "norm_label": "ledger",
+ "id": "docs_audit_sync_honest_manifest_ledger"
+ },
+ {
+ "label": "manifest",
+ "file_type": "code",
+ "source_file": "docs/audit/sync_honest_manifest.js",
+ "source_location": "L5",
+ "_origin": "ast",
+ "community": 201,
+ "community_name": "Honest Manifest Synchronization",
+ "norm_label": "manifest",
+ "id": "docs_audit_sync_honest_manifest_manifest"
+ },
+ {
+ "label": "sync_manifest.js",
+ "file_type": "code",
+ "source_file": "docs/audit/sync_manifest.js",
"source_location": "L1",
"_origin": "ast",
- "community": 23,
- "norm_label": "topbar.tsx",
- "id": "frontend_admin_panel_src_components_topbar"
+ "community": 202,
+ "community_name": "Manifest Entry Synchronization",
+ "norm_label": "sync_manifest.js",
+ "id": "docs_audit_sync_manifest"
},
{
- "label": "SEARCHABLE_PAGES",
+ "label": "ledger",
"file_type": "code",
- "source_file": "frontend/admin-panel/src/components/Topbar.tsx",
- "source_location": "L12",
+ "source_file": "docs/audit/sync_manifest.js",
+ "source_location": "L3",
"_origin": "ast",
- "community": 23,
- "norm_label": "searchable_pages",
- "id": "frontend_admin_panel_src_components_topbar_searchable_pages"
+ "community": 202,
+ "community_name": "Manifest Entry Synchronization",
+ "norm_label": "ledger",
+ "id": "docs_audit_sync_manifest_ledger"
},
{
- "label": "Login.tsx",
+ "label": "manifestEntries",
"file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Login.tsx",
- "source_location": "L1",
+ "source_file": "docs/audit/sync_manifest.js",
+ "source_location": "L5",
"_origin": "ast",
- "community": 23,
- "norm_label": "login.tsx",
- "id": "frontend_admin_panel_src_pages_login"
+ "community": 202,
+ "community_name": "Manifest Entry Synchronization",
+ "norm_label": "manifestentries",
+ "id": "docs_audit_sync_manifest_manifestentries"
},
{
- "label": "CMS",
+ "label": "react-dom",
"file_type": "code",
- "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
- "source_location": "L23",
+ "source_file": "frontend/admin-panel/package.json",
+ "source_location": "L17",
"_origin": "ast",
- "community": 23,
- "norm_label": "cms",
- "id": "frontend_admin_panel_src_routes_adminroutes_cms"
+ "community": 203,
+ "community_name": "dependencies",
+ "norm_label": "react-dom",
+ "id": "frontend_admin_panel_package_dependencies_react_dom"
},
{
- "label": "WholesaleApplications",
+ "label": "react-dom",
"file_type": "code",
- "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
- "source_location": "L24",
+ "source_file": "frontend/application/package.json",
+ "source_location": "L17",
"_origin": "ast",
- "community": 23,
- "norm_label": "wholesaleapplications",
- "id": "frontend_admin_panel_src_routes_adminroutes_wholesaleapplications"
+ "community": 203,
+ "community_name": "dependencies",
+ "norm_label": "react-dom",
+ "id": "frontend_application_package_dependencies_react_dom"
},
{
- "label": "src/services/api.ts",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/services/api.ts",
- "source_location": "L1",
+ "label": "react-dom",
+ "file_type": "concept",
+ "source_file": "frontend/admin-panel/package.json",
+ "source_location": "L17",
"_origin": "ast",
- "community": 23,
- "norm_label": "src/services/api.ts",
- "id": "frontend_admin_panel_src_services_api"
+ "community": 203,
+ "community_name": "dependencies",
+ "norm_label": "react-dom",
+ "id": "frontend_admin_panel_package_json_react_dom"
},
{
- "label": "api",
+ "label": "zustand",
"file_type": "code",
- "source_file": "frontend/admin-panel/src/services/api.ts",
- "source_location": "L23",
+ "source_file": "frontend/admin-panel/package.json",
+ "source_location": "L22",
"_origin": "ast",
- "community": 23,
- "norm_label": "api",
- "id": "frontend_admin_panel_src_services_api_api"
+ "community": 204,
+ "community_name": "dependencies",
+ "norm_label": "zustand",
+ "id": "frontend_admin_panel_package_dependencies_zustand"
},
{
- "label": "failedQueue",
+ "label": "zustand",
"file_type": "code",
- "source_file": "frontend/admin-panel/src/services/api.ts",
+ "source_file": "frontend/application/package.json",
+ "source_location": "L19",
+ "_origin": "ast",
+ "community": 204,
+ "community_name": "dependencies",
+ "norm_label": "zustand",
+ "id": "frontend_application_package_dependencies_zustand"
+ },
+ {
+ "label": "zustand",
+ "file_type": "concept",
+ "source_file": "frontend/admin-panel/package.json",
+ "source_location": "L22",
+ "_origin": "ast",
+ "community": 204,
+ "community_name": "dependencies",
+ "norm_label": "zustand",
+ "id": "frontend_admin_panel_package_json_zustand"
+ },
+ {
+ "label": "tailwindcss",
+ "file_type": "code",
+ "source_file": "frontend/application/package.json",
"source_location": "L32",
"_origin": "ast",
- "community": 23,
- "norm_label": "failedqueue",
- "id": "frontend_admin_panel_src_services_api_failedqueue"
- },
- {
- "label": "ts-loader",
- "file_type": "code",
- "source_file": "backend/package.json",
- "source_location": "L70",
- "_origin": "ast",
- "community": 230,
- "community_name": "ts-loader",
- "norm_label": "ts-loader",
- "id": "backend_package_devdependencies_ts_loader"
- },
- {
- "label": "ts-loader",
- "file_type": "concept",
- "source_file": "backend/package.json",
- "source_location": "L70",
- "_origin": "ast",
- "community": 230,
- "community_name": "ts-loader",
- "norm_label": "ts-loader",
- "id": "ts_loader"
- },
- {
- "label": "tsconfig-paths",
- "file_type": "code",
- "source_file": "backend/package.json",
- "source_location": "L72",
- "_origin": "ast",
- "community": 231,
+ "community": 205,
"community_name": "devDependencies",
- "norm_label": "tsconfig-paths",
- "id": "backend_package_devdependencies_tsconfig_paths"
+ "norm_label": "tailwindcss",
+ "id": "frontend_application_package_devdependencies_tailwindcss"
},
{
- "label": "tsconfig-paths",
- "file_type": "concept",
- "source_file": "backend/package.json",
- "source_location": "L72",
+ "label": "tailwindcss",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/package.json",
+ "source_location": "L37",
"_origin": "ast",
- "community": 231,
+ "community": 205,
+ "community_name": "tailwindcss",
+ "norm_label": "tailwindcss",
+ "id": "frontend_admin_panel_package_devdependencies_tailwindcss"
+ },
+ {
+ "label": "tailwindcss",
+ "file_type": "concept",
+ "source_file": "frontend/admin-panel/package.json",
+ "source_location": "L37",
+ "_origin": "ast",
+ "community": 205,
+ "community_name": "tailwindcss",
+ "norm_label": "tailwindcss",
+ "id": "frontend_admin_panel_package_json_tailwindcss"
+ },
+ {
+ "label": "@types/react-dom",
+ "file_type": "code",
+ "source_file": "frontend/application/package.json",
+ "source_location": "L27",
+ "_origin": "ast",
+ "community": 206,
+ "community_name": "@types/react-dom",
+ "norm_label": "@types/react-dom",
+ "id": "frontend_application_package_devdependencies_types_react_dom"
+ },
+ {
+ "label": "@types/react-dom",
+ "file_type": "concept",
+ "source_file": "frontend/application/package.json",
+ "source_location": "L27",
+ "_origin": "ast",
+ "community": 206,
+ "community_name": "@types/react-dom",
+ "norm_label": "@types/react-dom",
+ "id": "frontend_application_package_json_types_react_dom"
+ },
+ {
+ "label": "@types/react-dom",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/package.json",
+ "source_location": "L29",
+ "_origin": "ast",
+ "community": 206,
"community_name": "devDependencies",
- "norm_label": "tsconfig-paths",
- "id": "tsconfig_paths"
+ "norm_label": "@types/react-dom",
+ "id": "frontend_admin_panel_package_devdependencies_types_react_dom"
},
{
- "label": "@types/bcrypt",
+ "label": "FormField.tsx",
"file_type": "code",
- "source_file": "backend/package.json",
- "source_location": "L51",
- "_origin": "ast",
- "community": 232,
- "community_name": "Bcrypt Type Definitions",
- "norm_label": "@types/bcrypt",
- "id": "backend_package_devdependencies_types_bcrypt"
- },
- {
- "label": "@types/bcrypt",
- "file_type": "concept",
- "source_file": "backend/package.json",
- "source_location": "L51",
- "_origin": "ast",
- "community": 232,
- "community_name": "Bcrypt Type Definitions",
- "norm_label": "@types/bcrypt",
- "id": "types_bcrypt"
- },
- {
- "label": "@types/supertest",
- "file_type": "code",
- "source_file": "backend/package.json",
- "source_location": "L59",
- "_origin": "ast",
- "community": 233,
- "community_name": "@types/supertest",
- "norm_label": "@types/supertest",
- "id": "backend_package_devdependencies_types_supertest"
- },
- {
- "label": "@types/supertest",
- "file_type": "concept",
- "source_file": "backend/package.json",
- "source_location": "L59",
- "_origin": "ast",
- "community": 233,
- "community_name": "@types/supertest",
- "norm_label": "@types/supertest",
- "id": "types_supertest"
- },
- {
- "label": "blog.entity.ts",
- "file_type": "code",
- "source_file": "backend/src/blogs/entities/blog.entity.ts",
+ "source_file": "frontend/admin-panel/src/components/ui/FormField.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 234,
- "community_name": "Blog Entity Model",
- "norm_label": "blog.entity.ts",
- "id": "backend_src_blogs_entities_blog_entity"
+ "community": 207,
+ "norm_label": "formfield.tsx",
+ "id": "frontend_admin_panel_src_components_ui_formfield"
},
{
- "label": "home.entity.ts",
+ "label": "Input.tsx",
"file_type": "code",
- "source_file": "backend/src/home/entities/home.entity.ts",
+ "source_file": "frontend/admin-panel/src/components/ui/Input.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 235,
- "community_name": "Home Entity Model",
- "norm_label": "home.entity.ts",
- "id": "backend_src_home_entities_home_entity"
+ "community": 208,
+ "norm_label": "input.tsx",
+ "id": "frontend_admin_panel_src_components_ui_input"
},
{
- "label": "wiki.entity.ts",
+ "label": "Input",
"file_type": "code",
- "source_file": "backend/src/wiki/entities/wiki.entity.ts",
+ "source_file": "frontend/admin-panel/src/components/ui/Input.tsx",
+ "source_location": "L9",
+ "_origin": "ast",
+ "community": 208,
+ "norm_label": "input",
+ "id": "frontend_admin_panel_src_components_ui_input_input"
+ },
+ {
+ "label": "Textarea.tsx",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/components/ui/Textarea.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 236,
- "community_name": "Wiki Entity Model",
- "norm_label": "wiki.entity.ts",
- "id": "backend_src_wiki_entities_wiki_entity"
+ "community": 209,
+ "norm_label": "textarea.tsx",
+ "id": "frontend_admin_panel_src_components_ui_textarea"
},
{
- "label": "CLAUDE.md",
+ "label": "Textarea",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/components/ui/Textarea.tsx",
+ "source_location": "L7",
+ "_origin": "ast",
+ "community": 209,
+ "norm_label": "textarea",
+ "id": "frontend_admin_panel_src_components_ui_textarea_textarea"
+ },
+ {
+ "label": "Spinner.tsx",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/components/ui/Spinner.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 21,
+ "community_name": "Spinner.tsx",
+ "norm_label": "spinner.tsx",
+ "id": "frontend_admin_panel_src_components_ui_spinner"
+ },
+ {
+ "label": "B2BManager.tsx",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/B2BManager.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 21,
+ "community_name": "admin.ts",
+ "norm_label": "b2bmanager.tsx",
+ "id": "frontend_admin_panel_src_pages_b2bmanager"
+ },
+ {
+ "label": "SmartAdvisorManager.tsx",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 21,
+ "community_name": "admin.ts",
+ "norm_label": "smartadvisormanager.tsx",
+ "id": "frontend_admin_panel_src_pages_smartadvisormanager"
+ },
+ {
+ "label": "SystemSettingsPage.tsx",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/SystemSettingsPage.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 21,
+ "community_name": "admin.ts",
+ "norm_label": "systemsettingspage.tsx",
+ "id": "frontend_admin_panel_src_pages_systemsettingspage"
+ },
+ {
+ "label": "BannersManager.tsx",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/BannersManager.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 21,
+ "norm_label": "bannersmanager.tsx",
+ "id": "frontend_admin_panel_src_pages_bannersmanager"
+ },
+ {
+ "label": "IngredientsManager.tsx",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 21,
+ "norm_label": "ingredientsmanager.tsx",
+ "id": "frontend_admin_panel_src_pages_ingredientsmanager"
+ },
+ {
+ "label": "SeoSettingsPage.tsx",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/SeoSettingsPage.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 21,
+ "norm_label": "seosettingspage.tsx",
+ "id": "frontend_admin_panel_src_pages_seosettingspage"
+ },
+ {
+ "label": "B2BManager",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
+ "source_location": "L32",
+ "_origin": "ast",
+ "community": 21,
+ "norm_label": "b2bmanager",
+ "id": "frontend_admin_panel_src_routes_adminroutes_b2bmanager"
+ },
+ {
+ "label": "BannersManager",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
+ "source_location": "L27",
+ "_origin": "ast",
+ "community": 21,
+ "norm_label": "bannersmanager",
+ "id": "frontend_admin_panel_src_routes_adminroutes_bannersmanager"
+ },
+ {
+ "label": "IngredientsManager",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
+ "source_location": "L30",
+ "_origin": "ast",
+ "community": 21,
+ "norm_label": "ingredientsmanager",
+ "id": "frontend_admin_panel_src_routes_adminroutes_ingredientsmanager"
+ },
+ {
+ "label": "SeoSettingsPage",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
+ "source_location": "L33",
+ "_origin": "ast",
+ "community": 21,
+ "norm_label": "seosettingspage",
+ "id": "frontend_admin_panel_src_routes_adminroutes_seosettingspage"
+ },
+ {
+ "label": "SmartAdvisorManager",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
+ "source_location": "L28",
+ "_origin": "ast",
+ "community": 21,
+ "norm_label": "smartadvisormanager",
+ "id": "frontend_admin_panel_src_routes_adminroutes_smartadvisormanager"
+ },
+ {
+ "label": "SystemSettingsPage",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
+ "source_location": "L35",
+ "_origin": "ast",
+ "community": 21,
+ "norm_label": "systemsettingspage",
+ "id": "frontend_admin_panel_src_routes_adminroutes_systemsettingspage"
+ },
+ {
+ "label": "admin.ts",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/types/admin.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 21,
+ "norm_label": "admin.ts",
+ "id": "frontend_admin_panel_src_types_admin"
+ },
+ {
+ "label": "admin-panel/tsconfig.json",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/tsconfig.json",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 210,
+ "community_name": "Admin Panel TSConfig",
+ "norm_label": "admin-panel/tsconfig.json",
+ "id": "frontend_admin_panel_tsconfig"
+ },
+ {
+ "label": "files",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/tsconfig.json",
+ "source_location": "L2",
+ "_origin": "ast",
+ "community": 210,
+ "community_name": "Admin Panel TSConfig",
+ "norm_label": "files",
+ "id": "frontend_admin_panel_tsconfig_files"
+ },
+ {
+ "label": "references",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/tsconfig.json",
+ "source_location": "L3",
+ "_origin": "ast",
+ "community": 210,
+ "community_name": "Admin Panel TSConfig",
+ "norm_label": "references",
+ "id": "frontend_admin_panel_tsconfig_references"
+ },
+ {
+ "label": "about/page.tsx",
+ "file_type": "code",
+ "source_file": "frontend/application/app/about/page.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 211,
+ "norm_label": "about/page.tsx",
+ "id": "frontend_application_app_about_page"
+ },
+ {
+ "label": "metadata",
+ "file_type": "code",
+ "source_file": "frontend/application/app/about/page.tsx",
+ "source_location": "L4",
+ "_origin": "ast",
+ "community": 211,
+ "norm_label": "metadata",
+ "id": "frontend_application_app_about_page_metadata"
+ },
+ {
+ "label": "privacy/page.tsx",
+ "file_type": "code",
+ "source_file": "frontend/application/app/privacy/page.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 212,
+ "norm_label": "privacy/page.tsx",
+ "id": "frontend_application_app_privacy_page"
+ },
+ {
+ "label": "metadata",
+ "file_type": "code",
+ "source_file": "frontend/application/app/privacy/page.tsx",
+ "source_location": "L4",
+ "_origin": "ast",
+ "community": 212,
+ "norm_label": "metadata",
+ "id": "frontend_application_app_privacy_page_metadata"
+ },
+ {
+ "label": "next.config.ts",
+ "file_type": "code",
+ "source_file": "frontend/application/next.config.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 213,
+ "community_name": "Next.js Security Configuration",
+ "norm_label": "next.config.ts",
+ "id": "frontend_application_next_config"
+ },
+ {
+ "label": "nextConfig",
+ "file_type": "code",
+ "source_file": "frontend/application/next.config.ts",
+ "source_location": "L12",
+ "_origin": "ast",
+ "community": 213,
+ "community_name": "Next.js Security Configuration",
+ "norm_label": "nextconfig",
+ "id": "frontend_application_next_config_nextconfig"
+ },
+ {
+ "label": "securityHeaders",
+ "file_type": "code",
+ "source_file": "frontend/application/next.config.ts",
+ "source_location": "L3",
+ "_origin": "ast",
+ "community": 213,
+ "community_name": "Next.js Security Configuration",
+ "norm_label": "securityheaders",
+ "id": "frontend_application_next_config_securityheaders"
+ },
+ {
+ "label": "AGENTS.md",
"file_type": "document",
- "source_file": "CLAUDE.md",
+ "source_file": "AGENTS.md",
"source_location": "L1",
"_origin": "ast",
- "community": 238,
- "community_name": "CLAUDE.md",
- "norm_label": "claude.md",
- "id": "claude"
+ "community": 215,
+ "community_name": "AGENTS.md",
+ "norm_label": "agents.md",
+ "id": "agents"
},
{
"label": "graphify",
"file_type": "document",
- "source_file": "CLAUDE.md",
+ "source_file": "AGENTS.md",
"source_location": "L1",
"_origin": "ast",
- "community": 238,
- "community_name": "CLAUDE.md",
+ "community": 215,
+ "community_name": "AGENTS.md",
"norm_label": "graphify",
- "id": "claude_graphify"
+ "id": "agents_graphify"
},
{
- "label": ".claude/CLAUDE.md",
+ "label": "rules/graphify.md",
"file_type": "document",
- "source_file": ".claude/CLAUDE.md",
+ "source_file": ".agents/rules/graphify.md",
"source_location": "L1",
"_origin": "ast",
- "community": 239,
- "community_name": ".claude/CLAUDE.md",
- "norm_label": ".claude/claude.md",
- "id": "claude_claude"
+ "community": 216,
+ "community_name": "rules/graphify.md",
+ "norm_label": "rules/graphify.md",
+ "id": "agents_rules_graphify"
},
{
"label": "graphify",
"file_type": "document",
- "source_file": ".claude/CLAUDE.md",
+ "source_file": ".agents/rules/graphify.md",
+ "source_location": "L6",
+ "_origin": "ast",
+ "community": 216,
+ "community_name": "rules/graphify.md",
+ "norm_label": "graphify",
+ "id": "agents_rules_graphify_graphify"
+ },
+ {
+ "label": ".agents/workflows/graphify.md",
+ "file_type": "document",
+ "source_file": ".agents/workflows/graphify.md",
"source_location": "L1",
"_origin": "ast",
- "community": 239,
- "community_name": ".claude/CLAUDE.md",
+ "community": 217,
+ "community_name": ".agents/workflows/graphify.md",
+ "norm_label": ".agents/workflows/graphify.md",
+ "id": "agents_workflows_graphify"
+ },
+ {
+ "label": "Workflow: graphify",
+ "file_type": "document",
+ "source_file": ".agents/workflows/graphify.md",
+ "source_location": "L6",
+ "_origin": "ast",
+ "community": 217,
+ "community_name": ".agents/workflows/graphify.md",
+ "norm_label": "workflow: graphify",
+ "id": "agents_workflows_graphify_workflow_graphify"
+ },
+ {
+ "label": "instructions.md",
+ "file_type": "document",
+ "source_file": ".antigravity/instructions.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 218,
+ "community_name": "instructions.md",
+ "norm_label": "instructions.md",
+ "id": "antigravity_instructions"
+ },
+ {
+ "label": "graphify",
+ "file_type": "document",
+ "source_file": ".antigravity/instructions.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 218,
+ "community_name": "instructions.md",
"norm_label": "graphify",
- "id": "claude_claude_graphify"
+ "id": "antigravity_instructions_graphify"
+ },
+ {
+ "label": "bcryptjs",
+ "file_type": "code",
+ "source_file": "backend/package.json",
+ "source_location": "L33",
+ "_origin": "ast",
+ "community": 219,
+ "community_name": "dependencies",
+ "norm_label": "bcryptjs",
+ "id": "backend_package_dependencies_bcryptjs"
+ },
+ {
+ "label": "bcryptjs",
+ "file_type": "concept",
+ "source_file": "backend/package.json",
+ "source_location": "L33",
+ "_origin": "ast",
+ "community": 219,
+ "community_name": "dependencies",
+ "norm_label": "bcryptjs",
+ "id": "bcryptjs"
},
{
"label": "auth.service.spec.ts",
@@ -23538,7 +23041,7 @@
"source_file": "backend/src/auth/auth.service.spec.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 24,
+ "community": 22,
"community_name": "PrismaService",
"norm_label": "auth.service.spec.ts",
"id": "backend_src_auth_auth_service_spec"
@@ -23549,7 +23052,7 @@
"source_file": "backend/src/admin/admin.service.spec.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 24,
+ "community": 22,
"community_name": "RedisService",
"norm_label": "admin.service.spec.ts",
"id": "backend_src_admin_admin_service_spec"
@@ -23560,7 +23063,7 @@
"source_file": "backend/src/redis/redis.module.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 24,
+ "community": 22,
"community_name": "RedisService",
"norm_label": "redis.module.ts",
"id": "backend_src_redis_redis_module"
@@ -23571,7 +23074,7 @@
"source_file": "backend/src/redis/redis.service.spec.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 24,
+ "community": 22,
"community_name": "RedisService",
"norm_label": "redis.service.spec.ts",
"id": "backend_src_redis_redis_service_spec"
@@ -23582,7 +23085,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 24,
+ "community": 22,
"community_name": "RedisService",
"norm_label": "injectable",
"id": "backend_src_redis_redis_service_ts_injectable"
@@ -23593,7 +23096,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 24,
+ "community": 22,
"community_name": "auth.service.ts",
"norm_label": "injectable",
"id": "backend_src_auth_auth_service_ts_injectable"
@@ -23604,7 +23107,7 @@
"source_file": "backend/src/auth/auth.service.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 24,
+ "community": 22,
"norm_label": "auth.service.ts",
"id": "backend_src_auth_auth_service"
},
@@ -23614,7 +23117,7 @@
"source_file": "backend/src/common/utils/phone.utils.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 24,
+ "community": 22,
"norm_label": "phone.utils.ts",
"id": "backend_src_common_utils_phone_utils"
},
@@ -23624,17 +23127,985 @@
"source_file": "backend/src/redis/redis.service.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 24,
+ "community": 22,
"norm_label": "redis.service.ts",
"id": "backend_src_redis_redis_service"
},
+ {
+ "label": "helmet",
+ "file_type": "code",
+ "source_file": "backend/package.json",
+ "source_location": "L36",
+ "_origin": "ast",
+ "community": 220,
+ "community_name": "dependencies",
+ "norm_label": "helmet",
+ "id": "backend_package_dependencies_helmet"
+ },
+ {
+ "label": "helmet",
+ "file_type": "concept",
+ "source_file": "backend/package.json",
+ "source_location": "L36",
+ "_origin": "ast",
+ "community": 220,
+ "community_name": "dependencies",
+ "norm_label": "helmet",
+ "id": "helmet"
+ },
+ {
+ "label": "js-yaml",
+ "file_type": "code",
+ "source_file": "backend/package.json",
+ "source_location": "L38",
+ "_origin": "ast",
+ "community": 221,
+ "community_name": "dependencies",
+ "norm_label": "js-yaml",
+ "id": "backend_package_dependencies_js_yaml"
+ },
+ {
+ "label": "js-yaml",
+ "file_type": "concept",
+ "source_file": "backend/package.json",
+ "source_location": "L38",
+ "_origin": "ast",
+ "community": 221,
+ "community_name": "dependencies",
+ "norm_label": "js-yaml",
+ "id": "js_yaml"
+ },
+ {
+ "label": "@nestjs/core",
+ "file_type": "code",
+ "source_file": "backend/package.json",
+ "source_location": "L25",
+ "_origin": "ast",
+ "community": 222,
+ "community_name": "dependencies",
+ "norm_label": "@nestjs/core",
+ "id": "backend_package_dependencies_nestjs_core"
+ },
+ {
+ "label": "@nestjs/core",
+ "file_type": "concept",
+ "source_file": "backend/package.json",
+ "source_location": "L25",
+ "_origin": "ast",
+ "community": 222,
+ "community_name": "dependencies",
+ "norm_label": "@nestjs/core",
+ "id": "nestjs_core"
+ },
+ {
+ "label": "@nestjs/jwt",
+ "file_type": "code",
+ "source_file": "backend/package.json",
+ "source_location": "L26",
+ "_origin": "ast",
+ "community": 223,
+ "community_name": "dependencies",
+ "norm_label": "@nestjs/jwt",
+ "id": "backend_package_dependencies_nestjs_jwt"
+ },
+ {
+ "label": "@nestjs/jwt",
+ "file_type": "concept",
+ "source_file": "backend/package.json",
+ "source_location": "L26",
+ "_origin": "ast",
+ "community": 223,
+ "community_name": "dependencies",
+ "norm_label": "@nestjs/jwt",
+ "id": "nestjs_jwt"
+ },
+ {
+ "label": "@nestjs/swagger",
+ "file_type": "code",
+ "source_file": "backend/package.json",
+ "source_location": "L29",
+ "_origin": "ast",
+ "community": 224,
+ "community_name": "dependencies",
+ "norm_label": "@nestjs/swagger",
+ "id": "backend_package_dependencies_nestjs_swagger"
+ },
+ {
+ "label": "@nestjs/swagger",
+ "file_type": "concept",
+ "source_file": "backend/package.json",
+ "source_location": "L29",
+ "_origin": "ast",
+ "community": 224,
+ "community_name": "dependencies",
+ "norm_label": "@nestjs/swagger",
+ "id": "nestjs_swagger"
+ },
+ {
+ "label": "@nestjs/throttler",
+ "file_type": "code",
+ "source_file": "backend/package.json",
+ "source_location": "L30",
+ "_origin": "ast",
+ "community": 225,
+ "community_name": "dependencies",
+ "norm_label": "@nestjs/throttler",
+ "id": "backend_package_dependencies_nestjs_throttler"
+ },
+ {
+ "label": "@nestjs/throttler",
+ "file_type": "concept",
+ "source_file": "backend/package.json",
+ "source_location": "L30",
+ "_origin": "ast",
+ "community": 225,
+ "community_name": "dependencies",
+ "norm_label": "@nestjs/throttler",
+ "id": "nestjs_throttler"
+ },
+ {
+ "label": "passport-jwt",
+ "file_type": "code",
+ "source_file": "backend/package.json",
+ "source_location": "L40",
+ "_origin": "ast",
+ "community": 226,
+ "community_name": "dependencies",
+ "norm_label": "passport-jwt",
+ "id": "backend_package_dependencies_passport_jwt"
+ },
+ {
+ "label": "passport-jwt",
+ "file_type": "concept",
+ "source_file": "backend/package.json",
+ "source_location": "L40",
+ "_origin": "ast",
+ "community": 226,
+ "community_name": "dependencies",
+ "norm_label": "passport-jwt",
+ "id": "passport_jwt"
+ },
+ {
+ "label": "@prisma/client",
+ "file_type": "code",
+ "source_file": "backend/package.json",
+ "source_location": "L31",
+ "_origin": "ast",
+ "community": 227,
+ "community_name": "dependencies",
+ "norm_label": "@prisma/client",
+ "id": "backend_package_dependencies_prisma_client"
+ },
+ {
+ "label": "@prisma/client",
+ "file_type": "concept",
+ "source_file": "backend/package.json",
+ "source_location": "L31",
+ "_origin": "ast",
+ "community": 227,
+ "community_name": "dependencies",
+ "norm_label": "@prisma/client",
+ "id": "prisma_client"
+ },
+ {
+ "label": "swagger-ui-express",
+ "file_type": "code",
+ "source_file": "backend/package.json",
+ "source_location": "L43",
+ "_origin": "ast",
+ "community": 228,
+ "community_name": "dependencies",
+ "norm_label": "swagger-ui-express",
+ "id": "backend_package_dependencies_swagger_ui_express"
+ },
+ {
+ "label": "swagger-ui-express",
+ "file_type": "concept",
+ "source_file": "backend/package.json",
+ "source_location": "L43",
+ "_origin": "ast",
+ "community": 228,
+ "community_name": "dependencies",
+ "norm_label": "swagger-ui-express",
+ "id": "swagger_ui_express"
+ },
+ {
+ "label": "@nestjs/schematics",
+ "file_type": "code",
+ "source_file": "backend/package.json",
+ "source_location": "L49",
+ "_origin": "ast",
+ "community": 229,
+ "community_name": "devDependencies",
+ "norm_label": "@nestjs/schematics",
+ "id": "backend_package_devdependencies_nestjs_schematics"
+ },
+ {
+ "label": "@nestjs/schematics",
+ "file_type": "concept",
+ "source_file": "backend/package.json",
+ "source_location": "L49",
+ "_origin": "ast",
+ "community": 229,
+ "community_name": "devDependencies",
+ "norm_label": "@nestjs/schematics",
+ "id": "nestjs_schematics"
+ },
+ {
+ "label": "wholesale-apply.dto.ts",
+ "file_type": "code",
+ "source_file": "backend/src/wholesale/dto/wholesale-apply.dto.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 23,
+ "community_name": "PrismaService",
+ "norm_label": "wholesale-apply.dto.ts",
+ "id": "backend_src_wholesale_dto_wholesale_apply_dto"
+ },
+ {
+ "label": "wholesale.service.ts",
+ "file_type": "code",
+ "source_file": "backend/src/wholesale/wholesale.service.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 23,
+ "community_name": "PrismaService",
+ "norm_label": "wholesale.service.ts",
+ "id": "backend_src_wholesale_wholesale_service"
+ },
+ {
+ "label": "ApiProperty",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 23,
+ "community_name": "WholesaleApplyDto",
+ "norm_label": "apiproperty",
+ "id": "backend_src_wholesale_dto_wholesale_apply_dto_ts_apiproperty"
+ },
+ {
+ "label": "ApiPropertyOptional",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 23,
+ "community_name": "WholesaleApplyDto",
+ "norm_label": "apipropertyoptional",
+ "id": "backend_src_wholesale_dto_wholesale_apply_dto_ts_apipropertyoptional"
+ },
+ {
+ "label": "IsNotEmpty",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 23,
+ "community_name": "WholesaleApplyDto",
+ "norm_label": "isnotempty",
+ "id": "backend_src_wholesale_dto_wholesale_apply_dto_ts_isnotempty"
+ },
+ {
+ "label": "IsOptional",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 23,
+ "community_name": "WholesaleApplyDto",
+ "norm_label": "isoptional",
+ "id": "backend_src_wholesale_dto_wholesale_apply_dto_ts_isoptional"
+ },
+ {
+ "label": "IsString",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 23,
+ "community_name": "WholesaleApplyDto",
+ "norm_label": "isstring",
+ "id": "backend_src_wholesale_dto_wholesale_apply_dto_ts_isstring"
+ },
+ {
+ "label": "ApiBearerAuth",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 23,
+ "community_name": "WholesaleApplyDto",
+ "norm_label": "apibearerauth",
+ "id": "backend_src_wholesale_wholesale_controller_ts_apibearerauth"
+ },
+ {
+ "label": "ApiOperation",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 23,
+ "community_name": "WholesaleApplyDto",
+ "norm_label": "apioperation",
+ "id": "backend_src_wholesale_wholesale_controller_ts_apioperation"
+ },
+ {
+ "label": "ApiTags",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 23,
+ "community_name": "WholesaleApplyDto",
+ "norm_label": "apitags",
+ "id": "backend_src_wholesale_wholesale_controller_ts_apitags"
+ },
+ {
+ "label": "Body",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 23,
+ "community_name": "WholesaleApplyDto",
+ "norm_label": "body",
+ "id": "backend_src_wholesale_wholesale_controller_ts_body"
+ },
+ {
+ "label": "Controller",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 23,
+ "community_name": "WholesaleApplyDto",
+ "norm_label": "controller",
+ "id": "backend_src_wholesale_wholesale_controller_ts_controller"
+ },
+ {
+ "label": "Get",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 23,
+ "community_name": "WholesaleApplyDto",
+ "norm_label": "get",
+ "id": "backend_src_wholesale_wholesale_controller_ts_get"
+ },
+ {
+ "label": "Param",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 23,
+ "community_name": "WholesaleApplyDto",
+ "norm_label": "param",
+ "id": "backend_src_wholesale_wholesale_controller_ts_param"
+ },
+ {
+ "label": "Post",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 23,
+ "community_name": "WholesaleApplyDto",
+ "norm_label": "post",
+ "id": "backend_src_wholesale_wholesale_controller_ts_post"
+ },
+ {
+ "label": "Put",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 23,
+ "community_name": "WholesaleApplyDto",
+ "norm_label": "put",
+ "id": "backend_src_wholesale_wholesale_controller_ts_put"
+ },
+ {
+ "label": "Request",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 23,
+ "community_name": "WholesaleApplyDto",
+ "norm_label": "request",
+ "id": "backend_src_wholesale_wholesale_controller_ts_request"
+ },
+ {
+ "label": "UseGuards",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 23,
+ "community_name": "WholesaleApplyDto",
+ "norm_label": "useguards",
+ "id": "backend_src_wholesale_wholesale_controller_ts_useguards"
+ },
+ {
+ "label": "Injectable",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 23,
+ "community_name": "WholesaleApplyDto",
+ "norm_label": "injectable",
+ "id": "backend_src_wholesale_wholesale_service_ts_injectable"
+ },
+ {
+ "label": "ts-jest",
+ "file_type": "code",
+ "source_file": "backend/package.json",
+ "source_location": "L69",
+ "_origin": "ast",
+ "community": 230,
+ "community_name": "devDependencies",
+ "norm_label": "ts-jest",
+ "id": "backend_package_devdependencies_ts_jest"
+ },
+ {
+ "label": "ts-jest",
+ "file_type": "concept",
+ "source_file": "backend/package.json",
+ "source_location": "L69",
+ "_origin": "ast",
+ "community": 230,
+ "community_name": "devDependencies",
+ "norm_label": "ts-jest",
+ "id": "ts_jest"
+ },
+ {
+ "label": "ts-loader",
+ "file_type": "code",
+ "source_file": "backend/package.json",
+ "source_location": "L70",
+ "_origin": "ast",
+ "community": 231,
+ "community_name": "ts-loader",
+ "norm_label": "ts-loader",
+ "id": "backend_package_devdependencies_ts_loader"
+ },
+ {
+ "label": "ts-loader",
+ "file_type": "concept",
+ "source_file": "backend/package.json",
+ "source_location": "L70",
+ "_origin": "ast",
+ "community": 231,
+ "community_name": "ts-loader",
+ "norm_label": "ts-loader",
+ "id": "ts_loader"
+ },
+ {
+ "label": "tsconfig-paths",
+ "file_type": "code",
+ "source_file": "backend/package.json",
+ "source_location": "L72",
+ "_origin": "ast",
+ "community": 232,
+ "community_name": "devDependencies",
+ "norm_label": "tsconfig-paths",
+ "id": "backend_package_devdependencies_tsconfig_paths"
+ },
+ {
+ "label": "tsconfig-paths",
+ "file_type": "concept",
+ "source_file": "backend/package.json",
+ "source_location": "L72",
+ "_origin": "ast",
+ "community": 232,
+ "community_name": "devDependencies",
+ "norm_label": "tsconfig-paths",
+ "id": "tsconfig_paths"
+ },
+ {
+ "label": "@types/bcrypt",
+ "file_type": "code",
+ "source_file": "backend/package.json",
+ "source_location": "L51",
+ "_origin": "ast",
+ "community": 233,
+ "community_name": "Bcrypt Type Definitions",
+ "norm_label": "@types/bcrypt",
+ "id": "backend_package_devdependencies_types_bcrypt"
+ },
+ {
+ "label": "@types/bcrypt",
+ "file_type": "concept",
+ "source_file": "backend/package.json",
+ "source_location": "L51",
+ "_origin": "ast",
+ "community": 233,
+ "community_name": "Bcrypt Type Definitions",
+ "norm_label": "@types/bcrypt",
+ "id": "types_bcrypt"
+ },
+ {
+ "label": "@types/supertest",
+ "file_type": "code",
+ "source_file": "backend/package.json",
+ "source_location": "L59",
+ "_origin": "ast",
+ "community": 234,
+ "community_name": "@types/supertest",
+ "norm_label": "@types/supertest",
+ "id": "backend_package_devdependencies_types_supertest"
+ },
+ {
+ "label": "@types/supertest",
+ "file_type": "concept",
+ "source_file": "backend/package.json",
+ "source_location": "L59",
+ "_origin": "ast",
+ "community": 234,
+ "community_name": "@types/supertest",
+ "norm_label": "@types/supertest",
+ "id": "types_supertest"
+ },
+ {
+ "label": "blog.entity.ts",
+ "file_type": "code",
+ "source_file": "backend/src/blogs/entities/blog.entity.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 235,
+ "community_name": "Blog Entity Model",
+ "norm_label": "blog.entity.ts",
+ "id": "backend_src_blogs_entities_blog_entity"
+ },
+ {
+ "label": "home.entity.ts",
+ "file_type": "code",
+ "source_file": "backend/src/home/entities/home.entity.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 236,
+ "community_name": "Home Entity Model",
+ "norm_label": "home.entity.ts",
+ "id": "backend_src_home_entities_home_entity"
+ },
+ {
+ "label": "wiki.entity.ts",
+ "file_type": "code",
+ "source_file": "backend/src/wiki/entities/wiki.entity.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 237,
+ "community_name": "Wiki Entity Model",
+ "norm_label": "wiki.entity.ts",
+ "id": "backend_src_wiki_entities_wiki_entity"
+ },
+ {
+ "label": "CLAUDE.md",
+ "file_type": "document",
+ "source_file": "CLAUDE.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 239,
+ "community_name": "CLAUDE.md",
+ "norm_label": "claude.md",
+ "id": "claude"
+ },
+ {
+ "label": "graphify",
+ "file_type": "document",
+ "source_file": "CLAUDE.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 239,
+ "community_name": "CLAUDE.md",
+ "norm_label": "graphify",
+ "id": "claude_graphify"
+ },
+ {
+ "label": "06-storefront-audit.md",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 24,
+ "community_name": "FE-001",
+ "norm_label": "06-storefront-audit.md",
+ "id": "docs_audit_06_storefront_audit"
+ },
+ {
+ "label": "Acceptance Criteria",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L96",
+ "_origin": "ast",
+ "community": 24,
+ "community_name": "FE-001",
+ "norm_label": "acceptance criteria",
+ "id": "docs_audit_06_storefront_audit_acceptance_criteria"
+ },
+ {
+ "label": "Affected Application",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L44",
+ "_origin": "ast",
+ "community": 24,
+ "community_name": "FE-001",
+ "norm_label": "affected application",
+ "id": "docs_audit_06_storefront_audit_affected_application"
+ },
+ {
+ "label": "Affected Files",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L47",
+ "_origin": "ast",
+ "community": 24,
+ "community_name": "FE-001",
+ "norm_label": "affected files",
+ "id": "docs_audit_06_storefront_audit_affected_files"
+ },
+ {
+ "label": "Alternative Direction",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L78",
+ "_origin": "ast",
+ "community": 24,
+ "community_name": "FE-001",
+ "norm_label": "alternative direction",
+ "id": "docs_audit_06_storefront_audit_alternative_direction"
+ },
+ {
+ "label": "Architecture Overview & Confirmed Strengths",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L15",
+ "_origin": "ast",
+ "community": 24,
+ "community_name": "FE-001",
+ "norm_label": "architecture overview & confirmed strengths",
+ "id": "docs_audit_06_storefront_audit_architecture_overview_confirmed_strengths"
+ },
+ {
+ "label": "Category",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L32",
+ "_origin": "ast",
+ "community": 24,
+ "community_name": "FE-001",
+ "norm_label": "category",
+ "id": "docs_audit_06_storefront_audit_category"
+ },
+ {
+ "label": "Completion Statement",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L116",
+ "_origin": "ast",
+ "community": 24,
+ "community_name": "FE-001",
+ "norm_label": "completion statement",
+ "id": "docs_audit_06_storefront_audit_completion_statement"
+ },
+ {
+ "label": "Confidence",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L38",
+ "_origin": "ast",
+ "community": 24,
+ "community_name": "FE-001",
+ "norm_label": "confidence",
+ "id": "docs_audit_06_storefront_audit_confidence"
+ },
+ {
+ "label": "Dependencies",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L84",
+ "_origin": "ast",
+ "community": 24,
+ "community_name": "FE-001",
+ "norm_label": "dependencies",
+ "id": "docs_audit_06_storefront_audit_dependencies"
+ },
+ {
+ "label": "Domain",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L29",
+ "_origin": "ast",
+ "community": 24,
+ "community_name": "FE-001",
+ "norm_label": "domain",
+ "id": "docs_audit_06_storefront_audit_domain"
+ },
+ {
+ "label": "Evidence",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L54",
+ "_origin": "ast",
+ "community": 24,
+ "community_name": "FE-001",
+ "norm_label": "evidence",
+ "id": "docs_audit_06_storefront_audit_evidence"
+ },
+ {
+ "label": "FE-001",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L24",
+ "_origin": "ast",
+ "community": 24,
+ "community_name": "FE-001",
+ "norm_label": "fe-001",
+ "id": "docs_audit_06_storefront_audit_fe_001"
+ },
+ {
+ "label": "Finding Summary",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L104",
+ "_origin": "ast",
+ "community": 24,
+ "community_name": "FE-001",
+ "norm_label": "finding summary",
+ "id": "docs_audit_06_storefront_audit_finding_summary"
+ },
+ {
+ "label": "Findings",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L22",
+ "_origin": "ast",
+ "community": 24,
+ "community_name": "FE-001",
+ "norm_label": "findings",
+ "id": "docs_audit_06_storefront_audit_findings"
+ },
+ {
+ "label": "Implementation Complexity",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L81",
+ "_origin": "ast",
+ "community": 24,
+ "community_name": "FE-001",
+ "norm_label": "implementation complexity",
+ "id": "docs_audit_06_storefront_audit_implementation_complexity"
+ },
+ {
+ "label": "Notes and Limitations",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L99",
+ "_origin": "ast",
+ "community": 24,
+ "community_name": "FE-001",
+ "norm_label": "notes and limitations",
+ "id": "docs_audit_06_storefront_audit_notes_and_limitations"
+ },
+ {
+ "label": "Problem",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L57",
+ "_origin": "ast",
+ "community": 24,
+ "community_name": "FE-001",
+ "norm_label": "problem",
+ "id": "docs_audit_06_storefront_audit_problem"
+ },
+ {
+ "label": "React / Vite Storefront Audit Report",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 24,
+ "community_name": "FE-001",
+ "norm_label": "react / vite storefront audit report",
+ "id": "docs_audit_06_storefront_audit_react_vite_storefront_audit_report"
+ },
+ {
+ "label": "Recommended Direction",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L75",
+ "_origin": "ast",
+ "community": 24,
+ "community_name": "FE-001",
+ "norm_label": "recommended direction",
+ "id": "docs_audit_06_storefront_audit_recommended_direction"
+ },
+ {
+ "label": "Relevant Symbols or Lines",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L51",
+ "_origin": "ast",
+ "community": 24,
+ "community_name": "FE-001",
+ "norm_label": "relevant symbols or lines",
+ "id": "docs_audit_06_storefront_audit_relevant_symbols_or_lines"
+ },
+ {
+ "label": "Risks",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L87",
+ "_origin": "ast",
+ "community": 24,
+ "community_name": "FE-001",
+ "norm_label": "risks",
+ "id": "docs_audit_06_storefront_audit_risks"
+ },
+ {
+ "label": "Root Cause",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L60",
+ "_origin": "ast",
+ "community": 24,
+ "community_name": "FE-001",
+ "norm_label": "root cause",
+ "id": "docs_audit_06_storefront_audit_root_cause"
+ },
+ {
+ "label": "Security or Data-Integrity Impact",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L72",
+ "_origin": "ast",
+ "community": 24,
+ "community_name": "FE-001",
+ "norm_label": "security or data-integrity impact",
+ "id": "docs_audit_06_storefront_audit_security_or_data_integrity_impact"
+ },
+ {
+ "label": "Severity",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L35",
+ "_origin": "ast",
+ "community": 24,
+ "community_name": "FE-001",
+ "norm_label": "severity",
+ "id": "docs_audit_06_storefront_audit_severity"
+ },
+ {
+ "label": "Status",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L41",
+ "_origin": "ast",
+ "community": 24,
+ "community_name": "FE-001",
+ "norm_label": "status",
+ "id": "docs_audit_06_storefront_audit_status"
+ },
+ {
+ "label": "Technical Impact",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L69",
+ "_origin": "ast",
+ "community": 24,
+ "community_name": "FE-001",
+ "norm_label": "technical impact",
+ "id": "docs_audit_06_storefront_audit_technical_impact"
+ },
+ {
+ "label": "Testing Requirements",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L93",
+ "_origin": "ast",
+ "community": 24,
+ "community_name": "FE-001",
+ "norm_label": "testing requirements",
+ "id": "docs_audit_06_storefront_audit_testing_requirements"
+ },
+ {
+ "label": "Title",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L26",
+ "_origin": "ast",
+ "community": 24,
+ "community_name": "FE-001",
+ "norm_label": "title",
+ "id": "docs_audit_06_storefront_audit_title"
+ },
+ {
+ "label": "User or Business Impact",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L66",
+ "_origin": "ast",
+ "community": 24,
+ "community_name": "FE-001",
+ "norm_label": "user or business impact",
+ "id": "docs_audit_06_storefront_audit_user_or_business_impact"
+ },
+ {
+ "label": "Verification Requirements",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L90",
+ "_origin": "ast",
+ "community": 24,
+ "community_name": "FE-001",
+ "norm_label": "verification requirements",
+ "id": "docs_audit_06_storefront_audit_verification_requirements"
+ },
+ {
+ "label": "Why It Matters",
+ "file_type": "document",
+ "source_file": "docs/audit/06-storefront-audit.md",
+ "source_location": "L63",
+ "_origin": "ast",
+ "community": 24,
+ "community_name": "FE-001",
+ "norm_label": "why it matters",
+ "id": "docs_audit_06_storefront_audit_why_it_matters"
+ },
+ {
+ "label": ".claude/CLAUDE.md",
+ "file_type": "document",
+ "source_file": ".claude/CLAUDE.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 240,
+ "community_name": ".claude/CLAUDE.md",
+ "norm_label": ".claude/claude.md",
+ "id": "claude_claude"
+ },
+ {
+ "label": "graphify",
+ "file_type": "document",
+ "source_file": ".claude/CLAUDE.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 240,
+ "community_name": ".claude/CLAUDE.md",
+ "norm_label": "graphify",
+ "id": "claude_claude_graphify"
+ },
{
"label": "extraction-spec.md",
"file_type": "document",
"source_file": ".claude/skills/graphify/references/extraction-spec.md",
"source_location": "L1",
"_origin": "ast",
- "community": 240,
+ "community": 241,
"community_name": "extraction-spec.md",
"norm_label": "extraction-spec.md",
"id": "claude_skills_graphify_references_extraction_spec"
@@ -23645,7 +24116,7 @@
"source_file": ".claude/skills/graphify/references/extraction-spec.md",
"source_location": "L1",
"_origin": "ast",
- "community": 240,
+ "community": 241,
"community_name": "extraction-spec.md",
"norm_label": "graphify reference: extraction subagent prompt",
"id": "claude_skills_graphify_references_extraction_spec_graphify_reference_extraction_subagent_prompt"
@@ -23656,7 +24127,7 @@
"source_file": "frontend/application/app/robots.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 246,
+ "community": 247,
"community_name": "Search Engine Robots Config",
"norm_label": "robots.ts",
"id": "frontend_application_app_robots"
@@ -23667,7 +24138,7 @@
"source_file": "frontend/application/eslint.config.mjs",
"source_location": "L1",
"_origin": "ast",
- "community": 247,
+ "community": 248,
"community_name": "Application ESLint Config",
"norm_label": "application/eslint.config.mjs",
"id": "frontend_application_eslint_config"
@@ -23678,7 +24149,7 @@
"source_file": "frontend/application/eslint.config.mjs",
"source_location": "L5",
"_origin": "ast",
- "community": 247,
+ "community": 248,
"community_name": "Application ESLint Config",
"norm_label": "eslintconfig",
"id": "frontend_application_eslint_config_eslintconfig"
@@ -23689,7 +24160,7 @@
"source_file": "frontend/application/postcss.config.mjs",
"source_location": "L1",
"_origin": "ast",
- "community": 248,
+ "community": 249,
"community_name": "PostCSS Configuration",
"norm_label": "postcss.config.mjs",
"id": "frontend_application_postcss_config"
@@ -23700,281 +24171,374 @@
"source_file": "frontend/application/postcss.config.mjs",
"source_location": "L1",
"_origin": "ast",
- "community": 248,
+ "community": 249,
"community_name": "PostCSS Configuration",
"norm_label": "config",
"id": "frontend_application_postcss_config_config"
},
+ {
+ "label": "08-admin-features-audit.md",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "ADM-001",
+ "norm_label": "08-admin-features-audit.md",
+ "id": "docs_audit_08_admin_features_audit"
+ },
+ {
+ "label": "Acceptance Criteria",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L101",
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "ADM-001",
+ "norm_label": "acceptance criteria",
+ "id": "docs_audit_08_admin_features_audit_acceptance_criteria"
+ },
+ {
+ "label": "ADM-001",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L23",
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "ADM-001",
+ "norm_label": "adm-001",
+ "id": "docs_audit_08_admin_features_audit_adm_001"
+ },
+ {
+ "label": "Admin Features Audit Report",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "ADM-001",
+ "norm_label": "admin features audit report",
+ "id": "docs_audit_08_admin_features_audit_admin_features_audit_report"
+ },
+ {
+ "label": "Affected Application",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L43",
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "ADM-001",
+ "norm_label": "affected application",
+ "id": "docs_audit_08_admin_features_audit_affected_application"
+ },
+ {
+ "label": "Affected Files",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L46",
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "ADM-001",
+ "norm_label": "affected files",
+ "id": "docs_audit_08_admin_features_audit_affected_files"
+ },
+ {
+ "label": "Alternative Direction",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L83",
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "ADM-001",
+ "norm_label": "alternative direction",
+ "id": "docs_audit_08_admin_features_audit_alternative_direction"
+ },
+ {
+ "label": "Category",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L31",
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "ADM-001",
+ "norm_label": "category",
+ "id": "docs_audit_08_admin_features_audit_category"
+ },
+ {
+ "label": "Completion Statement",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L121",
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "ADM-001",
+ "norm_label": "completion statement",
+ "id": "docs_audit_08_admin_features_audit_completion_statement"
+ },
+ {
+ "label": "Confidence",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L37",
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "ADM-001",
+ "norm_label": "confidence",
+ "id": "docs_audit_08_admin_features_audit_confidence"
+ },
+ {
+ "label": "Dependencies",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L89",
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "ADM-001",
+ "norm_label": "dependencies",
+ "id": "docs_audit_08_admin_features_audit_dependencies"
+ },
+ {
+ "label": "Domain",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L28",
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "ADM-001",
+ "norm_label": "domain",
+ "id": "docs_audit_08_admin_features_audit_domain"
+ },
+ {
+ "label": "Domain Overview & Confirmed Strengths",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L15",
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "ADM-001",
+ "norm_label": "domain overview & confirmed strengths",
+ "id": "docs_audit_08_admin_features_audit_domain_overview_confirmed_strengths"
+ },
+ {
+ "label": "Evidence",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L53",
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "ADM-001",
+ "norm_label": "evidence",
+ "id": "docs_audit_08_admin_features_audit_evidence"
+ },
+ {
+ "label": "Finding Summary",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L109",
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "ADM-001",
+ "norm_label": "finding summary",
+ "id": "docs_audit_08_admin_features_audit_finding_summary"
+ },
+ {
+ "label": "Findings",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L21",
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "ADM-001",
+ "norm_label": "findings",
+ "id": "docs_audit_08_admin_features_audit_findings"
+ },
+ {
+ "label": "Implementation Complexity",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L86",
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "ADM-001",
+ "norm_label": "implementation complexity",
+ "id": "docs_audit_08_admin_features_audit_implementation_complexity"
+ },
+ {
+ "label": "Notes and Limitations",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L104",
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "ADM-001",
+ "norm_label": "notes and limitations",
+ "id": "docs_audit_08_admin_features_audit_notes_and_limitations"
+ },
+ {
+ "label": "Problem",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L62",
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "ADM-001",
+ "norm_label": "problem",
+ "id": "docs_audit_08_admin_features_audit_problem"
+ },
+ {
+ "label": "Recommended Direction",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L80",
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "ADM-001",
+ "norm_label": "recommended direction",
+ "id": "docs_audit_08_admin_features_audit_recommended_direction"
+ },
+ {
+ "label": "Relevant Symbols or Lines",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L49",
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "ADM-001",
+ "norm_label": "relevant symbols or lines",
+ "id": "docs_audit_08_admin_features_audit_relevant_symbols_or_lines"
+ },
+ {
+ "label": "Risks",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L92",
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "ADM-001",
+ "norm_label": "risks",
+ "id": "docs_audit_08_admin_features_audit_risks"
+ },
+ {
+ "label": "Root Cause",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L65",
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "ADM-001",
+ "norm_label": "root cause",
+ "id": "docs_audit_08_admin_features_audit_root_cause"
+ },
+ {
+ "label": "Security or Data-Integrity Impact",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L77",
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "ADM-001",
+ "norm_label": "security or data-integrity impact",
+ "id": "docs_audit_08_admin_features_audit_security_or_data_integrity_impact"
+ },
+ {
+ "label": "Severity",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L34",
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "ADM-001",
+ "norm_label": "severity",
+ "id": "docs_audit_08_admin_features_audit_severity"
+ },
+ {
+ "label": "Status",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L40",
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "ADM-001",
+ "norm_label": "status",
+ "id": "docs_audit_08_admin_features_audit_status"
+ },
+ {
+ "label": "Technical Impact",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L74",
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "ADM-001",
+ "norm_label": "technical impact",
+ "id": "docs_audit_08_admin_features_audit_technical_impact"
+ },
+ {
+ "label": "Testing Requirements",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L98",
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "ADM-001",
+ "norm_label": "testing requirements",
+ "id": "docs_audit_08_admin_features_audit_testing_requirements"
+ },
+ {
+ "label": "Title",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L25",
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "ADM-001",
+ "norm_label": "title",
+ "id": "docs_audit_08_admin_features_audit_title"
+ },
+ {
+ "label": "User or Business Impact",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L71",
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "ADM-001",
+ "norm_label": "user or business impact",
+ "id": "docs_audit_08_admin_features_audit_user_or_business_impact"
+ },
+ {
+ "label": "Verification Requirements",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L95",
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "ADM-001",
+ "norm_label": "verification requirements",
+ "id": "docs_audit_08_admin_features_audit_verification_requirements"
+ },
+ {
+ "label": "Why It Matters",
+ "file_type": "document",
+ "source_file": "docs/audit/08-admin-features-audit.md",
+ "source_location": "L68",
+ "_origin": "ast",
+ "community": 25,
+ "community_name": "ADM-001",
+ "norm_label": "why it matters",
+ "id": "docs_audit_08_admin_features_audit_why_it_matters"
+ },
{
"label": "vitest.setup.ts",
"file_type": "code",
"source_file": "frontend/application/vitest.setup.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 249,
+ "community": 250,
"community_name": "Vitest Test Setup",
"norm_label": "vitest.setup.ts",
"id": "frontend_application_vitest_setup"
},
- {
- "label": "cms.controller.ts",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.controller.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 25,
- "community_name": "CmsController",
- "norm_label": "cms.controller.ts",
- "id": "backend_src_cms_cms_controller"
- },
- {
- "label": "jwt-auth.guard.ts",
- "file_type": "code",
- "source_file": "backend/src/auth/jwt-auth.guard.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 25,
- "community_name": "JwtAuthGuard",
- "norm_label": "jwt-auth.guard.ts",
- "id": "backend_src_auth_jwt_auth_guard"
- },
- {
- "label": "Injectable",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 25,
- "community_name": "JwtAuthGuard",
- "norm_label": "injectable",
- "id": "backend_src_auth_jwt_auth_guard_ts_injectable"
- },
- {
- "label": "auth/roles.decorator.ts",
- "file_type": "code",
- "source_file": "backend/src/auth/roles.decorator.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 25,
- "community_name": "JwtAuthGuard",
- "norm_label": "auth/roles.decorator.ts",
- "id": "backend_src_auth_roles_decorator"
- },
- {
- "label": "auth/roles.guard.ts",
- "file_type": "code",
- "source_file": "backend/src/auth/roles.guard.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 25,
- "community_name": "JwtAuthGuard",
- "norm_label": "auth/roles.guard.ts",
- "id": "backend_src_auth_roles_guard"
- },
- {
- "label": "b2b.controller.ts",
- "file_type": "code",
- "source_file": "backend/src/b2b/b2b.controller.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 25,
- "community_name": "JwtAuthGuard",
- "norm_label": "b2b.controller.ts",
- "id": "backend_src_b2b_b2b_controller"
- },
- {
- "label": "banners.controller.ts",
- "file_type": "code",
- "source_file": "backend/src/banners/banners.controller.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 25,
- "community_name": "JwtAuthGuard",
- "norm_label": "banners.controller.ts",
- "id": "backend_src_banners_banners_controller"
- },
- {
- "label": "decorators/roles.decorator.ts",
- "file_type": "code",
- "source_file": "backend/src/common/decorators/roles.decorator.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 25,
- "community_name": "JwtAuthGuard",
- "norm_label": "decorators/roles.decorator.ts",
- "id": "backend_src_common_decorators_roles_decorator"
- },
- {
- "label": "ROLES_KEY",
- "file_type": "code",
- "source_file": "backend/src/common/decorators/roles.decorator.ts",
- "source_location": "L3",
- "_origin": "ast",
- "community": 25,
- "community_name": "JwtAuthGuard",
- "norm_label": "roles_key",
- "id": "backend_src_common_decorators_roles_decorator_roles_key"
- },
- {
- "label": "guards/roles.guard.ts",
- "file_type": "code",
- "source_file": "backend/src/common/guards/roles.guard.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 25,
- "community_name": "JwtAuthGuard",
- "norm_label": "guards/roles.guard.ts",
- "id": "backend_src_common_guards_roles_guard"
- },
- {
- "label": "roles.guard.spec.ts",
- "file_type": "code",
- "source_file": "backend/src/common/guards/roles.guard.spec.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 25,
- "community_name": "JwtAuthGuard",
- "norm_label": "roles.guard.spec.ts",
- "id": "backend_src_common_guards_roles_guard_spec"
- },
- {
- "label": "Injectable",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 25,
- "community_name": "JwtAuthGuard",
- "norm_label": "injectable",
- "id": "backend_src_common_guards_roles_guard_ts_injectable"
- },
- {
- "label": "contact.controller.ts",
- "file_type": "code",
- "source_file": "backend/src/contact/contact.controller.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 25,
- "community_name": "JwtAuthGuard",
- "norm_label": "contact.controller.ts",
- "id": "backend_src_contact_contact_controller"
- },
- {
- "label": "ingredients.controller.ts",
- "file_type": "code",
- "source_file": "backend/src/ingredients/ingredients.controller.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 25,
- "community_name": "JwtAuthGuard",
- "norm_label": "ingredients.controller.ts",
- "id": "backend_src_ingredients_ingredients_controller"
- },
- {
- "label": "prescriptions.controller.ts",
- "file_type": "code",
- "source_file": "backend/src/prescriptions/prescriptions.controller.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 25,
- "community_name": "JwtAuthGuard",
- "norm_label": "prescriptions.controller.ts",
- "id": "backend_src_prescriptions_prescriptions_controller"
- },
- {
- "label": "settings.controller.spec.ts",
- "file_type": "code",
- "source_file": "backend/src/settings/settings.controller.spec.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 25,
- "community_name": "JwtAuthGuard",
- "norm_label": "settings.controller.spec.ts",
- "id": "backend_src_settings_settings_controller_spec"
- },
- {
- "label": "smart-advisor.controller.ts",
- "file_type": "code",
- "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 25,
- "community_name": "JwtAuthGuard",
- "norm_label": "smart-advisor.controller.ts",
- "id": "backend_src_smart_advisor_smart_advisor_controller"
- },
- {
- "label": "testimonials.controller.ts",
- "file_type": "code",
- "source_file": "backend/src/testimonials/testimonials.controller.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 25,
- "community_name": "JwtAuthGuard",
- "norm_label": "testimonials.controller.ts",
- "id": "backend_src_testimonials_testimonials_controller"
- },
- {
- "label": "products.controller.ts",
- "file_type": "code",
- "source_file": "backend/src/products/products.controller.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 25,
- "community_name": "ProductsService",
- "norm_label": "products.controller.ts",
- "id": "backend_src_products_products_controller"
- },
- {
- "label": "media.controller.ts",
- "file_type": "code",
- "source_file": "backend/src/admin/media.controller.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 25,
- "norm_label": "media.controller.ts",
- "id": "backend_src_admin_media_controller"
- },
- {
- "label": "ssl.controller.ts",
- "file_type": "code",
- "source_file": "backend/src/admin/ssl.controller.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 25,
- "norm_label": "ssl.controller.ts",
- "id": "backend_src_admin_ssl_controller"
- },
- {
- "label": "payment.controller.ts",
- "file_type": "code",
- "source_file": "backend/src/payment/payment.controller.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 25,
- "norm_label": "payment.controller.ts",
- "id": "backend_src_payment_payment_controller"
- },
- {
- "label": "reviews.controller.ts",
- "file_type": "code",
- "source_file": "backend/src/reviews/reviews.controller.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 25,
- "norm_label": "reviews.controller.ts",
- "id": "backend_src_reviews_reviews_controller"
- },
- {
- "label": "settings.controller.ts",
- "file_type": "code",
- "source_file": "backend/src/settings/settings.controller.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 25,
- "norm_label": "settings.controller.ts",
- "id": "backend_src_settings_settings_controller"
- },
{
"label": "backup_db.sh",
"file_type": "code",
@@ -23985,7 +24549,7 @@
"kind": "file"
},
"_origin": "ast",
- "community": 250,
+ "community": 251,
"community_name": "Database Backup Script",
"norm_label": "backup_db.sh",
"id": "scripts_backup_db"
@@ -24000,7 +24564,7 @@
"kind": "bash_entrypoint"
},
"_origin": "ast",
- "community": 250,
+ "community": 251,
"community_name": "Database Backup Script",
"norm_label": "backup_db.sh script",
"id": "scripts_backup_db_sh__entry"
@@ -24015,7 +24579,7 @@
"kind": "file"
},
"_origin": "ast",
- "community": 251,
+ "community": 252,
"community_name": "Application Startup Script",
"norm_label": "start.sh",
"id": "start"
@@ -24030,7 +24594,7 @@
"kind": "bash_entrypoint"
},
"_origin": "ast",
- "community": 251,
+ "community": 252,
"community_name": "Application Startup Script",
"norm_label": "start.sh script",
"id": "start_sh__entry"
@@ -24041,7 +24605,7 @@
"source_file": ".ai_agency/specs/reviews/README.md",
"source_location": "L1",
"_origin": "ast",
- "community": 252,
+ "community": 253,
"community_name": "reviews/README.md",
"norm_label": "reviews/readme.md",
"id": "ai_agency_specs_reviews_readme"
@@ -24052,7 +24616,7 @@
"source_file": "backend/eslint.config.mjs",
"source_location": "L1",
"_origin": "ast",
- "community": 253,
+ "community": 254,
"community_name": "Backend ESLint Config",
"norm_label": "backend/eslint.config.mjs",
"id": "backend_eslint_config"
@@ -24063,7 +24627,7 @@
"source_file": "backend/scripts/generate-openapi.d.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 256,
+ "community": 257,
"norm_label": "generate-openapi.d.ts",
"id": "backend_scripts_generate_openapi_d"
},
@@ -24073,7 +24637,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 257,
+ "community": 258,
"community_name": "AdminService",
"norm_label": "apiquery",
"id": "backend_src_admin_admin_controller_ts_apiquery"
@@ -24084,930 +24648,18 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 258,
+ "community": 259,
"community_name": "main.ts",
"norm_label": "catch",
"id": "backend_src_common_filters_http_exception_filter_ts_catch"
},
- {
- "label": "Res",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 259,
- "community_name": ".handleZibalCallback",
- "norm_label": "res",
- "id": "backend_src_payment_payment_controller_ts_res"
- },
- {
- "label": "06-storefront-audit.md",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L1",
- "_origin": "ast",
- "community": 26,
- "community_name": "FE-001",
- "norm_label": "06-storefront-audit.md",
- "id": "docs_audit_06_storefront_audit"
- },
- {
- "label": "Acceptance Criteria",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L96",
- "_origin": "ast",
- "community": 26,
- "community_name": "FE-001",
- "norm_label": "acceptance criteria",
- "id": "docs_audit_06_storefront_audit_acceptance_criteria"
- },
- {
- "label": "Affected Application",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L44",
- "_origin": "ast",
- "community": 26,
- "community_name": "FE-001",
- "norm_label": "affected application",
- "id": "docs_audit_06_storefront_audit_affected_application"
- },
- {
- "label": "Affected Files",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L47",
- "_origin": "ast",
- "community": 26,
- "community_name": "FE-001",
- "norm_label": "affected files",
- "id": "docs_audit_06_storefront_audit_affected_files"
- },
- {
- "label": "Alternative Direction",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L78",
- "_origin": "ast",
- "community": 26,
- "community_name": "FE-001",
- "norm_label": "alternative direction",
- "id": "docs_audit_06_storefront_audit_alternative_direction"
- },
- {
- "label": "Architecture Overview & Confirmed Strengths",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L15",
- "_origin": "ast",
- "community": 26,
- "community_name": "FE-001",
- "norm_label": "architecture overview & confirmed strengths",
- "id": "docs_audit_06_storefront_audit_architecture_overview_confirmed_strengths"
- },
- {
- "label": "Category",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L32",
- "_origin": "ast",
- "community": 26,
- "community_name": "FE-001",
- "norm_label": "category",
- "id": "docs_audit_06_storefront_audit_category"
- },
- {
- "label": "Completion Statement",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L116",
- "_origin": "ast",
- "community": 26,
- "community_name": "FE-001",
- "norm_label": "completion statement",
- "id": "docs_audit_06_storefront_audit_completion_statement"
- },
- {
- "label": "Confidence",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L38",
- "_origin": "ast",
- "community": 26,
- "community_name": "FE-001",
- "norm_label": "confidence",
- "id": "docs_audit_06_storefront_audit_confidence"
- },
- {
- "label": "Dependencies",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L84",
- "_origin": "ast",
- "community": 26,
- "community_name": "FE-001",
- "norm_label": "dependencies",
- "id": "docs_audit_06_storefront_audit_dependencies"
- },
- {
- "label": "Domain",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L29",
- "_origin": "ast",
- "community": 26,
- "community_name": "FE-001",
- "norm_label": "domain",
- "id": "docs_audit_06_storefront_audit_domain"
- },
- {
- "label": "Evidence",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L54",
- "_origin": "ast",
- "community": 26,
- "community_name": "FE-001",
- "norm_label": "evidence",
- "id": "docs_audit_06_storefront_audit_evidence"
- },
- {
- "label": "FE-001",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L24",
- "_origin": "ast",
- "community": 26,
- "community_name": "FE-001",
- "norm_label": "fe-001",
- "id": "docs_audit_06_storefront_audit_fe_001"
- },
- {
- "label": "Finding Summary",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L104",
- "_origin": "ast",
- "community": 26,
- "community_name": "FE-001",
- "norm_label": "finding summary",
- "id": "docs_audit_06_storefront_audit_finding_summary"
- },
- {
- "label": "Findings",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L22",
- "_origin": "ast",
- "community": 26,
- "community_name": "FE-001",
- "norm_label": "findings",
- "id": "docs_audit_06_storefront_audit_findings"
- },
- {
- "label": "Implementation Complexity",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L81",
- "_origin": "ast",
- "community": 26,
- "community_name": "FE-001",
- "norm_label": "implementation complexity",
- "id": "docs_audit_06_storefront_audit_implementation_complexity"
- },
- {
- "label": "Notes and Limitations",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L99",
- "_origin": "ast",
- "community": 26,
- "community_name": "FE-001",
- "norm_label": "notes and limitations",
- "id": "docs_audit_06_storefront_audit_notes_and_limitations"
- },
- {
- "label": "Problem",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L57",
- "_origin": "ast",
- "community": 26,
- "community_name": "FE-001",
- "norm_label": "problem",
- "id": "docs_audit_06_storefront_audit_problem"
- },
- {
- "label": "React / Vite Storefront Audit Report",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L1",
- "_origin": "ast",
- "community": 26,
- "community_name": "FE-001",
- "norm_label": "react / vite storefront audit report",
- "id": "docs_audit_06_storefront_audit_react_vite_storefront_audit_report"
- },
- {
- "label": "Recommended Direction",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L75",
- "_origin": "ast",
- "community": 26,
- "community_name": "FE-001",
- "norm_label": "recommended direction",
- "id": "docs_audit_06_storefront_audit_recommended_direction"
- },
- {
- "label": "Relevant Symbols or Lines",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L51",
- "_origin": "ast",
- "community": 26,
- "community_name": "FE-001",
- "norm_label": "relevant symbols or lines",
- "id": "docs_audit_06_storefront_audit_relevant_symbols_or_lines"
- },
- {
- "label": "Risks",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L87",
- "_origin": "ast",
- "community": 26,
- "community_name": "FE-001",
- "norm_label": "risks",
- "id": "docs_audit_06_storefront_audit_risks"
- },
- {
- "label": "Root Cause",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L60",
- "_origin": "ast",
- "community": 26,
- "community_name": "FE-001",
- "norm_label": "root cause",
- "id": "docs_audit_06_storefront_audit_root_cause"
- },
- {
- "label": "Security or Data-Integrity Impact",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L72",
- "_origin": "ast",
- "community": 26,
- "community_name": "FE-001",
- "norm_label": "security or data-integrity impact",
- "id": "docs_audit_06_storefront_audit_security_or_data_integrity_impact"
- },
- {
- "label": "Severity",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L35",
- "_origin": "ast",
- "community": 26,
- "community_name": "FE-001",
- "norm_label": "severity",
- "id": "docs_audit_06_storefront_audit_severity"
- },
- {
- "label": "Status",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L41",
- "_origin": "ast",
- "community": 26,
- "community_name": "FE-001",
- "norm_label": "status",
- "id": "docs_audit_06_storefront_audit_status"
- },
- {
- "label": "Technical Impact",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L69",
- "_origin": "ast",
- "community": 26,
- "community_name": "FE-001",
- "norm_label": "technical impact",
- "id": "docs_audit_06_storefront_audit_technical_impact"
- },
- {
- "label": "Testing Requirements",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L93",
- "_origin": "ast",
- "community": 26,
- "community_name": "FE-001",
- "norm_label": "testing requirements",
- "id": "docs_audit_06_storefront_audit_testing_requirements"
- },
- {
- "label": "Title",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L26",
- "_origin": "ast",
- "community": 26,
- "community_name": "FE-001",
- "norm_label": "title",
- "id": "docs_audit_06_storefront_audit_title"
- },
- {
- "label": "User or Business Impact",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L66",
- "_origin": "ast",
- "community": 26,
- "community_name": "FE-001",
- "norm_label": "user or business impact",
- "id": "docs_audit_06_storefront_audit_user_or_business_impact"
- },
- {
- "label": "Verification Requirements",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L90",
- "_origin": "ast",
- "community": 26,
- "community_name": "FE-001",
- "norm_label": "verification requirements",
- "id": "docs_audit_06_storefront_audit_verification_requirements"
- },
- {
- "label": "Why It Matters",
- "file_type": "document",
- "source_file": "docs/audit/06-storefront-audit.md",
- "source_location": "L63",
- "_origin": "ast",
- "community": 26,
- "community_name": "FE-001",
- "norm_label": "why it matters",
- "id": "docs_audit_06_storefront_audit_why_it_matters"
- },
- {
- "label": "Module",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 260,
- "community_name": "app.module.ts",
- "norm_label": "module",
- "id": "backend_src_prescriptions_prescriptions_module_ts_module"
- },
- {
- "label": "IsInt",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 261,
- "community_name": "CreateReviewDto",
- "norm_label": "isint",
- "id": "backend_src_reviews_dto_create_review_dto_ts_isint"
- },
- {
- "label": "Min",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 262,
- "community_name": "CreateReviewDto",
- "norm_label": "min",
- "id": "backend_src_reviews_dto_create_review_dto_ts_min"
- },
- {
- "label": "ApiBearerAuth",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 263,
- "community_name": "Roles",
- "norm_label": "apibearerauth",
- "id": "backend_src_settings_settings_controller_ts_apibearerauth"
- },
- {
- "label": "ApiOkResponse",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 264,
- "community_name": "Roles",
- "norm_label": "apiokresponse",
- "id": "backend_src_settings_settings_controller_ts_apiokresponse"
- },
- {
- "label": "ApiOperation",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 265,
- "community_name": "Roles",
- "norm_label": "apioperation",
- "id": "backend_src_settings_settings_controller_ts_apioperation"
- },
- {
- "label": "ApiTags",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 266,
- "community_name": "Roles",
- "norm_label": "apitags",
- "id": "backend_src_settings_settings_controller_ts_apitags"
- },
- {
- "label": "Body",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 267,
- "community_name": "Roles",
- "norm_label": "body",
- "id": "backend_src_settings_settings_controller_ts_body"
- },
- {
- "label": "Controller",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 268,
- "community_name": "Roles",
- "norm_label": "controller",
- "id": "backend_src_settings_settings_controller_ts_controller"
- },
- {
- "label": "Delete",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 269,
- "community_name": "Roles",
- "norm_label": "delete",
- "id": "backend_src_settings_settings_controller_ts_delete"
- },
- {
- "label": "08-admin-features-audit.md",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L1",
- "_origin": "ast",
- "community": 27,
- "community_name": "ADM-001",
- "norm_label": "08-admin-features-audit.md",
- "id": "docs_audit_08_admin_features_audit"
- },
- {
- "label": "Acceptance Criteria",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L101",
- "_origin": "ast",
- "community": 27,
- "community_name": "ADM-001",
- "norm_label": "acceptance criteria",
- "id": "docs_audit_08_admin_features_audit_acceptance_criteria"
- },
- {
- "label": "ADM-001",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L23",
- "_origin": "ast",
- "community": 27,
- "community_name": "ADM-001",
- "norm_label": "adm-001",
- "id": "docs_audit_08_admin_features_audit_adm_001"
- },
- {
- "label": "Admin Features Audit Report",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L1",
- "_origin": "ast",
- "community": 27,
- "community_name": "ADM-001",
- "norm_label": "admin features audit report",
- "id": "docs_audit_08_admin_features_audit_admin_features_audit_report"
- },
- {
- "label": "Affected Application",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L43",
- "_origin": "ast",
- "community": 27,
- "community_name": "ADM-001",
- "norm_label": "affected application",
- "id": "docs_audit_08_admin_features_audit_affected_application"
- },
- {
- "label": "Affected Files",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L46",
- "_origin": "ast",
- "community": 27,
- "community_name": "ADM-001",
- "norm_label": "affected files",
- "id": "docs_audit_08_admin_features_audit_affected_files"
- },
- {
- "label": "Alternative Direction",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L83",
- "_origin": "ast",
- "community": 27,
- "community_name": "ADM-001",
- "norm_label": "alternative direction",
- "id": "docs_audit_08_admin_features_audit_alternative_direction"
- },
- {
- "label": "Category",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L31",
- "_origin": "ast",
- "community": 27,
- "community_name": "ADM-001",
- "norm_label": "category",
- "id": "docs_audit_08_admin_features_audit_category"
- },
- {
- "label": "Completion Statement",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L121",
- "_origin": "ast",
- "community": 27,
- "community_name": "ADM-001",
- "norm_label": "completion statement",
- "id": "docs_audit_08_admin_features_audit_completion_statement"
- },
- {
- "label": "Confidence",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L37",
- "_origin": "ast",
- "community": 27,
- "community_name": "ADM-001",
- "norm_label": "confidence",
- "id": "docs_audit_08_admin_features_audit_confidence"
- },
- {
- "label": "Dependencies",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L89",
- "_origin": "ast",
- "community": 27,
- "community_name": "ADM-001",
- "norm_label": "dependencies",
- "id": "docs_audit_08_admin_features_audit_dependencies"
- },
- {
- "label": "Domain",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L28",
- "_origin": "ast",
- "community": 27,
- "community_name": "ADM-001",
- "norm_label": "domain",
- "id": "docs_audit_08_admin_features_audit_domain"
- },
- {
- "label": "Domain Overview & Confirmed Strengths",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L15",
- "_origin": "ast",
- "community": 27,
- "community_name": "ADM-001",
- "norm_label": "domain overview & confirmed strengths",
- "id": "docs_audit_08_admin_features_audit_domain_overview_confirmed_strengths"
- },
- {
- "label": "Evidence",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L53",
- "_origin": "ast",
- "community": 27,
- "community_name": "ADM-001",
- "norm_label": "evidence",
- "id": "docs_audit_08_admin_features_audit_evidence"
- },
- {
- "label": "Finding Summary",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L109",
- "_origin": "ast",
- "community": 27,
- "community_name": "ADM-001",
- "norm_label": "finding summary",
- "id": "docs_audit_08_admin_features_audit_finding_summary"
- },
- {
- "label": "Findings",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L21",
- "_origin": "ast",
- "community": 27,
- "community_name": "ADM-001",
- "norm_label": "findings",
- "id": "docs_audit_08_admin_features_audit_findings"
- },
- {
- "label": "Implementation Complexity",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L86",
- "_origin": "ast",
- "community": 27,
- "community_name": "ADM-001",
- "norm_label": "implementation complexity",
- "id": "docs_audit_08_admin_features_audit_implementation_complexity"
- },
- {
- "label": "Notes and Limitations",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L104",
- "_origin": "ast",
- "community": 27,
- "community_name": "ADM-001",
- "norm_label": "notes and limitations",
- "id": "docs_audit_08_admin_features_audit_notes_and_limitations"
- },
- {
- "label": "Problem",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L62",
- "_origin": "ast",
- "community": 27,
- "community_name": "ADM-001",
- "norm_label": "problem",
- "id": "docs_audit_08_admin_features_audit_problem"
- },
- {
- "label": "Recommended Direction",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L80",
- "_origin": "ast",
- "community": 27,
- "community_name": "ADM-001",
- "norm_label": "recommended direction",
- "id": "docs_audit_08_admin_features_audit_recommended_direction"
- },
- {
- "label": "Relevant Symbols or Lines",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L49",
- "_origin": "ast",
- "community": 27,
- "community_name": "ADM-001",
- "norm_label": "relevant symbols or lines",
- "id": "docs_audit_08_admin_features_audit_relevant_symbols_or_lines"
- },
- {
- "label": "Risks",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L92",
- "_origin": "ast",
- "community": 27,
- "community_name": "ADM-001",
- "norm_label": "risks",
- "id": "docs_audit_08_admin_features_audit_risks"
- },
- {
- "label": "Root Cause",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L65",
- "_origin": "ast",
- "community": 27,
- "community_name": "ADM-001",
- "norm_label": "root cause",
- "id": "docs_audit_08_admin_features_audit_root_cause"
- },
- {
- "label": "Security or Data-Integrity Impact",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L77",
- "_origin": "ast",
- "community": 27,
- "community_name": "ADM-001",
- "norm_label": "security or data-integrity impact",
- "id": "docs_audit_08_admin_features_audit_security_or_data_integrity_impact"
- },
- {
- "label": "Severity",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L34",
- "_origin": "ast",
- "community": 27,
- "community_name": "ADM-001",
- "norm_label": "severity",
- "id": "docs_audit_08_admin_features_audit_severity"
- },
- {
- "label": "Status",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L40",
- "_origin": "ast",
- "community": 27,
- "community_name": "ADM-001",
- "norm_label": "status",
- "id": "docs_audit_08_admin_features_audit_status"
- },
- {
- "label": "Technical Impact",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L74",
- "_origin": "ast",
- "community": 27,
- "community_name": "ADM-001",
- "norm_label": "technical impact",
- "id": "docs_audit_08_admin_features_audit_technical_impact"
- },
- {
- "label": "Testing Requirements",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L98",
- "_origin": "ast",
- "community": 27,
- "community_name": "ADM-001",
- "norm_label": "testing requirements",
- "id": "docs_audit_08_admin_features_audit_testing_requirements"
- },
- {
- "label": "Title",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L25",
- "_origin": "ast",
- "community": 27,
- "community_name": "ADM-001",
- "norm_label": "title",
- "id": "docs_audit_08_admin_features_audit_title"
- },
- {
- "label": "User or Business Impact",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L71",
- "_origin": "ast",
- "community": 27,
- "community_name": "ADM-001",
- "norm_label": "user or business impact",
- "id": "docs_audit_08_admin_features_audit_user_or_business_impact"
- },
- {
- "label": "Verification Requirements",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L95",
- "_origin": "ast",
- "community": 27,
- "community_name": "ADM-001",
- "norm_label": "verification requirements",
- "id": "docs_audit_08_admin_features_audit_verification_requirements"
- },
- {
- "label": "Why It Matters",
- "file_type": "document",
- "source_file": "docs/audit/08-admin-features-audit.md",
- "source_location": "L68",
- "_origin": "ast",
- "community": 27,
- "community_name": "ADM-001",
- "norm_label": "why it matters",
- "id": "docs_audit_08_admin_features_audit_why_it_matters"
- },
- {
- "label": "Get",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 270,
- "community_name": "Roles",
- "norm_label": "get",
- "id": "backend_src_settings_settings_controller_ts_get"
- },
- {
- "label": "Param",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 271,
- "community_name": "Roles",
- "norm_label": "param",
- "id": "backend_src_settings_settings_controller_ts_param"
- },
- {
- "label": "Patch",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 272,
- "community_name": "Roles",
- "norm_label": "patch",
- "id": "backend_src_settings_settings_controller_ts_patch"
- },
- {
- "label": "Post",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 273,
- "community_name": "Roles",
- "norm_label": "post",
- "id": "backend_src_settings_settings_controller_ts_post"
- },
- {
- "label": "Put",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 274,
- "community_name": "Roles",
- "norm_label": "put",
- "id": "backend_src_settings_settings_controller_ts_put"
- },
- {
- "label": "Query",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 275,
- "community_name": "Roles",
- "norm_label": "query",
- "id": "backend_src_settings_settings_controller_ts_query"
- },
- {
- "label": "Roles",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 276,
- "norm_label": "roles",
- "id": "backend_src_settings_settings_controller_ts_roles"
- },
- {
- "label": "UseGuards",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 277,
- "community_name": "Roles",
- "norm_label": "useguards",
- "id": "backend_src_settings_settings_controller_ts_useguards"
- },
{
"label": "09-database-audit.md",
"file_type": "document",
"source_file": "docs/audit/09-database-audit.md",
"source_location": "L1",
"_origin": "ast",
- "community": 28,
+ "community": 26,
"community_name": "DB-001",
"norm_label": "09-database-audit.md",
"id": "docs_audit_09_database_audit"
@@ -25018,7 +24670,7 @@
"source_file": "docs/audit/09-database-audit.md",
"source_location": "L103",
"_origin": "ast",
- "community": 28,
+ "community": 26,
"community_name": "DB-001",
"norm_label": "acceptance criteria",
"id": "docs_audit_09_database_audit_acceptance_criteria"
@@ -25029,7 +24681,7 @@
"source_file": "docs/audit/09-database-audit.md",
"source_location": "L43",
"_origin": "ast",
- "community": 28,
+ "community": 26,
"community_name": "DB-001",
"norm_label": "affected application",
"id": "docs_audit_09_database_audit_affected_application"
@@ -25040,7 +24692,7 @@
"source_file": "docs/audit/09-database-audit.md",
"source_location": "L46",
"_origin": "ast",
- "community": 28,
+ "community": 26,
"community_name": "DB-001",
"norm_label": "affected files",
"id": "docs_audit_09_database_audit_affected_files"
@@ -25051,7 +24703,7 @@
"source_file": "docs/audit/09-database-audit.md",
"source_location": "L85",
"_origin": "ast",
- "community": 28,
+ "community": 26,
"community_name": "DB-001",
"norm_label": "alternative direction",
"id": "docs_audit_09_database_audit_alternative_direction"
@@ -25062,7 +24714,7 @@
"source_file": "docs/audit/09-database-audit.md",
"source_location": "L31",
"_origin": "ast",
- "community": 28,
+ "community": 26,
"community_name": "DB-001",
"norm_label": "category",
"id": "docs_audit_09_database_audit_category"
@@ -25073,7 +24725,7 @@
"source_file": "docs/audit/09-database-audit.md",
"source_location": "L123",
"_origin": "ast",
- "community": 28,
+ "community": 26,
"community_name": "DB-001",
"norm_label": "completion statement",
"id": "docs_audit_09_database_audit_completion_statement"
@@ -25084,7 +24736,7 @@
"source_file": "docs/audit/09-database-audit.md",
"source_location": "L37",
"_origin": "ast",
- "community": 28,
+ "community": 26,
"community_name": "DB-001",
"norm_label": "confidence",
"id": "docs_audit_09_database_audit_confidence"
@@ -25095,7 +24747,7 @@
"source_file": "docs/audit/09-database-audit.md",
"source_location": "L1",
"_origin": "ast",
- "community": 28,
+ "community": 26,
"community_name": "DB-001",
"norm_label": "database and data integrity audit report",
"id": "docs_audit_09_database_audit_database_and_data_integrity_audit_report"
@@ -25106,7 +24758,7 @@
"source_file": "docs/audit/09-database-audit.md",
"source_location": "L23",
"_origin": "ast",
- "community": 28,
+ "community": 26,
"community_name": "DB-001",
"norm_label": "db-001",
"id": "docs_audit_09_database_audit_db_001"
@@ -25117,7 +24769,7 @@
"source_file": "docs/audit/09-database-audit.md",
"source_location": "L91",
"_origin": "ast",
- "community": 28,
+ "community": 26,
"community_name": "DB-001",
"norm_label": "dependencies",
"id": "docs_audit_09_database_audit_dependencies"
@@ -25128,7 +24780,7 @@
"source_file": "docs/audit/09-database-audit.md",
"source_location": "L28",
"_origin": "ast",
- "community": 28,
+ "community": 26,
"community_name": "DB-001",
"norm_label": "domain",
"id": "docs_audit_09_database_audit_domain"
@@ -25139,7 +24791,7 @@
"source_file": "docs/audit/09-database-audit.md",
"source_location": "L15",
"_origin": "ast",
- "community": 28,
+ "community": 26,
"community_name": "DB-001",
"norm_label": "domain overview & confirmed strengths",
"id": "docs_audit_09_database_audit_domain_overview_confirmed_strengths"
@@ -25150,7 +24802,7 @@
"source_file": "docs/audit/09-database-audit.md",
"source_location": "L52",
"_origin": "ast",
- "community": 28,
+ "community": 26,
"community_name": "DB-001",
"norm_label": "evidence",
"id": "docs_audit_09_database_audit_evidence"
@@ -25161,7 +24813,7 @@
"source_file": "docs/audit/09-database-audit.md",
"source_location": "L111",
"_origin": "ast",
- "community": 28,
+ "community": 26,
"community_name": "DB-001",
"norm_label": "finding summary",
"id": "docs_audit_09_database_audit_finding_summary"
@@ -25172,7 +24824,7 @@
"source_file": "docs/audit/09-database-audit.md",
"source_location": "L21",
"_origin": "ast",
- "community": 28,
+ "community": 26,
"community_name": "DB-001",
"norm_label": "findings",
"id": "docs_audit_09_database_audit_findings"
@@ -25183,7 +24835,7 @@
"source_file": "docs/audit/09-database-audit.md",
"source_location": "L88",
"_origin": "ast",
- "community": 28,
+ "community": 26,
"community_name": "DB-001",
"norm_label": "implementation complexity",
"id": "docs_audit_09_database_audit_implementation_complexity"
@@ -25194,7 +24846,7 @@
"source_file": "docs/audit/09-database-audit.md",
"source_location": "L106",
"_origin": "ast",
- "community": 28,
+ "community": 26,
"community_name": "DB-001",
"norm_label": "notes and limitations",
"id": "docs_audit_09_database_audit_notes_and_limitations"
@@ -25205,7 +24857,7 @@
"source_file": "docs/audit/09-database-audit.md",
"source_location": "L64",
"_origin": "ast",
- "community": 28,
+ "community": 26,
"community_name": "DB-001",
"norm_label": "problem",
"id": "docs_audit_09_database_audit_problem"
@@ -25216,7 +24868,7 @@
"source_file": "docs/audit/09-database-audit.md",
"source_location": "L82",
"_origin": "ast",
- "community": 28,
+ "community": 26,
"community_name": "DB-001",
"norm_label": "recommended direction",
"id": "docs_audit_09_database_audit_recommended_direction"
@@ -25227,7 +24879,7 @@
"source_file": "docs/audit/09-database-audit.md",
"source_location": "L49",
"_origin": "ast",
- "community": 28,
+ "community": 26,
"community_name": "DB-001",
"norm_label": "relevant symbols or lines",
"id": "docs_audit_09_database_audit_relevant_symbols_or_lines"
@@ -25238,7 +24890,7 @@
"source_file": "docs/audit/09-database-audit.md",
"source_location": "L94",
"_origin": "ast",
- "community": 28,
+ "community": 26,
"community_name": "DB-001",
"norm_label": "risks",
"id": "docs_audit_09_database_audit_risks"
@@ -25249,7 +24901,7 @@
"source_file": "docs/audit/09-database-audit.md",
"source_location": "L67",
"_origin": "ast",
- "community": 28,
+ "community": 26,
"community_name": "DB-001",
"norm_label": "root cause",
"id": "docs_audit_09_database_audit_root_cause"
@@ -25260,7 +24912,7 @@
"source_file": "docs/audit/09-database-audit.md",
"source_location": "L79",
"_origin": "ast",
- "community": 28,
+ "community": 26,
"community_name": "DB-001",
"norm_label": "security or data-integrity impact",
"id": "docs_audit_09_database_audit_security_or_data_integrity_impact"
@@ -25271,7 +24923,7 @@
"source_file": "docs/audit/09-database-audit.md",
"source_location": "L34",
"_origin": "ast",
- "community": 28,
+ "community": 26,
"community_name": "DB-001",
"norm_label": "severity",
"id": "docs_audit_09_database_audit_severity"
@@ -25282,7 +24934,7 @@
"source_file": "docs/audit/09-database-audit.md",
"source_location": "L40",
"_origin": "ast",
- "community": 28,
+ "community": 26,
"community_name": "DB-001",
"norm_label": "status",
"id": "docs_audit_09_database_audit_status"
@@ -25293,7 +24945,7 @@
"source_file": "docs/audit/09-database-audit.md",
"source_location": "L76",
"_origin": "ast",
- "community": 28,
+ "community": 26,
"community_name": "DB-001",
"norm_label": "technical impact",
"id": "docs_audit_09_database_audit_technical_impact"
@@ -25304,7 +24956,7 @@
"source_file": "docs/audit/09-database-audit.md",
"source_location": "L100",
"_origin": "ast",
- "community": 28,
+ "community": 26,
"community_name": "DB-001",
"norm_label": "testing requirements",
"id": "docs_audit_09_database_audit_testing_requirements"
@@ -25315,7 +24967,7 @@
"source_file": "docs/audit/09-database-audit.md",
"source_location": "L25",
"_origin": "ast",
- "community": 28,
+ "community": 26,
"community_name": "DB-001",
"norm_label": "title",
"id": "docs_audit_09_database_audit_title"
@@ -25326,7 +24978,7 @@
"source_file": "docs/audit/09-database-audit.md",
"source_location": "L73",
"_origin": "ast",
- "community": 28,
+ "community": 26,
"community_name": "DB-001",
"norm_label": "user or business impact",
"id": "docs_audit_09_database_audit_user_or_business_impact"
@@ -25337,7 +24989,7 @@
"source_file": "docs/audit/09-database-audit.md",
"source_location": "L97",
"_origin": "ast",
- "community": 28,
+ "community": 26,
"community_name": "DB-001",
"norm_label": "verification requirements",
"id": "docs_audit_09_database_audit_verification_requirements"
@@ -25348,76 +25000,120 @@
"source_file": "docs/audit/09-database-audit.md",
"source_location": "L70",
"_origin": "ast",
- "community": 28,
+ "community": 26,
"community_name": "DB-001",
"norm_label": "why it matters",
"id": "docs_audit_09_database_audit_why_it_matters"
},
{
- "label": "eslint.config.js",
+ "label": "Res",
"file_type": "code",
- "source_file": "frontend/admin-panel/eslint.config.js",
- "source_location": "L1",
+ "source_file": "",
+ "source_location": "",
"_origin": "ast",
- "community": 284,
- "community_name": "Root ESLint Configuration",
- "norm_label": "eslint.config.js",
- "id": "frontend_admin_panel_eslint_config"
+ "community": 260,
+ "community_name": ".handleZibalCallback",
+ "norm_label": "res",
+ "id": "backend_src_payment_payment_controller_ts_res"
},
{
- "label": "postcss.config.js",
+ "label": "Module",
"file_type": "code",
- "source_file": "frontend/admin-panel/postcss.config.js",
- "source_location": "L1",
+ "source_file": "",
+ "source_location": "",
"_origin": "ast",
- "community": 285,
- "community_name": "PostCSS Build Config",
- "norm_label": "postcss.config.js",
- "id": "frontend_admin_panel_postcss_config"
+ "community": 261,
+ "community_name": "app.module.ts",
+ "norm_label": "module",
+ "id": "backend_src_prescriptions_prescriptions_module_ts_module"
},
{
- "label": "admin-panel/public/fonts/sahel-font-v3.4.0/CHANGELOG.md",
- "file_type": "document",
- "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/CHANGELOG.md",
- "source_location": "L1",
- "_origin": "ast",
- "community": 286,
- "community_name": "admin-panel/public/fonts/sahel-font-v3.4.0/CHANGELOG.md",
- "norm_label": "admin-panel/public/fonts/sahel-font-v3.4.0/changelog.md",
- "id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_changelog"
- },
- {
- "label": "shabnam-font-v5.0.1/CHANGELOG.md",
- "file_type": "document",
- "source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/CHANGELOG.md",
- "source_location": "L1",
- "_origin": "ast",
- "community": 287,
- "community_name": "shabnam-font-v5.0.1/CHANGELOG.md",
- "norm_label": "shabnam-font-v5.0.1/changelog.md",
- "id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_changelog"
- },
- {
- "label": "tailwind.config.js",
+ "label": "IsInt",
"file_type": "code",
- "source_file": "frontend/admin-panel/tailwind.config.js",
- "source_location": "L1",
+ "source_file": "",
+ "source_location": "",
"_origin": "ast",
- "community": 288,
- "community_name": "Tailwind CSS Configuration",
- "norm_label": "tailwind.config.js",
- "id": "frontend_admin_panel_tailwind_config"
+ "community": 262,
+ "community_name": "CreateReviewDto",
+ "norm_label": "isint",
+ "id": "backend_src_reviews_dto_create_review_dto_ts_isint"
},
{
- "label": "vite.config.ts",
+ "label": "Min",
"file_type": "code",
- "source_file": "frontend/admin-panel/vite.config.ts",
- "source_location": "L1",
+ "source_file": "",
+ "source_location": "",
"_origin": "ast",
- "community": 289,
- "community_name": "Vite Build Configuration",
- "norm_label": "vite.config.ts",
- "id": "frontend_admin_panel_vite_config"
+ "community": 263,
+ "community_name": "CreateReviewDto",
+ "norm_label": "min",
+ "id": "backend_src_reviews_dto_create_review_dto_ts_min"
+ },
+ {
+ "label": "ApiBearerAuth",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 264,
+ "community_name": "Roles",
+ "norm_label": "apibearerauth",
+ "id": "backend_src_settings_settings_controller_ts_apibearerauth"
+ },
+ {
+ "label": "ApiOkResponse",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 265,
+ "community_name": "Roles",
+ "norm_label": "apiokresponse",
+ "id": "backend_src_settings_settings_controller_ts_apiokresponse"
+ },
+ {
+ "label": "ApiOperation",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 266,
+ "community_name": "Roles",
+ "norm_label": "apioperation",
+ "id": "backend_src_settings_settings_controller_ts_apioperation"
+ },
+ {
+ "label": "ApiTags",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 267,
+ "community_name": "Roles",
+ "norm_label": "apitags",
+ "id": "backend_src_settings_settings_controller_ts_apitags"
+ },
+ {
+ "label": "Body",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 268,
+ "community_name": "Roles",
+ "norm_label": "body",
+ "id": "backend_src_settings_settings_controller_ts_body"
+ },
+ {
+ "label": "Controller",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 269,
+ "community_name": "Roles",
+ "norm_label": "controller",
+ "id": "backend_src_settings_settings_controller_ts_controller"
},
{
"label": "11-code-quality-audit.md",
@@ -25425,7 +25121,7 @@
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L1",
"_origin": "ast",
- "community": 29,
+ "community": 27,
"community_name": "TS-001",
"norm_label": "11-code-quality-audit.md",
"id": "docs_audit_11_code_quality_audit"
@@ -25436,7 +25132,7 @@
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L98",
"_origin": "ast",
- "community": 29,
+ "community": 27,
"community_name": "TS-001",
"norm_label": "acceptance criteria",
"id": "docs_audit_11_code_quality_audit_acceptance_criteria"
@@ -25447,7 +25143,7 @@
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L42",
"_origin": "ast",
- "community": 29,
+ "community": 27,
"community_name": "TS-001",
"norm_label": "affected application",
"id": "docs_audit_11_code_quality_audit_affected_application"
@@ -25458,7 +25154,7 @@
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L45",
"_origin": "ast",
- "community": 29,
+ "community": 27,
"community_name": "TS-001",
"norm_label": "affected files",
"id": "docs_audit_11_code_quality_audit_affected_files"
@@ -25469,7 +25165,7 @@
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L80",
"_origin": "ast",
- "community": 29,
+ "community": 27,
"community_name": "TS-001",
"norm_label": "alternative direction",
"id": "docs_audit_11_code_quality_audit_alternative_direction"
@@ -25480,7 +25176,7 @@
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L30",
"_origin": "ast",
- "community": 29,
+ "community": 27,
"community_name": "TS-001",
"norm_label": "category",
"id": "docs_audit_11_code_quality_audit_category"
@@ -25491,7 +25187,7 @@
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L118",
"_origin": "ast",
- "community": 29,
+ "community": 27,
"community_name": "TS-001",
"norm_label": "completion statement",
"id": "docs_audit_11_code_quality_audit_completion_statement"
@@ -25502,7 +25198,7 @@
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L36",
"_origin": "ast",
- "community": 29,
+ "community": 27,
"community_name": "TS-001",
"norm_label": "confidence",
"id": "docs_audit_11_code_quality_audit_confidence"
@@ -25513,7 +25209,7 @@
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L86",
"_origin": "ast",
- "community": 29,
+ "community": 27,
"community_name": "TS-001",
"norm_label": "dependencies",
"id": "docs_audit_11_code_quality_audit_dependencies"
@@ -25524,7 +25220,7 @@
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L27",
"_origin": "ast",
- "community": 29,
+ "community": 27,
"community_name": "TS-001",
"norm_label": "domain",
"id": "docs_audit_11_code_quality_audit_domain"
@@ -25535,7 +25231,7 @@
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L15",
"_origin": "ast",
- "community": 29,
+ "community": 27,
"community_name": "TS-001",
"norm_label": "domain overview & confirmed strengths",
"id": "docs_audit_11_code_quality_audit_domain_overview_confirmed_strengths"
@@ -25546,7 +25242,7 @@
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L51",
"_origin": "ast",
- "community": 29,
+ "community": 27,
"community_name": "TS-001",
"norm_label": "evidence",
"id": "docs_audit_11_code_quality_audit_evidence"
@@ -25557,7 +25253,7 @@
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L106",
"_origin": "ast",
- "community": 29,
+ "community": 27,
"community_name": "TS-001",
"norm_label": "finding summary",
"id": "docs_audit_11_code_quality_audit_finding_summary"
@@ -25568,7 +25264,7 @@
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L20",
"_origin": "ast",
- "community": 29,
+ "community": 27,
"community_name": "TS-001",
"norm_label": "findings",
"id": "docs_audit_11_code_quality_audit_findings"
@@ -25579,7 +25275,7 @@
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L83",
"_origin": "ast",
- "community": 29,
+ "community": 27,
"community_name": "TS-001",
"norm_label": "implementation complexity",
"id": "docs_audit_11_code_quality_audit_implementation_complexity"
@@ -25590,7 +25286,7 @@
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L101",
"_origin": "ast",
- "community": 29,
+ "community": 27,
"community_name": "TS-001",
"norm_label": "notes and limitations",
"id": "docs_audit_11_code_quality_audit_notes_and_limitations"
@@ -25601,7 +25297,7 @@
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L59",
"_origin": "ast",
- "community": 29,
+ "community": 27,
"community_name": "TS-001",
"norm_label": "problem",
"id": "docs_audit_11_code_quality_audit_problem"
@@ -25612,7 +25308,7 @@
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L77",
"_origin": "ast",
- "community": 29,
+ "community": 27,
"community_name": "TS-001",
"norm_label": "recommended direction",
"id": "docs_audit_11_code_quality_audit_recommended_direction"
@@ -25623,7 +25319,7 @@
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L48",
"_origin": "ast",
- "community": 29,
+ "community": 27,
"community_name": "TS-001",
"norm_label": "relevant symbols or lines",
"id": "docs_audit_11_code_quality_audit_relevant_symbols_or_lines"
@@ -25634,7 +25330,7 @@
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L89",
"_origin": "ast",
- "community": 29,
+ "community": 27,
"community_name": "TS-001",
"norm_label": "risks",
"id": "docs_audit_11_code_quality_audit_risks"
@@ -25645,7 +25341,7 @@
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L62",
"_origin": "ast",
- "community": 29,
+ "community": 27,
"community_name": "TS-001",
"norm_label": "root cause",
"id": "docs_audit_11_code_quality_audit_root_cause"
@@ -25656,7 +25352,7 @@
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L74",
"_origin": "ast",
- "community": 29,
+ "community": 27,
"community_name": "TS-001",
"norm_label": "security or data-integrity impact",
"id": "docs_audit_11_code_quality_audit_security_or_data_integrity_impact"
@@ -25667,7 +25363,7 @@
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L33",
"_origin": "ast",
- "community": 29,
+ "community": 27,
"community_name": "TS-001",
"norm_label": "severity",
"id": "docs_audit_11_code_quality_audit_severity"
@@ -25678,7 +25374,7 @@
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L39",
"_origin": "ast",
- "community": 29,
+ "community": 27,
"community_name": "TS-001",
"norm_label": "status",
"id": "docs_audit_11_code_quality_audit_status"
@@ -25689,7 +25385,7 @@
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L71",
"_origin": "ast",
- "community": 29,
+ "community": 27,
"community_name": "TS-001",
"norm_label": "technical impact",
"id": "docs_audit_11_code_quality_audit_technical_impact"
@@ -25700,7 +25396,7 @@
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L95",
"_origin": "ast",
- "community": 29,
+ "community": 27,
"community_name": "TS-001",
"norm_label": "testing requirements",
"id": "docs_audit_11_code_quality_audit_testing_requirements"
@@ -25711,7 +25407,7 @@
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L24",
"_origin": "ast",
- "community": 29,
+ "community": 27,
"community_name": "TS-001",
"norm_label": "title",
"id": "docs_audit_11_code_quality_audit_title"
@@ -25722,7 +25418,7 @@
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L22",
"_origin": "ast",
- "community": 29,
+ "community": 27,
"community_name": "TS-001",
"norm_label": "ts-001",
"id": "docs_audit_11_code_quality_audit_ts_001"
@@ -25733,7 +25429,7 @@
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L1",
"_origin": "ast",
- "community": 29,
+ "community": 27,
"community_name": "TS-001",
"norm_label": "typescript and code quality audit report",
"id": "docs_audit_11_code_quality_audit_typescript_and_code_quality_audit_report"
@@ -25744,7 +25440,7 @@
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L68",
"_origin": "ast",
- "community": 29,
+ "community": 27,
"community_name": "TS-001",
"norm_label": "user or business impact",
"id": "docs_audit_11_code_quality_audit_user_or_business_impact"
@@ -25755,7 +25451,7 @@
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L92",
"_origin": "ast",
- "community": 29,
+ "community": 27,
"community_name": "TS-001",
"norm_label": "verification requirements",
"id": "docs_audit_11_code_quality_audit_verification_requirements"
@@ -25766,18 +25462,886 @@
"source_file": "docs/audit/11-code-quality-audit.md",
"source_location": "L65",
"_origin": "ast",
- "community": 29,
+ "community": 27,
"community_name": "TS-001",
"norm_label": "why it matters",
"id": "docs_audit_11_code_quality_audit_why_it_matters"
},
+ {
+ "label": "Delete",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 270,
+ "community_name": "Roles",
+ "norm_label": "delete",
+ "id": "backend_src_settings_settings_controller_ts_delete"
+ },
+ {
+ "label": "Get",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 271,
+ "community_name": "Roles",
+ "norm_label": "get",
+ "id": "backend_src_settings_settings_controller_ts_get"
+ },
+ {
+ "label": "Param",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 272,
+ "community_name": "Roles",
+ "norm_label": "param",
+ "id": "backend_src_settings_settings_controller_ts_param"
+ },
+ {
+ "label": "Patch",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 273,
+ "community_name": "Roles",
+ "norm_label": "patch",
+ "id": "backend_src_settings_settings_controller_ts_patch"
+ },
+ {
+ "label": "Post",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 274,
+ "community_name": "Roles",
+ "norm_label": "post",
+ "id": "backend_src_settings_settings_controller_ts_post"
+ },
+ {
+ "label": "Put",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 275,
+ "community_name": "Roles",
+ "norm_label": "put",
+ "id": "backend_src_settings_settings_controller_ts_put"
+ },
+ {
+ "label": "Query",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 276,
+ "community_name": "Roles",
+ "norm_label": "query",
+ "id": "backend_src_settings_settings_controller_ts_query"
+ },
+ {
+ "label": "Roles",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 277,
+ "norm_label": "roles",
+ "id": "backend_src_settings_settings_controller_ts_roles"
+ },
+ {
+ "label": "UseGuards",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 278,
+ "community_name": "Roles",
+ "norm_label": "useguards",
+ "id": "backend_src_settings_settings_controller_ts_useguards"
+ },
+ {
+ "label": "12-testing-audit.md",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 28,
+ "community_name": "TEST-001",
+ "norm_label": "12-testing-audit.md",
+ "id": "docs_audit_12_testing_audit"
+ },
+ {
+ "label": "Acceptance Criteria",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L102",
+ "_origin": "ast",
+ "community": 28,
+ "community_name": "TEST-001",
+ "norm_label": "acceptance criteria",
+ "id": "docs_audit_12_testing_audit_acceptance_criteria"
+ },
+ {
+ "label": "Affected Application",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L42",
+ "_origin": "ast",
+ "community": 28,
+ "community_name": "TEST-001",
+ "norm_label": "affected application",
+ "id": "docs_audit_12_testing_audit_affected_application"
+ },
+ {
+ "label": "Affected Files",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L45",
+ "_origin": "ast",
+ "community": 28,
+ "community_name": "TEST-001",
+ "norm_label": "affected files",
+ "id": "docs_audit_12_testing_audit_affected_files"
+ },
+ {
+ "label": "Alternative Direction",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L84",
+ "_origin": "ast",
+ "community": 28,
+ "community_name": "TEST-001",
+ "norm_label": "alternative direction",
+ "id": "docs_audit_12_testing_audit_alternative_direction"
+ },
+ {
+ "label": "Category",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L30",
+ "_origin": "ast",
+ "community": 28,
+ "community_name": "TEST-001",
+ "norm_label": "category",
+ "id": "docs_audit_12_testing_audit_category"
+ },
+ {
+ "label": "Completion Statement",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L122",
+ "_origin": "ast",
+ "community": 28,
+ "community_name": "TEST-001",
+ "norm_label": "completion statement",
+ "id": "docs_audit_12_testing_audit_completion_statement"
+ },
+ {
+ "label": "Confidence",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L36",
+ "_origin": "ast",
+ "community": 28,
+ "community_name": "TEST-001",
+ "norm_label": "confidence",
+ "id": "docs_audit_12_testing_audit_confidence"
+ },
+ {
+ "label": "Dependencies",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L90",
+ "_origin": "ast",
+ "community": 28,
+ "community_name": "TEST-001",
+ "norm_label": "dependencies",
+ "id": "docs_audit_12_testing_audit_dependencies"
+ },
+ {
+ "label": "Domain",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L27",
+ "_origin": "ast",
+ "community": 28,
+ "community_name": "TEST-001",
+ "norm_label": "domain",
+ "id": "docs_audit_12_testing_audit_domain"
+ },
+ {
+ "label": "Domain Overview & Confirmed Strengths",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L15",
+ "_origin": "ast",
+ "community": 28,
+ "community_name": "TEST-001",
+ "norm_label": "domain overview & confirmed strengths",
+ "id": "docs_audit_12_testing_audit_domain_overview_confirmed_strengths"
+ },
+ {
+ "label": "Evidence",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L55",
+ "_origin": "ast",
+ "community": 28,
+ "community_name": "TEST-001",
+ "norm_label": "evidence",
+ "id": "docs_audit_12_testing_audit_evidence"
+ },
+ {
+ "label": "Finding Summary",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L110",
+ "_origin": "ast",
+ "community": 28,
+ "community_name": "TEST-001",
+ "norm_label": "finding summary",
+ "id": "docs_audit_12_testing_audit_finding_summary"
+ },
+ {
+ "label": "Findings",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L20",
+ "_origin": "ast",
+ "community": 28,
+ "community_name": "TEST-001",
+ "norm_label": "findings",
+ "id": "docs_audit_12_testing_audit_findings"
+ },
+ {
+ "label": "Implementation Complexity",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L87",
+ "_origin": "ast",
+ "community": 28,
+ "community_name": "TEST-001",
+ "norm_label": "implementation complexity",
+ "id": "docs_audit_12_testing_audit_implementation_complexity"
+ },
+ {
+ "label": "Notes and Limitations",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L105",
+ "_origin": "ast",
+ "community": 28,
+ "community_name": "TEST-001",
+ "norm_label": "notes and limitations",
+ "id": "docs_audit_12_testing_audit_notes_and_limitations"
+ },
+ {
+ "label": "Problem",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L63",
+ "_origin": "ast",
+ "community": 28,
+ "community_name": "TEST-001",
+ "norm_label": "problem",
+ "id": "docs_audit_12_testing_audit_problem"
+ },
+ {
+ "label": "Recommended Direction",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L81",
+ "_origin": "ast",
+ "community": 28,
+ "community_name": "TEST-001",
+ "norm_label": "recommended direction",
+ "id": "docs_audit_12_testing_audit_recommended_direction"
+ },
+ {
+ "label": "Relevant Symbols or Lines",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L50",
+ "_origin": "ast",
+ "community": 28,
+ "community_name": "TEST-001",
+ "norm_label": "relevant symbols or lines",
+ "id": "docs_audit_12_testing_audit_relevant_symbols_or_lines"
+ },
+ {
+ "label": "Risks",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L93",
+ "_origin": "ast",
+ "community": 28,
+ "community_name": "TEST-001",
+ "norm_label": "risks",
+ "id": "docs_audit_12_testing_audit_risks"
+ },
+ {
+ "label": "Root Cause",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L66",
+ "_origin": "ast",
+ "community": 28,
+ "community_name": "TEST-001",
+ "norm_label": "root cause",
+ "id": "docs_audit_12_testing_audit_root_cause"
+ },
+ {
+ "label": "Security or Data-Integrity Impact",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L78",
+ "_origin": "ast",
+ "community": 28,
+ "community_name": "TEST-001",
+ "norm_label": "security or data-integrity impact",
+ "id": "docs_audit_12_testing_audit_security_or_data_integrity_impact"
+ },
+ {
+ "label": "Severity",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L33",
+ "_origin": "ast",
+ "community": 28,
+ "community_name": "TEST-001",
+ "norm_label": "severity",
+ "id": "docs_audit_12_testing_audit_severity"
+ },
+ {
+ "label": "Status",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L39",
+ "_origin": "ast",
+ "community": 28,
+ "community_name": "TEST-001",
+ "norm_label": "status",
+ "id": "docs_audit_12_testing_audit_status"
+ },
+ {
+ "label": "Technical Impact",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L75",
+ "_origin": "ast",
+ "community": 28,
+ "community_name": "TEST-001",
+ "norm_label": "technical impact",
+ "id": "docs_audit_12_testing_audit_technical_impact"
+ },
+ {
+ "label": "TEST-001",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L22",
+ "_origin": "ast",
+ "community": 28,
+ "community_name": "TEST-001",
+ "norm_label": "test-001",
+ "id": "docs_audit_12_testing_audit_test_001"
+ },
+ {
+ "label": "Testing and Reliability Audit Report",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 28,
+ "community_name": "TEST-001",
+ "norm_label": "testing and reliability audit report",
+ "id": "docs_audit_12_testing_audit_testing_and_reliability_audit_report"
+ },
+ {
+ "label": "Testing Requirements",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L99",
+ "_origin": "ast",
+ "community": 28,
+ "community_name": "TEST-001",
+ "norm_label": "testing requirements",
+ "id": "docs_audit_12_testing_audit_testing_requirements"
+ },
+ {
+ "label": "Title",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L24",
+ "_origin": "ast",
+ "community": 28,
+ "community_name": "TEST-001",
+ "norm_label": "title",
+ "id": "docs_audit_12_testing_audit_title"
+ },
+ {
+ "label": "User or Business Impact",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L72",
+ "_origin": "ast",
+ "community": 28,
+ "community_name": "TEST-001",
+ "norm_label": "user or business impact",
+ "id": "docs_audit_12_testing_audit_user_or_business_impact"
+ },
+ {
+ "label": "Verification Requirements",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L96",
+ "_origin": "ast",
+ "community": 28,
+ "community_name": "TEST-001",
+ "norm_label": "verification requirements",
+ "id": "docs_audit_12_testing_audit_verification_requirements"
+ },
+ {
+ "label": "Why It Matters",
+ "file_type": "document",
+ "source_file": "docs/audit/12-testing-audit.md",
+ "source_location": "L69",
+ "_origin": "ast",
+ "community": 28,
+ "community_name": "TEST-001",
+ "norm_label": "why it matters",
+ "id": "docs_audit_12_testing_audit_why_it_matters"
+ },
+ {
+ "label": "eslint.config.js",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/eslint.config.js",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 285,
+ "community_name": "Root ESLint Configuration",
+ "norm_label": "eslint.config.js",
+ "id": "frontend_admin_panel_eslint_config"
+ },
+ {
+ "label": "postcss.config.js",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/postcss.config.js",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 286,
+ "community_name": "PostCSS Build Config",
+ "norm_label": "postcss.config.js",
+ "id": "frontend_admin_panel_postcss_config"
+ },
+ {
+ "label": "admin-panel/public/fonts/sahel-font-v3.4.0/CHANGELOG.md",
+ "file_type": "document",
+ "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/CHANGELOG.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 287,
+ "community_name": "admin-panel/public/fonts/sahel-font-v3.4.0/CHANGELOG.md",
+ "norm_label": "admin-panel/public/fonts/sahel-font-v3.4.0/changelog.md",
+ "id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_changelog"
+ },
+ {
+ "label": "shabnam-font-v5.0.1/CHANGELOG.md",
+ "file_type": "document",
+ "source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/CHANGELOG.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 288,
+ "community_name": "shabnam-font-v5.0.1/CHANGELOG.md",
+ "norm_label": "shabnam-font-v5.0.1/changelog.md",
+ "id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_changelog"
+ },
+ {
+ "label": "tailwind.config.js",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/tailwind.config.js",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 289,
+ "community_name": "Tailwind CSS Configuration",
+ "norm_label": "tailwind.config.js",
+ "id": "frontend_admin_panel_tailwind_config"
+ },
+ {
+ "label": "13-devops-audit.md",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "DEVOPS-001",
+ "norm_label": "13-devops-audit.md",
+ "id": "docs_audit_13_devops_audit"
+ },
+ {
+ "label": "Acceptance Criteria",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L94",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "DEVOPS-001",
+ "norm_label": "acceptance criteria",
+ "id": "docs_audit_13_devops_audit_acceptance_criteria"
+ },
+ {
+ "label": "Affected Application",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L43",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "DEVOPS-001",
+ "norm_label": "affected application",
+ "id": "docs_audit_13_devops_audit_affected_application"
+ },
+ {
+ "label": "Affected Files",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L46",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "DEVOPS-001",
+ "norm_label": "affected files",
+ "id": "docs_audit_13_devops_audit_affected_files"
+ },
+ {
+ "label": "Alternative Direction",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L76",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "DEVOPS-001",
+ "norm_label": "alternative direction",
+ "id": "docs_audit_13_devops_audit_alternative_direction"
+ },
+ {
+ "label": "Category",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L31",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "DEVOPS-001",
+ "norm_label": "category",
+ "id": "docs_audit_13_devops_audit_category"
+ },
+ {
+ "label": "Completion Statement",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L114",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "DEVOPS-001",
+ "norm_label": "completion statement",
+ "id": "docs_audit_13_devops_audit_completion_statement"
+ },
+ {
+ "label": "Confidence",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L37",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "DEVOPS-001",
+ "norm_label": "confidence",
+ "id": "docs_audit_13_devops_audit_confidence"
+ },
+ {
+ "label": "Dependencies",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L82",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "DEVOPS-001",
+ "norm_label": "dependencies",
+ "id": "docs_audit_13_devops_audit_dependencies"
+ },
+ {
+ "label": "DEVOPS-001",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L23",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "DEVOPS-001",
+ "norm_label": "devops-001",
+ "id": "docs_audit_13_devops_audit_devops_001"
+ },
+ {
+ "label": "DevOps and CI/CD Audit Report",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "DEVOPS-001",
+ "norm_label": "devops and ci/cd audit report",
+ "id": "docs_audit_13_devops_audit_devops_and_ci_cd_audit_report"
+ },
+ {
+ "label": "Domain",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L28",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "DEVOPS-001",
+ "norm_label": "domain",
+ "id": "docs_audit_13_devops_audit_domain"
+ },
+ {
+ "label": "Domain Overview & Confirmed Strengths",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L15",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "DEVOPS-001",
+ "norm_label": "domain overview & confirmed strengths",
+ "id": "docs_audit_13_devops_audit_domain_overview_confirmed_strengths"
+ },
+ {
+ "label": "Evidence",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L52",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "DEVOPS-001",
+ "norm_label": "evidence",
+ "id": "docs_audit_13_devops_audit_evidence"
+ },
+ {
+ "label": "Finding Summary",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L102",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "DEVOPS-001",
+ "norm_label": "finding summary",
+ "id": "docs_audit_13_devops_audit_finding_summary"
+ },
+ {
+ "label": "Findings",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L21",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "DEVOPS-001",
+ "norm_label": "findings",
+ "id": "docs_audit_13_devops_audit_findings"
+ },
+ {
+ "label": "Implementation Complexity",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L79",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "DEVOPS-001",
+ "norm_label": "implementation complexity",
+ "id": "docs_audit_13_devops_audit_implementation_complexity"
+ },
+ {
+ "label": "Notes and Limitations",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L97",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "DEVOPS-001",
+ "norm_label": "notes and limitations",
+ "id": "docs_audit_13_devops_audit_notes_and_limitations"
+ },
+ {
+ "label": "Problem",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L55",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "DEVOPS-001",
+ "norm_label": "problem",
+ "id": "docs_audit_13_devops_audit_problem"
+ },
+ {
+ "label": "Recommended Direction",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L73",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "DEVOPS-001",
+ "norm_label": "recommended direction",
+ "id": "docs_audit_13_devops_audit_recommended_direction"
+ },
+ {
+ "label": "Relevant Symbols or Lines",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L49",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "DEVOPS-001",
+ "norm_label": "relevant symbols or lines",
+ "id": "docs_audit_13_devops_audit_relevant_symbols_or_lines"
+ },
+ {
+ "label": "Risks",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L85",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "DEVOPS-001",
+ "norm_label": "risks",
+ "id": "docs_audit_13_devops_audit_risks"
+ },
+ {
+ "label": "Root Cause",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L58",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "DEVOPS-001",
+ "norm_label": "root cause",
+ "id": "docs_audit_13_devops_audit_root_cause"
+ },
+ {
+ "label": "Security or Data-Integrity Impact",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L70",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "DEVOPS-001",
+ "norm_label": "security or data-integrity impact",
+ "id": "docs_audit_13_devops_audit_security_or_data_integrity_impact"
+ },
+ {
+ "label": "Severity",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L34",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "DEVOPS-001",
+ "norm_label": "severity",
+ "id": "docs_audit_13_devops_audit_severity"
+ },
+ {
+ "label": "Status",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L40",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "DEVOPS-001",
+ "norm_label": "status",
+ "id": "docs_audit_13_devops_audit_status"
+ },
+ {
+ "label": "Technical Impact",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L67",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "DEVOPS-001",
+ "norm_label": "technical impact",
+ "id": "docs_audit_13_devops_audit_technical_impact"
+ },
+ {
+ "label": "Testing Requirements",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L91",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "DEVOPS-001",
+ "norm_label": "testing requirements",
+ "id": "docs_audit_13_devops_audit_testing_requirements"
+ },
+ {
+ "label": "Title",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L25",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "DEVOPS-001",
+ "norm_label": "title",
+ "id": "docs_audit_13_devops_audit_title"
+ },
+ {
+ "label": "User or Business Impact",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L64",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "DEVOPS-001",
+ "norm_label": "user or business impact",
+ "id": "docs_audit_13_devops_audit_user_or_business_impact"
+ },
+ {
+ "label": "Verification Requirements",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L88",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "DEVOPS-001",
+ "norm_label": "verification requirements",
+ "id": "docs_audit_13_devops_audit_verification_requirements"
+ },
+ {
+ "label": "Why It Matters",
+ "file_type": "document",
+ "source_file": "docs/audit/13-devops-audit.md",
+ "source_location": "L61",
+ "_origin": "ast",
+ "community": 29,
+ "community_name": "DEVOPS-001",
+ "norm_label": "why it matters",
+ "id": "docs_audit_13_devops_audit_why_it_matters"
+ },
+ {
+ "label": "vite.config.ts",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/vite.config.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 290,
+ "community_name": "Vite Build Configuration",
+ "norm_label": "vite.config.ts",
+ "id": "frontend_admin_panel_vite_config"
+ },
{
"label": "application/CLAUDE.md",
"file_type": "document",
"source_file": "frontend/application/CLAUDE.md",
"source_location": "L1",
"_origin": "ast",
- "community": 290,
+ "community": 291,
"community_name": "application/CLAUDE.md",
"norm_label": "application/claude.md",
"id": "frontend_application_claude"
@@ -25788,7 +26352,7 @@
"source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/CHANGELOG.md",
"source_location": "L1",
"_origin": "ast",
- "community": 291,
+ "community": 292,
"community_name": "application/public/fonts/sahel-font-v3.4.0/CHANGELOG.md",
"norm_label": "application/public/fonts/sahel-font-v3.4.0/changelog.md",
"id": "frontend_application_public_fonts_sahel_font_v3_4_0_changelog"
@@ -25799,7 +26363,7 @@
"source_file": "frontend/application/vitest.config.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 295,
+ "community": 296,
"community_name": "Vitest Test Configuration",
"norm_label": "vitest.config.ts",
"id": "frontend_application_vitest_config"
@@ -26026,717 +26590,13 @@
"norm_label": "category_slug_to_name",
"id": "frontend_application_lib_services_productservice_category_slug_to_name"
},
- {
- "label": "12-testing-audit.md",
- "file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L1",
- "_origin": "ast",
- "community": 30,
- "community_name": "TEST-001",
- "norm_label": "12-testing-audit.md",
- "id": "docs_audit_12_testing_audit"
- },
- {
- "label": "Acceptance Criteria",
- "file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L102",
- "_origin": "ast",
- "community": 30,
- "community_name": "TEST-001",
- "norm_label": "acceptance criteria",
- "id": "docs_audit_12_testing_audit_acceptance_criteria"
- },
- {
- "label": "Affected Application",
- "file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L42",
- "_origin": "ast",
- "community": 30,
- "community_name": "TEST-001",
- "norm_label": "affected application",
- "id": "docs_audit_12_testing_audit_affected_application"
- },
- {
- "label": "Affected Files",
- "file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L45",
- "_origin": "ast",
- "community": 30,
- "community_name": "TEST-001",
- "norm_label": "affected files",
- "id": "docs_audit_12_testing_audit_affected_files"
- },
- {
- "label": "Alternative Direction",
- "file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L84",
- "_origin": "ast",
- "community": 30,
- "community_name": "TEST-001",
- "norm_label": "alternative direction",
- "id": "docs_audit_12_testing_audit_alternative_direction"
- },
- {
- "label": "Category",
- "file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L30",
- "_origin": "ast",
- "community": 30,
- "community_name": "TEST-001",
- "norm_label": "category",
- "id": "docs_audit_12_testing_audit_category"
- },
- {
- "label": "Completion Statement",
- "file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L122",
- "_origin": "ast",
- "community": 30,
- "community_name": "TEST-001",
- "norm_label": "completion statement",
- "id": "docs_audit_12_testing_audit_completion_statement"
- },
- {
- "label": "Confidence",
- "file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L36",
- "_origin": "ast",
- "community": 30,
- "community_name": "TEST-001",
- "norm_label": "confidence",
- "id": "docs_audit_12_testing_audit_confidence"
- },
- {
- "label": "Dependencies",
- "file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L90",
- "_origin": "ast",
- "community": 30,
- "community_name": "TEST-001",
- "norm_label": "dependencies",
- "id": "docs_audit_12_testing_audit_dependencies"
- },
- {
- "label": "Domain",
- "file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L27",
- "_origin": "ast",
- "community": 30,
- "community_name": "TEST-001",
- "norm_label": "domain",
- "id": "docs_audit_12_testing_audit_domain"
- },
- {
- "label": "Domain Overview & Confirmed Strengths",
- "file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L15",
- "_origin": "ast",
- "community": 30,
- "community_name": "TEST-001",
- "norm_label": "domain overview & confirmed strengths",
- "id": "docs_audit_12_testing_audit_domain_overview_confirmed_strengths"
- },
- {
- "label": "Evidence",
- "file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L55",
- "_origin": "ast",
- "community": 30,
- "community_name": "TEST-001",
- "norm_label": "evidence",
- "id": "docs_audit_12_testing_audit_evidence"
- },
- {
- "label": "Finding Summary",
- "file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L110",
- "_origin": "ast",
- "community": 30,
- "community_name": "TEST-001",
- "norm_label": "finding summary",
- "id": "docs_audit_12_testing_audit_finding_summary"
- },
- {
- "label": "Findings",
- "file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L20",
- "_origin": "ast",
- "community": 30,
- "community_name": "TEST-001",
- "norm_label": "findings",
- "id": "docs_audit_12_testing_audit_findings"
- },
- {
- "label": "Implementation Complexity",
- "file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L87",
- "_origin": "ast",
- "community": 30,
- "community_name": "TEST-001",
- "norm_label": "implementation complexity",
- "id": "docs_audit_12_testing_audit_implementation_complexity"
- },
- {
- "label": "Notes and Limitations",
- "file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L105",
- "_origin": "ast",
- "community": 30,
- "community_name": "TEST-001",
- "norm_label": "notes and limitations",
- "id": "docs_audit_12_testing_audit_notes_and_limitations"
- },
- {
- "label": "Problem",
- "file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L63",
- "_origin": "ast",
- "community": 30,
- "community_name": "TEST-001",
- "norm_label": "problem",
- "id": "docs_audit_12_testing_audit_problem"
- },
- {
- "label": "Recommended Direction",
- "file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L81",
- "_origin": "ast",
- "community": 30,
- "community_name": "TEST-001",
- "norm_label": "recommended direction",
- "id": "docs_audit_12_testing_audit_recommended_direction"
- },
- {
- "label": "Relevant Symbols or Lines",
- "file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L50",
- "_origin": "ast",
- "community": 30,
- "community_name": "TEST-001",
- "norm_label": "relevant symbols or lines",
- "id": "docs_audit_12_testing_audit_relevant_symbols_or_lines"
- },
- {
- "label": "Risks",
- "file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L93",
- "_origin": "ast",
- "community": 30,
- "community_name": "TEST-001",
- "norm_label": "risks",
- "id": "docs_audit_12_testing_audit_risks"
- },
- {
- "label": "Root Cause",
- "file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L66",
- "_origin": "ast",
- "community": 30,
- "community_name": "TEST-001",
- "norm_label": "root cause",
- "id": "docs_audit_12_testing_audit_root_cause"
- },
- {
- "label": "Security or Data-Integrity Impact",
- "file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L78",
- "_origin": "ast",
- "community": 30,
- "community_name": "TEST-001",
- "norm_label": "security or data-integrity impact",
- "id": "docs_audit_12_testing_audit_security_or_data_integrity_impact"
- },
- {
- "label": "Severity",
- "file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L33",
- "_origin": "ast",
- "community": 30,
- "community_name": "TEST-001",
- "norm_label": "severity",
- "id": "docs_audit_12_testing_audit_severity"
- },
- {
- "label": "Status",
- "file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L39",
- "_origin": "ast",
- "community": 30,
- "community_name": "TEST-001",
- "norm_label": "status",
- "id": "docs_audit_12_testing_audit_status"
- },
- {
- "label": "Technical Impact",
- "file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L75",
- "_origin": "ast",
- "community": 30,
- "community_name": "TEST-001",
- "norm_label": "technical impact",
- "id": "docs_audit_12_testing_audit_technical_impact"
- },
- {
- "label": "TEST-001",
- "file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L22",
- "_origin": "ast",
- "community": 30,
- "community_name": "TEST-001",
- "norm_label": "test-001",
- "id": "docs_audit_12_testing_audit_test_001"
- },
- {
- "label": "Testing and Reliability Audit Report",
- "file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L1",
- "_origin": "ast",
- "community": 30,
- "community_name": "TEST-001",
- "norm_label": "testing and reliability audit report",
- "id": "docs_audit_12_testing_audit_testing_and_reliability_audit_report"
- },
- {
- "label": "Testing Requirements",
- "file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L99",
- "_origin": "ast",
- "community": 30,
- "community_name": "TEST-001",
- "norm_label": "testing requirements",
- "id": "docs_audit_12_testing_audit_testing_requirements"
- },
- {
- "label": "Title",
- "file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L24",
- "_origin": "ast",
- "community": 30,
- "community_name": "TEST-001",
- "norm_label": "title",
- "id": "docs_audit_12_testing_audit_title"
- },
- {
- "label": "User or Business Impact",
- "file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L72",
- "_origin": "ast",
- "community": 30,
- "community_name": "TEST-001",
- "norm_label": "user or business impact",
- "id": "docs_audit_12_testing_audit_user_or_business_impact"
- },
- {
- "label": "Verification Requirements",
- "file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L96",
- "_origin": "ast",
- "community": 30,
- "community_name": "TEST-001",
- "norm_label": "verification requirements",
- "id": "docs_audit_12_testing_audit_verification_requirements"
- },
- {
- "label": "Why It Matters",
- "file_type": "document",
- "source_file": "docs/audit/12-testing-audit.md",
- "source_location": "L69",
- "_origin": "ast",
- "community": 30,
- "community_name": "TEST-001",
- "norm_label": "why it matters",
- "id": "docs_audit_12_testing_audit_why_it_matters"
- },
- {
- "label": "13-devops-audit.md",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L1",
- "_origin": "ast",
- "community": 31,
- "community_name": "DEVOPS-001",
- "norm_label": "13-devops-audit.md",
- "id": "docs_audit_13_devops_audit"
- },
- {
- "label": "Acceptance Criteria",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L94",
- "_origin": "ast",
- "community": 31,
- "community_name": "DEVOPS-001",
- "norm_label": "acceptance criteria",
- "id": "docs_audit_13_devops_audit_acceptance_criteria"
- },
- {
- "label": "Affected Application",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L43",
- "_origin": "ast",
- "community": 31,
- "community_name": "DEVOPS-001",
- "norm_label": "affected application",
- "id": "docs_audit_13_devops_audit_affected_application"
- },
- {
- "label": "Affected Files",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L46",
- "_origin": "ast",
- "community": 31,
- "community_name": "DEVOPS-001",
- "norm_label": "affected files",
- "id": "docs_audit_13_devops_audit_affected_files"
- },
- {
- "label": "Alternative Direction",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L76",
- "_origin": "ast",
- "community": 31,
- "community_name": "DEVOPS-001",
- "norm_label": "alternative direction",
- "id": "docs_audit_13_devops_audit_alternative_direction"
- },
- {
- "label": "Category",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L31",
- "_origin": "ast",
- "community": 31,
- "community_name": "DEVOPS-001",
- "norm_label": "category",
- "id": "docs_audit_13_devops_audit_category"
- },
- {
- "label": "Completion Statement",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L114",
- "_origin": "ast",
- "community": 31,
- "community_name": "DEVOPS-001",
- "norm_label": "completion statement",
- "id": "docs_audit_13_devops_audit_completion_statement"
- },
- {
- "label": "Confidence",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L37",
- "_origin": "ast",
- "community": 31,
- "community_name": "DEVOPS-001",
- "norm_label": "confidence",
- "id": "docs_audit_13_devops_audit_confidence"
- },
- {
- "label": "Dependencies",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L82",
- "_origin": "ast",
- "community": 31,
- "community_name": "DEVOPS-001",
- "norm_label": "dependencies",
- "id": "docs_audit_13_devops_audit_dependencies"
- },
- {
- "label": "DEVOPS-001",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L23",
- "_origin": "ast",
- "community": 31,
- "community_name": "DEVOPS-001",
- "norm_label": "devops-001",
- "id": "docs_audit_13_devops_audit_devops_001"
- },
- {
- "label": "DevOps and CI/CD Audit Report",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L1",
- "_origin": "ast",
- "community": 31,
- "community_name": "DEVOPS-001",
- "norm_label": "devops and ci/cd audit report",
- "id": "docs_audit_13_devops_audit_devops_and_ci_cd_audit_report"
- },
- {
- "label": "Domain",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L28",
- "_origin": "ast",
- "community": 31,
- "community_name": "DEVOPS-001",
- "norm_label": "domain",
- "id": "docs_audit_13_devops_audit_domain"
- },
- {
- "label": "Domain Overview & Confirmed Strengths",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L15",
- "_origin": "ast",
- "community": 31,
- "community_name": "DEVOPS-001",
- "norm_label": "domain overview & confirmed strengths",
- "id": "docs_audit_13_devops_audit_domain_overview_confirmed_strengths"
- },
- {
- "label": "Evidence",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L52",
- "_origin": "ast",
- "community": 31,
- "community_name": "DEVOPS-001",
- "norm_label": "evidence",
- "id": "docs_audit_13_devops_audit_evidence"
- },
- {
- "label": "Finding Summary",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L102",
- "_origin": "ast",
- "community": 31,
- "community_name": "DEVOPS-001",
- "norm_label": "finding summary",
- "id": "docs_audit_13_devops_audit_finding_summary"
- },
- {
- "label": "Findings",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L21",
- "_origin": "ast",
- "community": 31,
- "community_name": "DEVOPS-001",
- "norm_label": "findings",
- "id": "docs_audit_13_devops_audit_findings"
- },
- {
- "label": "Implementation Complexity",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L79",
- "_origin": "ast",
- "community": 31,
- "community_name": "DEVOPS-001",
- "norm_label": "implementation complexity",
- "id": "docs_audit_13_devops_audit_implementation_complexity"
- },
- {
- "label": "Notes and Limitations",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L97",
- "_origin": "ast",
- "community": 31,
- "community_name": "DEVOPS-001",
- "norm_label": "notes and limitations",
- "id": "docs_audit_13_devops_audit_notes_and_limitations"
- },
- {
- "label": "Problem",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L55",
- "_origin": "ast",
- "community": 31,
- "community_name": "DEVOPS-001",
- "norm_label": "problem",
- "id": "docs_audit_13_devops_audit_problem"
- },
- {
- "label": "Recommended Direction",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L73",
- "_origin": "ast",
- "community": 31,
- "community_name": "DEVOPS-001",
- "norm_label": "recommended direction",
- "id": "docs_audit_13_devops_audit_recommended_direction"
- },
- {
- "label": "Relevant Symbols or Lines",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L49",
- "_origin": "ast",
- "community": 31,
- "community_name": "DEVOPS-001",
- "norm_label": "relevant symbols or lines",
- "id": "docs_audit_13_devops_audit_relevant_symbols_or_lines"
- },
- {
- "label": "Risks",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L85",
- "_origin": "ast",
- "community": 31,
- "community_name": "DEVOPS-001",
- "norm_label": "risks",
- "id": "docs_audit_13_devops_audit_risks"
- },
- {
- "label": "Root Cause",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L58",
- "_origin": "ast",
- "community": 31,
- "community_name": "DEVOPS-001",
- "norm_label": "root cause",
- "id": "docs_audit_13_devops_audit_root_cause"
- },
- {
- "label": "Security or Data-Integrity Impact",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L70",
- "_origin": "ast",
- "community": 31,
- "community_name": "DEVOPS-001",
- "norm_label": "security or data-integrity impact",
- "id": "docs_audit_13_devops_audit_security_or_data_integrity_impact"
- },
- {
- "label": "Severity",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L34",
- "_origin": "ast",
- "community": 31,
- "community_name": "DEVOPS-001",
- "norm_label": "severity",
- "id": "docs_audit_13_devops_audit_severity"
- },
- {
- "label": "Status",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L40",
- "_origin": "ast",
- "community": 31,
- "community_name": "DEVOPS-001",
- "norm_label": "status",
- "id": "docs_audit_13_devops_audit_status"
- },
- {
- "label": "Technical Impact",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L67",
- "_origin": "ast",
- "community": 31,
- "community_name": "DEVOPS-001",
- "norm_label": "technical impact",
- "id": "docs_audit_13_devops_audit_technical_impact"
- },
- {
- "label": "Testing Requirements",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L91",
- "_origin": "ast",
- "community": 31,
- "community_name": "DEVOPS-001",
- "norm_label": "testing requirements",
- "id": "docs_audit_13_devops_audit_testing_requirements"
- },
- {
- "label": "Title",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L25",
- "_origin": "ast",
- "community": 31,
- "community_name": "DEVOPS-001",
- "norm_label": "title",
- "id": "docs_audit_13_devops_audit_title"
- },
- {
- "label": "User or Business Impact",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L64",
- "_origin": "ast",
- "community": 31,
- "community_name": "DEVOPS-001",
- "norm_label": "user or business impact",
- "id": "docs_audit_13_devops_audit_user_or_business_impact"
- },
- {
- "label": "Verification Requirements",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L88",
- "_origin": "ast",
- "community": 31,
- "community_name": "DEVOPS-001",
- "norm_label": "verification requirements",
- "id": "docs_audit_13_devops_audit_verification_requirements"
- },
- {
- "label": "Why It Matters",
- "file_type": "document",
- "source_file": "docs/audit/13-devops-audit.md",
- "source_location": "L61",
- "_origin": "ast",
- "community": 31,
- "community_name": "DEVOPS-001",
- "norm_label": "why it matters",
- "id": "docs_audit_13_devops_audit_why_it_matters"
- },
{
"label": "14-documentation-audit.md",
"file_type": "document",
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L1",
"_origin": "ast",
- "community": 32,
+ "community": 30,
"community_name": "DOC-001",
"norm_label": "14-documentation-audit.md",
"id": "docs_audit_14_documentation_audit"
@@ -26747,7 +26607,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L95",
"_origin": "ast",
- "community": 32,
+ "community": 30,
"community_name": "DOC-001",
"norm_label": "acceptance criteria",
"id": "docs_audit_14_documentation_audit_acceptance_criteria"
@@ -26758,7 +26618,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L42",
"_origin": "ast",
- "community": 32,
+ "community": 30,
"community_name": "DOC-001",
"norm_label": "affected application",
"id": "docs_audit_14_documentation_audit_affected_application"
@@ -26769,7 +26629,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L45",
"_origin": "ast",
- "community": 32,
+ "community": 30,
"community_name": "DOC-001",
"norm_label": "affected files",
"id": "docs_audit_14_documentation_audit_affected_files"
@@ -26780,7 +26640,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L77",
"_origin": "ast",
- "community": 32,
+ "community": 30,
"community_name": "DOC-001",
"norm_label": "alternative direction",
"id": "docs_audit_14_documentation_audit_alternative_direction"
@@ -26791,7 +26651,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L30",
"_origin": "ast",
- "community": 32,
+ "community": 30,
"community_name": "DOC-001",
"norm_label": "category",
"id": "docs_audit_14_documentation_audit_category"
@@ -26802,7 +26662,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L115",
"_origin": "ast",
- "community": 32,
+ "community": 30,
"community_name": "DOC-001",
"norm_label": "completion statement",
"id": "docs_audit_14_documentation_audit_completion_statement"
@@ -26813,7 +26673,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L36",
"_origin": "ast",
- "community": 32,
+ "community": 30,
"community_name": "DOC-001",
"norm_label": "confidence",
"id": "docs_audit_14_documentation_audit_confidence"
@@ -26824,7 +26684,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L83",
"_origin": "ast",
- "community": 32,
+ "community": 30,
"community_name": "DOC-001",
"norm_label": "dependencies",
"id": "docs_audit_14_documentation_audit_dependencies"
@@ -26835,7 +26695,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L22",
"_origin": "ast",
- "community": 32,
+ "community": 30,
"community_name": "DOC-001",
"norm_label": "doc-001",
"id": "docs_audit_14_documentation_audit_doc_001"
@@ -26846,7 +26706,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L1",
"_origin": "ast",
- "community": 32,
+ "community": 30,
"community_name": "DOC-001",
"norm_label": "documentation audit report",
"id": "docs_audit_14_documentation_audit_documentation_audit_report"
@@ -26857,7 +26717,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L27",
"_origin": "ast",
- "community": 32,
+ "community": 30,
"community_name": "DOC-001",
"norm_label": "domain",
"id": "docs_audit_14_documentation_audit_domain"
@@ -26868,7 +26728,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L15",
"_origin": "ast",
- "community": 32,
+ "community": 30,
"community_name": "DOC-001",
"norm_label": "domain overview & confirmed strengths",
"id": "docs_audit_14_documentation_audit_domain_overview_confirmed_strengths"
@@ -26879,7 +26739,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L53",
"_origin": "ast",
- "community": 32,
+ "community": 30,
"community_name": "DOC-001",
"norm_label": "evidence",
"id": "docs_audit_14_documentation_audit_evidence"
@@ -26890,7 +26750,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L103",
"_origin": "ast",
- "community": 32,
+ "community": 30,
"community_name": "DOC-001",
"norm_label": "finding summary",
"id": "docs_audit_14_documentation_audit_finding_summary"
@@ -26901,7 +26761,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L20",
"_origin": "ast",
- "community": 32,
+ "community": 30,
"community_name": "DOC-001",
"norm_label": "findings",
"id": "docs_audit_14_documentation_audit_findings"
@@ -26912,7 +26772,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L80",
"_origin": "ast",
- "community": 32,
+ "community": 30,
"community_name": "DOC-001",
"norm_label": "implementation complexity",
"id": "docs_audit_14_documentation_audit_implementation_complexity"
@@ -26923,7 +26783,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L98",
"_origin": "ast",
- "community": 32,
+ "community": 30,
"community_name": "DOC-001",
"norm_label": "notes and limitations",
"id": "docs_audit_14_documentation_audit_notes_and_limitations"
@@ -26934,7 +26794,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L56",
"_origin": "ast",
- "community": 32,
+ "community": 30,
"community_name": "DOC-001",
"norm_label": "problem",
"id": "docs_audit_14_documentation_audit_problem"
@@ -26945,7 +26805,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L74",
"_origin": "ast",
- "community": 32,
+ "community": 30,
"community_name": "DOC-001",
"norm_label": "recommended direction",
"id": "docs_audit_14_documentation_audit_recommended_direction"
@@ -26956,7 +26816,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L49",
"_origin": "ast",
- "community": 32,
+ "community": 30,
"community_name": "DOC-001",
"norm_label": "relevant symbols or lines",
"id": "docs_audit_14_documentation_audit_relevant_symbols_or_lines"
@@ -26967,7 +26827,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L86",
"_origin": "ast",
- "community": 32,
+ "community": 30,
"community_name": "DOC-001",
"norm_label": "risks",
"id": "docs_audit_14_documentation_audit_risks"
@@ -26978,7 +26838,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L59",
"_origin": "ast",
- "community": 32,
+ "community": 30,
"community_name": "DOC-001",
"norm_label": "root cause",
"id": "docs_audit_14_documentation_audit_root_cause"
@@ -26989,7 +26849,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L71",
"_origin": "ast",
- "community": 32,
+ "community": 30,
"community_name": "DOC-001",
"norm_label": "security or data-integrity impact",
"id": "docs_audit_14_documentation_audit_security_or_data_integrity_impact"
@@ -27000,7 +26860,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L33",
"_origin": "ast",
- "community": 32,
+ "community": 30,
"community_name": "DOC-001",
"norm_label": "severity",
"id": "docs_audit_14_documentation_audit_severity"
@@ -27011,7 +26871,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L39",
"_origin": "ast",
- "community": 32,
+ "community": 30,
"community_name": "DOC-001",
"norm_label": "status",
"id": "docs_audit_14_documentation_audit_status"
@@ -27022,7 +26882,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L68",
"_origin": "ast",
- "community": 32,
+ "community": 30,
"community_name": "DOC-001",
"norm_label": "technical impact",
"id": "docs_audit_14_documentation_audit_technical_impact"
@@ -27033,7 +26893,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L92",
"_origin": "ast",
- "community": 32,
+ "community": 30,
"community_name": "DOC-001",
"norm_label": "testing requirements",
"id": "docs_audit_14_documentation_audit_testing_requirements"
@@ -27044,7 +26904,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L24",
"_origin": "ast",
- "community": 32,
+ "community": 30,
"community_name": "DOC-001",
"norm_label": "title",
"id": "docs_audit_14_documentation_audit_title"
@@ -27055,7 +26915,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L65",
"_origin": "ast",
- "community": 32,
+ "community": 30,
"community_name": "DOC-001",
"norm_label": "user or business impact",
"id": "docs_audit_14_documentation_audit_user_or_business_impact"
@@ -27066,7 +26926,7 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L89",
"_origin": "ast",
- "community": 32,
+ "community": 30,
"community_name": "DOC-001",
"norm_label": "verification requirements",
"id": "docs_audit_14_documentation_audit_verification_requirements"
@@ -27077,18 +26937,172 @@
"source_file": "docs/audit/14-documentation-audit.md",
"source_location": "L62",
"_origin": "ast",
- "community": 32,
+ "community": 30,
"community_name": "DOC-001",
"norm_label": "why it matters",
"id": "docs_audit_14_documentation_audit_why_it_matters"
},
+ {
+ "label": "App.tsx",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/App.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 31,
+ "community_name": "adminRoutes.tsx",
+ "norm_label": "app.tsx",
+ "id": "frontend_admin_panel_src_app"
+ },
+ {
+ "label": "main.tsx",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/main.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 31,
+ "community_name": "adminRoutes.tsx",
+ "norm_label": "main.tsx",
+ "id": "frontend_admin_panel_src_main"
+ },
+ {
+ "label": "ContactSubmissions.tsx",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 31,
+ "community_name": "adminRoutes.tsx",
+ "norm_label": "contactsubmissions.tsx",
+ "id": "frontend_admin_panel_src_pages_contactsubmissions"
+ },
+ {
+ "label": "WholesaleApplications.tsx",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/WholesaleApplications.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 31,
+ "community_name": "adminRoutes.tsx",
+ "norm_label": "wholesaleapplications.tsx",
+ "id": "frontend_admin_panel_src_pages_wholesaleapplications"
+ },
+ {
+ "label": "Login.tsx",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Login.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 31,
+ "norm_label": "login.tsx",
+ "id": "frontend_admin_panel_src_pages_login"
+ },
+ {
+ "label": "SslSettingsPage.tsx",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/SslSettingsPage.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 31,
+ "norm_label": "sslsettingspage.tsx",
+ "id": "frontend_admin_panel_src_pages_sslsettingspage"
+ },
+ {
+ "label": "Tickets.tsx",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Tickets.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 31,
+ "norm_label": "tickets.tsx",
+ "id": "frontend_admin_panel_src_pages_tickets"
+ },
+ {
+ "label": "Wiki.tsx",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Wiki.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 31,
+ "norm_label": "wiki.tsx",
+ "id": "frontend_admin_panel_src_pages_wiki"
+ },
+ {
+ "label": "adminRoutes.tsx",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 31,
+ "norm_label": "adminroutes.tsx",
+ "id": "frontend_admin_panel_src_routes_adminroutes"
+ },
+ {
+ "label": "ContactSubmissions",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
+ "source_location": "L26",
+ "_origin": "ast",
+ "community": 31,
+ "norm_label": "contactsubmissions",
+ "id": "frontend_admin_panel_src_routes_adminroutes_contactsubmissions"
+ },
+ {
+ "label": "router",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
+ "source_location": "L48",
+ "_origin": "ast",
+ "community": 31,
+ "norm_label": "router",
+ "id": "frontend_admin_panel_src_routes_adminroutes_router"
+ },
+ {
+ "label": "SslSettingsPage",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
+ "source_location": "L37",
+ "_origin": "ast",
+ "community": 31,
+ "norm_label": "sslsettingspage",
+ "id": "frontend_admin_panel_src_routes_adminroutes_sslsettingspage"
+ },
+ {
+ "label": "Tickets",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
+ "source_location": "L39",
+ "_origin": "ast",
+ "community": 31,
+ "norm_label": "tickets",
+ "id": "frontend_admin_panel_src_routes_adminroutes_tickets"
+ },
+ {
+ "label": "WholesaleApplications",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
+ "source_location": "L24",
+ "_origin": "ast",
+ "community": 31,
+ "norm_label": "wholesaleapplications",
+ "id": "frontend_admin_panel_src_routes_adminroutes_wholesaleapplications"
+ },
+ {
+ "label": "Wiki",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
+ "source_location": "L19",
+ "_origin": "ast",
+ "community": 31,
+ "norm_label": "wiki",
+ "id": "frontend_admin_panel_src_routes_adminroutes_wiki"
+ },
{
"label": "CartDrawer.tsx",
"file_type": "code",
"source_file": "frontend/application/components/CartDrawer.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 33,
+ "community": 32,
"community_name": "toPersian",
"norm_label": "cartdrawer.tsx",
"id": "frontend_application_components_cartdrawer"
@@ -27099,7 +27113,7 @@
"source_file": "frontend/application/app/checkout/success/[id]/page.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 33,
+ "community": 32,
"community_name": "useCartStore",
"norm_label": "[id]/page.tsx",
"id": "frontend_application_app_checkout_success_id_page"
@@ -27110,7 +27124,7 @@
"source_file": "frontend/application/app/track/page.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 33,
+ "community": 32,
"community_name": "useCartStore",
"norm_label": "track/page.tsx",
"id": "frontend_application_app_track_page"
@@ -27121,7 +27135,7 @@
"source_file": "frontend/application/components/OrderSuccess.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 33,
+ "community": 32,
"community_name": "useCartStore",
"norm_label": "ordersuccess.tsx",
"id": "frontend_application_components_ordersuccess"
@@ -27132,7 +27146,7 @@
"source_file": "frontend/application/components/__tests__/CartDrawer.test.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 33,
+ "community": 32,
"community_name": "useCartStore",
"norm_label": "cartdrawer.test.tsx",
"id": "frontend_application_components_tests_cartdrawer_test"
@@ -27143,7 +27157,7 @@
"source_file": "frontend/application/components/__tests__/CartDrawer.test.tsx",
"source_location": "L19",
"_origin": "ast",
- "community": 33,
+ "community": 32,
"community_name": "useCartStore",
"norm_label": "mockproduct",
"id": "frontend_application_components_tests_cartdrawer_test_mockproduct"
@@ -27154,7 +27168,7 @@
"source_file": "frontend/application/components/__tests__/Header.test.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 33,
+ "community": 32,
"community_name": "useCartStore",
"norm_label": "header.test.tsx",
"id": "frontend_application_components_tests_header_test"
@@ -27165,7 +27179,7 @@
"source_file": "frontend/application/lib/services/orderService.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 33,
+ "community": 32,
"community_name": "useCartStore",
"norm_label": "orderservice.ts",
"id": "frontend_application_lib_services_orderservice"
@@ -27176,7 +27190,7 @@
"source_file": "frontend/application/lib/store/__tests__/cartStore.test.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 33,
+ "community": 32,
"community_name": "useCartStore",
"norm_label": "cartstore.test.ts",
"id": "frontend_application_lib_store_tests_cartstore_test"
@@ -27187,7 +27201,7 @@
"source_file": "frontend/application/lib/store/__tests__/cartStore.test.ts",
"source_location": "L20",
"_origin": "ast",
- "community": 33,
+ "community": 32,
"community_name": "useCartStore",
"norm_label": "mockproduct",
"id": "frontend_application_lib_store_tests_cartstore_test_mockproduct"
@@ -27198,7 +27212,7 @@
"source_file": "frontend/application/components/OrderTracking.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 33,
+ "community": 32,
"norm_label": "ordertracking.tsx",
"id": "frontend_application_components_ordertracking"
},
@@ -27208,7 +27222,7 @@
"source_file": "frontend/application/lib/store/cartStore.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 33,
+ "community": 32,
"norm_label": "cartstore.ts",
"id": "frontend_application_lib_store_cartstore"
},
@@ -27218,194 +27232,154 @@
"source_file": "frontend/application/lib/store/cartStore.ts",
"source_location": "L54",
"_origin": "ast",
- "community": 33,
+ "community": 32,
"norm_label": "usecartstore",
"id": "frontend_application_lib_store_cartstore_usecartstore"
},
{
- "label": "Query",
+ "label": "ConfirmModal.tsx",
"file_type": "code",
- "source_file": "",
- "source_location": "",
+ "source_file": "frontend/admin-panel/src/components/ui/ConfirmModal.tsx",
+ "source_location": "L1",
"_origin": "ast",
- "community": 34,
- "community_name": ".handleZibalCallback",
- "norm_label": "query",
- "id": "backend_src_payment_payment_controller_ts_query"
+ "community": 33,
+ "community_name": "Spinner.tsx",
+ "norm_label": "confirmmodal.tsx",
+ "id": "frontend_admin_panel_src_components_ui_confirmmodal"
},
{
- "label": "Headers",
+ "label": "Pagination.tsx",
"file_type": "code",
- "source_file": "",
- "source_location": "",
+ "source_file": "frontend/admin-panel/src/components/ui/Pagination.tsx",
+ "source_location": "L1",
"_origin": "ast",
- "community": 34,
- "community_name": ".handleZibalCallback",
- "norm_label": "headers",
- "id": "headers"
+ "community": 33,
+ "community_name": "Spinner.tsx",
+ "norm_label": "pagination.tsx",
+ "id": "frontend_admin_panel_src_components_ui_pagination"
},
{
- "label": "Ip",
+ "label": "Blogs.tsx",
"file_type": "code",
- "source_file": "",
- "source_location": "",
+ "source_file": "frontend/admin-panel/src/pages/Blogs.tsx",
+ "source_location": "L1",
"_origin": "ast",
- "community": 34,
- "community_name": ".handleZibalCallback",
- "norm_label": "ip",
- "id": "ip"
+ "community": 33,
+ "community_name": "Spinner.tsx",
+ "norm_label": "blogs.tsx",
+ "id": "frontend_admin_panel_src_pages_blogs"
},
{
- "label": "ApiBadRequestResponse",
+ "label": "Categories.tsx",
"file_type": "code",
- "source_file": "",
- "source_location": "",
+ "source_file": "frontend/admin-panel/src/pages/Categories.tsx",
+ "source_location": "L1",
"_origin": "ast",
- "community": 34,
- "community_name": "PaymentController",
- "norm_label": "apibadrequestresponse",
- "id": "backend_src_payment_payment_controller_ts_apibadrequestresponse"
+ "community": 33,
+ "community_name": "Spinner.tsx",
+ "norm_label": "categories.tsx",
+ "id": "frontend_admin_panel_src_pages_categories"
},
{
- "label": "ApiBearerAuth",
+ "label": "TestimonialsManager.tsx",
"file_type": "code",
- "source_file": "",
- "source_location": "",
+ "source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx",
+ "source_location": "L1",
"_origin": "ast",
- "community": 34,
- "community_name": "PaymentController",
- "norm_label": "apibearerauth",
- "id": "backend_src_payment_payment_controller_ts_apibearerauth"
+ "community": 33,
+ "community_name": "Spinner.tsx",
+ "norm_label": "testimonialsmanager.tsx",
+ "id": "frontend_admin_panel_src_pages_testimonialsmanager"
},
{
- "label": "ApiOkResponse",
+ "label": "MediaSelector.tsx",
"file_type": "code",
- "source_file": "",
- "source_location": "",
+ "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx",
+ "source_location": "L1",
"_origin": "ast",
- "community": 34,
- "community_name": "PaymentController",
- "norm_label": "apiokresponse",
- "id": "backend_src_payment_payment_controller_ts_apiokresponse"
+ "community": 33,
+ "norm_label": "mediaselector.tsx",
+ "id": "frontend_admin_panel_src_components_ui_mediaselector"
},
{
- "label": "ApiOperation",
+ "label": "Pets.tsx",
"file_type": "code",
- "source_file": "",
- "source_location": "",
+ "source_file": "frontend/admin-panel/src/pages/Pets.tsx",
+ "source_location": "L1",
"_origin": "ast",
- "community": 34,
- "community_name": "PaymentController",
- "norm_label": "apioperation",
- "id": "backend_src_payment_payment_controller_ts_apioperation"
+ "community": 33,
+ "norm_label": "pets.tsx",
+ "id": "frontend_admin_panel_src_pages_pets"
},
{
- "label": "ApiTags",
+ "label": "Products.tsx",
"file_type": "code",
- "source_file": "",
- "source_location": "",
+ "source_file": "frontend/admin-panel/src/pages/Products.tsx",
+ "source_location": "L1",
"_origin": "ast",
- "community": 34,
- "community_name": "PaymentController",
- "norm_label": "apitags",
- "id": "backend_src_payment_payment_controller_ts_apitags"
+ "community": 33,
+ "norm_label": "products.tsx",
+ "id": "frontend_admin_panel_src_pages_products"
},
{
- "label": "Body",
+ "label": "Blogs",
"file_type": "code",
- "source_file": "",
- "source_location": "",
+ "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
+ "source_location": "L18",
"_origin": "ast",
- "community": 34,
- "community_name": "PaymentController",
- "norm_label": "body",
- "id": "backend_src_payment_payment_controller_ts_body"
+ "community": 33,
+ "norm_label": "blogs",
+ "id": "frontend_admin_panel_src_routes_adminroutes_blogs"
},
{
- "label": "Controller",
+ "label": "Categories",
"file_type": "code",
- "source_file": "",
- "source_location": "",
+ "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
+ "source_location": "L17",
"_origin": "ast",
- "community": 34,
- "community_name": "PaymentController",
- "norm_label": "controller",
- "id": "backend_src_payment_payment_controller_ts_controller"
+ "community": 33,
+ "norm_label": "categories",
+ "id": "frontend_admin_panel_src_routes_adminroutes_categories"
},
{
- "label": "Get",
+ "label": "Pets",
"file_type": "code",
- "source_file": "",
- "source_location": "",
+ "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
+ "source_location": "L20",
"_origin": "ast",
- "community": 34,
- "community_name": "PaymentController",
- "norm_label": "get",
- "id": "backend_src_payment_payment_controller_ts_get"
+ "community": 33,
+ "norm_label": "pets",
+ "id": "frontend_admin_panel_src_routes_adminroutes_pets"
},
{
- "label": "Param",
+ "label": "Products",
"file_type": "code",
- "source_file": "",
- "source_location": "",
+ "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
+ "source_location": "L12",
"_origin": "ast",
- "community": 34,
- "community_name": "PaymentController",
- "norm_label": "param",
- "id": "backend_src_payment_payment_controller_ts_param"
+ "community": 33,
+ "norm_label": "products",
+ "id": "frontend_admin_panel_src_routes_adminroutes_products"
},
{
- "label": "Post",
+ "label": "TestimonialsManager",
"file_type": "code",
- "source_file": "",
- "source_location": "",
+ "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
+ "source_location": "L29",
"_origin": "ast",
- "community": 34,
- "community_name": "PaymentController",
- "norm_label": "post",
- "id": "backend_src_payment_payment_controller_ts_post"
+ "community": 33,
+ "norm_label": "testimonialsmanager",
+ "id": "frontend_admin_panel_src_routes_adminroutes_testimonialsmanager"
},
{
- "label": "Req",
+ "label": "BASE_DOMAIN",
"file_type": "code",
- "source_file": "",
- "source_location": "",
+ "source_file": "frontend/admin-panel/src/services/api.ts",
+ "source_location": "L7",
"_origin": "ast",
- "community": 34,
- "community_name": "PaymentController",
- "norm_label": "req",
- "id": "backend_src_payment_payment_controller_ts_req"
- },
- {
- "label": "UseGuards",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 34,
- "community_name": "PaymentController",
- "norm_label": "useguards",
- "id": "backend_src_payment_payment_controller_ts_useguards"
- },
- {
- "label": "Roles",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 34,
- "norm_label": "roles",
- "id": "backend_src_payment_payment_controller_ts_roles"
- },
- {
- "label": "Res",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 34,
- "norm_label": "res",
- "id": "res"
+ "community": 33,
+ "norm_label": "base_domain",
+ "id": "frontend_admin_panel_src_services_api_base_domain"
},
{
"label": "loading.tsx",
@@ -27413,7 +27387,7 @@
"source_file": "frontend/application/app/loading.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 35,
+ "community": 34,
"community_name": "ArchivePage.tsx",
"norm_label": "loading.tsx",
"id": "frontend_application_app_loading"
@@ -27424,7 +27398,7 @@
"source_file": "frontend/application/components/Skeleton.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 35,
+ "community": 34,
"community_name": "ArchivePage.tsx",
"norm_label": "components/skeleton.tsx",
"id": "frontend_application_components_skeleton"
@@ -27435,7 +27409,7 @@
"source_file": "frontend/application/app/profile/page.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 35,
+ "community": 34,
"community_name": "PetProfile.tsx",
"norm_label": "profile/page.tsx",
"id": "frontend_application_app_profile_page"
@@ -27446,7 +27420,7 @@
"source_file": "frontend/application/components/FeaturedProducts.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 35,
+ "community": 34,
"community_name": "useCartStore",
"norm_label": "featuredproducts.tsx",
"id": "frontend_application_components_featuredproducts"
@@ -27457,7 +27431,7 @@
"source_file": "frontend/application/components/__tests__/FeaturedProducts.test.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 35,
+ "community": 34,
"community_name": "useCartStore",
"norm_label": "featuredproducts.test.tsx",
"id": "frontend_application_components_tests_featuredproducts_test"
@@ -27468,7 +27442,7 @@
"source_file": "frontend/application/components/__tests__/FeaturedProducts.test.tsx",
"source_location": "L19",
"_origin": "ast",
- "community": 35,
+ "community": 34,
"community_name": "useCartStore",
"norm_label": "mockproducts",
"id": "frontend_application_components_tests_featuredproducts_test_mockproducts"
@@ -27479,7 +27453,7 @@
"source_file": "frontend/application/app/shop/page.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 35,
+ "community": 34,
"norm_label": "shop/page.tsx",
"id": "frontend_application_app_shop_page"
},
@@ -27489,7 +27463,7 @@
"source_file": "frontend/application/app/shop/page.tsx",
"source_location": "L4",
"_origin": "ast",
- "community": 35,
+ "community": 34,
"norm_label": "metadata",
"id": "frontend_application_app_shop_page_metadata"
},
@@ -27499,7 +27473,7 @@
"source_file": "frontend/application/components/ArchivePage.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 35,
+ "community": 34,
"norm_label": "archivepage.tsx",
"id": "frontend_application_components_archivepage"
},
@@ -27509,7 +27483,7 @@
"source_file": "frontend/application/components/ArchivePage.tsx",
"source_location": "L43",
"_origin": "ast",
- "community": 35,
+ "community": 34,
"norm_label": "category_map",
"id": "frontend_application_components_archivepage_category_map"
},
@@ -27519,7 +27493,7 @@
"source_file": "frontend/application/components/ArchivePage.tsx",
"source_location": "L34",
"_origin": "ast",
- "community": 35,
+ "community": 34,
"norm_label": "icon_map",
"id": "frontend_application_components_archivepage_icon_map"
},
@@ -27529,7 +27503,7 @@
"source_file": "frontend/application/components/PetProfile.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 35,
+ "community": 34,
"norm_label": "petprofile.tsx",
"id": "frontend_application_components_petprofile"
},
@@ -27539,7 +27513,7 @@
"source_file": "frontend/application/lib/store/usePetStore.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 35,
+ "community": 34,
"norm_label": "usepetstore.ts",
"id": "frontend_application_lib_store_usepetstore"
},
@@ -27549,7 +27523,7 @@
"source_file": "frontend/application/lib/store/usePetStore.ts",
"source_location": "L65",
"_origin": "ast",
- "community": 35,
+ "community": 34,
"norm_label": "usepetstore",
"id": "frontend_application_lib_store_usepetstore_usepetstore"
},
@@ -27559,7 +27533,7 @@
"source_file": "backend/scripts/generate-openapi.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 36,
+ "community": 35,
"community_name": "RedisService",
"norm_label": "generate-openapi.ts",
"id": "backend_scripts_generate_openapi_ts_backend_scripts_generate_openapi"
@@ -27570,7 +27544,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 36,
+ "community": 35,
"community_name": "RedisService",
"norm_label": "module",
"id": "backend_src_app_module_ts_module"
@@ -27581,7 +27555,7 @@
"source_file": "backend/test/app.e2e-spec.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 36,
+ "community": 35,
"community_name": "RedisService",
"norm_label": "app.e2e-spec.ts",
"id": "backend_test_app_e2e_spec"
@@ -27592,7 +27566,7 @@
"source_file": "backend/src/common/filters/prisma-exception.filter.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 36,
+ "community": 35,
"community_name": "main.ts",
"norm_label": "prisma-exception.filter.ts",
"id": "backend_src_common_filters_prisma_exception_filter"
@@ -27603,7 +27577,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 36,
+ "community": 35,
"community_name": "main.ts",
"norm_label": "catch",
"id": "backend_src_common_filters_prisma_exception_filter_ts_catch"
@@ -27614,7 +27588,7 @@
"source_file": "backend/src/common/interceptors/decimal.interceptor.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 36,
+ "community": 35,
"community_name": "main.ts",
"norm_label": "decimal.interceptor.ts",
"id": "backend_src_common_interceptors_decimal_interceptor"
@@ -27625,7 +27599,7 @@
"source_file": "backend/src/common/interceptors/decimal.interceptor.spec.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 36,
+ "community": 35,
"community_name": "main.ts",
"norm_label": "decimal.interceptor.spec.ts",
"id": "backend_src_common_interceptors_decimal_interceptor_spec"
@@ -27636,7 +27610,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 36,
+ "community": 35,
"community_name": "main.ts",
"norm_label": "injectable",
"id": "backend_src_common_interceptors_decimal_interceptor_ts_injectable"
@@ -27647,7 +27621,7 @@
"source_file": "backend/src/common/schemas/error-response.schema.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 36,
+ "community": 35,
"community_name": "main.ts",
"norm_label": "error-response.schema.ts",
"id": "backend_src_common_schemas_error_response_schema"
@@ -27658,7 +27632,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 36,
+ "community": 35,
"community_name": "main.ts",
"norm_label": "apiproperty",
"id": "backend_src_common_schemas_error_response_schema_ts_apiproperty"
@@ -27669,7 +27643,7 @@
"source_file": "backend/test/app-audit-verification.e2e-spec.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 36,
+ "community": 35,
"community_name": "main.ts",
"norm_label": "app-audit-verification.e2e-spec.ts",
"id": "backend_test_app_audit_verification_e2e_spec"
@@ -27680,7 +27654,7 @@
"source_file": "backend/src/common/filters/http-exception.filter.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 36,
+ "community": 35,
"norm_label": "http-exception.filter.ts",
"id": "backend_src_common_filters_http_exception_filter"
},
@@ -27690,7 +27664,7 @@
"source_file": "backend/src/main.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 36,
+ "community": 35,
"norm_label": "main.ts",
"id": "backend_src_main"
},
@@ -27700,7 +27674,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 36,
+ "community": 35,
"norm_label": "catch",
"id": "catch"
},
@@ -27710,7 +27684,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 37,
+ "community": 36,
"community_name": "B2BService",
"norm_label": "apibearerauth",
"id": "backend_src_b2b_b2b_controller_ts_apibearerauth"
@@ -27721,7 +27695,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 37,
+ "community": 36,
"community_name": "B2BService",
"norm_label": "apioperation",
"id": "backend_src_b2b_b2b_controller_ts_apioperation"
@@ -27732,7 +27706,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 37,
+ "community": 36,
"community_name": "B2BService",
"norm_label": "apitags",
"id": "backend_src_b2b_b2b_controller_ts_apitags"
@@ -27743,7 +27717,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 37,
+ "community": 36,
"community_name": "B2BService",
"norm_label": "body",
"id": "backend_src_b2b_b2b_controller_ts_body"
@@ -27754,7 +27728,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 37,
+ "community": 36,
"community_name": "B2BService",
"norm_label": "controller",
"id": "backend_src_b2b_b2b_controller_ts_controller"
@@ -27765,7 +27739,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 37,
+ "community": 36,
"community_name": "B2BService",
"norm_label": "get",
"id": "backend_src_b2b_b2b_controller_ts_get"
@@ -27776,7 +27750,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 37,
+ "community": 36,
"community_name": "B2BService",
"norm_label": "param",
"id": "backend_src_b2b_b2b_controller_ts_param"
@@ -27787,7 +27761,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 37,
+ "community": 36,
"community_name": "B2BService",
"norm_label": "post",
"id": "backend_src_b2b_b2b_controller_ts_post"
@@ -27798,7 +27772,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 37,
+ "community": 36,
"community_name": "B2BService",
"norm_label": "put",
"id": "backend_src_b2b_b2b_controller_ts_put"
@@ -27809,7 +27783,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 37,
+ "community": 36,
"community_name": "B2BService",
"norm_label": "req",
"id": "backend_src_b2b_b2b_controller_ts_req"
@@ -27820,7 +27794,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 37,
+ "community": 36,
"community_name": "B2BService",
"norm_label": "useguards",
"id": "backend_src_b2b_b2b_controller_ts_useguards"
@@ -27831,7 +27805,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 37,
+ "community": 36,
"community_name": "B2BService",
"norm_label": "injectable",
"id": "backend_src_b2b_b2b_service_ts_injectable"
@@ -27842,7 +27816,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 38,
+ "community": 37,
"community_name": "ZibalService",
"norm_label": "injectable",
"id": "backend_src_payment_payment_service_ts_injectable"
@@ -27853,7 +27827,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 38,
+ "community": 37,
"community_name": "ZibalService",
"norm_label": "injectable",
"id": "backend_src_payment_zibal_service_ts_injectable"
@@ -27864,7 +27838,7 @@
"source_file": "docs/04-setup-and-deployment.md",
"source_location": "L1",
"_origin": "ast",
- "community": 39,
+ "community": 38,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "04-setup-and-deployment.md",
"id": "docs_04_setup_and_deployment"
@@ -27875,7 +27849,7 @@
"source_file": "docs/04-setup-and-deployment.md",
"source_location": "L13",
"_origin": "ast",
- "community": 39,
+ "community": 38,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "\u0627\u062c\u0631\u0627\u06cc \u0628\u06a9\u200c\u0627\u0646\u062f",
"id": "docs_04_setup_and_deployment_\u0627\u062c\u0631\u0627\u06cc_\u0628\u06a9_\u0627\u0646\u062f"
@@ -27886,7 +27860,7 @@
"source_file": "docs/04-setup-and-deployment.md",
"source_location": "L22",
"_origin": "ast",
- "community": 39,
+ "community": 38,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "\u0627\u062c\u0631\u0627\u06cc \u0641\u0631\u0627\u0646\u062a\u200c\u0627\u0646\u062f",
"id": "docs_04_setup_and_deployment_\u0627\u062c\u0631\u0627\u06cc_\u0641\u0631\u0627\u0646\u062a_\u0627\u0646\u062f"
@@ -27897,7 +27871,7 @@
"source_file": "docs/04-setup-and-deployment.md",
"source_location": "L48",
"_origin": "ast",
- "community": 39,
+ "community": 38,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "\u0627\u062c\u0631\u0627\u06cc \u067e\u0631\u0648\u0698\u0647 \u062f\u0631 \u0633\u0631\u0648\u0631 \u0628\u0627 pm2",
"id": "docs_04_setup_and_deployment_\u0627\u062c\u0631\u0627\u06cc_\u067e\u0631\u0648\u0698\u0647_\u062f\u0631_\u0633\u0631\u0648\u0631_\u0628\u0627_pm2"
@@ -27908,7 +27882,7 @@
"source_file": "docs/04-setup-and-deployment.md",
"source_location": "L52",
"_origin": "ast",
- "community": 39,
+ "community": 38,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "\u0628\u0631\u0627\u06cc \u0631\u0627\u0647\u200c\u0627\u0646\u062f\u0627\u0632\u06cc \u0628\u06a9\u200c\u0627\u0646\u062f:",
"id": "docs_04_setup_and_deployment_\u0628\u0631\u0627\u06cc_\u0631\u0627\u0647_\u0627\u0646\u062f\u0627\u0632\u06cc_\u0628\u06a9_\u0627\u0646\u062f"
@@ -27919,7 +27893,7 @@
"source_file": "docs/04-setup-and-deployment.md",
"source_location": "L58",
"_origin": "ast",
- "community": 39,
+ "community": 38,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "\u0628\u0631\u0627\u06cc \u0631\u0627\u0647\u200c\u0627\u0646\u062f\u0627\u0632\u06cc \u0641\u0631\u0627\u0646\u062a\u200c\u0627\u0646\u062f next.js:",
"id": "docs_04_setup_and_deployment_\u0628\u0631\u0627\u06cc_\u0631\u0627\u0647_\u0627\u0646\u062f\u0627\u0632\u06cc_\u0641\u0631\u0627\u0646\u062a_\u0627\u0646\u062f_next_js"
@@ -27930,7 +27904,7 @@
"source_file": "docs/04-setup-and-deployment.md",
"source_location": "L36",
"_origin": "ast",
- "community": 39,
+ "community": 38,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "\u0628\u06cc\u0644\u062f \u06a9\u0631\u062f\u0646 \u067e\u0631\u0648\u0698\u0647 (building)",
"id": "docs_04_setup_and_deployment_\u0628\u06cc\u0644\u062f_\u06a9\u0631\u062f\u0646_\u067e\u0631\u0648\u0698\u0647_building"
@@ -27941,7 +27915,7 @@
"source_file": "docs/04-setup-and-deployment.md",
"source_location": "L64",
"_origin": "ast",
- "community": 39,
+ "community": 38,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "\u0630\u062e\u06cc\u0631\u0647 \u067e\u0631\u0648\u0633\u0647\u200c\u0647\u0627 \u062a\u0627 \u067e\u0633 \u0627\u0632 \u0631\u06cc\u200c\u0627\u0633\u062a\u0627\u0631\u062a \u0633\u0631\u0648\u0631 \u0642\u0637\u0639 \u0646\u0634\u0648\u0646\u062f:",
"id": "docs_04_setup_and_deployment_\u0630\u062e\u06cc\u0631\u0647_\u067e\u0631\u0648\u0633\u0647_\u0647\u0627_\u062a\u0627_\u067e\u0633_\u0627\u0632_\u0631\u06cc_\u0627\u0633\u062a\u0627\u0631\u062a_\u0633\u0631\u0648\u0631_\u0642\u0637\u0639_\u0646\u0634\u0648\u0646\u062f"
@@ -27952,7 +27926,7 @@
"source_file": "docs/04-setup-and-deployment.md",
"source_location": "L1",
"_origin": "ast",
- "community": 39,
+ "community": 38,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "\u0631\u0627\u0647\u200c\u0627\u0646\u062f\u0627\u0632\u06cc \u0648 \u0627\u0646\u062a\u0634\u0627\u0631 \u0633\u06cc\u0633\u062a\u0645 (setup & deployment)",
"id": "docs_04_setup_and_deployment_\u0631\u0627\u0647_\u0627\u0646\u062f\u0627\u0632\u06cc_\u0648_\u0627\u0646\u062a\u0634\u0627\u0631_\u0633\u06cc\u0633\u062a\u0645_setup_deployment"
@@ -27963,7 +27937,7 @@
"source_file": "docs/04-setup-and-deployment.md",
"source_location": "L78",
"_origin": "ast",
- "community": 39,
+ "community": 38,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "\u0646\u0645\u0648\u0646\u0647 \u0641\u0627\u06cc\u0644 \u06a9\u0627\u0646\u0641\u06cc\u06af nginx",
"id": "docs_04_setup_and_deployment_\u0646\u0645\u0648\u0646\u0647_\u0641\u0627\u06cc\u0644_\u06a9\u0627\u0646\u0641\u06cc\u06af_nginx"
@@ -27974,7 +27948,7 @@
"source_file": "docs/04-setup-and-deployment.md",
"source_location": "L9",
"_origin": "ast",
- "community": 39,
+ "community": 38,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "\u067e\u06cc\u0634\u200c\u0646\u06cc\u0627\u0632\u0647\u0627",
"id": "docs_04_setup_and_deployment_\u067e\u06cc\u0634_\u0646\u06cc\u0627\u0632\u0647\u0627"
@@ -27985,7 +27959,7 @@
"source_file": "docs/04-setup-and-deployment.md",
"source_location": "L5",
"_origin": "ast",
- "community": 39,
+ "community": 38,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "\u06f1. \u0645\u062d\u06cc\u0637 \u062a\u0648\u0633\u0639\u0647 (development mode)",
"id": "docs_04_setup_and_deployment_\u06f1_\u0645\u062d\u06cc\u0637_\u062a\u0648\u0633\u0639\u0647_development_mode"
@@ -27996,7 +27970,7 @@
"source_file": "docs/04-setup-and-deployment.md",
"source_location": "L32",
"_origin": "ast",
- "community": 39,
+ "community": 38,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "\u06f2. \u0645\u062d\u06cc\u0637 \u067e\u0631\u0648\u062f\u0627\u06a9\u0634\u0646 \u0648 \u0627\u0646\u062a\u0634\u0627\u0631 (production deployment)",
"id": "docs_04_setup_and_deployment_\u06f2_\u0645\u062d\u06cc\u0637_\u067e\u0631\u0648\u062f\u0627\u06a9\u0634\u0646_\u0648_\u0627\u0646\u062a\u0634\u0627\u0631_production_deployment"
@@ -28007,7 +27981,7 @@
"source_file": "docs/04-setup-and-deployment.md",
"source_location": "L72",
"_origin": "ast",
- "community": 39,
+ "community": 38,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "\u06f3. \u062a\u0646\u0638\u06cc\u0645\u0627\u062a nginx (reverse proxy)",
"id": "docs_04_setup_and_deployment_\u06f3_\u062a\u0646\u0638\u06cc\u0645\u0627\u062a_nginx_reverse_proxy"
@@ -28018,7 +27992,7 @@
"source_file": "docs/05-devops-and-monitoring.md",
"source_location": "L1",
"_origin": "ast",
- "community": 39,
+ "community": 38,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "05-devops-and-monitoring.md",
"id": "docs_05_devops_and_monitoring"
@@ -28029,7 +28003,7 @@
"source_file": "docs/05-devops-and-monitoring.md",
"source_location": "L1",
"_origin": "ast",
- "community": 39,
+ "community": 38,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "\u062f\u0648\u0627\u067e\u0633 \u0648 \u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af \u0633\u06cc\u0633\u062a\u0645 (devops & monitoring)",
"id": "docs_05_devops_and_monitoring_\u062f\u0648\u0627\u067e\u0633_\u0648_\u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af_\u0633\u06cc\u0633\u062a\u0645_devops_monitoring"
@@ -28040,7 +28014,7 @@
"source_file": "docs/05-devops-and-monitoring.md",
"source_location": "L5",
"_origin": "ast",
- "community": 39,
+ "community": 38,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "\u06f1. \u0641\u0631\u0627\u06cc\u0646\u062f \u0627\u0633\u062a\u0642\u0631\u0627\u0631 \u062e\u0648\u062f\u06a9\u0627\u0631 (ci/cd)",
"id": "docs_05_devops_and_monitoring_\u06f1_\u0641\u0631\u0622\u06cc\u0646\u062f_\u0627\u0633\u062a\u0642\u0631\u0627\u0631_\u062e\u0648\u062f\u06a9\u0627\u0631_ci_cd"
@@ -28051,7 +28025,7 @@
"source_file": "docs/05-devops-and-monitoring.md",
"source_location": "L12",
"_origin": "ast",
- "community": 39,
+ "community": 38,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "\u06f2. \u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af \u0639\u0645\u0644\u06a9\u0631\u062f (pm2 dashboard)",
"id": "docs_05_devops_and_monitoring_\u06f2_\u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af_\u0639\u0645\u0644\u06a9\u0631\u062f_pm2_dashboard"
@@ -28062,7 +28036,7 @@
"source_file": "docs/05-devops-and-monitoring.md",
"source_location": "L27",
"_origin": "ast",
- "community": 39,
+ "community": 38,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "\u06f3. \u0628\u0631\u0631\u0633\u06cc \u0644\u0627\u06af\u200c\u0647\u0627\u06cc \u0633\u06cc\u0633\u062a\u0645 (logs management)",
"id": "docs_05_devops_and_monitoring_\u06f3_\u0628\u0631\u0631\u0633\u06cc_\u0644\u0627\u06af_\u0647\u0627\u06cc_\u0633\u06cc\u0633\u062a\u0645_logs_management"
@@ -28073,7 +28047,7 @@
"source_file": "docs/05-devops-and-monitoring.md",
"source_location": "L39",
"_origin": "ast",
- "community": 39,
+ "community": 38,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "\u06f4. \u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af \u062f\u06cc\u062a\u0627\u0628\u06cc\u0633 (postgresql)",
"id": "docs_05_devops_and_monitoring_\u06f4_\u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af_\u062f\u06cc\u062a\u0627\u0628\u06cc\u0633_postgresql"
@@ -28084,7 +28058,7 @@
"source_file": "docs/06-testing.md",
"source_location": "L1",
"_origin": "ast",
- "community": 39,
+ "community": 38,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "06-testing.md",
"id": "docs_06_testing"
@@ -28095,7 +28069,7 @@
"source_file": "docs/06-testing.md",
"source_location": "L1",
"_origin": "ast",
- "community": 39,
+ "community": 38,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (software testing)",
"id": "docs_06_testing_\u0631\u0627\u0647\u0646\u0645\u0627\u06cc_\u062a\u0633\u062a_\u0633\u06cc\u0633\u062a\u0645_software_testing"
@@ -28106,7 +28080,7 @@
"source_file": "docs/06-testing.md",
"source_location": "L5",
"_origin": "ast",
- "community": 39,
+ "community": 38,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "\u06f1. \u062a\u0633\u062a\u200c\u0647\u0627\u06cc \u0648\u0627\u062d\u062f \u062f\u0631 backend (unit testing)",
"id": "docs_06_testing_\u06f1_\u062a\u0633\u062a_\u0647\u0627\u06cc_\u0648\u0627\u062d\u062f_\u062f\u0631_backend_unit_testing"
@@ -28117,7 +28091,7 @@
"source_file": "docs/06-testing.md",
"source_location": "L17",
"_origin": "ast",
- "community": 39,
+ "community": 38,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "\u06f2. \u062a\u0633\u062a\u200c\u0647\u0627\u06cc end-to-end \u062f\u0631 backend (e2e testing)",
"id": "docs_06_testing_\u06f2_\u062a\u0633\u062a_\u0647\u0627\u06cc_end_to_end_\u062f\u0631_backend_e2e_testing"
@@ -28128,7 +28102,7 @@
"source_file": "docs/06-testing.md",
"source_location": "L27",
"_origin": "ast",
- "community": 39,
+ "community": 38,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "\u06f3. \u062a\u0633\u062a\u200c\u0647\u0627\u06cc ui \u062f\u0631 frontend (component testing)",
"id": "docs_06_testing_\u06f3_\u062a\u0633\u062a_\u0647\u0627\u06cc_ui_\u062f\u0631_frontend_component_testing"
@@ -28139,7 +28113,7 @@
"source_file": "docs/06-testing.md",
"source_location": "L35",
"_origin": "ast",
- "community": 39,
+ "community": 38,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "\u06f4. \u062a\u0633\u062a\u200c\u0647\u0627\u06cc \u06cc\u06a9\u067e\u0627\u0631\u0686\u06af\u06cc \u0633\u06cc\u0633\u062a\u0645\u06cc \u062f\u0631 frontend (e2e frontend - playwright / cypress)",
"id": "docs_06_testing_\u06f4_\u062a\u0633\u062a_\u0647\u0627\u06cc_\u06cc\u06a9\u067e\u0627\u0631\u0686\u06af\u06cc_\u0633\u06cc\u0633\u062a\u0645\u06cc_\u062f\u0631_frontend_e2e_frontend_playwright_cypress"
@@ -28150,7 +28124,7 @@
"source_file": "docs/06-testing.md",
"source_location": "L38",
"_origin": "ast",
- "community": 39,
+ "community": 38,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "\u06f5. \u0686\u06a9 \u0644\u06cc\u0633\u062a \u062a\u0633\u062a\u200c\u0647\u0627\u06cc \u062f\u0633\u062a\u06cc (manual qa checklist)",
"id": "docs_06_testing_\u06f5_\u0686\u06a9_\u0644\u06cc\u0633\u062a_\u062a\u0633\u062a_\u0647\u0627\u06cc_\u062f\u0633\u062a\u06cc_manual_qa_checklist"
@@ -28161,7 +28135,7 @@
"source_file": "docs/README.md",
"source_location": "L1",
"_origin": "ast",
- "community": 39,
+ "community": 38,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "docs/readme.md",
"id": "docs_readme"
@@ -28172,11 +28146,165 @@
"source_file": "docs/README.md",
"source_location": "L7",
"_origin": "ast",
- "community": 39,
+ "community": 38,
"community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)",
"norm_label": "\u0641\u0647\u0631\u0633\u062a \u0645\u0637\u0627\u0644\u0628 (table of contents)",
"id": "docs_readme_\u0641\u0647\u0631\u0633\u062a_\u0645\u0637\u0627\u0644\u0628_table_of_contents"
},
+ {
+ "label": "ApiBearerAuth",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 39,
+ "community_name": "CategoriesController",
+ "norm_label": "apibearerauth",
+ "id": "backend_src_admin_categories_controller_ts_apibearerauth"
+ },
+ {
+ "label": "ApiOperation",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 39,
+ "community_name": "CategoriesController",
+ "norm_label": "apioperation",
+ "id": "backend_src_admin_categories_controller_ts_apioperation"
+ },
+ {
+ "label": "ApiQuery",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 39,
+ "community_name": "CategoriesController",
+ "norm_label": "apiquery",
+ "id": "backend_src_admin_categories_controller_ts_apiquery"
+ },
+ {
+ "label": "ApiTags",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 39,
+ "community_name": "CategoriesController",
+ "norm_label": "apitags",
+ "id": "backend_src_admin_categories_controller_ts_apitags"
+ },
+ {
+ "label": "Body",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 39,
+ "community_name": "CategoriesController",
+ "norm_label": "body",
+ "id": "backend_src_admin_categories_controller_ts_body"
+ },
+ {
+ "label": "Controller",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 39,
+ "community_name": "CategoriesController",
+ "norm_label": "controller",
+ "id": "backend_src_admin_categories_controller_ts_controller"
+ },
+ {
+ "label": "Delete",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 39,
+ "community_name": "CategoriesController",
+ "norm_label": "delete",
+ "id": "backend_src_admin_categories_controller_ts_delete"
+ },
+ {
+ "label": "Get",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 39,
+ "community_name": "CategoriesController",
+ "norm_label": "get",
+ "id": "backend_src_admin_categories_controller_ts_get"
+ },
+ {
+ "label": "Param",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 39,
+ "community_name": "CategoriesController",
+ "norm_label": "param",
+ "id": "backend_src_admin_categories_controller_ts_param"
+ },
+ {
+ "label": "Post",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 39,
+ "community_name": "CategoriesController",
+ "norm_label": "post",
+ "id": "backend_src_admin_categories_controller_ts_post"
+ },
+ {
+ "label": "Put",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 39,
+ "community_name": "CategoriesController",
+ "norm_label": "put",
+ "id": "backend_src_admin_categories_controller_ts_put"
+ },
+ {
+ "label": "Query",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 39,
+ "community_name": "CategoriesController",
+ "norm_label": "query",
+ "id": "backend_src_admin_categories_controller_ts_query"
+ },
+ {
+ "label": "UseGuards",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 39,
+ "community_name": "CategoriesController",
+ "norm_label": "useguards",
+ "id": "backend_src_admin_categories_controller_ts_useguards"
+ },
+ {
+ "label": "Injectable",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 39,
+ "community_name": "CategoriesController",
+ "norm_label": "injectable",
+ "id": "backend_src_admin_categories_service_ts_injectable"
+ },
{
"label": "admin/blogs.controller.ts",
"file_type": "code",
@@ -28471,292 +28599,13 @@
"norm_label": "ssl.service.ts",
"id": "backend_src_admin_ssl_service"
},
- {
- "label": "ConfirmModal.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/components/ui/ConfirmModal.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 40,
- "community_name": "Spinner.tsx",
- "norm_label": "confirmmodal.tsx",
- "id": "frontend_admin_panel_src_components_ui_confirmmodal"
- },
- {
- "label": "Pagination.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/components/ui/Pagination.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 40,
- "community_name": "Spinner.tsx",
- "norm_label": "pagination.tsx",
- "id": "frontend_admin_panel_src_components_ui_pagination"
- },
- {
- "label": "Blogs.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Blogs.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 40,
- "community_name": "Spinner.tsx",
- "norm_label": "blogs.tsx",
- "id": "frontend_admin_panel_src_pages_blogs"
- },
- {
- "label": "Categories.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Categories.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 40,
- "community_name": "Spinner.tsx",
- "norm_label": "categories.tsx",
- "id": "frontend_admin_panel_src_pages_categories"
- },
- {
- "label": "TestimonialsManager.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 40,
- "community_name": "Spinner.tsx",
- "norm_label": "testimonialsmanager.tsx",
- "id": "frontend_admin_panel_src_pages_testimonialsmanager"
- },
- {
- "label": "MediaSelector.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 40,
- "norm_label": "mediaselector.tsx",
- "id": "frontend_admin_panel_src_components_ui_mediaselector"
- },
- {
- "label": "Pets.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Pets.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 40,
- "norm_label": "pets.tsx",
- "id": "frontend_admin_panel_src_pages_pets"
- },
- {
- "label": "Products.tsx",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/pages/Products.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 40,
- "norm_label": "products.tsx",
- "id": "frontend_admin_panel_src_pages_products"
- },
- {
- "label": "Pets",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
- "source_location": "L20",
- "_origin": "ast",
- "community": 40,
- "norm_label": "pets",
- "id": "frontend_admin_panel_src_routes_adminroutes_pets"
- },
- {
- "label": "Products",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
- "source_location": "L12",
- "_origin": "ast",
- "community": 40,
- "norm_label": "products",
- "id": "frontend_admin_panel_src_routes_adminroutes_products"
- },
- {
- "label": "TestimonialsManager",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
- "source_location": "L29",
- "_origin": "ast",
- "community": 40,
- "norm_label": "testimonialsmanager",
- "id": "frontend_admin_panel_src_routes_adminroutes_testimonialsmanager"
- },
- {
- "label": "BASE_DOMAIN",
- "file_type": "code",
- "source_file": "frontend/admin-panel/src/services/api.ts",
- "source_location": "L7",
- "_origin": "ast",
- "community": 40,
- "norm_label": "base_domain",
- "id": "frontend_admin_panel_src_services_api_base_domain"
- },
{
"label": "ApiBearerAuth",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 41,
- "community_name": "CategoriesController",
- "norm_label": "apibearerauth",
- "id": "backend_src_admin_categories_controller_ts_apibearerauth"
- },
- {
- "label": "ApiOperation",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 41,
- "community_name": "CategoriesController",
- "norm_label": "apioperation",
- "id": "backend_src_admin_categories_controller_ts_apioperation"
- },
- {
- "label": "ApiQuery",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 41,
- "community_name": "CategoriesController",
- "norm_label": "apiquery",
- "id": "backend_src_admin_categories_controller_ts_apiquery"
- },
- {
- "label": "ApiTags",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 41,
- "community_name": "CategoriesController",
- "norm_label": "apitags",
- "id": "backend_src_admin_categories_controller_ts_apitags"
- },
- {
- "label": "Body",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 41,
- "community_name": "CategoriesController",
- "norm_label": "body",
- "id": "backend_src_admin_categories_controller_ts_body"
- },
- {
- "label": "Controller",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 41,
- "community_name": "CategoriesController",
- "norm_label": "controller",
- "id": "backend_src_admin_categories_controller_ts_controller"
- },
- {
- "label": "Delete",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 41,
- "community_name": "CategoriesController",
- "norm_label": "delete",
- "id": "backend_src_admin_categories_controller_ts_delete"
- },
- {
- "label": "Get",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 41,
- "community_name": "CategoriesController",
- "norm_label": "get",
- "id": "backend_src_admin_categories_controller_ts_get"
- },
- {
- "label": "Param",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 41,
- "community_name": "CategoriesController",
- "norm_label": "param",
- "id": "backend_src_admin_categories_controller_ts_param"
- },
- {
- "label": "Post",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 41,
- "community_name": "CategoriesController",
- "norm_label": "post",
- "id": "backend_src_admin_categories_controller_ts_post"
- },
- {
- "label": "Put",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 41,
- "community_name": "CategoriesController",
- "norm_label": "put",
- "id": "backend_src_admin_categories_controller_ts_put"
- },
- {
- "label": "Query",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 41,
- "community_name": "CategoriesController",
- "norm_label": "query",
- "id": "backend_src_admin_categories_controller_ts_query"
- },
- {
- "label": "UseGuards",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 41,
- "community_name": "CategoriesController",
- "norm_label": "useguards",
- "id": "backend_src_admin_categories_controller_ts_useguards"
- },
- {
- "label": "Injectable",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 41,
- "community_name": "CategoriesController",
- "norm_label": "injectable",
- "id": "backend_src_admin_categories_service_ts_injectable"
- },
- {
- "label": "ApiBearerAuth",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 42,
+ "community": 40,
"community_name": "MediaController",
"norm_label": "apibearerauth",
"id": "backend_src_admin_media_controller_ts_apibearerauth"
@@ -28767,7 +28616,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 42,
+ "community": 40,
"community_name": "MediaController",
"norm_label": "apioperation",
"id": "backend_src_admin_media_controller_ts_apioperation"
@@ -28778,7 +28627,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 42,
+ "community": 40,
"community_name": "MediaController",
"norm_label": "apitags",
"id": "backend_src_admin_media_controller_ts_apitags"
@@ -28789,7 +28638,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 42,
+ "community": 40,
"community_name": "MediaController",
"norm_label": "body",
"id": "backend_src_admin_media_controller_ts_body"
@@ -28800,7 +28649,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 42,
+ "community": 40,
"community_name": "MediaController",
"norm_label": "controller",
"id": "backend_src_admin_media_controller_ts_controller"
@@ -28811,7 +28660,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 42,
+ "community": 40,
"community_name": "MediaController",
"norm_label": "delete",
"id": "backend_src_admin_media_controller_ts_delete"
@@ -28822,7 +28671,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 42,
+ "community": 40,
"community_name": "MediaController",
"norm_label": "get",
"id": "backend_src_admin_media_controller_ts_get"
@@ -28833,7 +28682,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 42,
+ "community": 40,
"community_name": "MediaController",
"norm_label": "param",
"id": "backend_src_admin_media_controller_ts_param"
@@ -28844,7 +28693,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 42,
+ "community": 40,
"community_name": "MediaController",
"norm_label": "post",
"id": "backend_src_admin_media_controller_ts_post"
@@ -28855,7 +28704,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 42,
+ "community": 40,
"community_name": "MediaController",
"norm_label": "put",
"id": "backend_src_admin_media_controller_ts_put"
@@ -28866,7 +28715,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 42,
+ "community": 40,
"community_name": "MediaController",
"norm_label": "uploadedfile",
"id": "backend_src_admin_media_controller_ts_uploadedfile"
@@ -28877,7 +28726,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 42,
+ "community": 40,
"community_name": "MediaController",
"norm_label": "useguards",
"id": "backend_src_admin_media_controller_ts_useguards"
@@ -28888,7 +28737,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 42,
+ "community": 40,
"community_name": "MediaController",
"norm_label": "useinterceptors",
"id": "backend_src_admin_media_controller_ts_useinterceptors"
@@ -28899,7 +28748,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 42,
+ "community": 40,
"community_name": "admin.module.ts",
"norm_label": "injectable",
"id": "backend_src_admin_media_service_ts_injectable"
@@ -28910,7 +28759,7 @@
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L1",
"_origin": "ast",
- "community": 43,
+ "community": 41,
"community_name": "What You Must Do When Invoked",
"norm_label": ".antigravity/workflows/graphify.md",
"id": "antigravity_workflows_graphify"
@@ -28921,7 +28770,7 @@
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L719",
"_origin": "ast",
- "community": 43,
+ "community": 41,
"community_name": "What You Must Do When Invoked",
"norm_label": "for /graphify add and --watch",
"id": "antigravity_workflows_graphify_for_graphify_add_and_watch"
@@ -28932,7 +28781,7 @@
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L707",
"_origin": "ast",
- "community": 43,
+ "community": 41,
"community_name": "What You Must Do When Invoked",
"norm_label": "for /graphify query",
"id": "antigravity_workflows_graphify_for_graphify_query"
@@ -28943,7 +28792,7 @@
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L725",
"_origin": "ast",
- "community": 43,
+ "community": 41,
"community_name": "What You Must Do When Invoked",
"norm_label": "for the commit hook and native claude.md integration",
"id": "antigravity_workflows_graphify_for_the_commit_hook_and_native_claude_md_integration"
@@ -28954,7 +28803,7 @@
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L701",
"_origin": "ast",
- "community": 43,
+ "community": 41,
"community_name": "What You Must Do When Invoked",
"norm_label": "for --update and --cluster-only",
"id": "antigravity_workflows_graphify_for_update_and_cluster_only"
@@ -28965,7 +28814,7 @@
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L6",
"_origin": "ast",
- "community": 43,
+ "community": 41,
"community_name": "What You Must Do When Invoked",
"norm_label": "/graphify",
"id": "antigravity_workflows_graphify_graphify"
@@ -28976,7 +28825,7 @@
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L744",
"_origin": "ast",
- "community": 43,
+ "community": 41,
"community_name": "What You Must Do When Invoked",
"norm_label": "honesty rules",
"id": "antigravity_workflows_graphify_honesty_rules"
@@ -28987,7 +28836,7 @@
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L681",
"_origin": "ast",
- "community": 43,
+ "community": 41,
"community_name": "What You Must Do When Invoked",
"norm_label": "interpreter guard for subcommands",
"id": "antigravity_workflows_graphify_interpreter_guard_for_subcommands"
@@ -28998,7 +28847,7 @@
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L192",
"_origin": "ast",
- "community": 43,
+ "community": 41,
"community_name": "What You Must Do When Invoked",
"norm_label": "part a - structural extraction for code files",
"id": "antigravity_workflows_graphify_part_a_structural_extraction_for_code_files"
@@ -29009,7 +28858,7 @@
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L218",
"_origin": "ast",
- "community": 43,
+ "community": 41,
"community_name": "What You Must Do When Invoked",
"norm_label": "part b - semantic extraction (parallel subagents)",
"id": "antigravity_workflows_graphify_part_b_semantic_extraction_parallel_subagents"
@@ -29020,7 +28869,7 @@
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L381",
"_origin": "ast",
- "community": 43,
+ "community": 41,
"community_name": "What You Must Do When Invoked",
"norm_label": "part c - merge ast + semantic into final extraction",
"id": "antigravity_workflows_graphify_part_c_merge_ast_semantic_into_final_extraction"
@@ -29031,7 +28880,7 @@
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L733",
"_origin": "ast",
- "community": 43,
+ "community": 41,
"community_name": "What You Must Do When Invoked",
"norm_label": "powershell 5.1: vertical scrolling stops working",
"id": "antigravity_workflows_graphify_powershell_5_1_vertical_scrolling_stops_working"
@@ -29042,7 +28891,7 @@
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L61",
"_origin": "ast",
- "community": 43,
+ "community": 41,
"community_name": "What You Must Do When Invoked",
"norm_label": "step 0 - github repos and multi-path merge (only if a url or several paths)",
"id": "antigravity_workflows_graphify_step_0_github_repos_and_multi_path_merge_only_if_a_url_or_several_paths"
@@ -29053,7 +28902,7 @@
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L65",
"_origin": "ast",
- "community": 43,
+ "community": 41,
"community_name": "What You Must Do When Invoked",
"norm_label": "step 1 - ensure graphify is installed",
"id": "antigravity_workflows_graphify_step_1_ensure_graphify_is_installed"
@@ -29064,7 +28913,7 @@
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L169",
"_origin": "ast",
- "community": 43,
+ "community": 41,
"community_name": "What You Must Do When Invoked",
"norm_label": "step 2.5 - video and audio (only if video files detected)",
"id": "antigravity_workflows_graphify_step_2_5_video_and_audio_only_if_video_files_detected"
@@ -29075,7 +28924,7 @@
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L129",
"_origin": "ast",
- "community": 43,
+ "community": 41,
"community_name": "What You Must Do When Invoked",
"norm_label": "step 2 - detect files",
"id": "antigravity_workflows_graphify_step_2_detect_files"
@@ -29086,7 +28935,7 @@
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L173",
"_origin": "ast",
- "community": 43,
+ "community": 41,
"community_name": "What You Must Do When Invoked",
"norm_label": "step 3 - extract entities and relationships",
"id": "antigravity_workflows_graphify_step_3_extract_entities_and_relationships"
@@ -29097,7 +28946,7 @@
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L478",
"_origin": "ast",
- "community": 43,
+ "community": 41,
"community_name": "What You Must Do When Invoked",
"norm_label": "step 4.5 - graph health check (read-only integrity gate)",
"id": "antigravity_workflows_graphify_step_4_5_graph_health_check_read_only_integrity_gate"
@@ -29108,7 +28957,7 @@
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L415",
"_origin": "ast",
- "community": 43,
+ "community": 41,
"community_name": "What You Must Do When Invoked",
"norm_label": "step 4 - build graph, cluster, analyze, generate outputs",
"id": "antigravity_workflows_graphify_step_4_build_graph_cluster_analyze_generate_outputs"
@@ -29119,7 +28968,7 @@
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L504",
"_origin": "ast",
- "community": 43,
+ "community": 41,
"community_name": "What You Must Do When Invoked",
"norm_label": "step 5 - label communities",
"id": "antigravity_workflows_graphify_step_5_label_communities"
@@ -29130,7 +28979,7 @@
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L553",
"_origin": "ast",
- "community": 43,
+ "community": 41,
"community_name": "What You Must Do When Invoked",
"norm_label": "step 6 - generate obsidian vault (opt-in) + html",
"id": "antigravity_workflows_graphify_step_6_generate_obsidian_vault_opt_in_html"
@@ -29141,7 +28990,7 @@
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L579",
"_origin": "ast",
- "community": 43,
+ "community": 41,
"community_name": "What You Must Do When Invoked",
"norm_label": "step 9 - save manifest, update cost tracker, clean up, and report",
"id": "antigravity_workflows_graphify_step_9_save_manifest_update_cost_tracker_clean_up_and_report"
@@ -29152,7 +29001,7 @@
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L573",
"_origin": "ast",
- "community": 43,
+ "community": 41,
"community_name": "What You Must Do When Invoked",
"norm_label": "steps 6b-8 - wiki, neo4j, falkordb, svg, graphml, mcp, benchmark (only on their flags)",
"id": "antigravity_workflows_graphify_steps_6b_8_wiki_neo4j_falkordb_svg_graphml_mcp_benchmark_only_on_their_flags"
@@ -29163,7 +29012,7 @@
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L731",
"_origin": "ast",
- "community": 43,
+ "community": 41,
"community_name": "What You Must Do When Invoked",
"norm_label": "troubleshooting",
"id": "antigravity_workflows_graphify_troubleshooting"
@@ -29174,7 +29023,7 @@
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L10",
"_origin": "ast",
- "community": 43,
+ "community": 41,
"community_name": "What You Must Do When Invoked",
"norm_label": "usage",
"id": "antigravity_workflows_graphify_usage"
@@ -29185,7 +29034,7 @@
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L45",
"_origin": "ast",
- "community": 43,
+ "community": 41,
"community_name": "What You Must Do When Invoked",
"norm_label": "what graphify is for",
"id": "antigravity_workflows_graphify_what_graphify_is_for"
@@ -29196,7 +29045,7 @@
"source_file": ".antigravity/workflows/graphify.md",
"source_location": "L49",
"_origin": "ast",
- "community": 43,
+ "community": 41,
"community_name": "What You Must Do When Invoked",
"norm_label": "what you must do when invoked",
"id": "antigravity_workflows_graphify_what_you_must_do_when_invoked"
@@ -29207,7 +29056,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 44,
+ "community": 42,
"community_name": "SslController",
"norm_label": "apibearerauth",
"id": "backend_src_admin_ssl_controller_ts_apibearerauth"
@@ -29218,7 +29067,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 44,
+ "community": 42,
"community_name": "SslController",
"norm_label": "apioperation",
"id": "backend_src_admin_ssl_controller_ts_apioperation"
@@ -29229,7 +29078,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 44,
+ "community": 42,
"community_name": "SslController",
"norm_label": "apitags",
"id": "backend_src_admin_ssl_controller_ts_apitags"
@@ -29240,7 +29089,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 44,
+ "community": 42,
"community_name": "SslController",
"norm_label": "body",
"id": "backend_src_admin_ssl_controller_ts_body"
@@ -29251,7 +29100,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 44,
+ "community": 42,
"community_name": "SslController",
"norm_label": "controller",
"id": "backend_src_admin_ssl_controller_ts_controller"
@@ -29262,7 +29111,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 44,
+ "community": 42,
"community_name": "SslController",
"norm_label": "get",
"id": "backend_src_admin_ssl_controller_ts_get"
@@ -29273,7 +29122,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 44,
+ "community": 42,
"community_name": "SslController",
"norm_label": "post",
"id": "backend_src_admin_ssl_controller_ts_post"
@@ -29284,7 +29133,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 44,
+ "community": 42,
"community_name": "SslController",
"norm_label": "query",
"id": "backend_src_admin_ssl_controller_ts_query"
@@ -29295,7 +29144,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 44,
+ "community": 42,
"community_name": "SslController",
"norm_label": "useguards",
"id": "backend_src_admin_ssl_controller_ts_useguards"
@@ -29306,7 +29155,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 44,
+ "community": 42,
"community_name": "SslController",
"norm_label": "useinterceptors",
"id": "backend_src_admin_ssl_controller_ts_useinterceptors"
@@ -29317,7 +29166,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 44,
+ "community": 42,
"community_name": "SslController",
"norm_label": "injectable",
"id": "backend_src_admin_ssl_service_ts_injectable"
@@ -29328,7 +29177,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 44,
+ "community": 42,
"community_name": "SslController",
"norm_label": "uploadedfiles",
"id": "uploadedfiles"
@@ -29339,7 +29188,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 44,
+ "community": 42,
"norm_label": "roles",
"id": "backend_src_admin_ssl_controller_ts_roles"
},
@@ -29349,7 +29198,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 45,
+ "community": 43,
"community_name": "BannersService",
"norm_label": "apibearerauth",
"id": "backend_src_banners_banners_controller_ts_apibearerauth"
@@ -29360,7 +29209,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 45,
+ "community": 43,
"community_name": "BannersService",
"norm_label": "apioperation",
"id": "backend_src_banners_banners_controller_ts_apioperation"
@@ -29371,7 +29220,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 45,
+ "community": 43,
"community_name": "BannersService",
"norm_label": "apitags",
"id": "backend_src_banners_banners_controller_ts_apitags"
@@ -29382,7 +29231,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 45,
+ "community": 43,
"community_name": "BannersService",
"norm_label": "body",
"id": "backend_src_banners_banners_controller_ts_body"
@@ -29393,7 +29242,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 45,
+ "community": 43,
"community_name": "BannersService",
"norm_label": "controller",
"id": "backend_src_banners_banners_controller_ts_controller"
@@ -29404,7 +29253,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 45,
+ "community": 43,
"community_name": "BannersService",
"norm_label": "delete",
"id": "backend_src_banners_banners_controller_ts_delete"
@@ -29415,7 +29264,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 45,
+ "community": 43,
"community_name": "BannersService",
"norm_label": "get",
"id": "backend_src_banners_banners_controller_ts_get"
@@ -29426,7 +29275,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 45,
+ "community": 43,
"community_name": "BannersService",
"norm_label": "param",
"id": "backend_src_banners_banners_controller_ts_param"
@@ -29437,7 +29286,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 45,
+ "community": 43,
"community_name": "BannersService",
"norm_label": "patch",
"id": "backend_src_banners_banners_controller_ts_patch"
@@ -29448,7 +29297,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 45,
+ "community": 43,
"community_name": "BannersService",
"norm_label": "post",
"id": "backend_src_banners_banners_controller_ts_post"
@@ -29459,7 +29308,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 45,
+ "community": 43,
"community_name": "BannersService",
"norm_label": "put",
"id": "backend_src_banners_banners_controller_ts_put"
@@ -29470,7 +29319,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 45,
+ "community": 43,
"community_name": "BannersService",
"norm_label": "useguards",
"id": "backend_src_banners_banners_controller_ts_useguards"
@@ -29481,7 +29330,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 45,
+ "community": 43,
"community_name": "BannersService",
"norm_label": "injectable",
"id": "backend_src_banners_banners_service_ts_injectable"
@@ -29492,7 +29341,7 @@
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L1",
"_origin": "ast",
- "community": 46,
+ "community": 44,
"community_name": "What You Must Do When Invoked",
"norm_label": "skill.md",
"id": "claude_skills_graphify_skill"
@@ -29503,7 +29352,7 @@
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L719",
"_origin": "ast",
- "community": 46,
+ "community": 44,
"community_name": "What You Must Do When Invoked",
"norm_label": "for /graphify add and --watch",
"id": "claude_skills_graphify_skill_for_graphify_add_and_watch"
@@ -29514,7 +29363,7 @@
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L707",
"_origin": "ast",
- "community": 46,
+ "community": 44,
"community_name": "What You Must Do When Invoked",
"norm_label": "for /graphify query",
"id": "claude_skills_graphify_skill_for_graphify_query"
@@ -29525,7 +29374,7 @@
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L725",
"_origin": "ast",
- "community": 46,
+ "community": 44,
"community_name": "What You Must Do When Invoked",
"norm_label": "for the commit hook and native claude.md integration",
"id": "claude_skills_graphify_skill_for_the_commit_hook_and_native_claude_md_integration"
@@ -29536,7 +29385,7 @@
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L701",
"_origin": "ast",
- "community": 46,
+ "community": 44,
"community_name": "What You Must Do When Invoked",
"norm_label": "for --update and --cluster-only",
"id": "claude_skills_graphify_skill_for_update_and_cluster_only"
@@ -29547,7 +29396,7 @@
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L6",
"_origin": "ast",
- "community": 46,
+ "community": 44,
"community_name": "What You Must Do When Invoked",
"norm_label": "/graphify",
"id": "claude_skills_graphify_skill_graphify"
@@ -29558,7 +29407,7 @@
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L744",
"_origin": "ast",
- "community": 46,
+ "community": 44,
"community_name": "What You Must Do When Invoked",
"norm_label": "honesty rules",
"id": "claude_skills_graphify_skill_honesty_rules"
@@ -29569,7 +29418,7 @@
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L681",
"_origin": "ast",
- "community": 46,
+ "community": 44,
"community_name": "What You Must Do When Invoked",
"norm_label": "interpreter guard for subcommands",
"id": "claude_skills_graphify_skill_interpreter_guard_for_subcommands"
@@ -29580,7 +29429,7 @@
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L192",
"_origin": "ast",
- "community": 46,
+ "community": 44,
"community_name": "What You Must Do When Invoked",
"norm_label": "part a - structural extraction for code files",
"id": "claude_skills_graphify_skill_part_a_structural_extraction_for_code_files"
@@ -29591,7 +29440,7 @@
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L218",
"_origin": "ast",
- "community": 46,
+ "community": 44,
"community_name": "What You Must Do When Invoked",
"norm_label": "part b - semantic extraction (parallel subagents)",
"id": "claude_skills_graphify_skill_part_b_semantic_extraction_parallel_subagents"
@@ -29602,7 +29451,7 @@
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L381",
"_origin": "ast",
- "community": 46,
+ "community": 44,
"community_name": "What You Must Do When Invoked",
"norm_label": "part c - merge ast + semantic into final extraction",
"id": "claude_skills_graphify_skill_part_c_merge_ast_semantic_into_final_extraction"
@@ -29613,7 +29462,7 @@
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L733",
"_origin": "ast",
- "community": 46,
+ "community": 44,
"community_name": "What You Must Do When Invoked",
"norm_label": "powershell 5.1: vertical scrolling stops working",
"id": "claude_skills_graphify_skill_powershell_5_1_vertical_scrolling_stops_working"
@@ -29624,7 +29473,7 @@
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L61",
"_origin": "ast",
- "community": 46,
+ "community": 44,
"community_name": "What You Must Do When Invoked",
"norm_label": "step 0 - github repos and multi-path merge (only if a url or several paths)",
"id": "claude_skills_graphify_skill_step_0_github_repos_and_multi_path_merge_only_if_a_url_or_several_paths"
@@ -29635,7 +29484,7 @@
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L65",
"_origin": "ast",
- "community": 46,
+ "community": 44,
"community_name": "What You Must Do When Invoked",
"norm_label": "step 1 - ensure graphify is installed",
"id": "claude_skills_graphify_skill_step_1_ensure_graphify_is_installed"
@@ -29646,7 +29495,7 @@
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L169",
"_origin": "ast",
- "community": 46,
+ "community": 44,
"community_name": "What You Must Do When Invoked",
"norm_label": "step 2.5 - video and audio (only if video files detected)",
"id": "claude_skills_graphify_skill_step_2_5_video_and_audio_only_if_video_files_detected"
@@ -29657,7 +29506,7 @@
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L129",
"_origin": "ast",
- "community": 46,
+ "community": 44,
"community_name": "What You Must Do When Invoked",
"norm_label": "step 2 - detect files",
"id": "claude_skills_graphify_skill_step_2_detect_files"
@@ -29668,7 +29517,7 @@
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L173",
"_origin": "ast",
- "community": 46,
+ "community": 44,
"community_name": "What You Must Do When Invoked",
"norm_label": "step 3 - extract entities and relationships",
"id": "claude_skills_graphify_skill_step_3_extract_entities_and_relationships"
@@ -29679,7 +29528,7 @@
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L478",
"_origin": "ast",
- "community": 46,
+ "community": 44,
"community_name": "What You Must Do When Invoked",
"norm_label": "step 4.5 - graph health check (read-only integrity gate)",
"id": "claude_skills_graphify_skill_step_4_5_graph_health_check_read_only_integrity_gate"
@@ -29690,7 +29539,7 @@
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L415",
"_origin": "ast",
- "community": 46,
+ "community": 44,
"community_name": "What You Must Do When Invoked",
"norm_label": "step 4 - build graph, cluster, analyze, generate outputs",
"id": "claude_skills_graphify_skill_step_4_build_graph_cluster_analyze_generate_outputs"
@@ -29701,7 +29550,7 @@
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L504",
"_origin": "ast",
- "community": 46,
+ "community": 44,
"community_name": "What You Must Do When Invoked",
"norm_label": "step 5 - label communities",
"id": "claude_skills_graphify_skill_step_5_label_communities"
@@ -29712,7 +29561,7 @@
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L553",
"_origin": "ast",
- "community": 46,
+ "community": 44,
"community_name": "What You Must Do When Invoked",
"norm_label": "step 6 - generate obsidian vault (opt-in) + html",
"id": "claude_skills_graphify_skill_step_6_generate_obsidian_vault_opt_in_html"
@@ -29723,7 +29572,7 @@
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L579",
"_origin": "ast",
- "community": 46,
+ "community": 44,
"community_name": "What You Must Do When Invoked",
"norm_label": "step 9 - save manifest, update cost tracker, clean up, and report",
"id": "claude_skills_graphify_skill_step_9_save_manifest_update_cost_tracker_clean_up_and_report"
@@ -29734,7 +29583,7 @@
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L573",
"_origin": "ast",
- "community": 46,
+ "community": 44,
"community_name": "What You Must Do When Invoked",
"norm_label": "steps 6b-8 - wiki, neo4j, falkordb, svg, graphml, mcp, benchmark (only on their flags)",
"id": "claude_skills_graphify_skill_steps_6b_8_wiki_neo4j_falkordb_svg_graphml_mcp_benchmark_only_on_their_flags"
@@ -29745,7 +29594,7 @@
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L731",
"_origin": "ast",
- "community": 46,
+ "community": 44,
"community_name": "What You Must Do When Invoked",
"norm_label": "troubleshooting",
"id": "claude_skills_graphify_skill_troubleshooting"
@@ -29756,7 +29605,7 @@
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L10",
"_origin": "ast",
- "community": 46,
+ "community": 44,
"community_name": "What You Must Do When Invoked",
"norm_label": "usage",
"id": "claude_skills_graphify_skill_usage"
@@ -29767,7 +29616,7 @@
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L45",
"_origin": "ast",
- "community": 46,
+ "community": 44,
"community_name": "What You Must Do When Invoked",
"norm_label": "what graphify is for",
"id": "claude_skills_graphify_skill_what_graphify_is_for"
@@ -29778,7 +29627,7 @@
"source_file": ".claude/skills/graphify/SKILL.md",
"source_location": "L49",
"_origin": "ast",
- "community": 46,
+ "community": 44,
"community_name": "What You Must Do When Invoked",
"norm_label": "what you must do when invoked",
"id": "claude_skills_graphify_skill_what_you_must_do_when_invoked"
@@ -29789,7 +29638,7 @@
"source_file": "frontend/admin-panel/src/components/ui/Badge.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 47,
+ "community": 45,
"norm_label": "badge.tsx",
"id": "frontend_admin_panel_src_components_ui_badge"
},
@@ -29799,7 +29648,7 @@
"source_file": "frontend/admin-panel/src/components/ui/Badge.tsx",
"source_location": "L13",
"_origin": "ast",
- "community": 47,
+ "community": 45,
"norm_label": "variantstyles",
"id": "frontend_admin_panel_src_components_ui_badge_variantstyles"
},
@@ -29809,7 +29658,7 @@
"source_file": "frontend/admin-panel/src/components/ui/ImagePreviewModal.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 47,
+ "community": 45,
"norm_label": "imagepreviewmodal.tsx",
"id": "frontend_admin_panel_src_components_ui_imagepreviewmodal"
},
@@ -29819,7 +29668,7 @@
"source_file": "frontend/admin-panel/src/components/ui/ToggleSwitch.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 47,
+ "community": 45,
"norm_label": "toggleswitch.tsx",
"id": "frontend_admin_panel_src_components_ui_toggleswitch"
},
@@ -29829,7 +29678,7 @@
"source_file": "frontend/admin-panel/src/pages/Media.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 47,
+ "community": 45,
"norm_label": "media.tsx",
"id": "frontend_admin_panel_src_pages_media"
},
@@ -29839,7 +29688,7 @@
"source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 47,
+ "community": 45,
"norm_label": "prescriptionsmanager.tsx",
"id": "frontend_admin_panel_src_pages_prescriptionsmanager"
},
@@ -29849,7 +29698,7 @@
"source_file": "frontend/admin-panel/src/pages/UITexts.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 47,
+ "community": 45,
"norm_label": "uitexts.tsx",
"id": "frontend_admin_panel_src_pages_uitexts"
},
@@ -29859,7 +29708,7 @@
"source_file": "frontend/admin-panel/src/pages/UITexts.tsx",
"source_location": "L112",
"_origin": "ast",
- "community": 47,
+ "community": 45,
"norm_label": "group_page_map",
"id": "frontend_admin_panel_src_pages_uitexts_group_page_map"
},
@@ -29869,7 +29718,7 @@
"source_file": "frontend/admin-panel/src/pages/UITexts.tsx",
"source_location": "L18",
"_origin": "ast",
- "community": 47,
+ "community": 45,
"norm_label": "groups",
"id": "frontend_admin_panel_src_pages_uitexts_groups"
},
@@ -29879,7 +29728,7 @@
"source_file": "frontend/admin-panel/src/pages/UITexts.tsx",
"source_location": "L80",
"_origin": "ast",
- "community": 47,
+ "community": 45,
"norm_label": "key_labels_fa",
"id": "frontend_admin_panel_src_pages_uitexts_key_labels_fa"
},
@@ -29889,7 +29738,7 @@
"source_file": "frontend/admin-panel/src/pages/UITexts.tsx",
"source_location": "L9",
"_origin": "ast",
- "community": 47,
+ "community": 45,
"norm_label": "page_tabs",
"id": "frontend_admin_panel_src_pages_uitexts_page_tabs"
},
@@ -29899,7 +29748,7 @@
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L22",
"_origin": "ast",
- "community": 47,
+ "community": 45,
"norm_label": "media",
"id": "frontend_admin_panel_src_routes_adminroutes_media"
},
@@ -29909,7 +29758,7 @@
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L31",
"_origin": "ast",
- "community": 47,
+ "community": 45,
"norm_label": "prescriptionsmanager",
"id": "frontend_admin_panel_src_routes_adminroutes_prescriptionsmanager"
},
@@ -29919,7 +29768,7 @@
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L21",
"_origin": "ast",
- "community": 47,
+ "community": 45,
"norm_label": "uitexts",
"id": "frontend_admin_panel_src_routes_adminroutes_uitexts"
},
@@ -29929,7 +29778,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 48,
+ "community": 46,
"community_name": "Ingredient Management Controller",
"norm_label": "apibearerauth",
"id": "backend_src_ingredients_ingredients_controller_ts_apibearerauth"
@@ -29940,7 +29789,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 48,
+ "community": 46,
"community_name": "Ingredient Management Controller",
"norm_label": "apioperation",
"id": "backend_src_ingredients_ingredients_controller_ts_apioperation"
@@ -29951,7 +29800,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 48,
+ "community": 46,
"community_name": "Ingredient Management Controller",
"norm_label": "apitags",
"id": "backend_src_ingredients_ingredients_controller_ts_apitags"
@@ -29962,7 +29811,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 48,
+ "community": 46,
"community_name": "Ingredient Management Controller",
"norm_label": "body",
"id": "backend_src_ingredients_ingredients_controller_ts_body"
@@ -29973,7 +29822,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 48,
+ "community": 46,
"community_name": "Ingredient Management Controller",
"norm_label": "controller",
"id": "backend_src_ingredients_ingredients_controller_ts_controller"
@@ -29984,7 +29833,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 48,
+ "community": 46,
"community_name": "Ingredient Management Controller",
"norm_label": "delete",
"id": "backend_src_ingredients_ingredients_controller_ts_delete"
@@ -29995,7 +29844,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 48,
+ "community": 46,
"community_name": "Ingredient Management Controller",
"norm_label": "get",
"id": "backend_src_ingredients_ingredients_controller_ts_get"
@@ -30006,7 +29855,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 48,
+ "community": 46,
"community_name": "Ingredient Management Controller",
"norm_label": "param",
"id": "backend_src_ingredients_ingredients_controller_ts_param"
@@ -30017,7 +29866,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 48,
+ "community": 46,
"community_name": "Ingredient Management Controller",
"norm_label": "patch",
"id": "backend_src_ingredients_ingredients_controller_ts_patch"
@@ -30028,7 +29877,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 48,
+ "community": 46,
"community_name": "Ingredient Management Controller",
"norm_label": "post",
"id": "backend_src_ingredients_ingredients_controller_ts_post"
@@ -30039,7 +29888,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 48,
+ "community": 46,
"community_name": "Ingredient Management Controller",
"norm_label": "useguards",
"id": "backend_src_ingredients_ingredients_controller_ts_useguards"
@@ -30050,7 +29899,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 48,
+ "community": 46,
"community_name": "Ingredient Management Controller",
"norm_label": "injectable",
"id": "backend_src_ingredients_ingredients_service_ts_injectable"
@@ -30061,7 +29910,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 49,
+ "community": 47,
"community_name": ".update",
"norm_label": "apinotfoundresponse",
"id": "backend_src_pets_pets_controller_ts_apinotfoundresponse"
@@ -30072,7 +29921,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 49,
+ "community": 47,
"community_name": ".update",
"norm_label": "apiokresponse",
"id": "backend_src_pets_pets_controller_ts_apiokresponse"
@@ -30083,7 +29932,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 49,
+ "community": 47,
"community_name": ".update",
"norm_label": "apioperation",
"id": "backend_src_pets_pets_controller_ts_apioperation"
@@ -30094,7 +29943,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 49,
+ "community": 47,
"community_name": ".update",
"norm_label": "body",
"id": "backend_src_pets_pets_controller_ts_body"
@@ -30105,7 +29954,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 49,
+ "community": 47,
"community_name": ".update",
"norm_label": "delete",
"id": "backend_src_pets_pets_controller_ts_delete"
@@ -30116,7 +29965,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 49,
+ "community": 47,
"community_name": ".update",
"norm_label": "get",
"id": "backend_src_pets_pets_controller_ts_get"
@@ -30127,7 +29976,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 49,
+ "community": 47,
"community_name": ".update",
"norm_label": "param",
"id": "backend_src_pets_pets_controller_ts_param"
@@ -30138,7 +29987,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 49,
+ "community": 47,
"community_name": ".update",
"norm_label": "patch",
"id": "backend_src_pets_pets_controller_ts_patch"
@@ -30149,7 +29998,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 49,
+ "community": 47,
"community_name": ".update",
"norm_label": "post",
"id": "backend_src_pets_pets_controller_ts_post"
@@ -30160,7 +30009,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 49,
+ "community": 47,
"community_name": ".update",
"norm_label": "query",
"id": "backend_src_pets_pets_controller_ts_query"
@@ -30171,7 +30020,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 49,
+ "community": 47,
"community_name": ".update",
"norm_label": "req",
"id": "backend_src_pets_pets_controller_ts_req"
@@ -30182,7 +30031,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 49,
+ "community": 47,
"community_name": "PetsController",
"norm_label": "apibearerauth",
"id": "backend_src_pets_pets_controller_ts_apibearerauth"
@@ -30193,7 +30042,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 49,
+ "community": 47,
"community_name": "PetsController",
"norm_label": "apitags",
"id": "backend_src_pets_pets_controller_ts_apitags"
@@ -30204,7 +30053,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 49,
+ "community": 47,
"community_name": "PetsController",
"norm_label": "controller",
"id": "backend_src_pets_pets_controller_ts_controller"
@@ -30215,11 +30064,215 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 49,
+ "community": 47,
"community_name": "PetsController",
"norm_label": "useguards",
"id": "backend_src_pets_pets_controller_ts_useguards"
},
+ {
+ "label": "Hero.test.tsx",
+ "file_type": "code",
+ "source_file": "frontend/application/components/__tests__/Hero.test.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 48,
+ "community_name": "ArchivePage.tsx",
+ "norm_label": "hero.test.tsx",
+ "id": "frontend_application_components_tests_hero_test"
+ },
+ {
+ "label": "types.ts",
+ "file_type": "code",
+ "source_file": "frontend/application/lib/types.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 48,
+ "community_name": "ArchivePage.tsx",
+ "norm_label": "types.ts",
+ "id": "frontend_application_lib_types"
+ },
+ {
+ "label": "HomeClient.tsx",
+ "file_type": "code",
+ "source_file": "frontend/application/app/HomeClient.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 48,
+ "norm_label": "homeclient.tsx",
+ "id": "frontend_application_app_homeclient"
+ },
+ {
+ "label": "app/page.tsx",
+ "file_type": "code",
+ "source_file": "frontend/application/app/page.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 48,
+ "norm_label": "app/page.tsx",
+ "id": "frontend_application_app_page"
+ },
+ {
+ "label": "metadata",
+ "file_type": "code",
+ "source_file": "frontend/application/app/page.tsx",
+ "source_location": "L4",
+ "_origin": "ast",
+ "community": 48,
+ "norm_label": "metadata",
+ "id": "frontend_application_app_page_metadata"
+ },
+ {
+ "label": "BannerPlacement.tsx",
+ "file_type": "code",
+ "source_file": "frontend/application/components/BannerPlacement.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 48,
+ "norm_label": "bannerplacement.tsx",
+ "id": "frontend_application_components_bannerplacement"
+ },
+ {
+ "label": "Hero.tsx",
+ "file_type": "code",
+ "source_file": "frontend/application/components/Hero.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 48,
+ "norm_label": "hero.tsx",
+ "id": "frontend_application_components_hero"
+ },
+ {
+ "label": "ApiBearerAuth",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 49,
+ "community_name": "Smart Advisor Controller",
+ "norm_label": "apibearerauth",
+ "id": "backend_src_smart_advisor_smart_advisor_controller_ts_apibearerauth"
+ },
+ {
+ "label": "ApiOperation",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 49,
+ "community_name": "Smart Advisor Controller",
+ "norm_label": "apioperation",
+ "id": "backend_src_smart_advisor_smart_advisor_controller_ts_apioperation"
+ },
+ {
+ "label": "ApiTags",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 49,
+ "community_name": "Smart Advisor Controller",
+ "norm_label": "apitags",
+ "id": "backend_src_smart_advisor_smart_advisor_controller_ts_apitags"
+ },
+ {
+ "label": "Body",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 49,
+ "community_name": "Smart Advisor Controller",
+ "norm_label": "body",
+ "id": "backend_src_smart_advisor_smart_advisor_controller_ts_body"
+ },
+ {
+ "label": "Controller",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 49,
+ "community_name": "Smart Advisor Controller",
+ "norm_label": "controller",
+ "id": "backend_src_smart_advisor_smart_advisor_controller_ts_controller"
+ },
+ {
+ "label": "Delete",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 49,
+ "community_name": "Smart Advisor Controller",
+ "norm_label": "delete",
+ "id": "backend_src_smart_advisor_smart_advisor_controller_ts_delete"
+ },
+ {
+ "label": "Get",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 49,
+ "community_name": "Smart Advisor Controller",
+ "norm_label": "get",
+ "id": "backend_src_smart_advisor_smart_advisor_controller_ts_get"
+ },
+ {
+ "label": "Param",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 49,
+ "community_name": "Smart Advisor Controller",
+ "norm_label": "param",
+ "id": "backend_src_smart_advisor_smart_advisor_controller_ts_param"
+ },
+ {
+ "label": "Patch",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 49,
+ "community_name": "Smart Advisor Controller",
+ "norm_label": "patch",
+ "id": "backend_src_smart_advisor_smart_advisor_controller_ts_patch"
+ },
+ {
+ "label": "Post",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 49,
+ "community_name": "Smart Advisor Controller",
+ "norm_label": "post",
+ "id": "backend_src_smart_advisor_smart_advisor_controller_ts_post"
+ },
+ {
+ "label": "UseGuards",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 49,
+ "community_name": "Smart Advisor Controller",
+ "norm_label": "useguards",
+ "id": "backend_src_smart_advisor_smart_advisor_controller_ts_useguards"
+ },
+ {
+ "label": "Injectable",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 49,
+ "community_name": "Smart Advisor Controller",
+ "norm_label": "injectable",
+ "id": "backend_src_smart_advisor_smart_advisor_service_ts_injectable"
+ },
{
"label": "auth.controller.spec.ts",
"file_type": "code",
@@ -30692,217 +30745,13 @@
"norm_label": "auth.controller.ts",
"id": "backend_src_auth_auth_controller"
},
- {
- "label": "Hero.test.tsx",
- "file_type": "code",
- "source_file": "frontend/application/components/__tests__/Hero.test.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 50,
- "community_name": "ArchivePage.tsx",
- "norm_label": "hero.test.tsx",
- "id": "frontend_application_components_tests_hero_test"
- },
- {
- "label": "types.ts",
- "file_type": "code",
- "source_file": "frontend/application/lib/types.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 50,
- "community_name": "ArchivePage.tsx",
- "norm_label": "types.ts",
- "id": "frontend_application_lib_types"
- },
- {
- "label": "HomeClient.tsx",
- "file_type": "code",
- "source_file": "frontend/application/app/HomeClient.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 50,
- "norm_label": "homeclient.tsx",
- "id": "frontend_application_app_homeclient"
- },
- {
- "label": "app/page.tsx",
- "file_type": "code",
- "source_file": "frontend/application/app/page.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 50,
- "norm_label": "app/page.tsx",
- "id": "frontend_application_app_page"
- },
- {
- "label": "metadata",
- "file_type": "code",
- "source_file": "frontend/application/app/page.tsx",
- "source_location": "L4",
- "_origin": "ast",
- "community": 50,
- "norm_label": "metadata",
- "id": "frontend_application_app_page_metadata"
- },
- {
- "label": "BannerPlacement.tsx",
- "file_type": "code",
- "source_file": "frontend/application/components/BannerPlacement.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 50,
- "norm_label": "bannerplacement.tsx",
- "id": "frontend_application_components_bannerplacement"
- },
- {
- "label": "Hero.tsx",
- "file_type": "code",
- "source_file": "frontend/application/components/Hero.tsx",
- "source_location": "L1",
- "_origin": "ast",
- "community": 50,
- "norm_label": "hero.tsx",
- "id": "frontend_application_components_hero"
- },
{
"label": "ApiBearerAuth",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 51,
- "community_name": "Smart Advisor Controller",
- "norm_label": "apibearerauth",
- "id": "backend_src_smart_advisor_smart_advisor_controller_ts_apibearerauth"
- },
- {
- "label": "ApiOperation",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 51,
- "community_name": "Smart Advisor Controller",
- "norm_label": "apioperation",
- "id": "backend_src_smart_advisor_smart_advisor_controller_ts_apioperation"
- },
- {
- "label": "ApiTags",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 51,
- "community_name": "Smart Advisor Controller",
- "norm_label": "apitags",
- "id": "backend_src_smart_advisor_smart_advisor_controller_ts_apitags"
- },
- {
- "label": "Body",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 51,
- "community_name": "Smart Advisor Controller",
- "norm_label": "body",
- "id": "backend_src_smart_advisor_smart_advisor_controller_ts_body"
- },
- {
- "label": "Controller",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 51,
- "community_name": "Smart Advisor Controller",
- "norm_label": "controller",
- "id": "backend_src_smart_advisor_smart_advisor_controller_ts_controller"
- },
- {
- "label": "Delete",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 51,
- "community_name": "Smart Advisor Controller",
- "norm_label": "delete",
- "id": "backend_src_smart_advisor_smart_advisor_controller_ts_delete"
- },
- {
- "label": "Get",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 51,
- "community_name": "Smart Advisor Controller",
- "norm_label": "get",
- "id": "backend_src_smart_advisor_smart_advisor_controller_ts_get"
- },
- {
- "label": "Param",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 51,
- "community_name": "Smart Advisor Controller",
- "norm_label": "param",
- "id": "backend_src_smart_advisor_smart_advisor_controller_ts_param"
- },
- {
- "label": "Patch",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 51,
- "community_name": "Smart Advisor Controller",
- "norm_label": "patch",
- "id": "backend_src_smart_advisor_smart_advisor_controller_ts_patch"
- },
- {
- "label": "Post",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 51,
- "community_name": "Smart Advisor Controller",
- "norm_label": "post",
- "id": "backend_src_smart_advisor_smart_advisor_controller_ts_post"
- },
- {
- "label": "UseGuards",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 51,
- "community_name": "Smart Advisor Controller",
- "norm_label": "useguards",
- "id": "backend_src_smart_advisor_smart_advisor_controller_ts_useguards"
- },
- {
- "label": "Injectable",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 51,
- "community_name": "Smart Advisor Controller",
- "norm_label": "injectable",
- "id": "backend_src_smart_advisor_smart_advisor_service_ts_injectable"
- },
- {
- "label": "ApiBearerAuth",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 52,
+ "community": 50,
"community_name": "Testimonials Management Controller",
"norm_label": "apibearerauth",
"id": "backend_src_testimonials_testimonials_controller_ts_apibearerauth"
@@ -30913,7 +30762,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 52,
+ "community": 50,
"community_name": "Testimonials Management Controller",
"norm_label": "apioperation",
"id": "backend_src_testimonials_testimonials_controller_ts_apioperation"
@@ -30924,7 +30773,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 52,
+ "community": 50,
"community_name": "Testimonials Management Controller",
"norm_label": "apitags",
"id": "backend_src_testimonials_testimonials_controller_ts_apitags"
@@ -30935,7 +30784,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 52,
+ "community": 50,
"community_name": "Testimonials Management Controller",
"norm_label": "body",
"id": "backend_src_testimonials_testimonials_controller_ts_body"
@@ -30946,7 +30795,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 52,
+ "community": 50,
"community_name": "Testimonials Management Controller",
"norm_label": "controller",
"id": "backend_src_testimonials_testimonials_controller_ts_controller"
@@ -30957,7 +30806,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 52,
+ "community": 50,
"community_name": "Testimonials Management Controller",
"norm_label": "delete",
"id": "backend_src_testimonials_testimonials_controller_ts_delete"
@@ -30968,7 +30817,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 52,
+ "community": 50,
"community_name": "Testimonials Management Controller",
"norm_label": "get",
"id": "backend_src_testimonials_testimonials_controller_ts_get"
@@ -30979,7 +30828,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 52,
+ "community": 50,
"community_name": "Testimonials Management Controller",
"norm_label": "param",
"id": "backend_src_testimonials_testimonials_controller_ts_param"
@@ -30990,7 +30839,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 52,
+ "community": 50,
"community_name": "Testimonials Management Controller",
"norm_label": "patch",
"id": "backend_src_testimonials_testimonials_controller_ts_patch"
@@ -31001,7 +30850,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 52,
+ "community": 50,
"community_name": "Testimonials Management Controller",
"norm_label": "post",
"id": "backend_src_testimonials_testimonials_controller_ts_post"
@@ -31012,7 +30861,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 52,
+ "community": 50,
"community_name": "Testimonials Management Controller",
"norm_label": "useguards",
"id": "backend_src_testimonials_testimonials_controller_ts_useguards"
@@ -31023,7 +30872,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 52,
+ "community": 50,
"community_name": "Testimonials Management Controller",
"norm_label": "injectable",
"id": "backend_src_testimonials_testimonials_service_ts_injectable"
@@ -31034,7 +30883,7 @@
"source_file": ".ai_agency/agents/12_seo_content.md",
"source_location": "L1",
"_origin": "ast",
- "community": 53,
+ "community": 51,
"community_name": "Role & Core Objective",
"norm_label": "12_seo_content.md",
"id": "ai_agency_agents_12_seo_content"
@@ -31045,7 +30894,7 @@
"source_file": ".ai_agency/agents/12_seo_content.md",
"source_location": "L101",
"_origin": "ast",
- "community": 53,
+ "community": 51,
"community_name": "Role & Core Objective",
"norm_label": "create mode \u2014 normal operation",
"id": "ai_agency_agents_12_seo_content_create_mode_normal_operation"
@@ -31056,7 +30905,7 @@
"source_file": ".ai_agency/agents/12_seo_content.md",
"source_location": "L259",
"_origin": "ast",
- "community": 53,
+ "community": 51,
"community_name": "Role & Core Objective",
"norm_label": "expected json output schema",
"id": "ai_agency_agents_12_seo_content_expected_json_output_schema"
@@ -31067,7 +30916,7 @@
"source_file": ".ai_agency/agents/12_seo_content.md",
"source_location": "L238",
"_origin": "ast",
- "community": 53,
+ "community": 51,
"community_name": "Role & Core Objective",
"norm_label": "file scope boundary",
"id": "ai_agency_agents_12_seo_content_file_scope_boundary"
@@ -31078,7 +30927,7 @@
"source_file": ".ai_agency/agents/12_seo_content.md",
"source_location": "L231",
"_origin": "ast",
- "community": 53,
+ "community": 51,
"community_name": "Role & Core Objective",
"norm_label": "forbidden actions",
"id": "ai_agency_agents_12_seo_content_forbidden_actions"
@@ -31089,7 +30938,7 @@
"source_file": ".ai_agency/agents/12_seo_content.md",
"source_location": "L116",
"_origin": "ast",
- "community": 53,
+ "community": 51,
"community_name": "Role & Core Objective",
"norm_label": "mode 1: review (called during review phase)",
"id": "ai_agency_agents_12_seo_content_mode_1_review_called_during_review_phase"
@@ -31100,7 +30949,7 @@
"source_file": ".ai_agency/agents/12_seo_content.md",
"source_location": "L160",
"_origin": "ast",
- "community": 53,
+ "community": 51,
"community_name": "Role & Core Objective",
"norm_label": "mode 2: content creation (standalone task from backlog)",
"id": "ai_agency_agents_12_seo_content_mode_2_content_creation_standalone_task_from_backlog"
@@ -31111,7 +30960,7 @@
"source_file": ".ai_agency/agents/12_seo_content.md",
"source_location": "L114",
"_origin": "ast",
- "community": 53,
+ "community": 51,
"community_name": "Role & Core Objective",
"norm_label": "operating modes",
"id": "ai_agency_agents_12_seo_content_operating_modes"
@@ -31122,7 +30971,7 @@
"source_file": ".ai_agency/agents/12_seo_content.md",
"source_location": "L229",
"_origin": "ast",
- "community": 53,
+ "community": 51,
"community_name": "Role & Core Objective",
"norm_label": "operational rules & boundaries",
"id": "ai_agency_agents_12_seo_content_operational_rules_boundaries"
@@ -31133,7 +30982,7 @@
"source_file": ".ai_agency/agents/12_seo_content.md",
"source_location": "L63",
"_origin": "ast",
- "community": 53,
+ "community": 51,
"community_name": "Role & Core Objective",
"norm_label": "output",
"id": "ai_agency_agents_12_seo_content_output"
@@ -31144,7 +30993,7 @@
"source_file": ".ai_agency/agents/12_seo_content.md",
"source_location": "L244",
"_origin": "ast",
- "community": 53,
+ "community": 51,
"community_name": "Role & Core Objective",
"norm_label": "required output artifacts",
"id": "ai_agency_agents_12_seo_content_required_output_artifacts"
@@ -31155,7 +31004,7 @@
"source_file": ".ai_agency/agents/12_seo_content.md",
"source_location": "L13",
"_origin": "ast",
- "community": 53,
+ "community": 51,
"community_name": "Role & Core Objective",
"norm_label": "\u2605 review mode (called during review phase)",
"id": "ai_agency_agents_12_seo_content_review_mode_called_during_review_phase"
@@ -31166,7 +31015,7 @@
"source_file": ".ai_agency/agents/12_seo_content.md",
"source_location": "L1",
"_origin": "ast",
- "community": 53,
+ "community": 51,
"community_name": "Role & Core Objective",
"norm_label": "role & core objective",
"id": "ai_agency_agents_12_seo_content_role_core_objective"
@@ -31177,7 +31026,7 @@
"source_file": ".ai_agency/agents/12_seo_content.md",
"source_location": "L166",
"_origin": "ast",
- "community": 53,
+ "community": 51,
"community_name": "Role & Core Objective",
"norm_label": "step 1: gather resources",
"id": "ai_agency_agents_12_seo_content_step_1_gather_resources"
@@ -31188,7 +31037,7 @@
"source_file": ".ai_agency/agents/12_seo_content.md",
"source_location": "L179",
"_origin": "ast",
- "community": 53,
+ "community": 51,
"community_name": "Role & Core Objective",
"norm_label": "step 2: seo strategy",
"id": "ai_agency_agents_12_seo_content_step_2_seo_strategy"
@@ -31199,7 +31048,7 @@
"source_file": ".ai_agency/agents/12_seo_content.md",
"source_location": "L188",
"_origin": "ast",
- "community": 53,
+ "community": 51,
"community_name": "Role & Core Objective",
"norm_label": "step 3: content hierarchy",
"id": "ai_agency_agents_12_seo_content_step_3_content_hierarchy"
@@ -31210,7 +31059,7 @@
"source_file": ".ai_agency/agents/12_seo_content.md",
"source_location": "L199",
"_origin": "ast",
- "community": 53,
+ "community": 51,
"community_name": "Role & Core Objective",
"norm_label": "step 4: structured data (json-ld)",
"id": "ai_agency_agents_12_seo_content_step_4_structured_data_json_ld"
@@ -31221,7 +31070,7 @@
"source_file": ".ai_agency/agents/12_seo_content.md",
"source_location": "L211",
"_origin": "ast",
- "community": 53,
+ "community": 51,
"community_name": "Role & Core Objective",
"norm_label": "step 5: real content writing standards",
"id": "ai_agency_agents_12_seo_content_step_5_real_content_writing_standards"
@@ -31232,7 +31081,7 @@
"source_file": ".ai_agency/agents/12_seo_content.md",
"source_location": "L221",
"_origin": "ast",
- "community": 53,
+ "community": 51,
"community_name": "Role & Core Objective",
"norm_label": "step 6: image alt text",
"id": "ai_agency_agents_12_seo_content_step_6_image_alt_text"
@@ -31243,7 +31092,7 @@
"source_file": ".ai_agency/agents/12_seo_content.md",
"source_location": "L103",
"_origin": "ast",
- "community": 53,
+ "community": 51,
"community_name": "Role & Core Objective",
"norm_label": "strict input specifications (what files to read)",
"id": "ai_agency_agents_12_seo_content_strict_input_specifications_what_files_to_read"
@@ -31254,7 +31103,7 @@
"source_file": ".ai_agency/agents/12_seo_content.md",
"source_location": "L29",
"_origin": "ast",
- "community": 53,
+ "community": 51,
"community_name": "Role & Core Objective",
"norm_label": "what you do not review",
"id": "ai_agency_agents_12_seo_content_what_you_do_not_review"
@@ -31265,7 +31114,7 @@
"source_file": ".ai_agency/agents/12_seo_content.md",
"source_location": "L32",
"_origin": "ast",
- "community": 53,
+ "community": 51,
"community_name": "Role & Core Objective",
"norm_label": "what you look for (seo expert eyes only)",
"id": "ai_agency_agents_12_seo_content_what_you_look_for_seo_expert_eyes_only"
@@ -31276,7 +31125,7 @@
"source_file": ".ai_agency/agents/12_seo_content.md",
"source_location": "L17",
"_origin": "ast",
- "community": 53,
+ "community": 51,
"community_name": "Role & Core Objective",
"norm_label": "your domain \u2014 what you review (only these areas)",
"id": "ai_agency_agents_12_seo_content_your_domain_what_you_review_only_these_areas"
@@ -31287,7 +31136,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 54,
+ "community": 52,
"community_name": "AdminService",
"norm_label": "apipropertyoptional",
"id": "backend_src_admin_dto_admin_query_dto_ts_apipropertyoptional"
@@ -31298,7 +31147,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 54,
+ "community": 52,
"community_name": "AdminService",
"norm_label": "isoptional",
"id": "backend_src_admin_dto_admin_query_dto_ts_isoptional"
@@ -31309,7 +31158,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 54,
+ "community": 52,
"community_name": "AdminService",
"norm_label": "isstring",
"id": "backend_src_admin_dto_admin_query_dto_ts_isstring"
@@ -31320,7 +31169,7 @@
"source_file": "backend/src/admin/dto/admin-query.dto.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 54,
+ "community": 52,
"community_name": "PaginationDto",
"norm_label": "admin-query.dto.ts",
"id": "backend_src_admin_dto_admin_query_dto"
@@ -31331,7 +31180,7 @@
"source_file": "backend/src/blogs/blogs.controller.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 54,
+ "community": 52,
"community_name": "PaginationDto",
"norm_label": "blogs/blogs.controller.ts",
"id": "backend_src_blogs_blogs_controller"
@@ -31342,7 +31191,7 @@
"source_file": "backend/src/blogs/blogs.module.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 54,
+ "community": 52,
"community_name": "PaginationDto",
"norm_label": "blogs.module.ts",
"id": "backend_src_blogs_blogs_module"
@@ -31353,7 +31202,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 54,
+ "community": 52,
"community_name": "PaginationDto",
"norm_label": "module",
"id": "backend_src_blogs_blogs_module_ts_module"
@@ -31364,7 +31213,7 @@
"source_file": "backend/src/blogs/blogs.service.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 54,
+ "community": 52,
"community_name": "PaginationDto",
"norm_label": "blogs/blogs.service.ts",
"id": "backend_src_blogs_blogs_service"
@@ -31375,7 +31224,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 54,
+ "community": 52,
"community_name": "PaginationDto",
"norm_label": "injectable",
"id": "backend_src_blogs_blogs_service_ts_injectable"
@@ -31386,7 +31235,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 54,
+ "community": 52,
"community_name": "PaginationDto",
"norm_label": "apipropertyoptional",
"id": "backend_src_common_dto_pagination_dto_ts_apipropertyoptional"
@@ -31397,7 +31246,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 54,
+ "community": 52,
"community_name": "PaginationDto",
"norm_label": "isenum",
"id": "backend_src_common_dto_pagination_dto_ts_isenum"
@@ -31408,7 +31257,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 54,
+ "community": 52,
"community_name": "PaginationDto",
"norm_label": "isint",
"id": "backend_src_common_dto_pagination_dto_ts_isint"
@@ -31419,7 +31268,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 54,
+ "community": 52,
"community_name": "PaginationDto",
"norm_label": "isoptional",
"id": "backend_src_common_dto_pagination_dto_ts_isoptional"
@@ -31430,7 +31279,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 54,
+ "community": 52,
"community_name": "PaginationDto",
"norm_label": "isstring",
"id": "backend_src_common_dto_pagination_dto_ts_isstring"
@@ -31441,7 +31290,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 54,
+ "community": 52,
"community_name": "PaginationDto",
"norm_label": "min",
"id": "backend_src_common_dto_pagination_dto_ts_min"
@@ -31452,7 +31301,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 54,
+ "community": 52,
"community_name": "PaginationDto",
"norm_label": "type",
"id": "backend_src_common_dto_pagination_dto_ts_type"
@@ -31463,7 +31312,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 55,
+ "community": 53,
"community_name": "ContactService",
"norm_label": "body",
"id": "backend_src_contact_contact_controller_ts_body"
@@ -31474,7 +31323,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 55,
+ "community": 53,
"community_name": "ContactService",
"norm_label": "controller",
"id": "backend_src_contact_contact_controller_ts_controller"
@@ -31485,7 +31334,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 55,
+ "community": 53,
"community_name": "ContactService",
"norm_label": "get",
"id": "backend_src_contact_contact_controller_ts_get"
@@ -31496,7 +31345,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 55,
+ "community": 53,
"community_name": "ContactService",
"norm_label": "param",
"id": "backend_src_contact_contact_controller_ts_param"
@@ -31507,7 +31356,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 55,
+ "community": 53,
"community_name": "ContactService",
"norm_label": "post",
"id": "backend_src_contact_contact_controller_ts_post"
@@ -31518,7 +31367,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 55,
+ "community": 53,
"community_name": "ContactService",
"norm_label": "put",
"id": "backend_src_contact_contact_controller_ts_put"
@@ -31529,7 +31378,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 55,
+ "community": 53,
"community_name": "ContactService",
"norm_label": "query",
"id": "backend_src_contact_contact_controller_ts_query"
@@ -31540,7 +31389,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 55,
+ "community": 53,
"community_name": "ContactService",
"norm_label": "useguards",
"id": "backend_src_contact_contact_controller_ts_useguards"
@@ -31551,7 +31400,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 55,
+ "community": 53,
"community_name": "ContactService",
"norm_label": "injectable",
"id": "backend_src_contact_contact_service_ts_injectable"
@@ -31562,7 +31411,7 @@
"source_file": "backend/tsconfig.json",
"source_location": "L2",
"_origin": "ast",
- "community": 56,
+ "community": 54,
"norm_label": "compileroptions",
"id": "backend_tsconfig_compileroptions"
},
@@ -31572,7 +31421,7 @@
"source_file": "backend/tsconfig.json",
"source_location": "L12",
"_origin": "ast",
- "community": 56,
+ "community": 54,
"norm_label": "allowsyntheticdefaultimports",
"id": "backend_tsconfig_compileroptions_allowsyntheticdefaultimports"
},
@@ -31582,7 +31431,7 @@
"source_file": "backend/tsconfig.json",
"source_location": "L17",
"_origin": "ast",
- "community": 56,
+ "community": 54,
"norm_label": "baseurl",
"id": "backend_tsconfig_compileroptions_baseurl"
},
@@ -31592,7 +31441,7 @@
"source_file": "backend/tsconfig.json",
"source_location": "L8",
"_origin": "ast",
- "community": 56,
+ "community": 54,
"norm_label": "declaration",
"id": "backend_tsconfig_compileroptions_declaration"
},
@@ -31602,7 +31451,7 @@
"source_file": "backend/tsconfig.json",
"source_location": "L10",
"_origin": "ast",
- "community": 56,
+ "community": 54,
"norm_label": "emitdecoratormetadata",
"id": "backend_tsconfig_compileroptions_emitdecoratormetadata"
},
@@ -31612,7 +31461,7 @@
"source_file": "backend/tsconfig.json",
"source_location": "L6",
"_origin": "ast",
- "community": 56,
+ "community": 54,
"norm_label": "esmoduleinterop",
"id": "backend_tsconfig_compileroptions_esmoduleinterop"
},
@@ -31622,7 +31471,7 @@
"source_file": "backend/tsconfig.json",
"source_location": "L11",
"_origin": "ast",
- "community": 56,
+ "community": 54,
"norm_label": "experimentaldecorators",
"id": "backend_tsconfig_compileroptions_experimentaldecorators"
},
@@ -31632,7 +31481,7 @@
"source_file": "backend/tsconfig.json",
"source_location": "L21",
"_origin": "ast",
- "community": 56,
+ "community": 54,
"norm_label": "forceconsistentcasinginfilenames",
"id": "backend_tsconfig_compileroptions_forceconsistentcasinginfilenames"
},
@@ -31642,7 +31491,7 @@
"source_file": "backend/tsconfig.json",
"source_location": "L18",
"_origin": "ast",
- "community": 56,
+ "community": 54,
"norm_label": "incremental",
"id": "backend_tsconfig_compileroptions_incremental"
},
@@ -31652,7 +31501,7 @@
"source_file": "backend/tsconfig.json",
"source_location": "L7",
"_origin": "ast",
- "community": 56,
+ "community": 54,
"norm_label": "isolatedmodules",
"id": "backend_tsconfig_compileroptions_isolatedmodules"
},
@@ -31662,7 +31511,7 @@
"source_file": "backend/tsconfig.json",
"source_location": "L3",
"_origin": "ast",
- "community": 56,
+ "community": 54,
"norm_label": "module",
"id": "backend_tsconfig_compileroptions_module"
},
@@ -31672,7 +31521,7 @@
"source_file": "backend/tsconfig.json",
"source_location": "L4",
"_origin": "ast",
- "community": 56,
+ "community": 54,
"norm_label": "moduleresolution",
"id": "backend_tsconfig_compileroptions_moduleresolution"
},
@@ -31682,7 +31531,7 @@
"source_file": "backend/tsconfig.json",
"source_location": "L24",
"_origin": "ast",
- "community": 56,
+ "community": 54,
"norm_label": "nofallthroughcasesinswitch",
"id": "backend_tsconfig_compileroptions_nofallthroughcasesinswitch"
},
@@ -31692,7 +31541,7 @@
"source_file": "backend/tsconfig.json",
"source_location": "L22",
"_origin": "ast",
- "community": 56,
+ "community": 54,
"norm_label": "noimplicitany",
"id": "backend_tsconfig_compileroptions_noimplicitany"
},
@@ -31702,7 +31551,7 @@
"source_file": "backend/tsconfig.json",
"source_location": "L15",
"_origin": "ast",
- "community": 56,
+ "community": 54,
"norm_label": "outdir",
"id": "backend_tsconfig_compileroptions_outdir"
},
@@ -31712,7 +31561,7 @@
"source_file": "backend/tsconfig.json",
"source_location": "L9",
"_origin": "ast",
- "community": 56,
+ "community": 54,
"norm_label": "removecomments",
"id": "backend_tsconfig_compileroptions_removecomments"
},
@@ -31722,7 +31571,7 @@
"source_file": "backend/tsconfig.json",
"source_location": "L5",
"_origin": "ast",
- "community": 56,
+ "community": 54,
"norm_label": "resolvepackagejsonexports",
"id": "backend_tsconfig_compileroptions_resolvepackagejsonexports"
},
@@ -31732,7 +31581,7 @@
"source_file": "backend/tsconfig.json",
"source_location": "L16",
"_origin": "ast",
- "community": 56,
+ "community": 54,
"norm_label": "rootdir",
"id": "backend_tsconfig_compileroptions_rootdir"
},
@@ -31742,7 +31591,7 @@
"source_file": "backend/tsconfig.json",
"source_location": "L19",
"_origin": "ast",
- "community": 56,
+ "community": 54,
"norm_label": "skiplibcheck",
"id": "backend_tsconfig_compileroptions_skiplibcheck"
},
@@ -31752,7 +31601,7 @@
"source_file": "backend/tsconfig.json",
"source_location": "L14",
"_origin": "ast",
- "community": 56,
+ "community": 54,
"norm_label": "sourcemap",
"id": "backend_tsconfig_compileroptions_sourcemap"
},
@@ -31762,7 +31611,7 @@
"source_file": "backend/tsconfig.json",
"source_location": "L23",
"_origin": "ast",
- "community": 56,
+ "community": 54,
"norm_label": "strictbindcallapply",
"id": "backend_tsconfig_compileroptions_strictbindcallapply"
},
@@ -31772,7 +31621,7 @@
"source_file": "backend/tsconfig.json",
"source_location": "L20",
"_origin": "ast",
- "community": 56,
+ "community": 54,
"norm_label": "strictnullchecks",
"id": "backend_tsconfig_compileroptions_strictnullchecks"
},
@@ -31782,17 +31631,98 @@
"source_file": "backend/tsconfig.json",
"source_location": "L13",
"_origin": "ast",
- "community": 56,
+ "community": 54,
"norm_label": "target",
"id": "backend_tsconfig_compileroptions_target"
},
+ {
+ "label": "Layout.tsx",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/components/Layout.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 55,
+ "community_name": "src/services/api.ts",
+ "norm_label": "layout.tsx",
+ "id": "frontend_admin_panel_src_components_layout"
+ },
+ {
+ "label": "Sidebar.tsx",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/components/Sidebar.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 55,
+ "norm_label": "sidebar.tsx",
+ "id": "frontend_admin_panel_src_components_sidebar"
+ },
+ {
+ "label": "Dashboard.tsx",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Dashboard.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 55,
+ "norm_label": "dashboard.tsx",
+ "id": "frontend_admin_panel_src_pages_dashboard"
+ },
+ {
+ "label": "Reports.tsx",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Reports.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 55,
+ "norm_label": "reports.tsx",
+ "id": "frontend_admin_panel_src_pages_reports"
+ },
+ {
+ "label": "COLORS",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/pages/Reports.tsx",
+ "source_location": "L10",
+ "_origin": "ast",
+ "community": 55,
+ "norm_label": "colors",
+ "id": "frontend_admin_panel_src_pages_reports_colors"
+ },
+ {
+ "label": "Dashboard",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
+ "source_location": "L10",
+ "_origin": "ast",
+ "community": 55,
+ "norm_label": "dashboard",
+ "id": "frontend_admin_panel_src_routes_adminroutes_dashboard"
+ },
+ {
+ "label": "Reports",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
+ "source_location": "L16",
+ "_origin": "ast",
+ "community": 55,
+ "norm_label": "reports",
+ "id": "frontend_admin_panel_src_routes_adminroutes_reports"
+ },
+ {
+ "label": "api",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/services/api.ts",
+ "source_location": "L23",
+ "_origin": "ast",
+ "community": 55,
+ "norm_label": "api",
+ "id": "frontend_admin_panel_src_services_api_api"
+ },
{
"label": "tsconfig.app.json",
"file_type": "code",
"source_file": "frontend/admin-panel/tsconfig.app.json",
"source_location": "L1",
"_origin": "ast",
- "community": 57,
+ "community": 56,
"community_name": "compilerOptions",
"norm_label": "tsconfig.app.json",
"id": "frontend_admin_panel_tsconfig_app"
@@ -31803,7 +31733,7 @@
"source_file": "frontend/admin-panel/tsconfig.app.json",
"source_location": "L2",
"_origin": "ast",
- "community": 57,
+ "community": 56,
"community_name": "compilerOptions",
"norm_label": "compileroptions",
"id": "frontend_admin_panel_tsconfig_app_compileroptions"
@@ -31814,7 +31744,7 @@
"source_file": "frontend/admin-panel/tsconfig.app.json",
"source_location": "L12",
"_origin": "ast",
- "community": 57,
+ "community": 56,
"community_name": "compilerOptions",
"norm_label": "allowimportingtsextensions",
"id": "frontend_admin_panel_tsconfig_app_compileroptions_allowimportingtsextensions"
@@ -31825,7 +31755,7 @@
"source_file": "frontend/admin-panel/tsconfig.app.json",
"source_location": "L21",
"_origin": "ast",
- "community": 57,
+ "community": 56,
"community_name": "compilerOptions",
"norm_label": "erasablesyntaxonly",
"id": "frontend_admin_panel_tsconfig_app_compileroptions_erasablesyntaxonly"
@@ -31836,7 +31766,7 @@
"source_file": "frontend/admin-panel/tsconfig.app.json",
"source_location": "L16",
"_origin": "ast",
- "community": 57,
+ "community": 56,
"community_name": "compilerOptions",
"norm_label": "jsx",
"id": "frontend_admin_panel_tsconfig_app_compileroptions_jsx"
@@ -31847,7 +31777,7 @@
"source_file": "frontend/admin-panel/tsconfig.app.json",
"source_location": "L5",
"_origin": "ast",
- "community": 57,
+ "community": 56,
"community_name": "compilerOptions",
"norm_label": "lib",
"id": "frontend_admin_panel_tsconfig_app_compileroptions_lib"
@@ -31858,7 +31788,7 @@
"source_file": "frontend/admin-panel/tsconfig.app.json",
"source_location": "L6",
"_origin": "ast",
- "community": 57,
+ "community": 56,
"community_name": "compilerOptions",
"norm_label": "module",
"id": "frontend_admin_panel_tsconfig_app_compileroptions_module"
@@ -31869,7 +31799,7 @@
"source_file": "frontend/admin-panel/tsconfig.app.json",
"source_location": "L14",
"_origin": "ast",
- "community": 57,
+ "community": 56,
"community_name": "compilerOptions",
"norm_label": "moduledetection",
"id": "frontend_admin_panel_tsconfig_app_compileroptions_moduledetection"
@@ -31880,7 +31810,7 @@
"source_file": "frontend/admin-panel/tsconfig.app.json",
"source_location": "L11",
"_origin": "ast",
- "community": 57,
+ "community": 56,
"community_name": "compilerOptions",
"norm_label": "moduleresolution",
"id": "frontend_admin_panel_tsconfig_app_compileroptions_moduleresolution"
@@ -31891,7 +31821,7 @@
"source_file": "frontend/admin-panel/tsconfig.app.json",
"source_location": "L15",
"_origin": "ast",
- "community": 57,
+ "community": 56,
"community_name": "compilerOptions",
"norm_label": "noemit",
"id": "frontend_admin_panel_tsconfig_app_compileroptions_noemit"
@@ -31902,7 +31832,7 @@
"source_file": "frontend/admin-panel/tsconfig.app.json",
"source_location": "L22",
"_origin": "ast",
- "community": 57,
+ "community": 56,
"community_name": "compilerOptions",
"norm_label": "nofallthroughcasesinswitch",
"id": "frontend_admin_panel_tsconfig_app_compileroptions_nofallthroughcasesinswitch"
@@ -31913,7 +31843,7 @@
"source_file": "frontend/admin-panel/tsconfig.app.json",
"source_location": "L19",
"_origin": "ast",
- "community": 57,
+ "community": 56,
"community_name": "compilerOptions",
"norm_label": "nounusedlocals",
"id": "frontend_admin_panel_tsconfig_app_compileroptions_nounusedlocals"
@@ -31924,7 +31854,7 @@
"source_file": "frontend/admin-panel/tsconfig.app.json",
"source_location": "L20",
"_origin": "ast",
- "community": 57,
+ "community": 56,
"community_name": "compilerOptions",
"norm_label": "nounusedparameters",
"id": "frontend_admin_panel_tsconfig_app_compileroptions_nounusedparameters"
@@ -31935,7 +31865,7 @@
"source_file": "frontend/admin-panel/tsconfig.app.json",
"source_location": "L8",
"_origin": "ast",
- "community": 57,
+ "community": 56,
"community_name": "compilerOptions",
"norm_label": "skiplibcheck",
"id": "frontend_admin_panel_tsconfig_app_compileroptions_skiplibcheck"
@@ -31946,7 +31876,7 @@
"source_file": "frontend/admin-panel/tsconfig.app.json",
"source_location": "L4",
"_origin": "ast",
- "community": 57,
+ "community": 56,
"community_name": "compilerOptions",
"norm_label": "target",
"id": "frontend_admin_panel_tsconfig_app_compileroptions_target"
@@ -31957,7 +31887,7 @@
"source_file": "frontend/admin-panel/tsconfig.app.json",
"source_location": "L3",
"_origin": "ast",
- "community": 57,
+ "community": 56,
"community_name": "compilerOptions",
"norm_label": "tsbuildinfofile",
"id": "frontend_admin_panel_tsconfig_app_compileroptions_tsbuildinfofile"
@@ -31968,7 +31898,7 @@
"source_file": "frontend/admin-panel/tsconfig.app.json",
"source_location": "L7",
"_origin": "ast",
- "community": 57,
+ "community": 56,
"community_name": "compilerOptions",
"norm_label": "types",
"id": "frontend_admin_panel_tsconfig_app_compileroptions_types"
@@ -31979,7 +31909,7 @@
"source_file": "frontend/admin-panel/tsconfig.app.json",
"source_location": "L13",
"_origin": "ast",
- "community": 57,
+ "community": 56,
"community_name": "compilerOptions",
"norm_label": "verbatimmodulesyntax",
"id": "frontend_admin_panel_tsconfig_app_compileroptions_verbatimmodulesyntax"
@@ -31990,7 +31920,7 @@
"source_file": "frontend/admin-panel/tsconfig.app.json",
"source_location": "L24",
"_origin": "ast",
- "community": 57,
+ "community": 56,
"community_name": "compilerOptions",
"norm_label": "include",
"id": "frontend_admin_panel_tsconfig_app_include"
@@ -32001,7 +31931,7 @@
"source_file": "frontend/admin-panel/tsconfig.app.json",
"source_location": "L5",
"_origin": "ast",
- "community": 57,
+ "community": 56,
"community_name": "compilerOptions",
"norm_label": "dom",
"id": "frontend_admin_panel_tsconfig_app_json_ref_dom"
@@ -32012,7 +31942,7 @@
"source_file": "frontend/admin-panel/tsconfig.app.json",
"source_location": "L5",
"_origin": "ast",
- "community": 57,
+ "community": 56,
"community_name": "compilerOptions",
"norm_label": "es2023",
"id": "frontend_admin_panel_tsconfig_app_json_ref_es2023"
@@ -32023,7 +31953,7 @@
"source_file": "frontend/admin-panel/tsconfig.app.json",
"source_location": "L24",
"_origin": "ast",
- "community": 57,
+ "community": 56,
"community_name": "compilerOptions",
"norm_label": "src",
"id": "frontend_admin_panel_tsconfig_app_json_ref_src"
@@ -32034,7 +31964,7 @@
"source_file": "frontend/admin-panel/tsconfig.app.json",
"source_location": "L7",
"_origin": "ast",
- "community": 57,
+ "community": 56,
"community_name": "compilerOptions",
"norm_label": "vite/client",
"id": "ref_vite_client"
@@ -32045,7 +31975,7 @@
"source_file": "backend/package.json",
"source_location": "L23",
"_origin": "ast",
- "community": 58,
+ "community": 57,
"community_name": "dependencies",
"norm_label": "dependencies",
"id": "backend_package_dependencies"
@@ -32056,7 +31986,7 @@
"source_file": "backend/package.json",
"source_location": "L32",
"_origin": "ast",
- "community": 58,
+ "community": 57,
"community_name": "dependencies",
"norm_label": "bcrypt",
"id": "backend_package_dependencies_bcrypt"
@@ -32067,7 +31997,7 @@
"source_file": "backend/package.json",
"source_location": "L34",
"_origin": "ast",
- "community": 58,
+ "community": 57,
"community_name": "dependencies",
"norm_label": "class-transformer",
"id": "backend_package_dependencies_class_transformer"
@@ -32078,7 +32008,7 @@
"source_file": "backend/package.json",
"source_location": "L35",
"_origin": "ast",
- "community": 58,
+ "community": 57,
"community_name": "dependencies",
"norm_label": "class-validator",
"id": "backend_package_dependencies_class_validator"
@@ -32089,7 +32019,7 @@
"source_file": "backend/package.json",
"source_location": "L37",
"_origin": "ast",
- "community": 58,
+ "community": 57,
"community_name": "dependencies",
"norm_label": "ioredis",
"id": "backend_package_dependencies_ioredis"
@@ -32100,7 +32030,7 @@
"source_file": "backend/package.json",
"source_location": "L24",
"_origin": "ast",
- "community": 58,
+ "community": 57,
"community_name": "dependencies",
"norm_label": "@nestjs/common",
"id": "backend_package_dependencies_nestjs_common"
@@ -32111,7 +32041,7 @@
"source_file": "backend/package.json",
"source_location": "L27",
"_origin": "ast",
- "community": 58,
+ "community": 57,
"community_name": "dependencies",
"norm_label": "@nestjs/passport",
"id": "backend_package_dependencies_nestjs_passport"
@@ -32122,7 +32052,7 @@
"source_file": "backend/package.json",
"source_location": "L28",
"_origin": "ast",
- "community": 58,
+ "community": 57,
"community_name": "dependencies",
"norm_label": "@nestjs/platform-express",
"id": "backend_package_dependencies_nestjs_platform_express"
@@ -32133,7 +32063,7 @@
"source_file": "backend/package.json",
"source_location": "L39",
"_origin": "ast",
- "community": 58,
+ "community": 57,
"community_name": "dependencies",
"norm_label": "passport",
"id": "backend_package_dependencies_passport"
@@ -32144,7 +32074,7 @@
"source_file": "backend/package.json",
"source_location": "L41",
"_origin": "ast",
- "community": 58,
+ "community": 57,
"community_name": "dependencies",
"norm_label": "reflect-metadata",
"id": "backend_package_dependencies_reflect_metadata"
@@ -32155,7 +32085,7 @@
"source_file": "backend/package.json",
"source_location": "L42",
"_origin": "ast",
- "community": 58,
+ "community": 57,
"community_name": "dependencies",
"norm_label": "rxjs",
"id": "backend_package_dependencies_rxjs"
@@ -32166,7 +32096,7 @@
"source_file": "backend/package.json",
"source_location": "L32",
"_origin": "ast",
- "community": 58,
+ "community": 57,
"community_name": "dependencies",
"norm_label": "bcrypt",
"id": "bcrypt"
@@ -32177,7 +32107,7 @@
"source_file": "backend/package.json",
"source_location": "L34",
"_origin": "ast",
- "community": 58,
+ "community": 57,
"community_name": "dependencies",
"norm_label": "class-transformer",
"id": "class_transformer"
@@ -32188,7 +32118,7 @@
"source_file": "backend/package.json",
"source_location": "L35",
"_origin": "ast",
- "community": 58,
+ "community": 57,
"community_name": "dependencies",
"norm_label": "class-validator",
"id": "class_validator"
@@ -32199,7 +32129,7 @@
"source_file": "backend/package.json",
"source_location": "L37",
"_origin": "ast",
- "community": 58,
+ "community": 57,
"community_name": "dependencies",
"norm_label": "ioredis",
"id": "ioredis"
@@ -32210,7 +32140,7 @@
"source_file": "backend/package.json",
"source_location": "L24",
"_origin": "ast",
- "community": 58,
+ "community": 57,
"community_name": "dependencies",
"norm_label": "@nestjs/common",
"id": "nestjs_common"
@@ -32221,7 +32151,7 @@
"source_file": "backend/package.json",
"source_location": "L27",
"_origin": "ast",
- "community": 58,
+ "community": 57,
"community_name": "dependencies",
"norm_label": "@nestjs/passport",
"id": "nestjs_passport"
@@ -32232,7 +32162,7 @@
"source_file": "backend/package.json",
"source_location": "L28",
"_origin": "ast",
- "community": 58,
+ "community": 57,
"community_name": "dependencies",
"norm_label": "@nestjs/platform-express",
"id": "nestjs_platform_express"
@@ -32243,7 +32173,7 @@
"source_file": "backend/package.json",
"source_location": "L39",
"_origin": "ast",
- "community": 58,
+ "community": 57,
"community_name": "dependencies",
"norm_label": "passport",
"id": "passport"
@@ -32254,7 +32184,7 @@
"source_file": "backend/package.json",
"source_location": "L41",
"_origin": "ast",
- "community": 58,
+ "community": 57,
"community_name": "dependencies",
"norm_label": "reflect-metadata",
"id": "reflect_metadata"
@@ -32265,7 +32195,7 @@
"source_file": "backend/package.json",
"source_location": "L42",
"_origin": "ast",
- "community": 58,
+ "community": 57,
"community_name": "dependencies",
"norm_label": "rxjs",
"id": "rxjs"
@@ -32276,7 +32206,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 59,
+ "community": 58,
"community_name": "Prescription Review Controller",
"norm_label": "apibearerauth",
"id": "backend_src_prescriptions_prescriptions_controller_ts_apibearerauth"
@@ -32287,7 +32217,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 59,
+ "community": 58,
"community_name": "Prescription Review Controller",
"norm_label": "apioperation",
"id": "backend_src_prescriptions_prescriptions_controller_ts_apioperation"
@@ -32298,7 +32228,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 59,
+ "community": 58,
"community_name": "Prescription Review Controller",
"norm_label": "apitags",
"id": "backend_src_prescriptions_prescriptions_controller_ts_apitags"
@@ -32309,7 +32239,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 59,
+ "community": 58,
"community_name": "Prescription Review Controller",
"norm_label": "body",
"id": "backend_src_prescriptions_prescriptions_controller_ts_body"
@@ -32320,7 +32250,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 59,
+ "community": 58,
"community_name": "Prescription Review Controller",
"norm_label": "controller",
"id": "backend_src_prescriptions_prescriptions_controller_ts_controller"
@@ -32331,7 +32261,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 59,
+ "community": 58,
"community_name": "Prescription Review Controller",
"norm_label": "get",
"id": "backend_src_prescriptions_prescriptions_controller_ts_get"
@@ -32342,7 +32272,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 59,
+ "community": 58,
"community_name": "Prescription Review Controller",
"norm_label": "param",
"id": "backend_src_prescriptions_prescriptions_controller_ts_param"
@@ -32353,7 +32283,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 59,
+ "community": 58,
"community_name": "Prescription Review Controller",
"norm_label": "patch",
"id": "backend_src_prescriptions_prescriptions_controller_ts_patch"
@@ -32364,7 +32294,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 59,
+ "community": 58,
"community_name": "Prescription Review Controller",
"norm_label": "post",
"id": "backend_src_prescriptions_prescriptions_controller_ts_post"
@@ -32375,7 +32305,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 59,
+ "community": 58,
"community_name": "Prescription Review Controller",
"norm_label": "req",
"id": "backend_src_prescriptions_prescriptions_controller_ts_req"
@@ -32386,11 +32316,165 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 59,
+ "community": 58,
"community_name": "Prescription Review Controller",
"norm_label": "useguards",
"id": "backend_src_prescriptions_prescriptions_controller_ts_useguards"
},
+ {
+ "label": "ApiBearerAuth",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 59,
+ "community_name": "Admin Blog Controller",
+ "norm_label": "apibearerauth",
+ "id": "backend_src_admin_blogs_controller_ts_apibearerauth"
+ },
+ {
+ "label": "ApiOperation",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 59,
+ "community_name": "Admin Blog Controller",
+ "norm_label": "apioperation",
+ "id": "backend_src_admin_blogs_controller_ts_apioperation"
+ },
+ {
+ "label": "ApiQuery",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 59,
+ "community_name": "Admin Blog Controller",
+ "norm_label": "apiquery",
+ "id": "backend_src_admin_blogs_controller_ts_apiquery"
+ },
+ {
+ "label": "ApiTags",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 59,
+ "community_name": "Admin Blog Controller",
+ "norm_label": "apitags",
+ "id": "backend_src_admin_blogs_controller_ts_apitags"
+ },
+ {
+ "label": "Body",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 59,
+ "community_name": "Admin Blog Controller",
+ "norm_label": "body",
+ "id": "backend_src_admin_blogs_controller_ts_body"
+ },
+ {
+ "label": "Controller",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 59,
+ "community_name": "Admin Blog Controller",
+ "norm_label": "controller",
+ "id": "backend_src_admin_blogs_controller_ts_controller"
+ },
+ {
+ "label": "Delete",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 59,
+ "community_name": "Admin Blog Controller",
+ "norm_label": "delete",
+ "id": "backend_src_admin_blogs_controller_ts_delete"
+ },
+ {
+ "label": "Get",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 59,
+ "community_name": "Admin Blog Controller",
+ "norm_label": "get",
+ "id": "backend_src_admin_blogs_controller_ts_get"
+ },
+ {
+ "label": "Param",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 59,
+ "community_name": "Admin Blog Controller",
+ "norm_label": "param",
+ "id": "backend_src_admin_blogs_controller_ts_param"
+ },
+ {
+ "label": "Post",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 59,
+ "community_name": "Admin Blog Controller",
+ "norm_label": "post",
+ "id": "backend_src_admin_blogs_controller_ts_post"
+ },
+ {
+ "label": "Put",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 59,
+ "community_name": "Admin Blog Controller",
+ "norm_label": "put",
+ "id": "backend_src_admin_blogs_controller_ts_put"
+ },
+ {
+ "label": "Query",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 59,
+ "community_name": "Admin Blog Controller",
+ "norm_label": "query",
+ "id": "backend_src_admin_blogs_controller_ts_query"
+ },
+ {
+ "label": "Request",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 59,
+ "community_name": "Admin Blog Controller",
+ "norm_label": "request",
+ "id": "backend_src_admin_blogs_controller_ts_request"
+ },
+ {
+ "label": "UseGuards",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 59,
+ "community_name": "Admin Blog Controller",
+ "norm_label": "useguards",
+ "id": "backend_src_admin_blogs_controller_ts_useguards"
+ },
{
"label": "ApiProperty",
"file_type": "code",
@@ -32774,167 +32858,13 @@
"norm_label": "orders.service.ts",
"id": "backend_src_orders_orders_service"
},
- {
- "label": "ApiBearerAuth",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 60,
- "community_name": "Admin Blog Controller",
- "norm_label": "apibearerauth",
- "id": "backend_src_admin_blogs_controller_ts_apibearerauth"
- },
- {
- "label": "ApiOperation",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 60,
- "community_name": "Admin Blog Controller",
- "norm_label": "apioperation",
- "id": "backend_src_admin_blogs_controller_ts_apioperation"
- },
- {
- "label": "ApiQuery",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 60,
- "community_name": "Admin Blog Controller",
- "norm_label": "apiquery",
- "id": "backend_src_admin_blogs_controller_ts_apiquery"
- },
- {
- "label": "ApiTags",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 60,
- "community_name": "Admin Blog Controller",
- "norm_label": "apitags",
- "id": "backend_src_admin_blogs_controller_ts_apitags"
- },
- {
- "label": "Body",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 60,
- "community_name": "Admin Blog Controller",
- "norm_label": "body",
- "id": "backend_src_admin_blogs_controller_ts_body"
- },
- {
- "label": "Controller",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 60,
- "community_name": "Admin Blog Controller",
- "norm_label": "controller",
- "id": "backend_src_admin_blogs_controller_ts_controller"
- },
- {
- "label": "Delete",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 60,
- "community_name": "Admin Blog Controller",
- "norm_label": "delete",
- "id": "backend_src_admin_blogs_controller_ts_delete"
- },
- {
- "label": "Get",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 60,
- "community_name": "Admin Blog Controller",
- "norm_label": "get",
- "id": "backend_src_admin_blogs_controller_ts_get"
- },
- {
- "label": "Param",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 60,
- "community_name": "Admin Blog Controller",
- "norm_label": "param",
- "id": "backend_src_admin_blogs_controller_ts_param"
- },
- {
- "label": "Post",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 60,
- "community_name": "Admin Blog Controller",
- "norm_label": "post",
- "id": "backend_src_admin_blogs_controller_ts_post"
- },
- {
- "label": "Put",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 60,
- "community_name": "Admin Blog Controller",
- "norm_label": "put",
- "id": "backend_src_admin_blogs_controller_ts_put"
- },
- {
- "label": "Query",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 60,
- "community_name": "Admin Blog Controller",
- "norm_label": "query",
- "id": "backend_src_admin_blogs_controller_ts_query"
- },
- {
- "label": "Request",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 60,
- "community_name": "Admin Blog Controller",
- "norm_label": "request",
- "id": "backend_src_admin_blogs_controller_ts_request"
- },
- {
- "label": "UseGuards",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 60,
- "community_name": "Admin Blog Controller",
- "norm_label": "useguards",
- "id": "backend_src_admin_blogs_controller_ts_useguards"
- },
{
"label": "31-module-audit-closure.md",
"file_type": "document",
"source_file": "docs/audit/31-module-audit-closure.md",
"source_location": "L1",
"_origin": "ast",
- "community": 61,
+ "community": 60,
"community_name": "Required Review Group Closures",
"norm_label": "31-module-audit-closure.md",
"id": "docs_audit_31_module_audit_closure"
@@ -32945,7 +32875,7 @@
"source_file": "docs/audit/31-module-audit-closure.md",
"source_location": "L88",
"_origin": "ast",
- "community": 61,
+ "community": 60,
"community_name": "Required Review Group Closures",
"norm_label": "10. orders backend",
"id": "docs_audit_31_module_audit_closure_10_orders_backend"
@@ -32956,7 +32886,7 @@
"source_file": "docs/audit/31-module-audit-closure.md",
"source_location": "L96",
"_origin": "ast",
- "community": 61,
+ "community": 60,
"community_name": "Required Review Group Closures",
"norm_label": "11. settings & administrative backend",
"id": "docs_audit_31_module_audit_closure_11_settings_administrative_backend"
@@ -32967,7 +32897,7 @@
"source_file": "docs/audit/31-module-audit-closure.md",
"source_location": "L104",
"_origin": "ast",
- "community": 61,
+ "community": 60,
"community_name": "Required Review Group Closures",
"norm_label": "12. prisma schema, migrations & seed",
"id": "docs_audit_31_module_audit_closure_12_prisma_schema_migrations_seed"
@@ -32978,7 +32908,7 @@
"source_file": "docs/audit/31-module-audit-closure.md",
"source_location": "L114",
"_origin": "ast",
- "community": 61,
+ "community": 60,
"community_name": "Required Review Group Closures",
"norm_label": "13. redis & temporary auth state",
"id": "docs_audit_31_module_audit_closure_13_redis_temporary_auth_state"
@@ -32989,7 +32919,7 @@
"source_file": "docs/audit/31-module-audit-closure.md",
"source_location": "L122",
"_origin": "ast",
- "community": 61,
+ "community": 60,
"community_name": "Required Review Group Closures",
"norm_label": "14. unit & e2e tests",
"id": "docs_audit_31_module_audit_closure_14_unit_e2e_tests"
@@ -33000,7 +32930,7 @@
"source_file": "docs/audit/31-module-audit-closure.md",
"source_location": "L131",
"_origin": "ast",
- "community": 61,
+ "community": 60,
"community_name": "Required Review Group Closures",
"norm_label": "15. docker, nginx, prometheus & deployment config",
"id": "docs_audit_31_module_audit_closure_15_docker_nginx_prometheus_deployment_config"
@@ -33011,7 +32941,7 @@
"source_file": "docs/audit/31-module-audit-closure.md",
"source_location": "L139",
"_origin": "ast",
- "community": 61,
+ "community": 60,
"community_name": "Required Review Group Closures",
"norm_label": "16. documentation & openapi artifacts",
"id": "docs_audit_31_module_audit_closure_16_documentation_openapi_artifacts"
@@ -33022,7 +32952,7 @@
"source_file": "docs/audit/31-module-audit-closure.md",
"source_location": "L10",
"_origin": "ast",
- "community": 61,
+ "community": 60,
"community_name": "Required Review Group Closures",
"norm_label": "1. storefront shell & routing",
"id": "docs_audit_31_module_audit_closure_1_storefront_shell_routing"
@@ -33033,7 +32963,7 @@
"source_file": "docs/audit/31-module-audit-closure.md",
"source_location": "L19",
"_origin": "ast",
- "community": 61,
+ "community": 60,
"community_name": "Required Review Group Closures",
"norm_label": "2. authentication ui, stores & api clients",
"id": "docs_audit_31_module_audit_closure_2_authentication_ui_stores_api_clients"
@@ -33044,7 +32974,7 @@
"source_file": "docs/audit/31-module-audit-closure.md",
"source_location": "L28",
"_origin": "ast",
- "community": 61,
+ "community": 60,
"community_name": "Required Review Group Closures",
"norm_label": "3. cart, checkout, order, wallet & payment ui",
"id": "docs_audit_31_module_audit_closure_3_cart_checkout_order_wallet_payment_ui"
@@ -33055,7 +32985,7 @@
"source_file": "docs/audit/31-module-audit-closure.md",
"source_location": "L37",
"_origin": "ast",
- "community": 61,
+ "community": 60,
"community_name": "Required Review Group Closures",
"norm_label": "4. product, pet, scientific term & settings ui",
"id": "docs_audit_31_module_audit_closure_4_product_pet_scientific_term_settings_ui"
@@ -33066,7 +32996,7 @@
"source_file": "docs/audit/31-module-audit-closure.md",
"source_location": "L46",
"_origin": "ast",
- "community": 61,
+ "community": 60,
"community_name": "Required Review Group Closures",
"norm_label": "5. nestjs bootstrap & shared infrastructure",
"id": "docs_audit_31_module_audit_closure_5_nestjs_bootstrap_shared_infrastructure"
@@ -33077,7 +33007,7 @@
"source_file": "docs/audit/31-module-audit-closure.md",
"source_location": "L55",
"_origin": "ast",
- "community": 61,
+ "community": 60,
"community_name": "Required Review Group Closures",
"norm_label": "6. authentication & authorization backend",
"id": "docs_audit_31_module_audit_closure_6_authentication_authorization_backend"
@@ -33088,7 +33018,7 @@
"source_file": "docs/audit/31-module-audit-closure.md",
"source_location": "L63",
"_origin": "ast",
- "community": 61,
+ "community": 60,
"community_name": "Required Review Group Closures",
"norm_label": "7. users & addresses backend",
"id": "docs_audit_31_module_audit_closure_7_users_addresses_backend"
@@ -33099,7 +33029,7 @@
"source_file": "docs/audit/31-module-audit-closure.md",
"source_location": "L71",
"_origin": "ast",
- "community": 61,
+ "community": 60,
"community_name": "Required Review Group Closures",
"norm_label": "8. pets backend",
"id": "docs_audit_31_module_audit_closure_8_pets_backend"
@@ -33110,7 +33040,7 @@
"source_file": "docs/audit/31-module-audit-closure.md",
"source_location": "L79",
"_origin": "ast",
- "community": 61,
+ "community": 60,
"community_name": "Required Review Group Closures",
"norm_label": "9. products backend",
"id": "docs_audit_31_module_audit_closure_9_products_backend"
@@ -33121,7 +33051,7 @@
"source_file": "docs/audit/31-module-audit-closure.md",
"source_location": "L149",
"_origin": "ast",
- "community": 61,
+ "community": 60,
"community_name": "Required Review Group Closures",
"norm_label": "conclusion",
"id": "docs_audit_31_module_audit_closure_conclusion"
@@ -33132,7 +33062,7 @@
"source_file": "docs/audit/31-module-audit-closure.md",
"source_location": "L1",
"_origin": "ast",
- "community": 61,
+ "community": 60,
"community_name": "Required Review Group Closures",
"norm_label": "module audit closure report",
"id": "docs_audit_31_module_audit_closure_module_audit_closure_report"
@@ -33143,7 +33073,7 @@
"source_file": "docs/audit/31-module-audit-closure.md",
"source_location": "L8",
"_origin": "ast",
- "community": 61,
+ "community": 60,
"community_name": "Required Review Group Closures",
"norm_label": "required review group closures",
"id": "docs_audit_31_module_audit_closure_required_review_group_closures"
@@ -33154,7 +33084,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L26",
"_origin": "ast",
- "community": 62,
+ "community": 61,
"community_name": "@tailwindcss/postcss",
"norm_label": "@tailwindcss/postcss",
"id": "frontend_admin_panel_package_devdependencies_tailwindcss_postcss"
@@ -33165,7 +33095,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L26",
"_origin": "ast",
- "community": 62,
+ "community": 61,
"community_name": "@tailwindcss/postcss",
"norm_label": "@tailwindcss/postcss",
"id": "frontend_admin_panel_package_json_tailwindcss_postcss"
@@ -33176,7 +33106,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L23",
"_origin": "ast",
- "community": 62,
+ "community": 61,
"community_name": "@testing-library/jest-dom",
"norm_label": "@testing-library/jest-dom",
"id": "frontend_application_package_devdependencies_testing_library_jest_dom"
@@ -33187,7 +33117,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L23",
"_origin": "ast",
- "community": 62,
+ "community": 61,
"community_name": "@testing-library/jest-dom",
"norm_label": "@testing-library/jest-dom",
"id": "testing_library_jest_dom"
@@ -33198,7 +33128,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L24",
"_origin": "ast",
- "community": 62,
+ "community": 61,
"community_name": "@testing-library/react",
"norm_label": "@testing-library/react",
"id": "frontend_application_package_devdependencies_testing_library_react"
@@ -33209,7 +33139,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L24",
"_origin": "ast",
- "community": 62,
+ "community": 61,
"community_name": "@testing-library/react",
"norm_label": "@testing-library/react",
"id": "testing_library_react"
@@ -33220,7 +33150,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L26",
"_origin": "ast",
- "community": 62,
+ "community": 61,
"community_name": "@types/react",
"norm_label": "@types/react",
"id": "frontend_application_package_devdependencies_types_react"
@@ -33231,7 +33161,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L26",
"_origin": "ast",
- "community": 62,
+ "community": 61,
"community_name": "@types/react",
"norm_label": "@types/react",
"id": "frontend_application_package_json_types_react"
@@ -33242,7 +33172,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L28",
"_origin": "ast",
- "community": 62,
+ "community": 61,
"community_name": "devDependencies",
"norm_label": "@types/react",
"id": "frontend_admin_panel_package_devdependencies_types_react"
@@ -33253,7 +33183,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L30",
"_origin": "ast",
- "community": 62,
+ "community": 61,
"community_name": "devDependencies",
"norm_label": "@vitejs/plugin-react",
"id": "frontend_admin_panel_package_devdependencies_vitejs_plugin_react"
@@ -33264,7 +33194,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L21",
"_origin": "ast",
- "community": 62,
+ "community": 61,
"community_name": "devDependencies",
"norm_label": "devdependencies",
"id": "frontend_application_package_devdependencies"
@@ -33275,7 +33205,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L30",
"_origin": "ast",
- "community": 62,
+ "community": 61,
"community_name": "devDependencies",
"norm_label": "eslint-config-next",
"id": "frontend_application_package_devdependencies_eslint_config_next"
@@ -33286,7 +33216,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L31",
"_origin": "ast",
- "community": 62,
+ "community": 61,
"community_name": "devDependencies",
"norm_label": "jsdom",
"id": "frontend_application_package_devdependencies_jsdom"
@@ -33297,7 +33227,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L22",
"_origin": "ast",
- "community": 62,
+ "community": 61,
"community_name": "devDependencies",
"norm_label": "@tailwindcss/postcss",
"id": "frontend_application_package_devdependencies_tailwindcss_postcss"
@@ -33308,7 +33238,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L28",
"_origin": "ast",
- "community": 62,
+ "community": 61,
"community_name": "devDependencies",
"norm_label": "@vitejs/plugin-react",
"id": "frontend_application_package_devdependencies_vitejs_plugin_react"
@@ -33319,7 +33249,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L30",
"_origin": "ast",
- "community": 62,
+ "community": 61,
"community_name": "devDependencies",
"norm_label": "eslint-config-next",
"id": "eslint_config_next"
@@ -33330,7 +33260,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L28",
"_origin": "ast",
- "community": 62,
+ "community": 61,
"community_name": "devDependencies",
"norm_label": "@vitejs/plugin-react",
"id": "frontend_application_package_json_vitejs_plugin_react"
@@ -33341,7 +33271,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L31",
"_origin": "ast",
- "community": 62,
+ "community": 61,
"community_name": "devDependencies",
"norm_label": "jsdom",
"id": "jsdom"
@@ -33352,7 +33282,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L34",
"_origin": "ast",
- "community": 62,
+ "community": 61,
"community_name": "vitest",
"norm_label": "vitest",
"id": "frontend_application_package_devdependencies_vitest"
@@ -33363,7 +33293,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L34",
"_origin": "ast",
- "community": 62,
+ "community": 61,
"community_name": "vitest",
"norm_label": "vitest",
"id": "vitest"
@@ -33374,7 +33304,7 @@
"source_file": "frontend/admin-panel/src/components/ui/PriceInput.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 63,
+ "community": 62,
"norm_label": "priceinput.tsx",
"id": "frontend_admin_panel_src_components_ui_priceinput"
},
@@ -33384,7 +33314,7 @@
"source_file": "frontend/admin-panel/src/pages/Coupons.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 63,
+ "community": 62,
"norm_label": "coupons.tsx",
"id": "frontend_admin_panel_src_pages_coupons"
},
@@ -33394,7 +33324,7 @@
"source_file": "frontend/admin-panel/src/pages/FinancialSettingsPage.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 63,
+ "community": 62,
"norm_label": "financialsettingspage.tsx",
"id": "frontend_admin_panel_src_pages_financialsettingspage"
},
@@ -33404,7 +33334,7 @@
"source_file": "frontend/admin-panel/src/pages/Settings.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 63,
+ "community": 62,
"norm_label": "settings.tsx",
"id": "frontend_admin_panel_src_pages_settings"
},
@@ -33414,7 +33344,7 @@
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L14",
"_origin": "ast",
- "community": 63,
+ "community": 62,
"norm_label": "coupons",
"id": "frontend_admin_panel_src_routes_adminroutes_coupons"
},
@@ -33424,7 +33354,7 @@
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L34",
"_origin": "ast",
- "community": 63,
+ "community": 62,
"norm_label": "financialsettingspage",
"id": "frontend_admin_panel_src_routes_adminroutes_financialsettingspage"
},
@@ -33434,7 +33364,7 @@
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L15",
"_origin": "ast",
- "community": 63,
+ "community": 62,
"norm_label": "settings",
"id": "frontend_admin_panel_src_routes_adminroutes_settings"
},
@@ -33444,7 +33374,7 @@
"source_file": ".ai_agency/agents/06_dev_frontend.md",
"source_location": "L1",
"_origin": "ast",
- "community": 64,
+ "community": 63,
"community_name": "Operational Rules & Boundaries",
"norm_label": "06_dev_frontend.md",
"id": "ai_agency_agents_06_dev_frontend"
@@ -33455,7 +33385,7 @@
"source_file": ".ai_agency/agents/06_dev_frontend.md",
"source_location": "L119",
"_origin": "ast",
- "community": 64,
+ "community": 63,
"community_name": "Operational Rules & Boundaries",
"norm_label": "1. always read tech stack first",
"id": "ai_agency_agents_06_dev_frontend_1_always_read_tech_stack_first"
@@ -33466,7 +33396,7 @@
"source_file": ".ai_agency/agents/06_dev_frontend.md",
"source_location": "L131",
"_origin": "ast",
- "community": 64,
+ "community": 63,
"community_name": "Operational Rules & Boundaries",
"norm_label": "2. sub-step execution (token resume support)",
"id": "ai_agency_agents_06_dev_frontend_2_sub_step_execution_token_resume_support"
@@ -33477,7 +33407,7 @@
"source_file": ".ai_agency/agents/06_dev_frontend.md",
"source_location": "L141",
"_origin": "ast",
- "community": 64,
+ "community": 63,
"community_name": "Operational Rules & Boundaries",
"norm_label": "3. api mocking requirement",
"id": "ai_agency_agents_06_dev_frontend_3_api_mocking_requirement"
@@ -33488,7 +33418,7 @@
"source_file": ".ai_agency/agents/06_dev_frontend.md",
"source_location": "L148",
"_origin": "ast",
- "community": 64,
+ "community": 63,
"community_name": "Operational Rules & Boundaries",
"norm_label": "4. modular component architecture",
"id": "ai_agency_agents_06_dev_frontend_4_modular_component_architecture"
@@ -33499,7 +33429,7 @@
"source_file": ".ai_agency/agents/06_dev_frontend.md",
"source_location": "L157",
"_origin": "ast",
- "community": 64,
+ "community": 63,
"community_name": "Operational Rules & Boundaries",
"norm_label": "5. responsive design (mandatory)",
"id": "ai_agency_agents_06_dev_frontend_5_responsive_design_mandatory"
@@ -33510,7 +33440,7 @@
"source_file": ".ai_agency/agents/06_dev_frontend.md",
"source_location": "L163",
"_origin": "ast",
- "community": 64,
+ "community": 63,
"community_name": "Operational Rules & Boundaries",
"norm_label": "6. file scope boundary",
"id": "ai_agency_agents_06_dev_frontend_6_file_scope_boundary"
@@ -33521,7 +33451,7 @@
"source_file": ".ai_agency/agents/06_dev_frontend.md",
"source_location": "L167",
"_origin": "ast",
- "community": 64,
+ "community": 63,
"community_name": "Operational Rules & Boundaries",
"norm_label": "7. forbidden actions",
"id": "ai_agency_agents_06_dev_frontend_7_forbidden_actions"
@@ -33532,7 +33462,7 @@
"source_file": ".ai_agency/agents/06_dev_frontend.md",
"source_location": "L187",
"_origin": "ast",
- "community": 64,
+ "community": 63,
"community_name": "Operational Rules & Boundaries",
"norm_label": "expected json output schema",
"id": "ai_agency_agents_06_dev_frontend_expected_json_output_schema"
@@ -33543,7 +33473,7 @@
"source_file": ".ai_agency/agents/06_dev_frontend.md",
"source_location": "L103",
"_origin": "ast",
- "community": 64,
+ "community": 63,
"community_name": "Operational Rules & Boundaries",
"norm_label": "implement mode \u2014 normal operation",
"id": "ai_agency_agents_06_dev_frontend_implement_mode_normal_operation"
@@ -33554,7 +33484,7 @@
"source_file": ".ai_agency/agents/06_dev_frontend.md",
"source_location": "L117",
"_origin": "ast",
- "community": 64,
+ "community": 63,
"community_name": "Operational Rules & Boundaries",
"norm_label": "operational rules & boundaries",
"id": "ai_agency_agents_06_dev_frontend_operational_rules_boundaries"
@@ -33565,7 +33495,7 @@
"source_file": ".ai_agency/agents/06_dev_frontend.md",
"source_location": "L65",
"_origin": "ast",
- "community": 64,
+ "community": 63,
"community_name": "Operational Rules & Boundaries",
"norm_label": "output",
"id": "ai_agency_agents_06_dev_frontend_output"
@@ -33576,7 +33506,7 @@
"source_file": ".ai_agency/agents/06_dev_frontend.md",
"source_location": "L175",
"_origin": "ast",
- "community": 64,
+ "community": 63,
"community_name": "Operational Rules & Boundaries",
"norm_label": "required output artifacts (what files to write/update)",
"id": "ai_agency_agents_06_dev_frontend_required_output_artifacts_what_files_to_write_update"
@@ -33587,7 +33517,7 @@
"source_file": ".ai_agency/agents/06_dev_frontend.md",
"source_location": "L7",
"_origin": "ast",
- "community": 64,
+ "community": 63,
"community_name": "Operational Rules & Boundaries",
"norm_label": "\u2605 review mode (called during review phase)",
"id": "ai_agency_agents_06_dev_frontend_review_mode_called_during_review_phase"
@@ -33598,7 +33528,7 @@
"source_file": ".ai_agency/agents/06_dev_frontend.md",
"source_location": "L1",
"_origin": "ast",
- "community": 64,
+ "community": 63,
"community_name": "Operational Rules & Boundaries",
"norm_label": "role & core objective",
"id": "ai_agency_agents_06_dev_frontend_role_core_objective"
@@ -33609,7 +33539,7 @@
"source_file": ".ai_agency/agents/06_dev_frontend.md",
"source_location": "L107",
"_origin": "ast",
- "community": 64,
+ "community": 63,
"community_name": "Operational Rules & Boundaries",
"norm_label": "strict input specifications (what files to read)",
"id": "ai_agency_agents_06_dev_frontend_strict_input_specifications_what_files_to_read"
@@ -33620,7 +33550,7 @@
"source_file": ".ai_agency/agents/06_dev_frontend.md",
"source_location": "L23",
"_origin": "ast",
- "community": 64,
+ "community": 63,
"community_name": "Operational Rules & Boundaries",
"norm_label": "what you do not review",
"id": "ai_agency_agents_06_dev_frontend_what_you_do_not_review"
@@ -33631,7 +33561,7 @@
"source_file": ".ai_agency/agents/06_dev_frontend.md",
"source_location": "L26",
"_origin": "ast",
- "community": 64,
+ "community": 63,
"community_name": "Operational Rules & Boundaries",
"norm_label": "what you look for (frontend expert eyes only)",
"id": "ai_agency_agents_06_dev_frontend_what_you_look_for_frontend_expert_eyes_only"
@@ -33642,7 +33572,7 @@
"source_file": ".ai_agency/agents/06_dev_frontend.md",
"source_location": "L11",
"_origin": "ast",
- "community": 64,
+ "community": 63,
"community_name": "Operational Rules & Boundaries",
"norm_label": "your domain \u2014 what you review (only these areas)",
"id": "ai_agency_agents_06_dev_frontend_your_domain_what_you_review_only_these_areas"
@@ -33653,7 +33583,7 @@
"source_file": ".ai_agency/agents/08_visual_qa.md",
"source_location": "L1",
"_origin": "ast",
- "community": 65,
+ "community": 64,
"community_name": "Operational Rules & Boundaries",
"norm_label": "08_visual_qa.md",
"id": "ai_agency_agents_08_visual_qa"
@@ -33664,7 +33594,7 @@
"source_file": ".ai_agency/agents/08_visual_qa.md",
"source_location": "L115",
"_origin": "ast",
- "community": 65,
+ "community": 64,
"community_name": "Operational Rules & Boundaries",
"norm_label": "1. framework-aware analysis",
"id": "ai_agency_agents_08_visual_qa_1_framework_aware_analysis"
@@ -33675,7 +33605,7 @@
"source_file": ".ai_agency/agents/08_visual_qa.md",
"source_location": "L126",
"_origin": "ast",
- "community": 65,
+ "community": 64,
"community_name": "Operational Rules & Boundaries",
"norm_label": "2. dom & semantic structure analysis",
"id": "ai_agency_agents_08_visual_qa_2_dom_semantic_structure_analysis"
@@ -33686,7 +33616,7 @@
"source_file": ".ai_agency/agents/08_visual_qa.md",
"source_location": "L134",
"_origin": "ast",
- "community": 65,
+ "community": 64,
"community_name": "Operational Rules & Boundaries",
"norm_label": "3. accessibility compliance",
"id": "ai_agency_agents_08_visual_qa_3_accessibility_compliance"
@@ -33697,7 +33627,7 @@
"source_file": ".ai_agency/agents/08_visual_qa.md",
"source_location": "L143",
"_origin": "ast",
- "community": 65,
+ "community": 64,
"community_name": "Operational Rules & Boundaries",
"norm_label": "4. responsive layout verification",
"id": "ai_agency_agents_08_visual_qa_4_responsive_layout_verification"
@@ -33708,7 +33638,7 @@
"source_file": ".ai_agency/agents/08_visual_qa.md",
"source_location": "L155",
"_origin": "ast",
- "community": 65,
+ "community": 64,
"community_name": "Operational Rules & Boundaries",
"norm_label": "5. fallback inspection mode",
"id": "ai_agency_agents_08_visual_qa_5_fallback_inspection_mode"
@@ -33719,7 +33649,7 @@
"source_file": ".ai_agency/agents/08_visual_qa.md",
"source_location": "L162",
"_origin": "ast",
- "community": 65,
+ "community": 64,
"community_name": "Operational Rules & Boundaries",
"norm_label": "6. defect routing protocol",
"id": "ai_agency_agents_08_visual_qa_6_defect_routing_protocol"
@@ -33730,7 +33660,7 @@
"source_file": ".ai_agency/agents/08_visual_qa.md",
"source_location": "L174",
"_origin": "ast",
- "community": 65,
+ "community": 64,
"community_name": "Operational Rules & Boundaries",
"norm_label": "7. forbidden actions",
"id": "ai_agency_agents_08_visual_qa_7_forbidden_actions"
@@ -33741,7 +33671,7 @@
"source_file": ".ai_agency/agents/08_visual_qa.md",
"source_location": "L190",
"_origin": "ast",
- "community": 65,
+ "community": 64,
"community_name": "Operational Rules & Boundaries",
"norm_label": "expected json output schema",
"id": "ai_agency_agents_08_visual_qa_expected_json_output_schema"
@@ -33752,7 +33682,7 @@
"source_file": ".ai_agency/agents/08_visual_qa.md",
"source_location": "L99",
"_origin": "ast",
- "community": 65,
+ "community": 64,
"community_name": "Operational Rules & Boundaries",
"norm_label": "inspect mode \u2014 normal operation (post-task verification)",
"id": "ai_agency_agents_08_visual_qa_inspect_mode_normal_operation_post_task_verification"
@@ -33763,7 +33693,7 @@
"source_file": ".ai_agency/agents/08_visual_qa.md",
"source_location": "L113",
"_origin": "ast",
- "community": 65,
+ "community": 64,
"community_name": "Operational Rules & Boundaries",
"norm_label": "operational rules & boundaries",
"id": "ai_agency_agents_08_visual_qa_operational_rules_boundaries"
@@ -33774,7 +33704,7 @@
"source_file": ".ai_agency/agents/08_visual_qa.md",
"source_location": "L63",
"_origin": "ast",
- "community": 65,
+ "community": 64,
"community_name": "Operational Rules & Boundaries",
"norm_label": "output",
"id": "ai_agency_agents_08_visual_qa_output"
@@ -33785,7 +33715,7 @@
"source_file": ".ai_agency/agents/08_visual_qa.md",
"source_location": "L182",
"_origin": "ast",
- "community": 65,
+ "community": 64,
"community_name": "Operational Rules & Boundaries",
"norm_label": "required output artifacts (what files to write/update)",
"id": "ai_agency_agents_08_visual_qa_required_output_artifacts_what_files_to_write_update"
@@ -33796,7 +33726,7 @@
"source_file": ".ai_agency/agents/08_visual_qa.md",
"source_location": "L9",
"_origin": "ast",
- "community": 65,
+ "community": 64,
"community_name": "Operational Rules & Boundaries",
"norm_label": "\u2605 review mode (called during review phase)",
"id": "ai_agency_agents_08_visual_qa_review_mode_called_during_review_phase"
@@ -33807,7 +33737,7 @@
"source_file": ".ai_agency/agents/08_visual_qa.md",
"source_location": "L1",
"_origin": "ast",
- "community": 65,
+ "community": 64,
"community_name": "Operational Rules & Boundaries",
"norm_label": "role & core objective",
"id": "ai_agency_agents_08_visual_qa_role_core_objective"
@@ -33818,7 +33748,7 @@
"source_file": ".ai_agency/agents/08_visual_qa.md",
"source_location": "L103",
"_origin": "ast",
- "community": 65,
+ "community": 64,
"community_name": "Operational Rules & Boundaries",
"norm_label": "strict input specifications (what files to read)",
"id": "ai_agency_agents_08_visual_qa_strict_input_specifications_what_files_to_read"
@@ -33829,7 +33759,7 @@
"source_file": ".ai_agency/agents/08_visual_qa.md",
"source_location": "L24",
"_origin": "ast",
- "community": 65,
+ "community": 64,
"community_name": "Operational Rules & Boundaries",
"norm_label": "what you do not review",
"id": "ai_agency_agents_08_visual_qa_what_you_do_not_review"
@@ -33840,7 +33770,7 @@
"source_file": ".ai_agency/agents/08_visual_qa.md",
"source_location": "L27",
"_origin": "ast",
- "community": 65,
+ "community": 64,
"community_name": "Operational Rules & Boundaries",
"norm_label": "what you look for (ux expert eyes only)",
"id": "ai_agency_agents_08_visual_qa_what_you_look_for_ux_expert_eyes_only"
@@ -33851,7 +33781,7 @@
"source_file": ".ai_agency/agents/08_visual_qa.md",
"source_location": "L13",
"_origin": "ast",
- "community": 65,
+ "community": 64,
"community_name": "Operational Rules & Boundaries",
"norm_label": "your domain \u2014 what you review (only these areas)",
"id": "ai_agency_agents_08_visual_qa_your_domain_what_you_review_only_these_areas"
@@ -33862,7 +33792,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 66,
+ "community": 65,
"community_name": "Generic CRUD Controller",
"norm_label": "apibearerauth",
"id": "backend_src_admin_wiki_controller_ts_apibearerauth"
@@ -33873,7 +33803,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 66,
+ "community": 65,
"community_name": "Generic CRUD Controller",
"norm_label": "apioperation",
"id": "backend_src_admin_wiki_controller_ts_apioperation"
@@ -33884,7 +33814,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 66,
+ "community": 65,
"community_name": "Generic CRUD Controller",
"norm_label": "apiquery",
"id": "backend_src_admin_wiki_controller_ts_apiquery"
@@ -33895,7 +33825,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 66,
+ "community": 65,
"community_name": "Generic CRUD Controller",
"norm_label": "apitags",
"id": "backend_src_admin_wiki_controller_ts_apitags"
@@ -33906,7 +33836,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 66,
+ "community": 65,
"community_name": "Generic CRUD Controller",
"norm_label": "body",
"id": "backend_src_admin_wiki_controller_ts_body"
@@ -33917,7 +33847,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 66,
+ "community": 65,
"community_name": "Generic CRUD Controller",
"norm_label": "controller",
"id": "backend_src_admin_wiki_controller_ts_controller"
@@ -33928,7 +33858,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 66,
+ "community": 65,
"community_name": "Generic CRUD Controller",
"norm_label": "delete",
"id": "backend_src_admin_wiki_controller_ts_delete"
@@ -33939,7 +33869,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 66,
+ "community": 65,
"community_name": "Generic CRUD Controller",
"norm_label": "get",
"id": "backend_src_admin_wiki_controller_ts_get"
@@ -33950,7 +33880,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 66,
+ "community": 65,
"community_name": "Generic CRUD Controller",
"norm_label": "param",
"id": "backend_src_admin_wiki_controller_ts_param"
@@ -33961,7 +33891,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 66,
+ "community": 65,
"community_name": "Generic CRUD Controller",
"norm_label": "post",
"id": "backend_src_admin_wiki_controller_ts_post"
@@ -33972,7 +33902,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 66,
+ "community": 65,
"community_name": "Generic CRUD Controller",
"norm_label": "put",
"id": "backend_src_admin_wiki_controller_ts_put"
@@ -33983,7 +33913,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 66,
+ "community": 65,
"community_name": "Generic CRUD Controller",
"norm_label": "query",
"id": "backend_src_admin_wiki_controller_ts_query"
@@ -33994,11 +33924,109 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 66,
+ "community": 65,
"community_name": "Generic CRUD Controller",
"norm_label": "useguards",
"id": "backend_src_admin_wiki_controller_ts_useguards"
},
+ {
+ "label": "Query",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 66,
+ "community_name": ".handleZibalCallback",
+ "norm_label": "query",
+ "id": "backend_src_payment_payment_controller_ts_query"
+ },
+ {
+ "label": "ApiBearerAuth",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 66,
+ "community_name": "PaymentController",
+ "norm_label": "apibearerauth",
+ "id": "backend_src_payment_payment_controller_ts_apibearerauth"
+ },
+ {
+ "label": "ApiOperation",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 66,
+ "community_name": "PaymentController",
+ "norm_label": "apioperation",
+ "id": "backend_src_payment_payment_controller_ts_apioperation"
+ },
+ {
+ "label": "ApiTags",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 66,
+ "community_name": "PaymentController",
+ "norm_label": "apitags",
+ "id": "backend_src_payment_payment_controller_ts_apitags"
+ },
+ {
+ "label": "Controller",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 66,
+ "community_name": "PaymentController",
+ "norm_label": "controller",
+ "id": "backend_src_payment_payment_controller_ts_controller"
+ },
+ {
+ "label": "Get",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 66,
+ "community_name": "PaymentController",
+ "norm_label": "get",
+ "id": "backend_src_payment_payment_controller_ts_get"
+ },
+ {
+ "label": "Param",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 66,
+ "community_name": "PaymentController",
+ "norm_label": "param",
+ "id": "backend_src_payment_payment_controller_ts_param"
+ },
+ {
+ "label": "UseGuards",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 66,
+ "community_name": "PaymentController",
+ "norm_label": "useguards",
+ "id": "backend_src_payment_payment_controller_ts_useguards"
+ },
+ {
+ "label": "Roles",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 66,
+ "norm_label": "roles",
+ "id": "backend_src_payment_payment_controller_ts_roles"
+ },
{
"label": "create-pet.dto.ts",
"file_type": "code",
@@ -34354,235 +34382,405 @@
"id": "frontend_application_lib_data_scientificterms_scientific_terms"
},
{
- "label": "ApiBearerAuth",
+ "label": "cms.module.ts",
"file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 7,
- "community_name": "CmsController",
- "norm_label": "apibearerauth",
- "id": "backend_src_cms_cms_controller_ts_apibearerauth"
- },
- {
- "label": "ApiOperation",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 7,
- "community_name": "CmsController",
- "norm_label": "apioperation",
- "id": "backend_src_cms_cms_controller_ts_apioperation"
- },
- {
- "label": "ApiTags",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 7,
- "community_name": "CmsController",
- "norm_label": "apitags",
- "id": "backend_src_cms_cms_controller_ts_apitags"
- },
- {
- "label": "Body",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 7,
- "community_name": "CmsController",
- "norm_label": "body",
- "id": "backend_src_cms_cms_controller_ts_body"
- },
- {
- "label": "Controller",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 7,
- "community_name": "CmsController",
- "norm_label": "controller",
- "id": "backend_src_cms_cms_controller_ts_controller"
- },
- {
- "label": "Delete",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 7,
- "community_name": "CmsController",
- "norm_label": "delete",
- "id": "backend_src_cms_cms_controller_ts_delete"
- },
- {
- "label": "Get",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 7,
- "community_name": "CmsController",
- "norm_label": "get",
- "id": "backend_src_cms_cms_controller_ts_get"
- },
- {
- "label": "Param",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 7,
- "community_name": "CmsController",
- "norm_label": "param",
- "id": "backend_src_cms_cms_controller_ts_param"
- },
- {
- "label": "Post",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 7,
- "community_name": "CmsController",
- "norm_label": "post",
- "id": "backend_src_cms_cms_controller_ts_post"
- },
- {
- "label": "Put",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 7,
- "community_name": "CmsController",
- "norm_label": "put",
- "id": "backend_src_cms_cms_controller_ts_put"
- },
- {
- "label": "UseGuards",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 7,
- "community_name": "CmsController",
- "norm_label": "useguards",
- "id": "backend_src_cms_cms_controller_ts_useguards"
- },
- {
- "label": "cms.service.ts",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.service.ts",
+ "source_file": "backend/src/cms/cms.module.ts",
"source_location": "L1",
"_origin": "ast",
"community": 7,
"community_name": "CmsController",
- "norm_label": "cms.service.ts",
- "id": "backend_src_cms_cms_service"
+ "norm_label": "cms.module.ts",
+ "id": "backend_src_cms_cms_module"
},
{
- "label": "Injectable",
+ "label": "Module",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 7,
"community_name": "CmsController",
- "norm_label": "injectable",
- "id": "backend_src_cms_cms_service_ts_injectable"
+ "norm_label": "module",
+ "id": "backend_src_cms_cms_module_ts_module"
},
{
- "label": "cms.dto.ts",
+ "label": "videos.module.ts",
"file_type": "code",
- "source_file": "backend/src/cms/dto/cms.dto.ts",
+ "source_file": "backend/src/videos/videos.module.ts",
"source_location": "L1",
"_origin": "ast",
"community": 7,
- "community_name": "CmsController",
- "norm_label": "cms.dto.ts",
- "id": "backend_src_cms_dto_cms_dto"
+ "community_name": "CreateVideoDto",
+ "norm_label": "videos.module.ts",
+ "id": "backend_src_videos_videos_module"
},
{
- "label": "ApiProperty",
+ "label": "Module",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 7,
- "community_name": "CmsController",
- "norm_label": "apiproperty",
- "id": "backend_src_cms_dto_cms_dto_ts_apiproperty"
+ "community_name": "CreateVideoDto",
+ "norm_label": "module",
+ "id": "backend_src_videos_videos_module_ts_module"
},
{
- "label": "ApiPropertyOptional",
+ "label": "Module",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 7,
- "community_name": "CmsController",
- "norm_label": "apipropertyoptional",
- "id": "backend_src_cms_dto_cms_dto_ts_apipropertyoptional"
+ "community_name": "UsersService",
+ "norm_label": "module",
+ "id": "backend_src_auth_auth_module_ts_module"
},
{
- "label": "IsBoolean",
+ "label": "users.module.ts",
+ "file_type": "code",
+ "source_file": "backend/src/users/users.module.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "UsersService",
+ "norm_label": "users.module.ts",
+ "id": "backend_src_users_users_module"
+ },
+ {
+ "label": "Module",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 7,
- "community_name": "CmsController",
- "norm_label": "isboolean",
- "id": "backend_src_cms_dto_cms_dto_ts_isboolean"
+ "community_name": "UsersService",
+ "norm_label": "module",
+ "id": "backend_src_users_users_module_ts_module"
},
{
- "label": "IsNumber",
+ "label": "b2b.module.ts",
+ "file_type": "code",
+ "source_file": "backend/src/b2b/b2b.module.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "app.module.ts",
+ "norm_label": "b2b.module.ts",
+ "id": "backend_src_b2b_b2b_module"
+ },
+ {
+ "label": "Module",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 7,
- "community_name": "CmsController",
- "norm_label": "isnumber",
- "id": "backend_src_cms_dto_cms_dto_ts_isnumber"
+ "community_name": "app.module.ts",
+ "norm_label": "module",
+ "id": "backend_src_b2b_b2b_module_ts_module"
},
{
- "label": "IsOptional",
+ "label": "banners.module.ts",
+ "file_type": "code",
+ "source_file": "backend/src/banners/banners.module.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "app.module.ts",
+ "norm_label": "banners.module.ts",
+ "id": "backend_src_banners_banners_module"
+ },
+ {
+ "label": "Module",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 7,
- "community_name": "CmsController",
- "norm_label": "isoptional",
- "id": "backend_src_cms_dto_cms_dto_ts_isoptional"
+ "community_name": "app.module.ts",
+ "norm_label": "module",
+ "id": "backend_src_banners_banners_module_ts_module"
},
{
- "label": "IsString",
+ "label": "sms.module.ts",
+ "file_type": "code",
+ "source_file": "backend/src/common/sms.module.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "app.module.ts",
+ "norm_label": "sms.module.ts",
+ "id": "backend_src_common_sms_module"
+ },
+ {
+ "label": "Global",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 7,
- "community_name": "CmsController",
- "norm_label": "isstring",
- "id": "backend_src_cms_dto_cms_dto_ts_isstring"
+ "community_name": "app.module.ts",
+ "norm_label": "global",
+ "id": "backend_src_common_sms_module_ts_global"
},
{
- "label": "IsUUID",
+ "label": "Module",
"file_type": "code",
"source_file": "",
"source_location": "",
"_origin": "ast",
"community": 7,
- "community_name": "CmsController",
- "norm_label": "isuuid",
- "id": "isuuid"
+ "community_name": "app.module.ts",
+ "norm_label": "module",
+ "id": "backend_src_common_sms_module_ts_module"
+ },
+ {
+ "label": "contact.module.ts",
+ "file_type": "code",
+ "source_file": "backend/src/contact/contact.module.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "app.module.ts",
+ "norm_label": "contact.module.ts",
+ "id": "backend_src_contact_contact_module"
+ },
+ {
+ "label": "Module",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "app.module.ts",
+ "norm_label": "module",
+ "id": "backend_src_contact_contact_module_ts_module"
+ },
+ {
+ "label": "ingredients.module.ts",
+ "file_type": "code",
+ "source_file": "backend/src/ingredients/ingredients.module.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "app.module.ts",
+ "norm_label": "ingredients.module.ts",
+ "id": "backend_src_ingredients_ingredients_module"
+ },
+ {
+ "label": "Module",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "app.module.ts",
+ "norm_label": "module",
+ "id": "backend_src_ingredients_ingredients_module_ts_module"
+ },
+ {
+ "label": "Module",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "app.module.ts",
+ "norm_label": "module",
+ "id": "backend_src_payment_payment_module_ts_module"
+ },
+ {
+ "label": "prisma.module.ts",
+ "file_type": "code",
+ "source_file": "backend/src/prisma/prisma.module.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "app.module.ts",
+ "norm_label": "prisma.module.ts",
+ "id": "backend_src_prisma_prisma_module"
+ },
+ {
+ "label": "Global",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "app.module.ts",
+ "norm_label": "global",
+ "id": "backend_src_prisma_prisma_module_ts_global"
+ },
+ {
+ "label": "Module",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "app.module.ts",
+ "norm_label": "module",
+ "id": "backend_src_prisma_prisma_module_ts_module"
+ },
+ {
+ "label": "Module",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "app.module.ts",
+ "norm_label": "module",
+ "id": "backend_src_reviews_reviews_module_ts_module"
+ },
+ {
+ "label": "settings.module.ts",
+ "file_type": "code",
+ "source_file": "backend/src/settings/settings.module.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "app.module.ts",
+ "norm_label": "settings.module.ts",
+ "id": "backend_src_settings_settings_module"
+ },
+ {
+ "label": "Module",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "app.module.ts",
+ "norm_label": "module",
+ "id": "backend_src_settings_settings_module_ts_module"
+ },
+ {
+ "label": "smart-advisor.module.ts",
+ "file_type": "code",
+ "source_file": "backend/src/smart-advisor/smart-advisor.module.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "app.module.ts",
+ "norm_label": "smart-advisor.module.ts",
+ "id": "backend_src_smart_advisor_smart_advisor_module"
+ },
+ {
+ "label": "Module",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "app.module.ts",
+ "norm_label": "module",
+ "id": "backend_src_smart_advisor_smart_advisor_module_ts_module"
+ },
+ {
+ "label": "testimonials.module.ts",
+ "file_type": "code",
+ "source_file": "backend/src/testimonials/testimonials.module.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "app.module.ts",
+ "norm_label": "testimonials.module.ts",
+ "id": "backend_src_testimonials_testimonials_module"
+ },
+ {
+ "label": "Module",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "app.module.ts",
+ "norm_label": "module",
+ "id": "backend_src_testimonials_testimonials_module_ts_module"
+ },
+ {
+ "label": "wholesale.module.ts",
+ "file_type": "code",
+ "source_file": "backend/src/wholesale/wholesale.module.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "app.module.ts",
+ "norm_label": "wholesale.module.ts",
+ "id": "backend_src_wholesale_wholesale_module"
+ },
+ {
+ "label": "Module",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 7,
+ "community_name": "app.module.ts",
+ "norm_label": "module",
+ "id": "backend_src_wholesale_wholesale_module_ts_module"
+ },
+ {
+ "label": "app.module.ts",
+ "file_type": "code",
+ "source_file": "backend/src/app.module.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 7,
+ "norm_label": "app.module.ts",
+ "id": "backend_src_app_module"
+ },
+ {
+ "label": "auth.module.ts",
+ "file_type": "code",
+ "source_file": "backend/src/auth/auth.module.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 7,
+ "norm_label": "auth.module.ts",
+ "id": "backend_src_auth_auth_module"
+ },
+ {
+ "label": "payment.module.ts",
+ "file_type": "code",
+ "source_file": "backend/src/payment/payment.module.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 7,
+ "norm_label": "payment.module.ts",
+ "id": "backend_src_payment_payment_module"
+ },
+ {
+ "label": "prescriptions.module.ts",
+ "file_type": "code",
+ "source_file": "backend/src/prescriptions/prescriptions.module.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 7,
+ "norm_label": "prescriptions.module.ts",
+ "id": "backend_src_prescriptions_prescriptions_module"
+ },
+ {
+ "label": "reviews.module.ts",
+ "file_type": "code",
+ "source_file": "backend/src/reviews/reviews.module.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 7,
+ "norm_label": "reviews.module.ts",
+ "id": "backend_src_reviews_reviews_module"
+ },
+ {
+ "label": "Module",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 7,
+ "norm_label": "module",
+ "id": "module"
},
{
"label": "AGENCY.md",
@@ -35673,13 +35871,143 @@
"norm_label": "your domain \u2014 what you review (only these areas)",
"id": "ai_agency_agents_09_devops_security_your_domain_what_you_review_only_these_areas"
},
+ {
+ "label": "ApiPropertyOptional",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 76,
+ "community_name": ".handleZibalCallback",
+ "norm_label": "apipropertyoptional",
+ "id": "backend_src_payment_dto_verify_payment_dto_ts_apipropertyoptional"
+ },
+ {
+ "label": "IsOptional",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 76,
+ "community_name": ".handleZibalCallback",
+ "norm_label": "isoptional",
+ "id": "backend_src_payment_dto_verify_payment_dto_ts_isoptional"
+ },
+ {
+ "label": "IsString",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 76,
+ "community_name": ".handleZibalCallback",
+ "norm_label": "isstring",
+ "id": "backend_src_payment_dto_verify_payment_dto_ts_isstring"
+ },
+ {
+ "label": "Headers",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 76,
+ "community_name": ".handleZibalCallback",
+ "norm_label": "headers",
+ "id": "headers"
+ },
+ {
+ "label": "Ip",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 76,
+ "community_name": ".handleZibalCallback",
+ "norm_label": "ip",
+ "id": "ip"
+ },
+ {
+ "label": "ApiBadRequestResponse",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 76,
+ "community_name": "PaymentController",
+ "norm_label": "apibadrequestresponse",
+ "id": "backend_src_payment_payment_controller_ts_apibadrequestresponse"
+ },
+ {
+ "label": "ApiOkResponse",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 76,
+ "community_name": "PaymentController",
+ "norm_label": "apiokresponse",
+ "id": "backend_src_payment_payment_controller_ts_apiokresponse"
+ },
+ {
+ "label": "Body",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 76,
+ "community_name": "PaymentController",
+ "norm_label": "body",
+ "id": "backend_src_payment_payment_controller_ts_body"
+ },
+ {
+ "label": "Post",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 76,
+ "community_name": "PaymentController",
+ "norm_label": "post",
+ "id": "backend_src_payment_payment_controller_ts_post"
+ },
+ {
+ "label": "Req",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 76,
+ "community_name": "PaymentController",
+ "norm_label": "req",
+ "id": "backend_src_payment_payment_controller_ts_req"
+ },
+ {
+ "label": "verify-payment.dto.ts",
+ "file_type": "code",
+ "source_file": "backend/src/payment/dto/verify-payment.dto.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 76,
+ "norm_label": "verify-payment.dto.ts",
+ "id": "backend_src_payment_dto_verify_payment_dto"
+ },
+ {
+ "label": "Res",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 76,
+ "norm_label": "res",
+ "id": "res"
+ },
{
"label": "payment-gateway.interface.ts",
"file_type": "code",
"source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 76,
+ "community": 77,
"norm_label": "payment-gateway.interface.ts",
"id": "backend_src_payment_interfaces_payment_gateway_interface"
},
@@ -35689,7 +36017,7 @@
"source_file": "backend/src/payment/zibal.service.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 76,
+ "community": 77,
"norm_label": "zibal.service.ts",
"id": "backend_src_payment_zibal_service"
},
@@ -35699,7 +36027,7 @@
"source_file": "frontend/admin-panel/src/components/ui/Skeleton.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 77,
+ "community": 78,
"community_name": "Orders.tsx",
"norm_label": "ui/skeleton.tsx",
"id": "frontend_admin_panel_src_components_ui_skeleton"
@@ -35710,7 +36038,7 @@
"source_file": "frontend/admin-panel/src/pages/Orders.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 77,
+ "community": 78,
"norm_label": "orders.tsx",
"id": "frontend_admin_panel_src_pages_orders"
},
@@ -35720,7 +36048,7 @@
"source_file": "frontend/admin-panel/src/pages/Orders.tsx",
"source_location": "L82",
"_origin": "ast",
- "community": 77,
+ "community": 78,
"norm_label": "statusstyles",
"id": "frontend_admin_panel_src_pages_orders_statusstyles"
},
@@ -35730,7 +36058,7 @@
"source_file": "frontend/admin-panel/src/pages/Users.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 77,
+ "community": 78,
"norm_label": "users.tsx",
"id": "frontend_admin_panel_src_pages_users"
},
@@ -35740,7 +36068,7 @@
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L13",
"_origin": "ast",
- "community": 77,
+ "community": 78,
"norm_label": "orders",
"id": "frontend_admin_panel_src_routes_adminroutes_orders"
},
@@ -35750,7 +36078,7 @@
"source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx",
"source_location": "L11",
"_origin": "ast",
- "community": 77,
+ "community": 78,
"norm_label": "users",
"id": "frontend_admin_panel_src_routes_adminroutes_users"
},
@@ -35760,7 +36088,7 @@
"source_file": "backend/package.json",
"source_location": "L60",
"_origin": "ast",
- "community": 78,
+ "community": 79,
"community_name": "devDependencies",
"norm_label": "eslint",
"id": "backend_package_devdependencies_eslint"
@@ -35771,7 +36099,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L24",
"_origin": "ast",
- "community": 78,
+ "community": 79,
"community_name": "devDependencies",
"norm_label": "devdependencies",
"id": "frontend_admin_panel_package_devdependencies"
@@ -35782,7 +36110,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L31",
"_origin": "ast",
- "community": 78,
+ "community": 79,
"community_name": "devDependencies",
"norm_label": "autoprefixer",
"id": "frontend_admin_panel_package_devdependencies_autoprefixer"
@@ -35793,7 +36121,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L32",
"_origin": "ast",
- "community": 78,
+ "community": 79,
"community_name": "devDependencies",
"norm_label": "eslint",
"id": "frontend_admin_panel_package_devdependencies_eslint"
@@ -35804,7 +36132,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L35",
"_origin": "ast",
- "community": 78,
+ "community": 79,
"community_name": "devDependencies",
"norm_label": "globals",
"id": "frontend_admin_panel_package_devdependencies_globals"
@@ -35815,7 +36143,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L36",
"_origin": "ast",
- "community": 78,
+ "community": 79,
"community_name": "devDependencies",
"norm_label": "postcss",
"id": "frontend_admin_panel_package_devdependencies_postcss"
@@ -35826,7 +36154,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L29",
"_origin": "ast",
- "community": 78,
+ "community": 79,
"community_name": "devDependencies",
"norm_label": "eslint",
"id": "frontend_application_package_devdependencies_eslint"
@@ -35837,7 +36165,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L31",
"_origin": "ast",
- "community": 78,
+ "community": 79,
"community_name": "devDependencies",
"norm_label": "autoprefixer",
"id": "autoprefixer"
@@ -35848,7 +36176,7 @@
"source_file": "backend/package.json",
"source_location": "L60",
"_origin": "ast",
- "community": 78,
+ "community": 79,
"community_name": "devDependencies",
"norm_label": "eslint",
"id": "backend_package_json_eslint"
@@ -35859,7 +36187,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L36",
"_origin": "ast",
- "community": 78,
+ "community": 79,
"community_name": "devDependencies",
"norm_label": "postcss",
"id": "postcss"
@@ -35870,7 +36198,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L33",
"_origin": "ast",
- "community": 78,
+ "community": 79,
"community_name": "eslint-plugin-react-hooks",
"norm_label": "eslint-plugin-react-hooks",
"id": "frontend_admin_panel_package_devdependencies_eslint_plugin_react_hooks"
@@ -35881,7 +36209,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L33",
"_origin": "ast",
- "community": 78,
+ "community": 79,
"community_name": "eslint-plugin-react-hooks",
"norm_label": "eslint-plugin-react-hooks",
"id": "eslint_plugin_react_hooks"
@@ -35892,7 +36220,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L34",
"_origin": "ast",
- "community": 78,
+ "community": 79,
"community_name": "eslint-plugin-react-refresh",
"norm_label": "eslint-plugin-react-refresh",
"id": "frontend_admin_panel_package_devdependencies_eslint_plugin_react_refresh"
@@ -35903,7 +36231,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L34",
"_origin": "ast",
- "community": 78,
+ "community": 79,
"community_name": "eslint-plugin-react-refresh",
"norm_label": "eslint-plugin-react-refresh",
"id": "eslint_plugin_react_refresh"
@@ -35914,7 +36242,7 @@
"source_file": "backend/package.json",
"source_location": "L63",
"_origin": "ast",
- "community": 78,
+ "community": 79,
"community_name": "globals",
"norm_label": "globals",
"id": "backend_package_devdependencies_globals"
@@ -35925,18 +36253,249 @@
"source_file": "backend/package.json",
"source_location": "L63",
"_origin": "ast",
- "community": 78,
+ "community": 79,
"community_name": "globals",
"norm_label": "globals",
"id": "backend_package_json_globals"
},
+ {
+ "label": "ApiBearerAuth",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 8,
+ "community_name": "CmsController",
+ "norm_label": "apibearerauth",
+ "id": "backend_src_cms_cms_controller_ts_apibearerauth"
+ },
+ {
+ "label": "ApiOperation",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 8,
+ "community_name": "CmsController",
+ "norm_label": "apioperation",
+ "id": "backend_src_cms_cms_controller_ts_apioperation"
+ },
+ {
+ "label": "ApiTags",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 8,
+ "community_name": "CmsController",
+ "norm_label": "apitags",
+ "id": "backend_src_cms_cms_controller_ts_apitags"
+ },
+ {
+ "label": "Body",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 8,
+ "community_name": "CmsController",
+ "norm_label": "body",
+ "id": "backend_src_cms_cms_controller_ts_body"
+ },
+ {
+ "label": "Controller",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 8,
+ "community_name": "CmsController",
+ "norm_label": "controller",
+ "id": "backend_src_cms_cms_controller_ts_controller"
+ },
+ {
+ "label": "Delete",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 8,
+ "community_name": "CmsController",
+ "norm_label": "delete",
+ "id": "backend_src_cms_cms_controller_ts_delete"
+ },
+ {
+ "label": "Get",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 8,
+ "community_name": "CmsController",
+ "norm_label": "get",
+ "id": "backend_src_cms_cms_controller_ts_get"
+ },
+ {
+ "label": "Param",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 8,
+ "community_name": "CmsController",
+ "norm_label": "param",
+ "id": "backend_src_cms_cms_controller_ts_param"
+ },
+ {
+ "label": "Post",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 8,
+ "community_name": "CmsController",
+ "norm_label": "post",
+ "id": "backend_src_cms_cms_controller_ts_post"
+ },
+ {
+ "label": "Put",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 8,
+ "community_name": "CmsController",
+ "norm_label": "put",
+ "id": "backend_src_cms_cms_controller_ts_put"
+ },
+ {
+ "label": "UseGuards",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 8,
+ "community_name": "CmsController",
+ "norm_label": "useguards",
+ "id": "backend_src_cms_cms_controller_ts_useguards"
+ },
+ {
+ "label": "cms.service.ts",
+ "file_type": "code",
+ "source_file": "backend/src/cms/cms.service.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 8,
+ "community_name": "CmsController",
+ "norm_label": "cms.service.ts",
+ "id": "backend_src_cms_cms_service"
+ },
+ {
+ "label": "Injectable",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 8,
+ "community_name": "CmsController",
+ "norm_label": "injectable",
+ "id": "backend_src_cms_cms_service_ts_injectable"
+ },
+ {
+ "label": "cms.dto.ts",
+ "file_type": "code",
+ "source_file": "backend/src/cms/dto/cms.dto.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 8,
+ "community_name": "CmsController",
+ "norm_label": "cms.dto.ts",
+ "id": "backend_src_cms_dto_cms_dto"
+ },
+ {
+ "label": "ApiProperty",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 8,
+ "community_name": "CmsController",
+ "norm_label": "apiproperty",
+ "id": "backend_src_cms_dto_cms_dto_ts_apiproperty"
+ },
+ {
+ "label": "ApiPropertyOptional",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 8,
+ "community_name": "CmsController",
+ "norm_label": "apipropertyoptional",
+ "id": "backend_src_cms_dto_cms_dto_ts_apipropertyoptional"
+ },
+ {
+ "label": "IsBoolean",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 8,
+ "community_name": "CmsController",
+ "norm_label": "isboolean",
+ "id": "backend_src_cms_dto_cms_dto_ts_isboolean"
+ },
+ {
+ "label": "IsNumber",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 8,
+ "community_name": "CmsController",
+ "norm_label": "isnumber",
+ "id": "backend_src_cms_dto_cms_dto_ts_isnumber"
+ },
+ {
+ "label": "IsOptional",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 8,
+ "community_name": "CmsController",
+ "norm_label": "isoptional",
+ "id": "backend_src_cms_dto_cms_dto_ts_isoptional"
+ },
+ {
+ "label": "IsString",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 8,
+ "community_name": "CmsController",
+ "norm_label": "isstring",
+ "id": "backend_src_cms_dto_cms_dto_ts_isstring"
+ },
+ {
+ "label": "IsUUID",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 8,
+ "community_name": "CmsController",
+ "norm_label": "isuuid",
+ "id": "isuuid"
+ },
{
"label": "tsconfig.build.json",
"file_type": "code",
"source_file": "backend/tsconfig.build.json",
"source_location": "L1",
"_origin": "ast",
- "community": 79,
+ "community": 80,
"community_name": "exclude",
"norm_label": "tsconfig.build.json",
"id": "backend_tsconfig_build"
@@ -35947,7 +36506,7 @@
"source_file": "backend/tsconfig.build.json",
"source_location": "L3",
"_origin": "ast",
- "community": 79,
+ "community": 80,
"community_name": "exclude",
"norm_label": "exclude",
"id": "backend_tsconfig_build_exclude"
@@ -35958,7 +36517,7 @@
"source_file": "backend/tsconfig.build.json",
"source_location": "L2",
"_origin": "ast",
- "community": 79,
+ "community": 80,
"community_name": "exclude",
"norm_label": "extends",
"id": "backend_tsconfig_build_extends"
@@ -35969,7 +36528,7 @@
"source_file": "backend/tsconfig.build.json",
"source_location": "L3",
"_origin": "ast",
- "community": 79,
+ "community": 80,
"community_name": "exclude",
"norm_label": "dist",
"id": "backend_tsconfig_build_json_ref_dist"
@@ -35980,7 +36539,7 @@
"source_file": "backend/tsconfig.build.json",
"source_location": "L3",
"_origin": "ast",
- "community": 79,
+ "community": 80,
"community_name": "exclude",
"norm_label": "test",
"id": "ref_test"
@@ -35991,7 +36550,7 @@
"source_file": "backend/tsconfig.build.json",
"source_location": "L2",
"_origin": "ast",
- "community": 79,
+ "community": 80,
"community_name": "exclude",
"norm_label": "./tsconfig.json",
"id": "ref_tsconfig_json"
@@ -36002,7 +36561,7 @@
"source_file": "backend/package.json",
"source_location": "L66",
"_origin": "ast",
- "community": 79,
+ "community": 80,
"community_name": "prisma",
"norm_label": "prisma",
"id": "backend_package_devdependencies_prisma"
@@ -36013,7 +36572,7 @@
"source_file": "backend/package.json",
"source_location": "L66",
"_origin": "ast",
- "community": 79,
+ "community": 80,
"community_name": "prisma",
"norm_label": "prisma",
"id": "prisma"
@@ -36024,7 +36583,7 @@
"source_file": "backend/tsconfig.json",
"source_location": "L1",
"_origin": "ast",
- "community": 79,
+ "community": 80,
"norm_label": "backend/tsconfig.json",
"id": "backend_tsconfig"
},
@@ -36034,7 +36593,7 @@
"source_file": "backend/tsconfig.json",
"source_location": "L27",
"_origin": "ast",
- "community": 79,
+ "community": 80,
"norm_label": "exclude",
"id": "backend_tsconfig_exclude"
},
@@ -36044,7 +36603,7 @@
"source_file": "backend/tsconfig.json",
"source_location": "L26",
"_origin": "ast",
- "community": 79,
+ "community": 80,
"norm_label": "include",
"id": "backend_tsconfig_include"
},
@@ -36054,7 +36613,7 @@
"source_file": "backend/tsconfig.json",
"source_location": "L27",
"_origin": "ast",
- "community": 79,
+ "community": 80,
"norm_label": "dist",
"id": "ref_dist"
},
@@ -36064,7 +36623,7 @@
"source_file": "backend/tsconfig.json",
"source_location": "L27",
"_origin": "ast",
- "community": 79,
+ "community": 80,
"norm_label": "node_modules",
"id": "ref_node_modules"
},
@@ -36074,7 +36633,7 @@
"source_file": "backend/tsconfig.json",
"source_location": "L27",
"_origin": "ast",
- "community": 79,
+ "community": 80,
"norm_label": "scripts",
"id": "ref_scripts"
},
@@ -36084,7 +36643,7 @@
"source_file": "backend/tsconfig.json",
"source_location": "L27",
"_origin": "ast",
- "community": 79,
+ "community": 80,
"norm_label": "**/*.spec.ts",
"id": "ref_spec_ts"
},
@@ -36094,341 +36653,17 @@
"source_file": "backend/tsconfig.json",
"source_location": "L26",
"_origin": "ast",
- "community": 79,
+ "community": 80,
"norm_label": "src/**/*",
"id": "ref_src"
},
- {
- "label": "ApiProperty",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 8,
- "community_name": "tickets.controller.ts",
- "norm_label": "apiproperty",
- "id": "backend_src_tickets_dto_create_ticket_dto_ts_apiproperty"
- },
- {
- "label": "ApiPropertyOptional",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 8,
- "community_name": "tickets.controller.ts",
- "norm_label": "apipropertyoptional",
- "id": "backend_src_tickets_dto_create_ticket_dto_ts_apipropertyoptional"
- },
- {
- "label": "IsNotEmpty",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 8,
- "community_name": "tickets.controller.ts",
- "norm_label": "isnotempty",
- "id": "backend_src_tickets_dto_create_ticket_dto_ts_isnotempty"
- },
- {
- "label": "IsOptional",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 8,
- "community_name": "tickets.controller.ts",
- "norm_label": "isoptional",
- "id": "backend_src_tickets_dto_create_ticket_dto_ts_isoptional"
- },
- {
- "label": "IsString",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 8,
- "community_name": "tickets.controller.ts",
- "norm_label": "isstring",
- "id": "backend_src_tickets_dto_create_ticket_dto_ts_isstring"
- },
- {
- "label": "ApiPropertyOptional",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 8,
- "community_name": "tickets.controller.ts",
- "norm_label": "apipropertyoptional",
- "id": "backend_src_tickets_dto_ticket_query_dto_ts_apipropertyoptional"
- },
- {
- "label": "IsNumber",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 8,
- "community_name": "tickets.controller.ts",
- "norm_label": "isnumber",
- "id": "backend_src_tickets_dto_ticket_query_dto_ts_isnumber"
- },
- {
- "label": "IsOptional",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 8,
- "community_name": "tickets.controller.ts",
- "norm_label": "isoptional",
- "id": "backend_src_tickets_dto_ticket_query_dto_ts_isoptional"
- },
- {
- "label": "IsString",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 8,
- "community_name": "tickets.controller.ts",
- "norm_label": "isstring",
- "id": "backend_src_tickets_dto_ticket_query_dto_ts_isstring"
- },
- {
- "label": "Type",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 8,
- "community_name": "tickets.controller.ts",
- "norm_label": "type",
- "id": "backend_src_tickets_dto_ticket_query_dto_ts_type"
- },
- {
- "label": "ApiBearerAuth",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 8,
- "community_name": "tickets.controller.ts",
- "norm_label": "apibearerauth",
- "id": "backend_src_tickets_tickets_controller_ts_apibearerauth"
- },
- {
- "label": "ApiOperation",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 8,
- "community_name": "tickets.controller.ts",
- "norm_label": "apioperation",
- "id": "backend_src_tickets_tickets_controller_ts_apioperation"
- },
- {
- "label": "ApiTags",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 8,
- "community_name": "tickets.controller.ts",
- "norm_label": "apitags",
- "id": "backend_src_tickets_tickets_controller_ts_apitags"
- },
- {
- "label": "Body",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 8,
- "community_name": "tickets.controller.ts",
- "norm_label": "body",
- "id": "backend_src_tickets_tickets_controller_ts_body"
- },
- {
- "label": "Controller",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 8,
- "community_name": "tickets.controller.ts",
- "norm_label": "controller",
- "id": "backend_src_tickets_tickets_controller_ts_controller"
- },
- {
- "label": "Get",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 8,
- "community_name": "tickets.controller.ts",
- "norm_label": "get",
- "id": "backend_src_tickets_tickets_controller_ts_get"
- },
- {
- "label": "Param",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 8,
- "community_name": "tickets.controller.ts",
- "norm_label": "param",
- "id": "backend_src_tickets_tickets_controller_ts_param"
- },
- {
- "label": "Post",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 8,
- "community_name": "tickets.controller.ts",
- "norm_label": "post",
- "id": "backend_src_tickets_tickets_controller_ts_post"
- },
- {
- "label": "Put",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 8,
- "community_name": "tickets.controller.ts",
- "norm_label": "put",
- "id": "backend_src_tickets_tickets_controller_ts_put"
- },
- {
- "label": "Query",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 8,
- "community_name": "tickets.controller.ts",
- "norm_label": "query",
- "id": "backend_src_tickets_tickets_controller_ts_query"
- },
- {
- "label": "Req",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 8,
- "community_name": "tickets.controller.ts",
- "norm_label": "req",
- "id": "backend_src_tickets_tickets_controller_ts_req"
- },
- {
- "label": "UseGuards",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 8,
- "community_name": "tickets.controller.ts",
- "norm_label": "useguards",
- "id": "backend_src_tickets_tickets_controller_ts_useguards"
- },
- {
- "label": "Module",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 8,
- "community_name": "tickets.controller.ts",
- "norm_label": "module",
- "id": "backend_src_tickets_tickets_module_ts_module"
- },
- {
- "label": "Injectable",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 8,
- "community_name": "tickets.controller.ts",
- "norm_label": "injectable",
- "id": "backend_src_tickets_tickets_service_ts_injectable"
- },
- {
- "label": "create-ticket.dto.ts",
- "file_type": "code",
- "source_file": "backend/src/tickets/dto/create-ticket.dto.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 8,
- "norm_label": "create-ticket.dto.ts",
- "id": "backend_src_tickets_dto_create_ticket_dto"
- },
- {
- "label": "ticket-query.dto.ts",
- "file_type": "code",
- "source_file": "backend/src/tickets/dto/ticket-query.dto.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 8,
- "norm_label": "ticket-query.dto.ts",
- "id": "backend_src_tickets_dto_ticket_query_dto"
- },
- {
- "label": "tickets.controller.ts",
- "file_type": "code",
- "source_file": "backend/src/tickets/tickets.controller.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 8,
- "norm_label": "tickets.controller.ts",
- "id": "backend_src_tickets_tickets_controller"
- },
- {
- "label": "Roles",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 8,
- "norm_label": "roles",
- "id": "backend_src_tickets_tickets_controller_ts_roles"
- },
- {
- "label": "tickets.module.ts",
- "file_type": "code",
- "source_file": "backend/src/tickets/tickets.module.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 8,
- "norm_label": "tickets.module.ts",
- "id": "backend_src_tickets_tickets_module"
- },
- {
- "label": "tickets.service.ts",
- "file_type": "code",
- "source_file": "backend/src/tickets/tickets.service.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 8,
- "norm_label": "tickets.service.ts",
- "id": "backend_src_tickets_tickets_service"
- },
{
"label": "seed.ts",
"file_type": "code",
"source_file": "backend/prisma/seed.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 80,
+ "community": 81,
"norm_label": "seed.ts",
"id": "backend_prisma_seed"
},
@@ -36438,7 +36673,7 @@
"source_file": "backend/prisma/seed-home.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 80,
+ "community": 81,
"norm_label": "seed-home.ts",
"id": "backend_prisma_seed_home"
},
@@ -36448,7 +36683,7 @@
"source_file": "backend/prisma/seed-home.ts",
"source_location": "L3",
"_origin": "ast",
- "community": 80,
+ "community": 81,
"norm_label": "prisma",
"id": "backend_prisma_seed_home_prisma"
},
@@ -36458,7 +36693,7 @@
"source_file": "backend/prisma/seed.ts",
"source_location": "L9",
"_origin": "ast",
- "community": 80,
+ "community": 81,
"norm_label": "prisma",
"id": "backend_prisma_seed_prisma"
},
@@ -36468,7 +36703,7 @@
"source_file": "backend/prisma/seed-products.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 80,
+ "community": 81,
"norm_label": "seed-products.ts",
"id": "backend_prisma_seed_products"
},
@@ -36478,7 +36713,7 @@
"source_file": "backend/prisma/seed-products.ts",
"source_location": "L5",
"_origin": "ast",
- "community": 80,
+ "community": 81,
"norm_label": "prisma",
"id": "backend_prisma_seed_products_prisma"
},
@@ -36488,7 +36723,7 @@
"source_file": "backend/prisma/seed-products.ts",
"source_location": "L148",
"_origin": "ast",
- "community": 80,
+ "community": 81,
"norm_label": "product_symptoms_map",
"id": "backend_prisma_seed_products_product_symptoms_map"
},
@@ -36498,7 +36733,7 @@
"source_file": "backend/prisma/seed-products.ts",
"source_location": "L208",
"_origin": "ast",
- "community": 80,
+ "community": 81,
"norm_label": "product_taglines_map",
"id": "backend_prisma_seed_products_product_taglines_map"
},
@@ -36508,7 +36743,7 @@
"source_file": "docs/audit/02-audit-plan.md",
"source_location": "L1",
"_origin": "ast",
- "community": 81,
+ "community": 82,
"community_name": "Reconciled Audit Roles & Assignments",
"norm_label": "02-audit-plan.md",
"id": "docs_audit_02_audit_plan"
@@ -36519,7 +36754,7 @@
"source_file": "docs/audit/02-audit-plan.md",
"source_location": "L73",
"_origin": "ast",
- "community": 81,
+ "community": 82,
"community_name": "Reconciled Audit Roles & Assignments",
"norm_label": "10. documentation engineer",
"id": "docs_audit_02_audit_plan_10_documentation_engineer"
@@ -36530,7 +36765,7 @@
"source_file": "docs/audit/02-audit-plan.md",
"source_location": "L28",
"_origin": "ast",
- "community": 81,
+ "community": 82,
"community_name": "Reconciled Audit Roles & Assignments",
"norm_label": "1. lead architect / orchestrator",
"id": "docs_audit_02_audit_plan_1_lead_architect_orchestrator"
@@ -36541,7 +36776,7 @@
"source_file": "docs/audit/02-audit-plan.md",
"source_location": "L33",
"_origin": "ast",
- "community": 81,
+ "community": 82,
"community_name": "Reconciled Audit Roles & Assignments",
"norm_label": "2. react / vite storefront auditor",
"id": "docs_audit_02_audit_plan_2_react_vite_storefront_auditor"
@@ -36552,7 +36787,7 @@
"source_file": "docs/audit/02-audit-plan.md",
"source_location": "L38",
"_origin": "ast",
- "community": 81,
+ "community": 82,
"community_name": "Reconciled Audit Roles & Assignments",
"norm_label": "3. nestjs backend auditor",
"id": "docs_audit_02_audit_plan_3_nestjs_backend_auditor"
@@ -36563,7 +36798,7 @@
"source_file": "docs/audit/02-audit-plan.md",
"source_location": "L43",
"_origin": "ast",
- "community": 81,
+ "community": 82,
"community_name": "Reconciled Audit Roles & Assignments",
"norm_label": "4. admin features auditor",
"id": "docs_audit_02_audit_plan_4_admin_features_auditor"
@@ -36574,7 +36809,7 @@
"source_file": "docs/audit/02-audit-plan.md",
"source_location": "L48",
"_origin": "ast",
- "community": 81,
+ "community": 82,
"community_name": "Reconciled Audit Roles & Assignments",
"norm_label": "5. database & data integrity auditor",
"id": "docs_audit_02_audit_plan_5_database_data_integrity_auditor"
@@ -36585,7 +36820,7 @@
"source_file": "docs/audit/02-audit-plan.md",
"source_location": "L53",
"_origin": "ast",
- "community": 81,
+ "community": 82,
"community_name": "Reconciled Audit Roles & Assignments",
"norm_label": "6. security auditor",
"id": "docs_audit_02_audit_plan_6_security_auditor"
@@ -36596,7 +36831,7 @@
"source_file": "docs/audit/02-audit-plan.md",
"source_location": "L58",
"_origin": "ast",
- "community": 81,
+ "community": 82,
"community_name": "Reconciled Audit Roles & Assignments",
"norm_label": "7. typescript & code quality auditor",
"id": "docs_audit_02_audit_plan_7_typescript_code_quality_auditor"
@@ -36607,7 +36842,7 @@
"source_file": "docs/audit/02-audit-plan.md",
"source_location": "L63",
"_origin": "ast",
- "community": 81,
+ "community": 82,
"community_name": "Reconciled Audit Roles & Assignments",
"norm_label": "8. testing & reliability auditor",
"id": "docs_audit_02_audit_plan_8_testing_reliability_auditor"
@@ -36618,7 +36853,7 @@
"source_file": "docs/audit/02-audit-plan.md",
"source_location": "L68",
"_origin": "ast",
- "community": 81,
+ "community": 82,
"community_name": "Reconciled Audit Roles & Assignments",
"norm_label": "9. devops & ci/cd auditor",
"id": "docs_audit_02_audit_plan_9_devops_ci_cd_auditor"
@@ -36629,7 +36864,7 @@
"source_file": "docs/audit/02-audit-plan.md",
"source_location": "L1",
"_origin": "ast",
- "community": 81,
+ "community": 82,
"community_name": "Reconciled Audit Roles & Assignments",
"norm_label": "audit plan & subagent roles",
"id": "docs_audit_02_audit_plan_audit_plan_subagent_roles"
@@ -36640,7 +36875,7 @@
"source_file": "docs/audit/02-audit-plan.md",
"source_location": "L10",
"_origin": "ast",
- "community": 81,
+ "community": 82,
"community_name": "Reconciled Audit Roles & Assignments",
"norm_label": "mandatory global audit exclusions",
"id": "docs_audit_02_audit_plan_mandatory_global_audit_exclusions"
@@ -36651,7 +36886,7 @@
"source_file": "docs/audit/02-audit-plan.md",
"source_location": "L26",
"_origin": "ast",
- "community": 81,
+ "community": 82,
"community_name": "Reconciled Audit Roles & Assignments",
"norm_label": "reconciled audit roles & assignments",
"id": "docs_audit_02_audit_plan_reconciled_audit_roles_assignments"
@@ -36662,7 +36897,7 @@
"source_file": "docs/audit/02-audit-plan.md",
"source_location": "L80",
"_origin": "ast",
- "community": 81,
+ "community": 82,
"community_name": "Reconciled Audit Roles & Assignments",
"norm_label": "strategy for deduplication & consolidation",
"id": "docs_audit_02_audit_plan_strategy_for_deduplication_consolidation"
@@ -36673,7 +36908,7 @@
"source_file": "docs/audit/02-audit-plan.md",
"source_location": "L3",
"_origin": "ast",
- "community": 81,
+ "community": 82,
"community_name": "Reconciled Audit Roles & Assignments",
"norm_label": "subagent execution mode",
"id": "docs_audit_02_audit_plan_subagent_execution_mode"
@@ -36684,7 +36919,7 @@
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": null,
"_origin": "ast",
- "community": 82,
+ "community": 83,
"community_name": "Prisma Database Migrations",
"norm_label": "20260526145407_init/migration.sql",
"id": "backend_prisma_migrations_20260526145407_init_migration"
@@ -36695,7 +36930,7 @@
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L148",
"_origin": "ast",
- "community": 82,
+ "community": 83,
"community_name": "Prisma Database Migrations",
"norm_label": "\"coupons\"",
"id": "backend_prisma_migrations_20260526145407_init_migration_coupons"
@@ -36706,7 +36941,7 @@
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L134",
"_origin": "ast",
- "community": 82,
+ "community": 83,
"community_name": "Prisma Database Migrations",
"norm_label": "\"health_logs\"",
"id": "backend_prisma_migrations_20260526145407_init_migration_health_logs"
@@ -36717,7 +36952,7 @@
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L173",
"_origin": "ast",
- "community": 82,
+ "community": 83,
"community_name": "Prisma Database Migrations",
"norm_label": "\"order_items\"",
"id": "backend_prisma_migrations_20260526145407_init_migration_order_items"
@@ -36728,7 +36963,7 @@
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L159",
"_origin": "ast",
- "community": 82,
+ "community": 83,
"community_name": "Prisma Database Migrations",
"norm_label": "\"orders\"",
"id": "backend_prisma_migrations_20260526145407_init_migration_orders"
@@ -36739,7 +36974,7 @@
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L103",
"_origin": "ast",
- "community": 82,
+ "community": 83,
"community_name": "Prisma Database Migrations",
"norm_label": "\"pet_medical_conditions\"",
"id": "backend_prisma_migrations_20260526145407_init_migration_pet_medical_conditions"
@@ -36750,7 +36985,7 @@
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L87",
"_origin": "ast",
- "community": 82,
+ "community": 83,
"community_name": "Prisma Database Migrations",
"norm_label": "\"pets\"",
"id": "backend_prisma_migrations_20260526145407_init_migration_pets"
@@ -36761,7 +36996,7 @@
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L71",
"_origin": "ast",
- "community": 82,
+ "community": 83,
"community_name": "Prisma Database Migrations",
"norm_label": "\"product_ingredients\"",
"id": "backend_prisma_migrations_20260526145407_init_migration_product_ingredients"
@@ -36772,7 +37007,7 @@
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L79",
"_origin": "ast",
- "community": 82,
+ "community": 83,
"community_name": "Prisma Database Migrations",
"norm_label": "\"product_symptoms\"",
"id": "backend_prisma_migrations_20260526145407_init_migration_product_symptoms"
@@ -36783,7 +37018,7 @@
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L49",
"_origin": "ast",
- "community": 82,
+ "community": 83,
"community_name": "Prisma Database Migrations",
"norm_label": "\"products\"",
"id": "backend_prisma_migrations_20260526145407_init_migration_products"
@@ -36794,7 +37029,7 @@
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L124",
"_origin": "ast",
- "community": 82,
+ "community": 83,
"community_name": "Prisma Database Migrations",
"norm_label": "\"reminder_completions\"",
"id": "backend_prisma_migrations_20260526145407_init_migration_reminder_completions"
@@ -36805,7 +37040,7 @@
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L111",
"_origin": "ast",
- "community": 82,
+ "community": 83,
"community_name": "Prisma Database Migrations",
"norm_label": "\"reminders\"",
"id": "backend_prisma_migrations_20260526145407_init_migration_reminders"
@@ -36816,7 +37051,7 @@
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L18",
"_origin": "ast",
- "community": 82,
+ "community": 83,
"community_name": "Prisma Database Migrations",
"norm_label": "\"user_addresses\"",
"id": "backend_prisma_migrations_20260526145407_init_migration_user_addresses"
@@ -36827,7 +37062,7 @@
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L2",
"_origin": "ast",
- "community": 82,
+ "community": 83,
"community_name": "Prisma Database Migrations",
"norm_label": "\"users\"",
"id": "backend_prisma_migrations_20260526145407_init_migration_users"
@@ -36838,7 +37073,7 @@
"source_file": "backend/prisma/migrations/20260526145407_init/migration.sql",
"source_location": "L35",
"_origin": "ast",
- "community": 82,
+ "community": 83,
"community_name": "Prisma Database Migrations",
"norm_label": "\"wallet_transactions\"",
"id": "backend_prisma_migrations_20260526145407_init_migration_wallet_transactions"
@@ -36849,7 +37084,7 @@
"source_file": "docs/audit/phase3.1-backlog-review.md",
"source_location": "L1",
"_origin": "ast",
- "community": 83,
+ "community": 84,
"community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique",
"norm_label": "phase3.1-backlog-review.md",
"id": "docs_audit_phase3_1_backlog_review"
@@ -36860,7 +37095,7 @@
"source_file": "docs/audit/phase3.1-backlog-review.md",
"source_location": "L102",
"_origin": "ast",
- "community": 83,
+ "community": 84,
"community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique",
"norm_label": "10. dependency & wave adjustments",
"id": "docs_audit_phase3_1_backlog_review_10_dependency_wave_adjustments"
@@ -36871,7 +37106,7 @@
"source_file": "docs/audit/phase3.1-backlog-review.md",
"source_location": "L114",
"_origin": "ast",
- "community": 83,
+ "community": 84,
"community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique",
"norm_label": "11. acceptance criteria refinements",
"id": "docs_audit_phase3_1_backlog_review_11_acceptance_criteria_refinements"
@@ -36882,7 +37117,7 @@
"source_file": "docs/audit/phase3.1-backlog-review.md",
"source_location": "L124",
"_origin": "ast",
- "community": 83,
+ "community": 84,
"community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique",
"norm_label": "12. business and product decision classification",
"id": "docs_audit_phase3_1_backlog_review_12_business_and_product_decision_classification"
@@ -36893,7 +37128,7 @@
"source_file": "docs/audit/phase3.1-backlog-review.md",
"source_location": "L134",
"_origin": "ast",
- "community": 83,
+ "community": 84,
"community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique",
"norm_label": "13. final recommended backlog summary",
"id": "docs_audit_phase3_1_backlog_review_13_final_recommended_backlog_summary"
@@ -36904,7 +37139,7 @@
"source_file": "docs/audit/phase3.1-backlog-review.md",
"source_location": "L14",
"_origin": "ast",
- "community": 83,
+ "community": 84,
"community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique",
"norm_label": "1. executive assessment",
"id": "docs_audit_phase3_1_backlog_review_1_executive_assessment"
@@ -36915,7 +37150,7 @@
"source_file": "docs/audit/phase3.1-backlog-review.md",
"source_location": "L26",
"_origin": "ast",
- "community": 83,
+ "community": 84,
"community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique",
"norm_label": "2. findings that require no change",
"id": "docs_audit_phase3_1_backlog_review_2_findings_that_require_no_change"
@@ -36926,7 +37161,7 @@
"source_file": "docs/audit/phase3.1-backlog-review.md",
"source_location": "L41",
"_origin": "ast",
- "community": 83,
+ "community": 84,
"community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique",
"norm_label": "3. findings requiring task refinements",
"id": "docs_audit_phase3_1_backlog_review_3_findings_requiring_task_refinements"
@@ -36937,7 +37172,7 @@
"source_file": "docs/audit/phase3.1-backlog-review.md",
"source_location": "L50",
"_origin": "ast",
- "community": 83,
+ "community": 84,
"community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique",
"norm_label": "4. tasks requiring splitting",
"id": "docs_audit_phase3_1_backlog_review_4_tasks_requiring_splitting"
@@ -36948,7 +37183,7 @@
"source_file": "docs/audit/phase3.1-backlog-review.md",
"source_location": "L56",
"_origin": "ast",
- "community": 83,
+ "community": 84,
"community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique",
"norm_label": "5. tasks requiring merging",
"id": "docs_audit_phase3_1_backlog_review_5_tasks_requiring_merging"
@@ -36959,7 +37194,7 @@
"source_file": "docs/audit/phase3.1-backlog-review.md",
"source_location": "L62",
"_origin": "ast",
- "community": 83,
+ "community": 84,
"community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique",
"norm_label": "6. unsupported assumptions identified",
"id": "docs_audit_phase3_1_backlog_review_6_unsupported_assumptions_identified"
@@ -36970,7 +37205,7 @@
"source_file": "docs/audit/phase3.1-backlog-review.md",
"source_location": "L71",
"_origin": "ast",
- "community": 83,
+ "community": 84,
"community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique",
"norm_label": "7. scope creep identified and removed",
"id": "docs_audit_phase3_1_backlog_review_7_scope_creep_identified_and_removed"
@@ -36981,7 +37216,7 @@
"source_file": "docs/audit/phase3.1-backlog-review.md",
"source_location": "L78",
"_origin": "ast",
- "community": 83,
+ "community": 84,
"community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique",
"norm_label": "8. security deep-dive review",
"id": "docs_audit_phase3_1_backlog_review_8_security_deep_dive_review"
@@ -36992,7 +37227,7 @@
"source_file": "docs/audit/phase3.1-backlog-review.md",
"source_location": "L92",
"_origin": "ast",
- "community": 83,
+ "community": 84,
"community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique",
"norm_label": "9. architecture review",
"id": "docs_audit_phase3_1_backlog_review_9_architecture_review"
@@ -37003,7 +37238,7 @@
"source_file": "docs/audit/phase3.1-backlog-review.md",
"source_location": "L1",
"_origin": "ast",
- "community": 83,
+ "community": 84,
"community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique",
"norm_label": "phase 3.1 \u2014 human review preparation and master backlog critique",
"id": "docs_audit_phase3_1_backlog_review_phase_3_1_human_review_preparation_and_master_backlog_critique"
@@ -37014,7 +37249,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L12",
"_origin": "ast",
- "community": 84,
+ "community": 85,
"community_name": "dependencies",
"norm_label": "dependencies",
"id": "frontend_admin_panel_package_dependencies"
@@ -37025,7 +37260,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L14",
"_origin": "ast",
- "community": 84,
+ "community": 85,
"community_name": "dependencies",
"norm_label": "axios",
"id": "frontend_admin_panel_package_dependencies_axios"
@@ -37036,7 +37271,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L16",
"_origin": "ast",
- "community": 84,
+ "community": 85,
"community_name": "dependencies",
"norm_label": "react",
"id": "frontend_admin_panel_package_dependencies_react"
@@ -37047,7 +37282,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L18",
"_origin": "ast",
- "community": 84,
+ "community": 85,
"community_name": "dependencies",
"norm_label": "react-hot-toast",
"id": "frontend_admin_panel_package_dependencies_react_hot_toast"
@@ -37058,7 +37293,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L19",
"_origin": "ast",
- "community": 84,
+ "community": 85,
"community_name": "dependencies",
"norm_label": "react-router-dom",
"id": "frontend_admin_panel_package_dependencies_react_router_dom"
@@ -37069,7 +37304,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L20",
"_origin": "ast",
- "community": 84,
+ "community": 85,
"community_name": "dependencies",
"norm_label": "recharts",
"id": "frontend_admin_panel_package_dependencies_recharts"
@@ -37080,7 +37315,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L13",
"_origin": "ast",
- "community": 84,
+ "community": 85,
"community_name": "dependencies",
"norm_label": "@tanstack/react-query",
"id": "frontend_admin_panel_package_dependencies_tanstack_react_query"
@@ -37091,7 +37326,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L21",
"_origin": "ast",
- "community": 84,
+ "community": 85,
"community_name": "dependencies",
"norm_label": "vite",
"id": "frontend_admin_panel_package_dependencies_vite"
@@ -37102,7 +37337,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L14",
"_origin": "ast",
- "community": 84,
+ "community": 85,
"community_name": "dependencies",
"norm_label": "axios",
"id": "frontend_admin_panel_package_json_axios"
@@ -37113,7 +37348,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L16",
"_origin": "ast",
- "community": 84,
+ "community": 85,
"community_name": "dependencies",
"norm_label": "react",
"id": "frontend_admin_panel_package_json_react"
@@ -37124,7 +37359,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L18",
"_origin": "ast",
- "community": 84,
+ "community": 85,
"community_name": "dependencies",
"norm_label": "react-hot-toast",
"id": "react_hot_toast"
@@ -37135,7 +37370,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L19",
"_origin": "ast",
- "community": 84,
+ "community": 85,
"community_name": "dependencies",
"norm_label": "react-router-dom",
"id": "react_router_dom"
@@ -37146,7 +37381,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L20",
"_origin": "ast",
- "community": 84,
+ "community": 85,
"community_name": "dependencies",
"norm_label": "recharts",
"id": "recharts"
@@ -37157,7 +37392,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L13",
"_origin": "ast",
- "community": 84,
+ "community": 85,
"community_name": "dependencies",
"norm_label": "@tanstack/react-query",
"id": "tanstack_react_query"
@@ -37168,18 +37403,91 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L21",
"_origin": "ast",
- "community": 84,
+ "community": 85,
"community_name": "dependencies",
"norm_label": "vite",
"id": "vite"
},
+ {
+ "label": "ProtectedRoute.tsx",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/components/ProtectedRoute.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 86,
+ "community_name": "src/services/api.ts",
+ "norm_label": "protectedroute.tsx",
+ "id": "frontend_admin_panel_src_components_protectedroute"
+ },
+ {
+ "label": "adminAuthStore.ts",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/store/adminAuthStore.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 86,
+ "community_name": "src/services/api.ts",
+ "norm_label": "adminauthstore.ts",
+ "id": "frontend_admin_panel_src_store_adminauthstore"
+ },
+ {
+ "label": "useAdminAuthStore",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/store/adminAuthStore.ts",
+ "source_location": "L5",
+ "_origin": "ast",
+ "community": 86,
+ "community_name": "src/services/api.ts",
+ "norm_label": "useadminauthstore",
+ "id": "frontend_admin_panel_src_store_adminauthstore_useadminauthstore"
+ },
+ {
+ "label": "Topbar.tsx",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/components/Topbar.tsx",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 86,
+ "norm_label": "topbar.tsx",
+ "id": "frontend_admin_panel_src_components_topbar"
+ },
+ {
+ "label": "SEARCHABLE_PAGES",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/components/Topbar.tsx",
+ "source_location": "L12",
+ "_origin": "ast",
+ "community": 86,
+ "norm_label": "searchable_pages",
+ "id": "frontend_admin_panel_src_components_topbar_searchable_pages"
+ },
+ {
+ "label": "src/services/api.ts",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/services/api.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 86,
+ "norm_label": "src/services/api.ts",
+ "id": "frontend_admin_panel_src_services_api"
+ },
+ {
+ "label": "failedQueue",
+ "file_type": "code",
+ "source_file": "frontend/admin-panel/src/services/api.ts",
+ "source_location": "L32",
+ "_origin": "ast",
+ "community": 86,
+ "norm_label": "failedqueue",
+ "id": "frontend_admin_panel_src_services_api_failedqueue"
+ },
{
"label": "videos/page.tsx",
"file_type": "code",
"source_file": "frontend/application/app/videos/page.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 85,
+ "community": 87,
"community_name": "VetGallery.tsx",
"norm_label": "videos/page.tsx",
"id": "frontend_application_app_videos_page"
@@ -37190,7 +37498,7 @@
"source_file": "frontend/application/lib/services/videoService.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 85,
+ "community": 87,
"community_name": "VetGallery.tsx",
"norm_label": "videoservice.ts",
"id": "frontend_application_lib_services_videoservice"
@@ -37201,7 +37509,7 @@
"source_file": "frontend/application/lib/services/videoService.ts",
"source_location": "L15",
"_origin": "ast",
- "community": 85,
+ "community": 87,
"community_name": "VetGallery.tsx",
"norm_label": "videoservice",
"id": "frontend_application_lib_services_videoservice_videoservice"
@@ -37212,7 +37520,7 @@
"source_file": "frontend/application/components/SafeImage.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 85,
+ "community": 87,
"norm_label": "safeimage.tsx",
"id": "frontend_application_components_safeimage"
},
@@ -37222,7 +37530,7 @@
"source_file": "frontend/application/components/VetGallery.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 85,
+ "community": 87,
"norm_label": "vetgallery.tsx",
"id": "frontend_application_components_vetgallery"
},
@@ -37232,7 +37540,7 @@
"source_file": "frontend/application/components/VetGallery.tsx",
"source_location": "L27",
"_origin": "ast",
- "community": 85,
+ "community": 87,
"norm_label": "fallback_videos",
"id": "frontend_application_components_vetgallery_fallback_videos"
},
@@ -37242,7 +37550,7 @@
"source_file": "frontend/application/components/VideosPage.tsx",
"source_location": "L1",
"_origin": "ast",
- "community": 85,
+ "community": 87,
"norm_label": "videospage.tsx",
"id": "frontend_application_components_videospage"
},
@@ -37252,7 +37560,7 @@
"source_file": "frontend/application/components/VideosPage.tsx",
"source_location": "L11",
"_origin": "ast",
- "community": 85,
+ "community": 87,
"norm_label": "fallback_videos",
"id": "frontend_application_components_videospage_fallback_videos"
},
@@ -37262,7 +37570,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L2",
"_origin": "ast",
- "community": 86,
+ "community": 88,
"community_name": "compilerOptions",
"norm_label": "compileroptions",
"id": "frontend_application_tsconfig_compileroptions"
@@ -37273,7 +37581,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L5",
"_origin": "ast",
- "community": 86,
+ "community": 88,
"community_name": "compilerOptions",
"norm_label": "allowjs",
"id": "frontend_application_tsconfig_compileroptions_allowjs"
@@ -37284,7 +37592,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L9",
"_origin": "ast",
- "community": 86,
+ "community": 88,
"community_name": "compilerOptions",
"norm_label": "esmoduleinterop",
"id": "frontend_application_tsconfig_compileroptions_esmoduleinterop"
@@ -37295,7 +37603,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L15",
"_origin": "ast",
- "community": 86,
+ "community": 88,
"community_name": "compilerOptions",
"norm_label": "incremental",
"id": "frontend_application_tsconfig_compileroptions_incremental"
@@ -37306,7 +37614,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L13",
"_origin": "ast",
- "community": 86,
+ "community": 88,
"community_name": "compilerOptions",
"norm_label": "isolatedmodules",
"id": "frontend_application_tsconfig_compileroptions_isolatedmodules"
@@ -37317,7 +37625,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L14",
"_origin": "ast",
- "community": 86,
+ "community": 88,
"community_name": "compilerOptions",
"norm_label": "jsx",
"id": "frontend_application_tsconfig_compileroptions_jsx"
@@ -37328,7 +37636,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L10",
"_origin": "ast",
- "community": 86,
+ "community": 88,
"community_name": "compilerOptions",
"norm_label": "module",
"id": "frontend_application_tsconfig_compileroptions_module"
@@ -37339,7 +37647,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L11",
"_origin": "ast",
- "community": 86,
+ "community": 88,
"community_name": "compilerOptions",
"norm_label": "moduleresolution",
"id": "frontend_application_tsconfig_compileroptions_moduleresolution"
@@ -37350,7 +37658,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L8",
"_origin": "ast",
- "community": 86,
+ "community": 88,
"community_name": "compilerOptions",
"norm_label": "noemit",
"id": "frontend_application_tsconfig_compileroptions_noemit"
@@ -37361,7 +37669,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L21",
"_origin": "ast",
- "community": 86,
+ "community": 88,
"community_name": "compilerOptions",
"norm_label": "paths",
"id": "frontend_application_tsconfig_compileroptions_paths"
@@ -37372,7 +37680,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L16",
"_origin": "ast",
- "community": 86,
+ "community": 88,
"community_name": "compilerOptions",
"norm_label": "plugins",
"id": "frontend_application_tsconfig_compileroptions_plugins"
@@ -37383,7 +37691,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L12",
"_origin": "ast",
- "community": 86,
+ "community": 88,
"community_name": "compilerOptions",
"norm_label": "resolvejsonmodule",
"id": "frontend_application_tsconfig_compileroptions_resolvejsonmodule"
@@ -37394,7 +37702,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L6",
"_origin": "ast",
- "community": 86,
+ "community": 88,
"community_name": "compilerOptions",
"norm_label": "skiplibcheck",
"id": "frontend_application_tsconfig_compileroptions_skiplibcheck"
@@ -37405,7 +37713,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L7",
"_origin": "ast",
- "community": 86,
+ "community": 88,
"community_name": "compilerOptions",
"norm_label": "strict",
"id": "frontend_application_tsconfig_compileroptions_strict"
@@ -37416,7 +37724,7 @@
"source_file": "frontend/application/tsconfig.json",
"source_location": "L3",
"_origin": "ast",
- "community": 86,
+ "community": 88,
"community_name": "compilerOptions",
"norm_label": "target",
"id": "frontend_application_tsconfig_compileroptions_target"
@@ -37427,7 +37735,7 @@
"source_file": "backend/package.json",
"source_location": "L8",
"_origin": "ast",
- "community": 87,
+ "community": 89,
"community_name": "NPM Lifecycle Scripts",
"norm_label": "scripts",
"id": "backend_package_scripts"
@@ -37438,7 +37746,7 @@
"source_file": "backend/package.json",
"source_location": "L9",
"_origin": "ast",
- "community": 87,
+ "community": 89,
"community_name": "NPM Lifecycle Scripts",
"norm_label": "build",
"id": "backend_package_scripts_build"
@@ -37449,7 +37757,7 @@
"source_file": "backend/package.json",
"source_location": "L21",
"_origin": "ast",
- "community": 87,
+ "community": 89,
"community_name": "NPM Lifecycle Scripts",
"norm_label": "docs:generate",
"id": "backend_package_scripts_docs_generate"
@@ -37460,7 +37768,7 @@
"source_file": "backend/package.json",
"source_location": "L10",
"_origin": "ast",
- "community": 87,
+ "community": 89,
"community_name": "NPM Lifecycle Scripts",
"norm_label": "format",
"id": "backend_package_scripts_format"
@@ -37471,7 +37779,7 @@
"source_file": "backend/package.json",
"source_location": "L15",
"_origin": "ast",
- "community": 87,
+ "community": 89,
"community_name": "NPM Lifecycle Scripts",
"norm_label": "lint",
"id": "backend_package_scripts_lint"
@@ -37482,7 +37790,7 @@
"source_file": "backend/package.json",
"source_location": "L11",
"_origin": "ast",
- "community": 87,
+ "community": 89,
"community_name": "NPM Lifecycle Scripts",
"norm_label": "start",
"id": "backend_package_scripts_start"
@@ -37493,7 +37801,7 @@
"source_file": "backend/package.json",
"source_location": "L13",
"_origin": "ast",
- "community": 87,
+ "community": 89,
"community_name": "NPM Lifecycle Scripts",
"norm_label": "start:debug",
"id": "backend_package_scripts_start_debug"
@@ -37504,7 +37812,7 @@
"source_file": "backend/package.json",
"source_location": "L12",
"_origin": "ast",
- "community": 87,
+ "community": 89,
"community_name": "NPM Lifecycle Scripts",
"norm_label": "start:dev",
"id": "backend_package_scripts_start_dev"
@@ -37515,7 +37823,7 @@
"source_file": "backend/package.json",
"source_location": "L14",
"_origin": "ast",
- "community": 87,
+ "community": 89,
"community_name": "NPM Lifecycle Scripts",
"norm_label": "start:prod",
"id": "backend_package_scripts_start_prod"
@@ -37526,7 +37834,7 @@
"source_file": "backend/package.json",
"source_location": "L16",
"_origin": "ast",
- "community": 87,
+ "community": 89,
"community_name": "NPM Lifecycle Scripts",
"norm_label": "test",
"id": "backend_package_scripts_test"
@@ -37537,7 +37845,7 @@
"source_file": "backend/package.json",
"source_location": "L18",
"_origin": "ast",
- "community": 87,
+ "community": 89,
"community_name": "NPM Lifecycle Scripts",
"norm_label": "test:cov",
"id": "backend_package_scripts_test_cov"
@@ -37548,7 +37856,7 @@
"source_file": "backend/package.json",
"source_location": "L19",
"_origin": "ast",
- "community": 87,
+ "community": 89,
"community_name": "NPM Lifecycle Scripts",
"norm_label": "test:debug",
"id": "backend_package_scripts_test_debug"
@@ -37559,7 +37867,7 @@
"source_file": "backend/package.json",
"source_location": "L20",
"_origin": "ast",
- "community": 87,
+ "community": 89,
"community_name": "NPM Lifecycle Scripts",
"norm_label": "test:e2e",
"id": "backend_package_scripts_test_e2e"
@@ -37570,18 +37878,342 @@
"source_file": "backend/package.json",
"source_location": "L17",
"_origin": "ast",
- "community": 87,
+ "community": 89,
"community_name": "NPM Lifecycle Scripts",
"norm_label": "test:watch",
"id": "backend_package_scripts_test_watch"
},
+ {
+ "label": "ApiProperty",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "tickets.controller.ts",
+ "norm_label": "apiproperty",
+ "id": "backend_src_tickets_dto_create_ticket_dto_ts_apiproperty"
+ },
+ {
+ "label": "ApiPropertyOptional",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "tickets.controller.ts",
+ "norm_label": "apipropertyoptional",
+ "id": "backend_src_tickets_dto_create_ticket_dto_ts_apipropertyoptional"
+ },
+ {
+ "label": "IsNotEmpty",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "tickets.controller.ts",
+ "norm_label": "isnotempty",
+ "id": "backend_src_tickets_dto_create_ticket_dto_ts_isnotempty"
+ },
+ {
+ "label": "IsOptional",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "tickets.controller.ts",
+ "norm_label": "isoptional",
+ "id": "backend_src_tickets_dto_create_ticket_dto_ts_isoptional"
+ },
+ {
+ "label": "IsString",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "tickets.controller.ts",
+ "norm_label": "isstring",
+ "id": "backend_src_tickets_dto_create_ticket_dto_ts_isstring"
+ },
+ {
+ "label": "ApiPropertyOptional",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "tickets.controller.ts",
+ "norm_label": "apipropertyoptional",
+ "id": "backend_src_tickets_dto_ticket_query_dto_ts_apipropertyoptional"
+ },
+ {
+ "label": "IsNumber",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "tickets.controller.ts",
+ "norm_label": "isnumber",
+ "id": "backend_src_tickets_dto_ticket_query_dto_ts_isnumber"
+ },
+ {
+ "label": "IsOptional",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "tickets.controller.ts",
+ "norm_label": "isoptional",
+ "id": "backend_src_tickets_dto_ticket_query_dto_ts_isoptional"
+ },
+ {
+ "label": "IsString",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "tickets.controller.ts",
+ "norm_label": "isstring",
+ "id": "backend_src_tickets_dto_ticket_query_dto_ts_isstring"
+ },
+ {
+ "label": "Type",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "tickets.controller.ts",
+ "norm_label": "type",
+ "id": "backend_src_tickets_dto_ticket_query_dto_ts_type"
+ },
+ {
+ "label": "ApiBearerAuth",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "tickets.controller.ts",
+ "norm_label": "apibearerauth",
+ "id": "backend_src_tickets_tickets_controller_ts_apibearerauth"
+ },
+ {
+ "label": "ApiOperation",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "tickets.controller.ts",
+ "norm_label": "apioperation",
+ "id": "backend_src_tickets_tickets_controller_ts_apioperation"
+ },
+ {
+ "label": "ApiTags",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "tickets.controller.ts",
+ "norm_label": "apitags",
+ "id": "backend_src_tickets_tickets_controller_ts_apitags"
+ },
+ {
+ "label": "Body",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "tickets.controller.ts",
+ "norm_label": "body",
+ "id": "backend_src_tickets_tickets_controller_ts_body"
+ },
+ {
+ "label": "Controller",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "tickets.controller.ts",
+ "norm_label": "controller",
+ "id": "backend_src_tickets_tickets_controller_ts_controller"
+ },
+ {
+ "label": "Get",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "tickets.controller.ts",
+ "norm_label": "get",
+ "id": "backend_src_tickets_tickets_controller_ts_get"
+ },
+ {
+ "label": "Param",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "tickets.controller.ts",
+ "norm_label": "param",
+ "id": "backend_src_tickets_tickets_controller_ts_param"
+ },
+ {
+ "label": "Post",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "tickets.controller.ts",
+ "norm_label": "post",
+ "id": "backend_src_tickets_tickets_controller_ts_post"
+ },
+ {
+ "label": "Put",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "tickets.controller.ts",
+ "norm_label": "put",
+ "id": "backend_src_tickets_tickets_controller_ts_put"
+ },
+ {
+ "label": "Query",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "tickets.controller.ts",
+ "norm_label": "query",
+ "id": "backend_src_tickets_tickets_controller_ts_query"
+ },
+ {
+ "label": "Req",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "tickets.controller.ts",
+ "norm_label": "req",
+ "id": "backend_src_tickets_tickets_controller_ts_req"
+ },
+ {
+ "label": "UseGuards",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "tickets.controller.ts",
+ "norm_label": "useguards",
+ "id": "backend_src_tickets_tickets_controller_ts_useguards"
+ },
+ {
+ "label": "Module",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "tickets.controller.ts",
+ "norm_label": "module",
+ "id": "backend_src_tickets_tickets_module_ts_module"
+ },
+ {
+ "label": "Injectable",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 9,
+ "community_name": "tickets.controller.ts",
+ "norm_label": "injectable",
+ "id": "backend_src_tickets_tickets_service_ts_injectable"
+ },
+ {
+ "label": "create-ticket.dto.ts",
+ "file_type": "code",
+ "source_file": "backend/src/tickets/dto/create-ticket.dto.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 9,
+ "norm_label": "create-ticket.dto.ts",
+ "id": "backend_src_tickets_dto_create_ticket_dto"
+ },
+ {
+ "label": "ticket-query.dto.ts",
+ "file_type": "code",
+ "source_file": "backend/src/tickets/dto/ticket-query.dto.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 9,
+ "norm_label": "ticket-query.dto.ts",
+ "id": "backend_src_tickets_dto_ticket_query_dto"
+ },
+ {
+ "label": "tickets.controller.ts",
+ "file_type": "code",
+ "source_file": "backend/src/tickets/tickets.controller.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 9,
+ "norm_label": "tickets.controller.ts",
+ "id": "backend_src_tickets_tickets_controller"
+ },
+ {
+ "label": "Roles",
+ "file_type": "code",
+ "source_file": "",
+ "source_location": "",
+ "_origin": "ast",
+ "community": 9,
+ "norm_label": "roles",
+ "id": "backend_src_tickets_tickets_controller_ts_roles"
+ },
+ {
+ "label": "tickets.module.ts",
+ "file_type": "code",
+ "source_file": "backend/src/tickets/tickets.module.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 9,
+ "norm_label": "tickets.module.ts",
+ "id": "backend_src_tickets_tickets_module"
+ },
+ {
+ "label": "tickets.service.ts",
+ "file_type": "code",
+ "source_file": "backend/src/tickets/tickets.service.ts",
+ "source_location": "L1",
+ "_origin": "ast",
+ "community": 9,
+ "norm_label": "tickets.service.ts",
+ "id": "backend_src_tickets_tickets_service"
+ },
{
"label": "wiki/wiki.controller.ts",
"file_type": "code",
"source_file": "backend/src/wiki/wiki.controller.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 88,
+ "community": 90,
"community_name": "PaginationDto",
"norm_label": "wiki/wiki.controller.ts",
"id": "backend_src_wiki_wiki_controller"
@@ -37592,7 +38224,7 @@
"source_file": "backend/src/wiki/wiki.module.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 88,
+ "community": 90,
"community_name": "PaginationDto",
"norm_label": "wiki.module.ts",
"id": "backend_src_wiki_wiki_module"
@@ -37603,7 +38235,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 88,
+ "community": 90,
"community_name": "PaginationDto",
"norm_label": "module",
"id": "backend_src_wiki_wiki_module_ts_module"
@@ -37614,7 +38246,7 @@
"source_file": "backend/src/wiki/wiki.service.ts",
"source_location": "L1",
"_origin": "ast",
- "community": 88,
+ "community": 90,
"community_name": "PaginationDto",
"norm_label": "wiki/wiki.service.ts",
"id": "backend_src_wiki_wiki_service"
@@ -37625,7 +38257,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 88,
+ "community": 90,
"community_name": "PaginationDto",
"norm_label": "injectable",
"id": "backend_src_wiki_wiki_service_ts_injectable"
@@ -37636,7 +38268,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 88,
+ "community": 90,
"community_name": "WikiController",
"norm_label": "apitags",
"id": "backend_src_wiki_wiki_controller_ts_apitags"
@@ -37647,7 +38279,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 88,
+ "community": 90,
"community_name": "WikiController",
"norm_label": "controller",
"id": "backend_src_wiki_wiki_controller_ts_controller"
@@ -37658,7 +38290,7 @@
"source_file": "docs/audit/16-deep-audit-summary.md",
"source_location": "L1",
"_origin": "ast",
- "community": 89,
+ "community": 91,
"community_name": "Deep Audit Summary Report",
"norm_label": "16-deep-audit-summary.md",
"id": "docs_audit_16_deep_audit_summary"
@@ -37669,7 +38301,7 @@
"source_file": "docs/audit/16-deep-audit-summary.md",
"source_location": "L3",
"_origin": "ast",
- "community": 89,
+ "community": 91,
"community_name": "Deep Audit Summary Report",
"norm_label": "1. audit overview",
"id": "docs_audit_16_deep_audit_summary_1_audit_overview"
@@ -37680,7 +38312,7 @@
"source_file": "docs/audit/16-deep-audit-summary.md",
"source_location": "L12",
"_origin": "ast",
- "community": 89,
+ "community": 91,
"community_name": "Deep Audit Summary Report",
"norm_label": "2. findings metrics",
"id": "docs_audit_16_deep_audit_summary_2_findings_metrics"
@@ -37691,7 +38323,7 @@
"source_file": "docs/audit/16-deep-audit-summary.md",
"source_location": "L41",
"_origin": "ast",
- "community": 89,
+ "community": 91,
"community_name": "Deep Audit Summary Report",
"norm_label": "3. inspected scope & command log",
"id": "docs_audit_16_deep_audit_summary_3_inspected_scope_command_log"
@@ -37702,7 +38334,7 @@
"source_file": "docs/audit/16-deep-audit-summary.md",
"source_location": "L62",
"_origin": "ast",
- "community": 89,
+ "community": 91,
"community_name": "Deep Audit Summary Report",
"norm_label": "4. key business & integration questions",
"id": "docs_audit_16_deep_audit_summary_4_key_business_integration_questions"
@@ -37713,7 +38345,7 @@
"source_file": "docs/audit/16-deep-audit-summary.md",
"source_location": "L69",
"_origin": "ast",
- "community": 89,
+ "community": 91,
"community_name": "Deep Audit Summary Report",
"norm_label": "5. audit limitations & integrity confirmation",
"id": "docs_audit_16_deep_audit_summary_5_audit_limitations_integrity_confirmation"
@@ -37724,7 +38356,7 @@
"source_file": "docs/audit/16-deep-audit-summary.md",
"source_location": "L75",
"_origin": "ast",
- "community": 89,
+ "community": 91,
"community_name": "Deep Audit Summary Report",
"norm_label": "6. exact next recommended phase",
"id": "docs_audit_16_deep_audit_summary_6_exact_next_recommended_phase"
@@ -37735,7 +38367,7 @@
"source_file": "docs/audit/16-deep-audit-summary.md",
"source_location": "L55",
"_origin": "ast",
- "community": 89,
+ "community": 91,
"community_name": "Deep Audit Summary Report",
"norm_label": "blocked commands & reasons",
"id": "docs_audit_16_deep_audit_summary_blocked_commands_reasons"
@@ -37746,7 +38378,7 @@
"source_file": "docs/audit/16-deep-audit-summary.md",
"source_location": "L21",
"_origin": "ast",
- "community": 89,
+ "community": 91,
"community_name": "Deep Audit Summary Report",
"norm_label": "by confidence",
"id": "docs_audit_16_deep_audit_summary_by_confidence"
@@ -37757,7 +38389,7 @@
"source_file": "docs/audit/16-deep-audit-summary.md",
"source_location": "L27",
"_origin": "ast",
- "community": 89,
+ "community": 91,
"community_name": "Deep Audit Summary Report",
"norm_label": "by domain",
"id": "docs_audit_16_deep_audit_summary_by_domain"
@@ -37768,7 +38400,7 @@
"source_file": "docs/audit/16-deep-audit-summary.md",
"source_location": "L14",
"_origin": "ast",
- "community": 89,
+ "community": 91,
"community_name": "Deep Audit Summary Report",
"norm_label": "by severity",
"id": "docs_audit_16_deep_audit_summary_by_severity"
@@ -37779,7 +38411,7 @@
"source_file": "docs/audit/16-deep-audit-summary.md",
"source_location": "L1",
"_origin": "ast",
- "community": 89,
+ "community": 91,
"community_name": "Deep Audit Summary Report",
"norm_label": "deep audit summary report",
"id": "docs_audit_16_deep_audit_summary_deep_audit_summary_report"
@@ -37790,7 +38422,7 @@
"source_file": "docs/audit/16-deep-audit-summary.md",
"source_location": "L49",
"_origin": "ast",
- "community": 89,
+ "community": 91,
"community_name": "Deep Audit Summary Report",
"norm_label": "executed commands & results",
"id": "docs_audit_16_deep_audit_summary_executed_commands_results"
@@ -37801,397 +38433,18 @@
"source_file": "docs/audit/16-deep-audit-summary.md",
"source_location": "L43",
"_origin": "ast",
- "community": 89,
+ "community": 91,
"community_name": "Deep Audit Summary Report",
"norm_label": "inspected scopes",
"id": "docs_audit_16_deep_audit_summary_inspected_scopes"
},
- {
- "label": "cms.module.ts",
- "file_type": "code",
- "source_file": "backend/src/cms/cms.module.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 9,
- "community_name": "CmsController",
- "norm_label": "cms.module.ts",
- "id": "backend_src_cms_cms_module"
- },
- {
- "label": "Module",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 9,
- "community_name": "CmsController",
- "norm_label": "module",
- "id": "backend_src_cms_cms_module_ts_module"
- },
- {
- "label": "videos.module.ts",
- "file_type": "code",
- "source_file": "backend/src/videos/videos.module.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 9,
- "community_name": "CreateVideoDto",
- "norm_label": "videos.module.ts",
- "id": "backend_src_videos_videos_module"
- },
- {
- "label": "Module",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 9,
- "community_name": "CreateVideoDto",
- "norm_label": "module",
- "id": "backend_src_videos_videos_module_ts_module"
- },
- {
- "label": "Module",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 9,
- "community_name": "UsersService",
- "norm_label": "module",
- "id": "backend_src_auth_auth_module_ts_module"
- },
- {
- "label": "users.module.ts",
- "file_type": "code",
- "source_file": "backend/src/users/users.module.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 9,
- "community_name": "UsersService",
- "norm_label": "users.module.ts",
- "id": "backend_src_users_users_module"
- },
- {
- "label": "Module",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 9,
- "community_name": "UsersService",
- "norm_label": "module",
- "id": "backend_src_users_users_module_ts_module"
- },
- {
- "label": "b2b.module.ts",
- "file_type": "code",
- "source_file": "backend/src/b2b/b2b.module.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 9,
- "community_name": "app.module.ts",
- "norm_label": "b2b.module.ts",
- "id": "backend_src_b2b_b2b_module"
- },
- {
- "label": "Module",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 9,
- "community_name": "app.module.ts",
- "norm_label": "module",
- "id": "backend_src_b2b_b2b_module_ts_module"
- },
- {
- "label": "banners.module.ts",
- "file_type": "code",
- "source_file": "backend/src/banners/banners.module.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 9,
- "community_name": "app.module.ts",
- "norm_label": "banners.module.ts",
- "id": "backend_src_banners_banners_module"
- },
- {
- "label": "Module",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 9,
- "community_name": "app.module.ts",
- "norm_label": "module",
- "id": "backend_src_banners_banners_module_ts_module"
- },
- {
- "label": "sms.module.ts",
- "file_type": "code",
- "source_file": "backend/src/common/sms.module.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 9,
- "community_name": "app.module.ts",
- "norm_label": "sms.module.ts",
- "id": "backend_src_common_sms_module"
- },
- {
- "label": "Global",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 9,
- "community_name": "app.module.ts",
- "norm_label": "global",
- "id": "backend_src_common_sms_module_ts_global"
- },
- {
- "label": "Module",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 9,
- "community_name": "app.module.ts",
- "norm_label": "module",
- "id": "backend_src_common_sms_module_ts_module"
- },
- {
- "label": "contact.module.ts",
- "file_type": "code",
- "source_file": "backend/src/contact/contact.module.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 9,
- "community_name": "app.module.ts",
- "norm_label": "contact.module.ts",
- "id": "backend_src_contact_contact_module"
- },
- {
- "label": "Module",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 9,
- "community_name": "app.module.ts",
- "norm_label": "module",
- "id": "backend_src_contact_contact_module_ts_module"
- },
- {
- "label": "ingredients.module.ts",
- "file_type": "code",
- "source_file": "backend/src/ingredients/ingredients.module.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 9,
- "community_name": "app.module.ts",
- "norm_label": "ingredients.module.ts",
- "id": "backend_src_ingredients_ingredients_module"
- },
- {
- "label": "Module",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 9,
- "community_name": "app.module.ts",
- "norm_label": "module",
- "id": "backend_src_ingredients_ingredients_module_ts_module"
- },
- {
- "label": "Module",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 9,
- "community_name": "app.module.ts",
- "norm_label": "module",
- "id": "backend_src_payment_payment_module_ts_module"
- },
- {
- "label": "prisma.module.ts",
- "file_type": "code",
- "source_file": "backend/src/prisma/prisma.module.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 9,
- "community_name": "app.module.ts",
- "norm_label": "prisma.module.ts",
- "id": "backend_src_prisma_prisma_module"
- },
- {
- "label": "Global",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 9,
- "community_name": "app.module.ts",
- "norm_label": "global",
- "id": "backend_src_prisma_prisma_module_ts_global"
- },
- {
- "label": "Module",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 9,
- "community_name": "app.module.ts",
- "norm_label": "module",
- "id": "backend_src_prisma_prisma_module_ts_module"
- },
- {
- "label": "Module",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 9,
- "community_name": "app.module.ts",
- "norm_label": "module",
- "id": "backend_src_reviews_reviews_module_ts_module"
- },
- {
- "label": "settings.module.ts",
- "file_type": "code",
- "source_file": "backend/src/settings/settings.module.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 9,
- "community_name": "app.module.ts",
- "norm_label": "settings.module.ts",
- "id": "backend_src_settings_settings_module"
- },
- {
- "label": "Module",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 9,
- "community_name": "app.module.ts",
- "norm_label": "module",
- "id": "backend_src_settings_settings_module_ts_module"
- },
- {
- "label": "smart-advisor.module.ts",
- "file_type": "code",
- "source_file": "backend/src/smart-advisor/smart-advisor.module.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 9,
- "community_name": "app.module.ts",
- "norm_label": "smart-advisor.module.ts",
- "id": "backend_src_smart_advisor_smart_advisor_module"
- },
- {
- "label": "Module",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 9,
- "community_name": "app.module.ts",
- "norm_label": "module",
- "id": "backend_src_smart_advisor_smart_advisor_module_ts_module"
- },
- {
- "label": "testimonials.module.ts",
- "file_type": "code",
- "source_file": "backend/src/testimonials/testimonials.module.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 9,
- "community_name": "app.module.ts",
- "norm_label": "testimonials.module.ts",
- "id": "backend_src_testimonials_testimonials_module"
- },
- {
- "label": "Module",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 9,
- "community_name": "app.module.ts",
- "norm_label": "module",
- "id": "backend_src_testimonials_testimonials_module_ts_module"
- },
- {
- "label": "app.module.ts",
- "file_type": "code",
- "source_file": "backend/src/app.module.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 9,
- "norm_label": "app.module.ts",
- "id": "backend_src_app_module"
- },
- {
- "label": "auth.module.ts",
- "file_type": "code",
- "source_file": "backend/src/auth/auth.module.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 9,
- "norm_label": "auth.module.ts",
- "id": "backend_src_auth_auth_module"
- },
- {
- "label": "payment.module.ts",
- "file_type": "code",
- "source_file": "backend/src/payment/payment.module.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 9,
- "norm_label": "payment.module.ts",
- "id": "backend_src_payment_payment_module"
- },
- {
- "label": "prescriptions.module.ts",
- "file_type": "code",
- "source_file": "backend/src/prescriptions/prescriptions.module.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 9,
- "norm_label": "prescriptions.module.ts",
- "id": "backend_src_prescriptions_prescriptions_module"
- },
- {
- "label": "reviews.module.ts",
- "file_type": "code",
- "source_file": "backend/src/reviews/reviews.module.ts",
- "source_location": "L1",
- "_origin": "ast",
- "community": 9,
- "norm_label": "reviews.module.ts",
- "id": "backend_src_reviews_reviews_module"
- },
- {
- "label": "Module",
- "file_type": "code",
- "source_file": "",
- "source_location": "",
- "_origin": "ast",
- "community": 9,
- "norm_label": "module",
- "id": "module"
- },
{
"label": "lucide-react",
"file_type": "code",
"source_file": "frontend/admin-panel/package.json",
"source_location": "L15",
"_origin": "ast",
- "community": 90,
+ "community": 92,
"community_name": "dependencies",
"norm_label": "lucide-react",
"id": "frontend_admin_panel_package_dependencies_lucide_react"
@@ -38202,7 +38455,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L11",
"_origin": "ast",
- "community": 90,
+ "community": 92,
"community_name": "dependencies",
"norm_label": "dependencies",
"id": "frontend_application_package_dependencies"
@@ -38213,7 +38466,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L12",
"_origin": "ast",
- "community": 90,
+ "community": 92,
"community_name": "dependencies",
"norm_label": "axios",
"id": "frontend_application_package_dependencies_axios"
@@ -38224,7 +38477,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L13",
"_origin": "ast",
- "community": 90,
+ "community": 92,
"community_name": "dependencies",
"norm_label": "lucide-react",
"id": "frontend_application_package_dependencies_lucide_react"
@@ -38235,7 +38488,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L14",
"_origin": "ast",
- "community": 90,
+ "community": 92,
"community_name": "dependencies",
"norm_label": "motion",
"id": "frontend_application_package_dependencies_motion"
@@ -38246,7 +38499,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L15",
"_origin": "ast",
- "community": 90,
+ "community": 92,
"community_name": "dependencies",
"norm_label": "next",
"id": "frontend_application_package_dependencies_next"
@@ -38257,7 +38510,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L16",
"_origin": "ast",
- "community": 90,
+ "community": 92,
"community_name": "dependencies",
"norm_label": "react",
"id": "frontend_application_package_dependencies_react"
@@ -38268,7 +38521,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L18",
"_origin": "ast",
- "community": 90,
+ "community": 92,
"community_name": "dependencies",
"norm_label": "sonner",
"id": "frontend_application_package_dependencies_sonner"
@@ -38279,7 +38532,7 @@
"source_file": "frontend/admin-panel/package.json",
"source_location": "L15",
"_origin": "ast",
- "community": 90,
+ "community": 92,
"community_name": "dependencies",
"norm_label": "lucide-react",
"id": "frontend_admin_panel_package_json_lucide_react"
@@ -38290,7 +38543,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L12",
"_origin": "ast",
- "community": 90,
+ "community": 92,
"community_name": "dependencies",
"norm_label": "axios",
"id": "frontend_application_package_json_axios"
@@ -38301,7 +38554,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L16",
"_origin": "ast",
- "community": 90,
+ "community": 92,
"community_name": "dependencies",
"norm_label": "react",
"id": "frontend_application_package_json_react"
@@ -38312,7 +38565,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L14",
"_origin": "ast",
- "community": 90,
+ "community": 92,
"community_name": "dependencies",
"norm_label": "motion",
"id": "motion"
@@ -38323,7 +38576,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L15",
"_origin": "ast",
- "community": 90,
+ "community": 92,
"community_name": "dependencies",
"norm_label": "next",
"id": "next"
@@ -38334,7 +38587,7 @@
"source_file": "frontend/application/package.json",
"source_location": "L18",
"_origin": "ast",
- "community": 90,
+ "community": 92,
"community_name": "dependencies",
"norm_label": "sonner",
"id": "sonner"
@@ -38345,7 +38598,7 @@
"source_file": ".ai_agency/agents/04_architect.md",
"source_location": "L1",
"_origin": "ast",
- "community": 91,
+ "community": 93,
"community_name": "Operational Rules & Boundaries",
"norm_label": "04_architect.md",
"id": "ai_agency_agents_04_architect"
@@ -38356,7 +38609,7 @@
"source_file": ".ai_agency/agents/04_architect.md",
"source_location": "L20",
"_origin": "ast",
- "community": 91,
+ "community": 93,
"community_name": "Operational Rules & Boundaries",
"norm_label": "1. stack detection (brownfield)",
"id": "ai_agency_agents_04_architect_1_stack_detection_brownfield"
@@ -38367,7 +38620,7 @@
"source_file": ".ai_agency/agents/04_architect.md",
"source_location": "L27",
"_origin": "ast",
- "community": 91,
+ "community": 93,
"community_name": "Operational Rules & Boundaries",
"norm_label": "2. stack selection (greenfield)",
"id": "ai_agency_agents_04_architect_2_stack_selection_greenfield"
@@ -38378,7 +38631,7 @@
"source_file": ".ai_agency/agents/04_architect.md",
"source_location": "L40",
"_origin": "ast",
- "community": 91,
+ "community": 93,
"community_name": "Operational Rules & Boundaries",
"norm_label": "3. single non-negotiable stack choice",
"id": "ai_agency_agents_04_architect_3_single_non_negotiable_stack_choice"
@@ -38389,7 +38642,7 @@
"source_file": ".ai_agency/agents/04_architect.md",
"source_location": "L45",
"_origin": "ast",
- "community": 91,
+ "community": 93,
"community_name": "Operational Rules & Boundaries",
"norm_label": "4. tech stack must be written to state.json",
"id": "ai_agency_agents_04_architect_4_tech_stack_must_be_written_to_state_json"
@@ -38400,7 +38653,7 @@
"source_file": ".ai_agency/agents/04_architect.md",
"source_location": "L61",
"_origin": "ast",
- "community": 91,
+ "community": 93,
"community_name": "Operational Rules & Boundaries",
"norm_label": "5. directory layout",
"id": "ai_agency_agents_04_architect_5_directory_layout"
@@ -38411,7 +38664,7 @@
"source_file": ".ai_agency/agents/04_architect.md",
"source_location": "L65",
"_origin": "ast",
- "community": 91,
+ "community": 93,
"community_name": "Operational Rules & Boundaries",
"norm_label": "6. openapi / api contract",
"id": "ai_agency_agents_04_architect_6_openapi_api_contract"
@@ -38422,7 +38675,7 @@
"source_file": ".ai_agency/agents/04_architect.md",
"source_location": "L71",
"_origin": "ast",
- "community": 91,
+ "community": 93,
"community_name": "Operational Rules & Boundaries",
"norm_label": "7. forbidden actions",
"id": "ai_agency_agents_04_architect_7_forbidden_actions"
@@ -38433,7 +38686,7 @@
"source_file": ".ai_agency/agents/04_architect.md",
"source_location": "L88",
"_origin": "ast",
- "community": 91,
+ "community": 93,
"community_name": "Operational Rules & Boundaries",
"norm_label": "expected json output schema",
"id": "ai_agency_agents_04_architect_expected_json_output_schema"
@@ -38444,7 +38697,7 @@
"source_file": ".ai_agency/agents/04_architect.md",
"source_location": "L18",
"_origin": "ast",
- "community": 91,
+ "community": 93,
"community_name": "Operational Rules & Boundaries",
"norm_label": "operational rules & boundaries",
"id": "ai_agency_agents_04_architect_operational_rules_boundaries"
@@ -38455,7 +38708,7 @@
"source_file": ".ai_agency/agents/04_architect.md",
"source_location": "L79",
"_origin": "ast",
- "community": 91,
+ "community": 93,
"community_name": "Operational Rules & Boundaries",
"norm_label": "required output artifacts (what files to write/update)",
"id": "ai_agency_agents_04_architect_required_output_artifacts_what_files_to_write_update"
@@ -38466,7 +38719,7 @@
"source_file": ".ai_agency/agents/04_architect.md",
"source_location": "L1",
"_origin": "ast",
- "community": 91,
+ "community": 93,
"community_name": "Operational Rules & Boundaries",
"norm_label": "role & core objective",
"id": "ai_agency_agents_04_architect_role_core_objective"
@@ -38477,7 +38730,7 @@
"source_file": ".ai_agency/agents/04_architect.md",
"source_location": "L9",
"_origin": "ast",
- "community": 91,
+ "community": 93,
"community_name": "Operational Rules & Boundaries",
"norm_label": "strict input specifications (what files to read)",
"id": "ai_agency_agents_04_architect_strict_input_specifications_what_files_to_read"
@@ -38488,7 +38741,7 @@
"source_file": "backend/package.json",
"source_location": "L76",
"_origin": "ast",
- "community": 92,
+ "community": 94,
"community_name": "Jest Testing Config",
"norm_label": "jest",
"id": "backend_package_jest"
@@ -38499,7 +38752,7 @@
"source_file": "backend/package.json",
"source_location": "L87",
"_origin": "ast",
- "community": 92,
+ "community": 94,
"community_name": "Jest Testing Config",
"norm_label": "collectcoveragefrom",
"id": "backend_package_jest_collectcoveragefrom"
@@ -38510,7 +38763,7 @@
"source_file": "backend/package.json",
"source_location": "L90",
"_origin": "ast",
- "community": 92,
+ "community": 94,
"community_name": "Jest Testing Config",
"norm_label": "coveragedirectory",
"id": "backend_package_jest_coveragedirectory"
@@ -38521,7 +38774,7 @@
"source_file": "backend/package.json",
"source_location": "L77",
"_origin": "ast",
- "community": 92,
+ "community": 94,
"community_name": "Jest Testing Config",
"norm_label": "modulefileextensions",
"id": "backend_package_jest_modulefileextensions"
@@ -38532,7 +38785,7 @@
"source_file": "backend/package.json",
"source_location": "L82",
"_origin": "ast",
- "community": 92,
+ "community": 94,
"community_name": "Jest Testing Config",
"norm_label": "rootdir",
"id": "backend_package_jest_rootdir"
@@ -38543,7 +38796,7 @@
"source_file": "backend/package.json",
"source_location": "L91",
"_origin": "ast",
- "community": 92,
+ "community": 94,
"community_name": "Jest Testing Config",
"norm_label": "testenvironment",
"id": "backend_package_jest_testenvironment"
@@ -38554,7 +38807,7 @@
"source_file": "backend/package.json",
"source_location": "L83",
"_origin": "ast",
- "community": 92,
+ "community": 94,
"community_name": "Jest Testing Config",
"norm_label": "testregex",
"id": "backend_package_jest_testregex"
@@ -38565,7 +38818,7 @@
"source_file": "backend/package.json",
"source_location": "L84",
"_origin": "ast",
- "community": 92,
+ "community": 94,
"community_name": "Jest Testing Config",
"norm_label": "transform",
"id": "backend_package_jest_transform"
@@ -38576,7 +38829,7 @@
"source_file": "backend/package.json",
"source_location": "L85",
"_origin": "ast",
- "community": 92,
+ "community": 94,
"community_name": "Jest Testing Config",
"norm_label": "^.+\\\\.(t|j)s$",
"id": "backend_package_transform_t_j_s"
@@ -38587,7 +38840,7 @@
"source_file": "backend/package.json",
"source_location": "L77",
"_origin": "ast",
- "community": 92,
+ "community": 94,
"community_name": "Jest Testing Config",
"norm_label": "ts",
"id": "backend_package_json_ref_ts"
@@ -38598,7 +38851,7 @@
"source_file": "backend/package.json",
"source_location": "L77",
"_origin": "ast",
- "community": 92,
+ "community": 94,
"community_name": "Jest Testing Config",
"norm_label": "js",
"id": "ref_js"
@@ -38609,7 +38862,7 @@
"source_file": "backend/package.json",
"source_location": "L77",
"_origin": "ast",
- "community": 92,
+ "community": 94,
"community_name": "Jest Testing Config",
"norm_label": "json",
"id": "ref_json"
@@ -38620,7 +38873,7 @@
"source_file": "backend/package.json",
"source_location": "L87",
"_origin": "ast",
- "community": 92,
+ "community": 94,
"community_name": "Jest Testing Config",
"norm_label": "**/*.(t|j)s",
"id": "ref_t_j_s"
@@ -38631,7 +38884,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 93,
+ "community": 95,
"community_name": "PetsController",
"norm_label": "apibearerauth",
"id": "backend_src_admin_pets_controller_ts_apibearerauth"
@@ -38642,7 +38895,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 93,
+ "community": 95,
"community_name": "PetsController",
"norm_label": "apioperation",
"id": "backend_src_admin_pets_controller_ts_apioperation"
@@ -38653,7 +38906,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 93,
+ "community": 95,
"community_name": "PetsController",
"norm_label": "apiquery",
"id": "backend_src_admin_pets_controller_ts_apiquery"
@@ -38664,7 +38917,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 93,
+ "community": 95,
"community_name": "PetsController",
"norm_label": "apitags",
"id": "backend_src_admin_pets_controller_ts_apitags"
@@ -38675,7 +38928,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 93,
+ "community": 95,
"community_name": "PetsController",
"norm_label": "controller",
"id": "backend_src_admin_pets_controller_ts_controller"
@@ -38686,7 +38939,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 93,
+ "community": 95,
"community_name": "PetsController",
"norm_label": "delete",
"id": "backend_src_admin_pets_controller_ts_delete"
@@ -38697,7 +38950,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 93,
+ "community": 95,
"community_name": "PetsController",
"norm_label": "get",
"id": "backend_src_admin_pets_controller_ts_get"
@@ -38708,7 +38961,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 93,
+ "community": 95,
"community_name": "PetsController",
"norm_label": "param",
"id": "backend_src_admin_pets_controller_ts_param"
@@ -38719,7 +38972,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 93,
+ "community": 95,
"community_name": "PetsController",
"norm_label": "query",
"id": "backend_src_admin_pets_controller_ts_query"
@@ -38730,7 +38983,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 93,
+ "community": 95,
"community_name": "PetsController",
"norm_label": "useguards",
"id": "backend_src_admin_pets_controller_ts_useguards"
@@ -38741,7 +38994,7 @@
"source_file": "docs/audit/phase3.2-change-log.md",
"source_location": "L1",
"_origin": "ast",
- "community": 94,
+ "community": 96,
"community_name": "Comprehensive Change Log",
"norm_label": "phase3.2-change-log.md",
"id": "docs_audit_phase3_2_change_log"
@@ -38752,7 +39005,7 @@
"source_file": "docs/audit/phase3.2-change-log.md",
"source_location": "L109",
"_origin": "ast",
- "community": 94,
+ "community": 96,
"community_name": "Comprehensive Change Log",
"norm_label": "10. `task-verify-001`",
"id": "docs_audit_phase3_2_change_log_10_task_verify_001"
@@ -38763,7 +39016,7 @@
"source_file": "docs/audit/phase3.2-change-log.md",
"source_location": "L10",
"_origin": "ast",
- "community": 94,
+ "community": 96,
"community_name": "Comprehensive Change Log",
"norm_label": "1. `task-sec-001`",
"id": "docs_audit_phase3_2_change_log_1_task_sec_001"
@@ -38774,7 +39027,7 @@
"source_file": "docs/audit/phase3.2-change-log.md",
"source_location": "L21",
"_origin": "ast",
- "community": 94,
+ "community": 96,
"community_name": "Comprehensive Change Log",
"norm_label": "2. `task-sec-002`",
"id": "docs_audit_phase3_2_change_log_2_task_sec_002"
@@ -38785,7 +39038,7 @@
"source_file": "docs/audit/phase3.2-change-log.md",
"source_location": "L32",
"_origin": "ast",
- "community": 94,
+ "community": 96,
"community_name": "Comprehensive Change Log",
"norm_label": "3. `task-sec-003`",
"id": "docs_audit_phase3_2_change_log_3_task_sec_003"
@@ -38796,7 +39049,7 @@
"source_file": "docs/audit/phase3.2-change-log.md",
"source_location": "L43",
"_origin": "ast",
- "community": 94,
+ "community": 96,
"community_name": "Comprehensive Change Log",
"norm_label": "4. `task-fin-001`",
"id": "docs_audit_phase3_2_change_log_4_task_fin_001"
@@ -38807,7 +39060,7 @@
"source_file": "docs/audit/phase3.2-change-log.md",
"source_location": "L54",
"_origin": "ast",
- "community": 94,
+ "community": 96,
"community_name": "Comprehensive Change Log",
"norm_label": "5. `task-build-001`",
"id": "docs_audit_phase3_2_change_log_5_task_build_001"
@@ -38818,7 +39071,7 @@
"source_file": "docs/audit/phase3.2-change-log.md",
"source_location": "L65",
"_origin": "ast",
- "community": 94,
+ "community": 96,
"community_name": "Comprehensive Change Log",
"norm_label": "6. `task-auth-001`",
"id": "docs_audit_phase3_2_change_log_6_task_auth_001"
@@ -38829,7 +39082,7 @@
"source_file": "docs/audit/phase3.2-change-log.md",
"source_location": "L76",
"_origin": "ast",
- "community": 94,
+ "community": 96,
"community_name": "Comprehensive Change Log",
"norm_label": "7. `task-fe-001`",
"id": "docs_audit_phase3_2_change_log_7_task_fe_001"
@@ -38840,7 +39093,7 @@
"source_file": "docs/audit/phase3.2-change-log.md",
"source_location": "L87",
"_origin": "ast",
- "community": 94,
+ "community": 96,
"community_name": "Comprehensive Change Log",
"norm_label": "8. `task-devops-001`",
"id": "docs_audit_phase3_2_change_log_8_task_devops_001"
@@ -38851,7 +39104,7 @@
"source_file": "docs/audit/phase3.2-change-log.md",
"source_location": "L98",
"_origin": "ast",
- "community": 94,
+ "community": 96,
"community_name": "Comprehensive Change Log",
"norm_label": "9. `task-doc-001`",
"id": "docs_audit_phase3_2_change_log_9_task_doc_001"
@@ -38862,7 +39115,7 @@
"source_file": "docs/audit/phase3.2-change-log.md",
"source_location": "L8",
"_origin": "ast",
- "community": 94,
+ "community": 96,
"community_name": "Comprehensive Change Log",
"norm_label": "comprehensive change log",
"id": "docs_audit_phase3_2_change_log_comprehensive_change_log"
@@ -38873,7 +39126,7 @@
"source_file": "docs/audit/phase3.2-change-log.md",
"source_location": "L1",
"_origin": "ast",
- "community": 94,
+ "community": 96,
"community_name": "Comprehensive Change Log",
"norm_label": "phase 3.2 \u2014 implementation readiness change log",
"id": "docs_audit_phase3_2_change_log_phase_3_2_implementation_readiness_change_log"
@@ -38884,7 +39137,7 @@
"source_file": ".ai_agency/agents/07_qa_engineer.md",
"source_location": "L1",
"_origin": "ast",
- "community": 95,
+ "community": 97,
"community_name": "Operational Rules & Boundaries",
"norm_label": "07_qa_engineer.md",
"id": "ai_agency_agents_07_qa_engineer"
@@ -38895,7 +39148,7 @@
"source_file": ".ai_agency/agents/07_qa_engineer.md",
"source_location": "L18",
"_origin": "ast",
- "community": 95,
+ "community": 97,
"community_name": "Operational Rules & Boundaries",
"norm_label": "1. detect test runner from tech stack",
"id": "ai_agency_agents_07_qa_engineer_1_detect_test_runner_from_tech_stack"
@@ -38906,7 +39159,7 @@
"source_file": ".ai_agency/agents/07_qa_engineer.md",
"source_location": "L33",
"_origin": "ast",
- "community": 95,
+ "community": 97,
"community_name": "Operational Rules & Boundaries",
"norm_label": "2. execution output capture (mandatory)",
"id": "ai_agency_agents_07_qa_engineer_2_execution_output_capture_mandatory"
@@ -38917,7 +39170,7 @@
"source_file": ".ai_agency/agents/07_qa_engineer.md",
"source_location": "L41",
"_origin": "ast",
- "community": 95,
+ "community": 97,
"community_name": "Operational Rules & Boundaries",
"norm_label": "3. acceptance criteria verification",
"id": "ai_agency_agents_07_qa_engineer_3_acceptance_criteria_verification"
@@ -38928,7 +39181,7 @@
"source_file": ".ai_agency/agents/07_qa_engineer.md",
"source_location": "L48",
"_origin": "ast",
- "community": 95,
+ "community": 97,
"community_name": "Operational Rules & Boundaries",
"norm_label": "4. failure routing protocol",
"id": "ai_agency_agents_07_qa_engineer_4_failure_routing_protocol"
@@ -38939,7 +39192,7 @@
"source_file": ".ai_agency/agents/07_qa_engineer.md",
"source_location": "L64",
"_origin": "ast",
- "community": 95,
+ "community": 97,
"community_name": "Operational Rules & Boundaries",
"norm_label": "5. success routing protocol",
"id": "ai_agency_agents_07_qa_engineer_5_success_routing_protocol"
@@ -38950,7 +39203,7 @@
"source_file": ".ai_agency/agents/07_qa_engineer.md",
"source_location": "L74",
"_origin": "ast",
- "community": 95,
+ "community": 97,
"community_name": "Operational Rules & Boundaries",
"norm_label": "6. forbidden actions",
"id": "ai_agency_agents_07_qa_engineer_6_forbidden_actions"
@@ -38961,7 +39214,7 @@
"source_file": ".ai_agency/agents/07_qa_engineer.md",
"source_location": "L91",
"_origin": "ast",
- "community": 95,
+ "community": 97,
"community_name": "Operational Rules & Boundaries",
"norm_label": "expected json output schema",
"id": "ai_agency_agents_07_qa_engineer_expected_json_output_schema"
@@ -38972,7 +39225,7 @@
"source_file": ".ai_agency/agents/07_qa_engineer.md",
"source_location": "L16",
"_origin": "ast",
- "community": 95,
+ "community": 97,
"community_name": "Operational Rules & Boundaries",
"norm_label": "operational rules & boundaries",
"id": "ai_agency_agents_07_qa_engineer_operational_rules_boundaries"
@@ -38983,7 +39236,7 @@
"source_file": ".ai_agency/agents/07_qa_engineer.md",
"source_location": "L82",
"_origin": "ast",
- "community": 95,
+ "community": 97,
"community_name": "Operational Rules & Boundaries",
"norm_label": "required output artifacts (what files to write/update)",
"id": "ai_agency_agents_07_qa_engineer_required_output_artifacts_what_files_to_write_update"
@@ -38994,7 +39247,7 @@
"source_file": ".ai_agency/agents/07_qa_engineer.md",
"source_location": "L1",
"_origin": "ast",
- "community": 95,
+ "community": 97,
"community_name": "Operational Rules & Boundaries",
"norm_label": "role & core objective",
"id": "ai_agency_agents_07_qa_engineer_role_core_objective"
@@ -39005,7 +39258,7 @@
"source_file": ".ai_agency/agents/07_qa_engineer.md",
"source_location": "L7",
"_origin": "ast",
- "community": 95,
+ "community": 97,
"community_name": "Operational Rules & Boundaries",
"norm_label": "strict input specifications (what files to read)",
"id": "ai_agency_agents_07_qa_engineer_strict_input_specifications_what_files_to_read"
@@ -39016,7 +39269,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 96,
+ "community": 98,
"community_name": "BlogsController",
"norm_label": "apinotfoundresponse",
"id": "backend_src_blogs_blogs_controller_ts_apinotfoundresponse"
@@ -39027,7 +39280,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 96,
+ "community": 98,
"community_name": "BlogsController",
"norm_label": "apiokresponse",
"id": "backend_src_blogs_blogs_controller_ts_apiokresponse"
@@ -39038,7 +39291,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 96,
+ "community": 98,
"community_name": "BlogsController",
"norm_label": "apioperation",
"id": "backend_src_blogs_blogs_controller_ts_apioperation"
@@ -39049,7 +39302,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 96,
+ "community": 98,
"community_name": "BlogsController",
"norm_label": "apitags",
"id": "backend_src_blogs_blogs_controller_ts_apitags"
@@ -39060,7 +39313,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 96,
+ "community": 98,
"community_name": "BlogsController",
"norm_label": "controller",
"id": "backend_src_blogs_blogs_controller_ts_controller"
@@ -39071,7 +39324,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 96,
+ "community": 98,
"community_name": "BlogsController",
"norm_label": "get",
"id": "backend_src_blogs_blogs_controller_ts_get"
@@ -39082,7 +39335,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 96,
+ "community": 98,
"community_name": "BlogsController",
"norm_label": "param",
"id": "backend_src_blogs_blogs_controller_ts_param"
@@ -39093,7 +39346,7 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 96,
+ "community": 98,
"community_name": "BlogsController",
"norm_label": "query",
"id": "backend_src_blogs_blogs_controller_ts_query"
@@ -39104,270 +39357,17 @@
"source_file": "",
"source_location": "",
"_origin": "ast",
- "community": 97,
+ "community": 99,
"community_name": "PetsService",
"norm_label": "injectable",
"id": "backend_src_pets_pets_service_ts_injectable"
},
- {
- "label": "26-phase2-integrity-repair-report.md",
- "file_type": "document",
- "source_file": "docs/audit/26-phase2-integrity-repair-report.md",
- "source_location": "L1",
- "_origin": "ast",
- "community": 98,
- "community_name": "1. Summary of Integrity Repairs Performed",
- "norm_label": "26-phase2-integrity-repair-report.md",
- "id": "docs_audit_26_phase2_integrity_repair_report"
- },
- {
- "label": "1.1 Authoritative Source File Inventory Rebuilt",
- "file_type": "document",
- "source_file": "docs/audit/26-phase2-integrity-repair-report.md",
- "source_location": "L12",
- "_origin": "ast",
- "community": 98,
- "community_name": "1. Summary of Integrity Repairs Performed",
- "norm_label": "1.1 authoritative source file inventory rebuilt",
- "id": "docs_audit_26_phase2_integrity_repair_report_1_1_authoritative_source_file_inventory_rebuilt"
- },
- {
- "label": "1.2 Raw Finding Dispositions Reconciled",
- "file_type": "document",
- "source_file": "docs/audit/26-phase2-integrity-repair-report.md",
- "source_location": "L18",
- "_origin": "ast",
- "community": 98,
- "community_name": "1. Summary of Integrity Repairs Performed",
- "norm_label": "1.2 raw finding dispositions reconciled",
- "id": "docs_audit_26_phase2_integrity_repair_report_1_2_raw_finding_dispositions_reconciled"
- },
- {
- "label": "1.3 Finding Identifier Normalization",
- "file_type": "document",
- "source_file": "docs/audit/26-phase2-integrity-repair-report.md",
- "source_location": "L27",
- "_origin": "ast",
- "community": 98,
- "community_name": "1. Summary of Integrity Repairs Performed",
- "norm_label": "1.3 finding identifier normalization",
- "id": "docs_audit_26_phase2_integrity_repair_report_1_3_finding_identifier_normalization"
- },
- {
- "label": "1.4 Rejected Finding Cleanup",
- "file_type": "document",
- "source_file": "docs/audit/26-phase2-integrity-repair-report.md",
- "source_location": "L34",
- "_origin": "ast",
- "community": 98,
- "community_name": "1. Summary of Integrity Repairs Performed",
- "norm_label": "1.4 rejected finding cleanup",
- "id": "docs_audit_26_phase2_integrity_repair_report_1_4_rejected_finding_cleanup"
- },
- {
- "label": "1. Summary of Integrity Repairs Performed",
- "file_type": "document",
- "source_file": "docs/audit/26-phase2-integrity-repair-report.md",
- "source_location": "L10",
- "_origin": "ast",
- "community": 98,
- "community_name": "1. Summary of Integrity Repairs Performed",
- "norm_label": "1. summary of integrity repairs performed",
- "id": "docs_audit_26_phase2_integrity_repair_report_1_summary_of_integrity_repairs_performed"
- },
- {
- "label": "2. Final Verified Finding Metrics",
- "file_type": "document",
- "source_file": "docs/audit/26-phase2-integrity-repair-report.md",
- "source_location": "L39",
- "_origin": "ast",
- "community": 98,
- "community_name": "1. Summary of Integrity Repairs Performed",
- "norm_label": "2. final verified finding metrics",
- "id": "docs_audit_26_phase2_integrity_repair_report_2_final_verified_finding_metrics"
- },
- {
- "label": "3. Reference and Compiler Integrity Results",
- "file_type": "document",
- "source_file": "docs/audit/26-phase2-integrity-repair-report.md",
- "source_location": "L57",
- "_origin": "ast",
- "community": 98,
- "community_name": "1. Summary of Integrity Repairs Performed",
- "norm_label": "3. reference and compiler integrity results",
- "id": "docs_audit_26_phase2_integrity_repair_report_3_reference_and_compiler_integrity_results"
- },
- {
- "label": "4. Quality Gate Conclusion",
- "file_type": "document",
- "source_file": "docs/audit/26-phase2-integrity-repair-report.md",
- "source_location": "L64",
- "_origin": "ast",
- "community": 98,
- "community_name": "1. Summary of Integrity Repairs Performed",
- "norm_label": "4. quality gate conclusion",
- "id": "docs_audit_26_phase2_integrity_repair_report_4_quality_gate_conclusion"
- },
- {
- "label": "By Confidence",
- "file_type": "document",
- "source_file": "docs/audit/26-phase2-integrity-repair-report.md",
- "source_location": "L49",
- "_origin": "ast",
- "community": 98,
- "community_name": "1. Summary of Integrity Repairs Performed",
- "norm_label": "by confidence",
- "id": "docs_audit_26_phase2_integrity_repair_report_by_confidence"
- },
- {
- "label": "By Severity",
- "file_type": "document",
- "source_file": "docs/audit/26-phase2-integrity-repair-report.md",
- "source_location": "L41",
- "_origin": "ast",
- "community": 98,
- "community_name": "1. Summary of Integrity Repairs Performed",
- "norm_label": "by severity",
- "id": "docs_audit_26_phase2_integrity_repair_report_by_severity"
- },
- {
- "label": "Phase 2.6 Integrity Repair & Audit Quality Gate Report",
- "file_type": "document",
- "source_file": "docs/audit/26-phase2-integrity-repair-report.md",
- "source_location": "L1",
- "_origin": "ast",
- "community": 98,
- "community_name": "1. Summary of Integrity Repairs Performed",
- "norm_label": "phase 2.6 integrity repair & audit quality gate report",
- "id": "docs_audit_26_phase2_integrity_repair_report_phase_2_6_integrity_repair_audit_quality_gate_report"
- },
- {
- "label": "01_auditor.md",
- "file_type": "document",
- "source_file": ".ai_agency/agents/01_auditor.md",
- "source_location": "L1",
- "_origin": "ast",
- "community": 99,
- "community_name": "Operational Rules & Boundaries",
- "norm_label": "01_auditor.md",
- "id": "ai_agency_agents_01_auditor"
- },
- {
- "label": "1. Detect Tech Stack First (Universal)",
- "file_type": "document",
- "source_file": ".ai_agency/agents/01_auditor.md",
- "source_location": "L19",
- "_origin": "ast",
- "community": 99,
- "community_name": "Operational Rules & Boundaries",
- "norm_label": "1. detect tech stack first (universal)",
- "id": "ai_agency_agents_01_auditor_1_detect_tech_stack_first_universal"
- },
- {
- "label": "2. Explicit Scoring Methodology (Universal)",
- "file_type": "document",
- "source_file": ".ai_agency/agents/01_auditor.md",
- "source_location": "L30",
- "_origin": "ast",
- "community": 99,
- "community_name": "Operational Rules & Boundaries",
- "norm_label": "2. explicit scoring methodology (universal)",
- "id": "ai_agency_agents_01_auditor_2_explicit_scoring_methodology_universal"
- },
- {
- "label": "3. Code Coverage Ratio Rule",
- "file_type": "document",
- "source_file": ".ai_agency/agents/01_auditor.md",
- "source_location": "L47",
- "_origin": "ast",
- "community": 99,
- "community_name": "Operational Rules & Boundaries",
- "norm_label": "3. code coverage ratio rule",
- "id": "ai_agency_agents_01_auditor_3_code_coverage_ratio_rule"
- },
- {
- "label": "4. Deep Directory Scanning",
- "file_type": "document",
- "source_file": ".ai_agency/agents/01_auditor.md",
- "source_location": "L54",
- "_origin": "ast",
- "community": 99,
- "community_name": "Operational Rules & Boundaries",
- "norm_label": "4. deep directory scanning",
- "id": "ai_agency_agents_01_auditor_4_deep_directory_scanning"
- },
- {
- "label": "5. Forbidden Actions",
- "file_type": "document",
- "source_file": ".ai_agency/agents/01_auditor.md",
- "source_location": "L58",
- "_origin": "ast",
- "community": 99,
- "community_name": "Operational Rules & Boundaries",
- "norm_label": "5. forbidden actions",
- "id": "ai_agency_agents_01_auditor_5_forbidden_actions"
- },
- {
- "label": "Expected JSON Output Schema",
- "file_type": "document",
- "source_file": ".ai_agency/agents/01_auditor.md",
- "source_location": "L74",
- "_origin": "ast",
- "community": 99,
- "community_name": "Operational Rules & Boundaries",
- "norm_label": "expected json output schema",
- "id": "ai_agency_agents_01_auditor_expected_json_output_schema"
- },
- {
- "label": "Operational Rules & Boundaries",
- "file_type": "document",
- "source_file": ".ai_agency/agents/01_auditor.md",
- "source_location": "L17",
- "_origin": "ast",
- "community": 99,
- "community_name": "Operational Rules & Boundaries",
- "norm_label": "operational rules & boundaries",
- "id": "ai_agency_agents_01_auditor_operational_rules_boundaries"
- },
- {
- "label": "Required Output Artifacts (What files to write/update)",
- "file_type": "document",
- "source_file": ".ai_agency/agents/01_auditor.md",
- "source_location": "L66",
- "_origin": "ast",
- "community": 99,
- "community_name": "Operational Rules & Boundaries",
- "norm_label": "required output artifacts (what files to write/update)",
- "id": "ai_agency_agents_01_auditor_required_output_artifacts_what_files_to_write_update"
- },
- {
- "label": "Role & Core Objective",
- "file_type": "document",
- "source_file": ".ai_agency/agents/01_auditor.md",
- "source_location": "L1",
- "_origin": "ast",
- "community": 99,
- "community_name": "Operational Rules & Boundaries",
- "norm_label": "role & core objective",
- "id": "ai_agency_agents_01_auditor_role_core_objective"
- },
- {
- "label": "Strict Input Specifications (What files to read)",
- "file_type": "document",
- "source_file": ".ai_agency/agents/01_auditor.md",
- "source_location": "L7",
- "_origin": "ast",
- "community": 99,
- "community_name": "Operational Rules & Boundaries",
- "norm_label": "strict input specifications (what files to read)",
- "id": "ai_agency_agents_01_auditor_strict_input_specifications_what_files_to_read"
- },
{
"label": "Vazirmatn Authors",
"file_type": "document",
"source_file": "frontend/application/public/fonts/vazirmatn-v33.003/AUTHORS.txt",
"author": "Saber Rastikerdar",
- "community": 151,
+ "community": 152,
"norm_label": "vazirmatn authors",
"community_name": "Font Assets and Licenses",
"_origin": "semantic",
@@ -39377,7 +39377,7 @@
"label": "DejaVu Sans Font",
"file_type": "concept",
"rationale": "The original software base for the Vazir project.",
- "community": 151,
+ "community": 152,
"norm_label": "dejavu sans font",
"community_name": "Font Assets and Licenses",
"_origin": "semantic",
@@ -39387,7 +39387,7 @@
"label": "Roboto Font",
"file_type": "concept",
"rationale": "Used for Latin glyphs in Vazirmatn.",
- "community": 151,
+ "community": 152,
"norm_label": "roboto font",
"community_name": "Font Assets and Licenses",
"_origin": "semantic",
@@ -39397,7 +39397,7 @@
"label": "SIL Open Font License (OFL)",
"file_type": "document",
"source_file": "frontend/application/public/fonts/vazirmatn-v33.003/OFL.txt",
- "community": 151,
+ "community": 152,
"norm_label": "sil open font license (ofl)",
"community_name": "Font Assets and Licenses",
"_origin": "semantic",
@@ -39408,7 +39408,7 @@
"file_type": "document",
"source_file": "frontend/application/public/fonts/vazirmatn-v33.003/README.md",
"rationale": "Project overview for Vazirmatn, mentioning its base in DejaVu Sans and Roboto.",
- "community": 151,
+ "community": 152,
"norm_label": "vazirmatn font readme",
"community_name": "Font Assets and Licenses",
"_origin": "semantic",
@@ -39419,7 +39419,7 @@
"file_type": "document",
"source_file": "docs/audit/ADR-AUTH-001.md",
"rationale": "Defines the finalized dual-token hybrid architecture for the Admin Panel to mitigate XSS and CSRF risks.",
- "community": 194,
+ "community": 195,
"norm_label": "adr-auth-001: admin panel authentication architecture & token management",
"community_name": "Auth Architecture and Planning",
"_origin": "semantic",
@@ -39430,7 +39430,7 @@
"file_type": "document",
"source_file": "docs/audit/MASTER-TASK-BACKLOG.md",
"rationale": "Canonical list of implementation tasks (TASK-SEC-001 to TASK-VERIFY-001) mapped to audit findings.",
- "community": 194,
+ "community": 195,
"norm_label": "master task backlog (phase 3.3)",
"community_name": "Auth Architecture and Planning",
"_origin": "semantic",
@@ -39441,7 +39441,7 @@
"file_type": "document",
"source_file": "docs/audit/phase3-execution-plan.md",
"rationale": "Outlines the dependency graph and wave-based execution strategy for remediation tasks.",
- "community": 194,
+ "community": 195,
"norm_label": "phase 3 master execution plan",
"community_name": "Auth Architecture and Planning",
"_origin": "semantic",
@@ -39451,7 +39451,7 @@
"label": "Vazir Font",
"file_type": "concept",
"rationale": "The base font for Shabnam and the predecessor to Vazirmatn.",
- "community": 213,
+ "community": 214,
"norm_label": "vazir font",
"community_name": "Typography and Font Assets",
"_origin": "semantic",
@@ -39462,7 +39462,7 @@
"file_type": "document",
"source_file": "frontend/application/public/fonts/shabnam-font-v5.0.1/README.md",
"rationale": "Main documentation for Shabnam font, including usage instructions and project origins.",
- "community": 213,
+ "community": 214,
"norm_label": "shabnam font readme",
"community_name": "Typography and Font Assets",
"_origin": "semantic",
@@ -39472,7 +39472,7 @@
"label": "Shabnam Font Sample",
"file_type": "image",
"source_file": "frontend/application/public/fonts/shabnam-font-v5.0.1/sample.png",
- "community": 213,
+ "community": 214,
"norm_label": "shabnam font sample",
"community_name": "Typography and Font Assets",
"_origin": "semantic",
@@ -39483,7 +39483,7 @@
"file_type": "document",
"source_file": "docs/02-user-guide.md",
"rationale": "Defines B2C, B2B, and Admin roles and their respective functionalities within the system.",
- "community": 237,
+ "community": 238,
"norm_label": "user roles and capabilities",
"community_name": "User Profile Management",
"_origin": "semantic",
@@ -39494,7 +39494,7 @@
"file_type": "image",
"source_file": "backend/uploads/1781288429353-508765350.jpg",
"rationale": "A portrait of a man with a beard wearing a Red Bull Batalla cap, likely a profile or contributor image.",
- "community": 237,
+ "community": 238,
"norm_label": "user profile photo",
"community_name": "User Profile Management",
"_origin": "semantic",
@@ -39505,7 +39505,7 @@
"file_type": "code",
"source_file": "DATABASE_SCHEMA.md",
"source_location": "2.4",
- "community": 241,
+ "community": 242,
"norm_label": "products table",
"community_name": "Products Table",
"_origin": "semantic",
@@ -39516,7 +39516,7 @@
"file_type": "concept",
"source_file": "README.md",
"rationale": "Clinical screening engine for pet breed and symptoms.",
- "community": 241,
+ "community": 242,
"norm_label": "smart advisor component",
"community_name": "Products Table",
"_origin": "semantic",
@@ -39527,7 +39527,7 @@
"file_type": "code",
"source_file": "DATABASE_SCHEMA.md",
"source_location": "2.1",
- "community": 242,
+ "community": 243,
"norm_label": "users table",
"community_name": "User Database and Infrastructure",
"_origin": "semantic",
@@ -39537,7 +39537,7 @@
"label": "Backend Production Container",
"file_type": "code",
"source_file": "docker-compose.yml",
- "community": 242,
+ "community": 243,
"norm_label": "backend production container",
"community_name": "User Database and Infrastructure",
"_origin": "semantic",
@@ -39548,7 +39548,7 @@
"file_type": "document",
"source_file": "docs/audit/05-architectural-audit.md",
"rationale": "Identifies a high-severity mismatch between frontend and backend authentication protocols (ARCH-001).",
- "community": 243,
+ "community": 244,
"norm_label": "architectural audit findings",
"community_name": "Architectural Audit Findings",
"_origin": "semantic",
@@ -39559,7 +39559,7 @@
"file_type": "document",
"source_file": "docs/audit/10-security-audit.md",
"rationale": "Highlights critical security vulnerabilities including hardcoded JWT secrets (SEC-001) and predictable OTP generation (SEC-002).",
- "community": 243,
+ "community": 244,
"norm_label": "security audit findings",
"community_name": "Architectural Audit Findings",
"_origin": "semantic",
@@ -39570,7 +39570,7 @@
"file_type": "document",
"source_file": "docs/audit/CROSS_BOUNDARY_DEPENDENCIES.md",
"rationale": "Details the 10 feature domains and schema additions required for cross-boundary functionality.",
- "community": 244,
+ "community": 245,
"norm_label": "cross boundary dependencies & backend architecture specification",
"community_name": "API and Frontend Specifications",
"_origin": "semantic",
@@ -39581,7 +39581,7 @@
"file_type": "document",
"source_file": "docs/audit/FRONTEND_INTEGRATION_REQUIREMENTS.md",
"rationale": "Specifies the API contract, authentication headers, and action items for both Storefront and Admin Panel.",
- "community": 244,
+ "community": 245,
"norm_label": "comprehensive frontend integration requirements & api contract",
"community_name": "API and Frontend Specifications",
"_origin": "semantic",
@@ -39592,7 +39592,7 @@
"file_type": "document",
"source_file": "frontend/application/AGENTS.md",
"rationale": "Enforces brand naming 'Canina' and specific CSS/cookie naming conventions.",
- "community": 245,
+ "community": 246,
"norm_label": "next.js agent rules & brand guidelines",
"community_name": "Brand and Agent Guidelines",
"_origin": "semantic",
@@ -39602,7 +39602,7 @@
"label": "Pharma Quality Lab Image",
"file_type": "image",
"source_file": "frontend/application/public/assets/images/regenerated_image_1779109861747.png",
- "community": 245,
+ "community": 246,
"norm_label": "pharma quality lab image",
"community_name": "Brand and Agent Guidelines",
"_origin": "semantic",
@@ -39614,7 +39614,7 @@
"source_file": "BACKEND_INTEGRATION.md",
"source_location": "2.1.1",
"rationale": "Endpoint for user authentication supporting multiple roles.",
- "community": 254,
+ "community": 255,
"norm_label": "user login api",
"community_name": "User Login API",
"_origin": "semantic",
@@ -39625,7 +39625,7 @@
"file_type": "code",
"source_file": "BACKEND_INTEGRATION.md",
"source_location": "2.1.2",
- "community": 255,
+ "community": 256,
"norm_label": "user logout api",
"community_name": "User Logout Endpoint",
"_origin": "semantic",
@@ -39636,7 +39636,7 @@
"file_type": "concept",
"source_file": "canina.md",
"rationale": "German manufacturer of pharmaceutical-grade pet supplements.",
- "community": 278,
+ "community": 279,
"norm_label": "canina pharma gmbh",
"community_name": "Company Profile",
"_origin": "semantic",
@@ -39647,7 +39647,7 @@
"file_type": "code",
"source_file": "DATABASE_SCHEMA.md",
"source_location": "2.6",
- "community": 279,
+ "community": 280,
"norm_label": "pets table",
"community_name": "Pets Table",
"_origin": "semantic",
@@ -39658,7 +39658,7 @@
"file_type": "document",
"source_file": "docs/01-introduction.md",
"rationale": "Overview of the Canina Iran platform, its goals, and the technology stack used (Next.js, NestJS, PostgreSQL, Prisma).",
- "community": 280,
+ "community": 281,
"norm_label": "canina iran project introduction",
"community_name": "Project Introduction",
"_origin": "semantic",
@@ -39669,7 +39669,7 @@
"file_type": "document",
"source_file": "docs/03-developer-guide.md",
"rationale": "Detailed folder structure, frontend/backend standards, and state management (Zustand) guidelines.",
- "community": 281,
+ "community": 282,
"norm_label": "developer standards and architecture",
"community_name": "Developer Standards and Architecture",
"_origin": "semantic",
@@ -39680,7 +39680,7 @@
"file_type": "document",
"source_file": "docs/audit/frontend-route-map.md",
"rationale": "Defines the routing structure for the Admin Panel SPA using react-router-dom.",
- "community": 282,
+ "community": 283,
"norm_label": "frontend & admin architecture route map specification",
"community_name": "Architecture Route Map",
"_origin": "semantic",
@@ -39691,7 +39691,7 @@
"file_type": "document",
"source_file": "docs/backlog.md",
"rationale": "Comprehensive list of atomic tasks for frontend, backend, and database development.",
- "community": 283,
+ "community": 284,
"norm_label": "project backlog and tasks",
"community_name": "Project Task Backlog",
"_origin": "semantic",
@@ -39701,7 +39701,7 @@
"label": "Sahel Font Sample",
"file_type": "image",
"source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/sample-variable.gif",
- "community": 292,
+ "community": 293,
"norm_label": "sahel font sample",
"community_name": "Sahel Font Samples",
"_origin": "semantic",
@@ -39712,7 +39712,7 @@
"file_type": "document",
"source_file": "frontend/application/public/fonts/shabnam-font-v5.0.1/CHANGELOG.md",
"rationale": "Contains version history and specific glyph improvements for Shabnam font.",
- "community": 293,
+ "community": 294,
"norm_label": "shabnam font changelog",
"community_name": "Shabnam Font History",
"_origin": "semantic",
@@ -39723,7 +39723,7 @@
"file_type": "document",
"source_file": "frontend/application/public/fonts/vazirmatn-v33.003/CHANGELOG.md",
"rationale": "Detailed history of Vazir/Vazirmatn font development.",
- "community": 294,
+ "community": 295,
"norm_label": "vazirmatn changelog",
"community_name": "Vazirmatn Font History",
"_origin": "semantic",
@@ -39733,7 +39733,7 @@
"label": "Sahel Font Variable Sample",
"file_type": "image",
"source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/sample-variable.gif",
- "community": 296,
+ "community": 297,
"norm_label": "sahel font variable sample",
"community_name": "Variable Font Samples",
"_origin": "semantic",
@@ -39743,7 +39743,7 @@
"label": "Shabnam Font Sample",
"file_type": "image",
"source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/sample.png",
- "community": 297,
+ "community": 298,
"norm_label": "shabnam font sample",
"community_name": "Shabnam Font Preview",
"_origin": "semantic",
@@ -39754,7 +39754,7 @@
"file_type": "code",
"source_file": "scripts/compose.prod.yml",
"rationale": "Defines production infrastructure for the Canina application.",
- "community": 298,
+ "community": 299,
"norm_label": "production docker compose",
"community_name": "Production Docker Setup",
"_origin": "semantic",
@@ -39765,7 +39765,7 @@
"file_type": "code",
"source_file": "scripts/compose.stage.yml",
"rationale": "Defines staging infrastructure for the Canina application.",
- "community": 299,
+ "community": 300,
"norm_label": "staging docker compose",
"community_name": "Staging Docker Setup",
"_origin": "semantic",
@@ -58139,9 +58139,9 @@
"weight": 1.0,
"context": "import",
"_origin": "ast",
+ "confidence_score": 1.0,
"source": "backend_prisma_tsconfig_compileroptions_types",
- "target": "ref_node",
- "confidence_score": 1.0
+ "target": "ref_node"
},
{
"relation": "extends",
@@ -58151,9 +58151,9 @@
"weight": 1.0,
"context": "import",
"_origin": "ast",
+ "confidence_score": 1.0,
"source": "backend_prisma_tsconfig_include",
- "target": "ref_ts",
- "confidence_score": 1.0
+ "target": "ref_ts"
},
{
"relation": "extends",
@@ -83837,9 +83837,9 @@
"source_location": "L2",
"weight": 1.0,
"_origin": "ast",
+ "confidence_score": 1.0,
"source": "backend_prisma_tsconfig",
- "target": "backend_prisma_tsconfig_compileroptions",
- "confidence_score": 1.0
+ "target": "backend_prisma_tsconfig_compileroptions"
},
{
"relation": "contains",
@@ -83848,9 +83848,9 @@
"source_location": "L9",
"weight": 1.0,
"_origin": "ast",
+ "confidence_score": 1.0,
"source": "backend_prisma_tsconfig",
- "target": "backend_prisma_tsconfig_include",
- "confidence_score": 1.0
+ "target": "backend_prisma_tsconfig_include"
},
{
"relation": "contains",
@@ -83859,9 +83859,9 @@
"source_location": "L3",
"weight": 1.0,
"_origin": "ast",
+ "confidence_score": 1.0,
"source": "backend_prisma_tsconfig_compileroptions",
- "target": "backend_prisma_tsconfig_compileroptions_module",
- "confidence_score": 1.0
+ "target": "backend_prisma_tsconfig_compileroptions_module"
},
{
"relation": "contains",
@@ -83870,9 +83870,9 @@
"source_location": "L4",
"weight": 1.0,
"_origin": "ast",
+ "confidence_score": 1.0,
"source": "backend_prisma_tsconfig_compileroptions",
- "target": "backend_prisma_tsconfig_compileroptions_moduleresolution",
- "confidence_score": 1.0
+ "target": "backend_prisma_tsconfig_compileroptions_moduleresolution"
},
{
"relation": "contains",
@@ -83881,9 +83881,9 @@
"source_location": "L5",
"weight": 1.0,
"_origin": "ast",
+ "confidence_score": 1.0,
"source": "backend_prisma_tsconfig_compileroptions",
- "target": "backend_prisma_tsconfig_compileroptions_esmoduleinterop",
- "confidence_score": 1.0
+ "target": "backend_prisma_tsconfig_compileroptions_esmoduleinterop"
},
{
"relation": "contains",
@@ -83892,9 +83892,9 @@
"source_location": "L6",
"weight": 1.0,
"_origin": "ast",
+ "confidence_score": 1.0,
"source": "backend_prisma_tsconfig_compileroptions",
- "target": "backend_prisma_tsconfig_compileroptions_skiplibcheck",
- "confidence_score": 1.0
+ "target": "backend_prisma_tsconfig_compileroptions_skiplibcheck"
},
{
"relation": "contains",
@@ -83903,9 +83903,9 @@
"source_location": "L7",
"weight": 1.0,
"_origin": "ast",
+ "confidence_score": 1.0,
"source": "backend_prisma_tsconfig_compileroptions",
- "target": "backend_prisma_tsconfig_compileroptions_types",
- "confidence_score": 1.0
+ "target": "backend_prisma_tsconfig_compileroptions_types"
},
{
"relation": "contains",
@@ -108379,5 +108379,5 @@
"source_file": "scripts/compose.prod.yml"
}
],
- "built_at_commit": "c8f3ce0cdeac58484395da69d895aa4a96bb0252"
+ "built_at_commit": "32041fb4f323a3560c9340c8db54c3c950b21574"
}
\ No newline at end of file
diff --git a/graphify-out/manifest.json b/graphify-out/manifest.json
index 50f3825..29a5885 100644
--- a/graphify-out/manifest.json
+++ b/graphify-out/manifest.json
@@ -1,1975 +1,1975 @@
{
".ai_agency/orchestrate.py": {
"mtime": 1785148022.0726626,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.369084,
"ast_hash": "43b4b40901868f1bdfd470cf58f40760",
"semantic_hash": "43b4b40901868f1bdfd470cf58f40760"
},
".gitea/scripts/with-vpn.sh": {
"mtime": 1786799852.1263163,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "451f307a9e42d2240949e7bf39de6667",
"semantic_hash": "451f307a9e42d2240949e7bf39de6667"
},
"backend/eslint.config.mjs": {
"mtime": 1786799852.1343892,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "f442cf2ef8ccf6398d424127422ae23f",
"semantic_hash": "f442cf2ef8ccf6398d424127422ae23f"
},
"backend/nest-cli.json": {
"mtime": 1783764561.6027174,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "b6c9c4b64b7092bea720263a47b574cf",
"semantic_hash": "b6c9c4b64b7092bea720263a47b574cf"
},
"backend/package.json": {
"mtime": 1786799852.1419044,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "75fb7e1c2e31d365e0c695218dc746e1",
"semantic_hash": "75fb7e1c2e31d365e0c695218dc746e1"
},
"backend/prisma/migrations/20260526145407_init/migration.sql": {
"mtime": 1783764561.6120076,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "12a9a675c12bc5ff2d2c3164f803f0ad",
"semantic_hash": "12a9a675c12bc5ff2d2c3164f803f0ad"
},
"backend/prisma/migrations/20260526160916_add_ui_texts_and_scientific_terms/migration.sql": {
"mtime": 1783764561.6134257,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "50977e705726df3fb0f30bd1d3af101b",
"semantic_hash": "50977e705726df3fb0f30bd1d3af101b"
},
"backend/prisma/scientificTerms.ts": {
"mtime": 1785325924.6348126,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "4c449cfeea573afd27cdfd1cdc72d4f3",
"semantic_hash": "4c449cfeea573afd27cdfd1cdc72d4f3"
},
"backend/prisma/seed-blogs.ts": {
"mtime": 1786885876.777374,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "be491715958e8f9473913bdfe9cf5638",
"semantic_hash": "be491715958e8f9473913bdfe9cf5638"
},
"backend/prisma/seed-custom.ts": {
"mtime": 1786799852.144902,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "23cefb1ea3fc60be141520fd50e3f9f9",
"semantic_hash": "23cefb1ea3fc60be141520fd50e3f9f9"
},
"backend/prisma/seed-home.ts": {
"mtime": 1786885876.779371,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "3fd438d66d0b1174b885a9065e43b569",
"semantic_hash": "3fd438d66d0b1174b885a9065e43b569"
},
"backend/prisma/seed-products.ts": {
"mtime": 1786885876.7848883,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "176abaca9fd158b3c734facb72a7cd8b",
"semantic_hash": "176abaca9fd158b3c734facb72a7cd8b"
},
"backend/prisma/seed-ui-texts.ts": {
"mtime": 1786885876.7878885,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "443deac60ac932f8de4cec228ad5f492",
"semantic_hash": "443deac60ac932f8de4cec228ad5f492"
},
"backend/prisma/seed-wiki.ts": {
- "mtime": 1786961030.2677019,
- "seen": 1786961122.6884992,
+ "mtime": 1786961195.297596,
+ "seen": 1786961226.3700874,
"ast_hash": "4734726498e97501b3f8c6c8bc022bb8",
"semantic_hash": "4734726498e97501b3f8c6c8bc022bb8"
},
"backend/prisma/seed.ts": {
- "mtime": 1786961040.1287513,
- "seen": 1786961122.6884992,
+ "mtime": 1786961195.2992272,
+ "seen": 1786961226.3700874,
"ast_hash": "770c7e43cd409299785475b4db6b146f",
"semantic_hash": "770c7e43cd409299785475b4db6b146f"
},
"backend/prisma/tsconfig.seed.json": {
"mtime": 1786955870.751259,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "a12c81b60c5e9fdb3c1aba03ac7ecb27",
"semantic_hash": "a12c81b60c5e9fdb3c1aba03ac7ecb27"
},
"backend/scripts/generate-openapi.ts": {
"mtime": 1786799852.1563904,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "d218cbaae6150ad3a35c162c1a3c02a3",
"semantic_hash": "d218cbaae6150ad3a35c162c1a3c02a3"
},
"backend/src/admin/admin.controller.spec.ts": {
"mtime": 1786799852.1573997,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "05370741c60e581754191c00baf87596",
"semantic_hash": "05370741c60e581754191c00baf87596"
},
"backend/src/admin/admin.controller.ts": {
"mtime": 1786883225.7823384,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "877cbf9619ab41d49ddb708ad0aeb33c",
"semantic_hash": "877cbf9619ab41d49ddb708ad0aeb33c"
},
"backend/src/admin/admin.module.ts": {
"mtime": 1786877667.0050085,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "2c08f0bdcbeb87979024730e39c7a6ce",
"semantic_hash": "2c08f0bdcbeb87979024730e39c7a6ce"
},
"backend/src/admin/admin.service.spec.ts": {
"mtime": 1786799852.1629112,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "0c0360ca02380ad75b9e551cffe11a96",
"semantic_hash": "0c0360ca02380ad75b9e551cffe11a96"
},
"backend/src/admin/admin.service.ts": {
"mtime": 1786948119.7646718,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "a335724e6f5bc32c701d4eb4ffdc2e2a",
"semantic_hash": "a335724e6f5bc32c701d4eb4ffdc2e2a"
},
"backend/src/admin/blogs.controller.ts": {
"mtime": 1786799852.1701918,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "27d72d1d471239afaba45fe45429b8ee",
"semantic_hash": "27d72d1d471239afaba45fe45429b8ee"
},
"backend/src/admin/blogs.service.ts": {
"mtime": 1786799852.171191,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "1b9fa7006c8ebfa19f2f34f7790a235a",
"semantic_hash": "1b9fa7006c8ebfa19f2f34f7790a235a"
},
"backend/src/admin/categories.controller.ts": {
"mtime": 1786799852.1741924,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "e6322c19042382028966e6eb8dce7c62",
"semantic_hash": "e6322c19042382028966e6eb8dce7c62"
},
"backend/src/admin/categories.service.ts": {
"mtime": 1786799852.1751943,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "7c6b626454aa53d5a3458b5ca738a97c",
"semantic_hash": "7c6b626454aa53d5a3458b5ca738a97c"
},
"backend/src/admin/dto/admin-query.dto.ts": {
"mtime": 1786799852.1787064,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "0a3e421ccf508d1a50ec1cfa8c92a4f9",
"semantic_hash": "0a3e421ccf508d1a50ec1cfa8c92a4f9"
},
"backend/src/admin/media.controller.ts": {
"mtime": 1786876983.6488664,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "02fa16bdaf1363f117f7200f590b13c4",
"semantic_hash": "02fa16bdaf1363f117f7200f590b13c4"
},
"backend/src/admin/media.service.ts": {
"mtime": 1786876983.6515346,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "96b4035f21c6c0a662585ed950cd6107",
"semantic_hash": "96b4035f21c6c0a662585ed950cd6107"
},
"backend/src/admin/pets.controller.ts": {
"mtime": 1786799852.1862173,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "8734d47651b112f7f1682f629dc4c7b1",
"semantic_hash": "8734d47651b112f7f1682f629dc4c7b1"
},
"backend/src/admin/pets.service.ts": {
"mtime": 1786954681.814243,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "67ef020c49eb8334a2bac643941678ac",
"semantic_hash": "67ef020c49eb8334a2bac643941678ac"
},
"backend/src/admin/reports.controller.ts": {
"mtime": 1783764561.642147,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "bf74156968541f38f105fa01454b312a",
"semantic_hash": "bf74156968541f38f105fa01454b312a"
},
"backend/src/admin/reports.service.ts": {
"mtime": 1786799852.189731,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "c4dd8ce40cb75cdd9298cc7cdb7402d4",
"semantic_hash": "c4dd8ce40cb75cdd9298cc7cdb7402d4"
},
"backend/src/admin/wiki.controller.ts": {
"mtime": 1786799852.1917324,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "8b7c8559d6ed6bb2c220d9abd4f622b1",
"semantic_hash": "8b7c8559d6ed6bb2c220d9abd4f622b1"
},
"backend/src/admin/wiki.service.ts": {
"mtime": 1786799852.193324,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "ed627a21f3b767e9855511afefa5273c",
"semantic_hash": "ed627a21f3b767e9855511afefa5273c"
},
"backend/src/app.controller.spec.ts": {
"mtime": 1783764561.6448398,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "4a1c0e1133dbda6f6e8f3e60d984eddf",
"semantic_hash": "4a1c0e1133dbda6f6e8f3e60d984eddf"
},
"backend/src/app.controller.ts": {
"mtime": 1783764561.645849,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "3ab0e83b7d93b85ea489ab994ec79ea1",
"semantic_hash": "3ab0e83b7d93b85ea489ab994ec79ea1"
},
"backend/src/app.module.ts": {
"mtime": 1786944769.5061665,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "ccf5c67d95f230f8fdf3d1059104d2b8",
"semantic_hash": "ccf5c67d95f230f8fdf3d1059104d2b8"
},
"backend/src/app.service.ts": {
"mtime": 1783764561.6488404,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "cd3fb7836f10de08a725ee1fd4ab36fe",
"semantic_hash": "cd3fb7836f10de08a725ee1fd4ab36fe"
},
"backend/src/auth/auth.controller.spec.ts": {
"mtime": 1785327951.179468,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "7531d00aaa85a80f27e175071ce21c89",
"semantic_hash": "7531d00aaa85a80f27e175071ce21c89"
},
"backend/src/auth/auth.controller.ts": {
"mtime": 1786883225.788847,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "63e2bb8124366719cf6f69af6a7bedbb",
"semantic_hash": "63e2bb8124366719cf6f69af6a7bedbb"
},
"backend/src/auth/auth.module.ts": {
"mtime": 1786883225.7908473,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "33cfbdb720370d9eade3198bc770fb43",
"semantic_hash": "33cfbdb720370d9eade3198bc770fb43"
},
"backend/src/auth/auth.service.spec.ts": {
"mtime": 1786799852.2018433,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "a67a2c622e438a8bbc4014657abc0558",
"semantic_hash": "a67a2c622e438a8bbc4014657abc0558"
},
"backend/src/auth/auth.service.ts": {
"mtime": 1786895436.2085392,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "14994a5d46d159362562199532fb4dd2",
"semantic_hash": "14994a5d46d159362562199532fb4dd2"
},
"backend/src/auth/dto/admin-login.dto.ts": {
"mtime": 1786799852.2053578,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "87c2d45e824b94fc06e1a86f433d0435",
"semantic_hash": "87c2d45e824b94fc06e1a86f433d0435"
},
"backend/src/auth/dto/login.dto.ts": {
"mtime": 1783764561.659109,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "9941767ad430851531a9f049c2b65ed5",
"semantic_hash": "9941767ad430851531a9f049c2b65ed5"
},
"backend/src/auth/dto/register.dto.ts": {
"mtime": 1785327951.186477,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "6165fdad9219dee4390732a7f6504e4a",
"semantic_hash": "6165fdad9219dee4390732a7f6504e4a"
},
"backend/src/auth/dto/send-otp.dto.ts": {
"mtime": 1783764561.6611066,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "a99015984cd1320cbd36719809f69d3b",
"semantic_hash": "a99015984cd1320cbd36719809f69d3b"
},
"backend/src/auth/dto/verify-otp.dto.ts": {
"mtime": 1783764561.662112,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "8bc250f7ca73e6cbe4cfa01a99a3c032",
"semantic_hash": "8bc250f7ca73e6cbe4cfa01a99a3c032"
},
"backend/src/auth/jwt-auth.guard.ts": {
"mtime": 1786799852.2058628,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "f98f32eaf66499355a5e61632ac82aa5",
"semantic_hash": "f98f32eaf66499355a5e61632ac82aa5"
},
"backend/src/auth/jwt.strategy.ts": {
"mtime": 1786883225.7943432,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "f815b9f719678a154ebf50090b801c62",
"semantic_hash": "f815b9f719678a154ebf50090b801c62"
},
"backend/src/auth/roles.decorator.ts": {
"mtime": 1786799852.2083795,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "0d86f61ddaab0d2f4d5f9b331a5e2541",
"semantic_hash": "0d86f61ddaab0d2f4d5f9b331a5e2541"
},
"backend/src/auth/roles.guard.ts": {
"mtime": 1786799852.2090034,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "10b31496903f54383d35b90a55c3e84a",
"semantic_hash": "10b31496903f54383d35b90a55c3e84a"
},
"backend/src/b2b/b2b.controller.ts": {
"mtime": 1786799852.2120132,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "6f0d65aee6b69a67e8d3d14fb1bf7823",
"semantic_hash": "6f0d65aee6b69a67e8d3d14fb1bf7823"
},
"backend/src/b2b/b2b.module.ts": {
"mtime": 1786799852.2120132,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "b1777d0004a54e8f89328879a20aa171",
"semantic_hash": "b1777d0004a54e8f89328879a20aa171"
},
"backend/src/b2b/b2b.service.ts": {
"mtime": 1786799852.2140093,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "d025e172746789d44802755b8bb441bf",
"semantic_hash": "d025e172746789d44802755b8bb441bf"
},
"backend/src/banners/banners.controller.ts": {
"mtime": 1786799852.2150102,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "30e1fba8ef3e98e127cf400aac0f71e8",
"semantic_hash": "30e1fba8ef3e98e127cf400aac0f71e8"
},
"backend/src/banners/banners.module.ts": {
"mtime": 1786799852.2160103,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "3dca61f7cf64dfb5f827469c7f14c655",
"semantic_hash": "3dca61f7cf64dfb5f827469c7f14c655"
},
"backend/src/banners/banners.service.ts": {
"mtime": 1786799852.2160103,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "777061ff84dc642fee69803ce9ac2de9",
"semantic_hash": "777061ff84dc642fee69803ce9ac2de9"
},
"backend/src/blogs/blogs.controller.ts": {
"mtime": 1786799852.21801,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "bf17d5731c6a433e3f119a001462dca6",
"semantic_hash": "bf17d5731c6a433e3f119a001462dca6"
},
"backend/src/blogs/blogs.module.ts": {
"mtime": 1783764561.665678,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "3fc38d55e03319844c6c8cbb3017364b",
"semantic_hash": "3fc38d55e03319844c6c8cbb3017364b"
},
"backend/src/blogs/blogs.service.ts": {
"mtime": 1786799852.21901,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "f5b5232ac11a40796b37224fe7de8454",
"semantic_hash": "f5b5232ac11a40796b37224fe7de8454"
},
"backend/src/blogs/dto/create-blog.dto.ts": {
"mtime": 1783764561.671557,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "a1938b347011dd71bfd99801b7453305",
"semantic_hash": "a1938b347011dd71bfd99801b7453305"
},
"backend/src/blogs/dto/update-blog.dto.ts": {
"mtime": 1783764561.6737125,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "15612098d2a3cac84249518465104370",
"semantic_hash": "15612098d2a3cac84249518465104370"
},
"backend/src/blogs/entities/blog.entity.ts": {
"mtime": 1783764561.675101,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "7fadae161e6d38110bdc8ce71f9f1bdd",
"semantic_hash": "7fadae161e6d38110bdc8ce71f9f1bdd"
},
"backend/src/cms/cms.controller.ts": {
"mtime": 1785327951.196913,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "72482ba30a017f8ed1ef26b423eb83d1",
"semantic_hash": "72482ba30a017f8ed1ef26b423eb83d1"
},
"backend/src/cms/cms.module.ts": {
"mtime": 1785148022.206298,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "831ca7e3ee288322e05ddeeb1b02229d",
"semantic_hash": "831ca7e3ee288322e05ddeeb1b02229d"
},
"backend/src/cms/cms.service.ts": {
"mtime": 1785327951.1979403,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "f9da5085411e9fe60ab0c35fb852ef56",
"semantic_hash": "f9da5085411e9fe60ab0c35fb852ef56"
},
"backend/src/cms/dto/cms.dto.ts": {
"mtime": 1785327951.1999955,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "b91b502820b503e4ca63dd36028608d5",
"semantic_hash": "b91b502820b503e4ca63dd36028608d5"
},
"backend/src/common/decorators/roles.decorator.ts": {
"mtime": 1786799852.2205224,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "155f61ea03e3ef7d3d5e2fee554f8428",
"semantic_hash": "155f61ea03e3ef7d3d5e2fee554f8428"
},
"backend/src/common/dto/pagination.dto.ts": {
"mtime": 1785327951.201989,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "6e66fdace411feba9d947fe0f678c900",
"semantic_hash": "6e66fdace411feba9d947fe0f678c900"
},
"backend/src/common/filters/http-exception.filter.ts": {
"mtime": 1786883225.795858,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "81134c2bca373e51a05a75869f0fcb84",
"semantic_hash": "81134c2bca373e51a05a75869f0fcb84"
},
"backend/src/common/filters/prisma-exception.filter.ts": {
"mtime": 1785330913.1437092,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "ab7ab9b4007e538b6451777dbca63d23",
"semantic_hash": "ab7ab9b4007e538b6451777dbca63d23"
},
"backend/src/common/guards/roles.guard.spec.ts": {
"mtime": 1786799852.2255569,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "0ee2661808205a0bb03a45d4cbca4472",
"semantic_hash": "0ee2661808205a0bb03a45d4cbca4472"
},
"backend/src/common/guards/roles.guard.ts": {
"mtime": 1786799852.2265651,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "72eadcd106153ccaad697234d8c0d281",
"semantic_hash": "72eadcd106153ccaad697234d8c0d281"
},
"backend/src/common/interceptors/decimal.interceptor.spec.ts": {
"mtime": 1786799852.2275658,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "bbf53de234b9963923c3163a10cd8e17",
"semantic_hash": "bbf53de234b9963923c3163a10cd8e17"
},
"backend/src/common/interceptors/decimal.interceptor.ts": {
"mtime": 1786799852.2275658,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "71f8f0bfa748a8cbeb5f4627f972261d",
"semantic_hash": "71f8f0bfa748a8cbeb5f4627f972261d"
},
"backend/src/common/metrics.controller.ts": {
"mtime": 1786799852.229073,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "6380f2c18000ac46235e7adde60329dc",
"semantic_hash": "6380f2c18000ac46235e7adde60329dc"
},
"backend/src/common/schemas/error-response.schema.ts": {
"mtime": 1785330913.1447015,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "e2d4a690aa006a63ad617d2c21c7d11d",
"semantic_hash": "e2d4a690aa006a63ad617d2c21c7d11d"
},
"backend/src/common/schemas/paginated-response.schema.ts": {
"mtime": 1786799852.2300823,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "6ea7e2edc0ab662b3f244e0ffb8e5f19",
"semantic_hash": "6ea7e2edc0ab662b3f244e0ffb8e5f19"
},
"backend/src/common/services/sms.service.ts": {
"mtime": 1786892646.031271,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "474e0f454dc16060fa67e9ad4fc598f8",
"semantic_hash": "474e0f454dc16060fa67e9ad4fc598f8"
},
"backend/src/common/sms.module.ts": {
"mtime": 1785330750.996125,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "c2621fbe872597ca7fbc23fc7e261665",
"semantic_hash": "c2621fbe872597ca7fbc23fc7e261665"
},
"backend/src/contact/contact.controller.ts": {
"mtime": 1786799852.2345963,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "1fa2ff3dd39a3cd23860f5e2ec4f351f",
"semantic_hash": "1fa2ff3dd39a3cd23860f5e2ec4f351f"
},
"backend/src/contact/contact.module.ts": {
"mtime": 1786799852.236599,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "3522066b9bc0d12c79ee13138ec94a23",
"semantic_hash": "3522066b9bc0d12c79ee13138ec94a23"
},
"backend/src/contact/contact.service.ts": {
"mtime": 1786885876.79542,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "ceecffe2994700d1cf206f03bb8e2d97",
"semantic_hash": "ceecffe2994700d1cf206f03bb8e2d97"
},
"backend/src/home/dto/create-home.dto.ts": {
"mtime": 1783764561.6823654,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "b20293c0606e764e43e19412e8b94e58",
"semantic_hash": "b20293c0606e764e43e19412e8b94e58"
},
"backend/src/home/dto/update-home.dto.ts": {
"mtime": 1783764561.6823654,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "fdbec5105f68e9ef5edca26c91c2a01b",
"semantic_hash": "fdbec5105f68e9ef5edca26c91c2a01b"
},
"backend/src/home/entities/home.entity.ts": {
"mtime": 1783764561.6848848,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "f7e5b57b1dbb4fa28600ebdd5c86a73c",
"semantic_hash": "f7e5b57b1dbb4fa28600ebdd5c86a73c"
},
"backend/src/home/home.controller.ts": {
"mtime": 1785327951.2120874,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "3474997a729a3a47f1872f489c28e70e",
"semantic_hash": "3474997a729a3a47f1872f489c28e70e"
},
"backend/src/home/home.module.ts": {
"mtime": 1783764561.687108,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "b8671f0d293617cf95cc2e9aef8ab11a",
"semantic_hash": "b8671f0d293617cf95cc2e9aef8ab11a"
},
"backend/src/home/home.service.ts": {
"mtime": 1785327951.2140872,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "20073496a83b447238b4e8ab793573ec",
"semantic_hash": "20073496a83b447238b4e8ab793573ec"
},
"backend/src/ingredients/ingredients.controller.ts": {
"mtime": 1786799852.2375965,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "b591e9eeddc544d5224bbf8dc747f71e",
"semantic_hash": "b591e9eeddc544d5224bbf8dc747f71e"
},
"backend/src/ingredients/ingredients.module.ts": {
"mtime": 1786799852.2385964,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "928f762b562c624011ca6c7e72543d0d",
"semantic_hash": "928f762b562c624011ca6c7e72543d0d"
},
"backend/src/ingredients/ingredients.service.ts": {
"mtime": 1786799852.2401083,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "7d07a0fb1cdebe81d9ecef7604701bed",
"semantic_hash": "7d07a0fb1cdebe81d9ecef7604701bed"
},
"backend/src/main.ts": {
"mtime": 1786891855.3428435,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "1cf2a043c345e0a46193c71c73e69d62",
"semantic_hash": "1cf2a043c345e0a46193c71c73e69d62"
},
"backend/src/orders/dto/create-order.dto.ts": {
"mtime": 1785327951.218626,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "de9e39544ff4cfbbc8233318b2b71c67",
"semantic_hash": "de9e39544ff4cfbbc8233318b2b71c67"
},
"backend/src/orders/orders.controller.spec.ts": {
"mtime": 1785327951.2196276,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "03aae30c09648646afbd6f8862d2d12b",
"semantic_hash": "03aae30c09648646afbd6f8862d2d12b"
},
"backend/src/orders/orders.controller.ts": {
"mtime": 1786944769.5071752,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "a0973c1ef3b4870bd723e3a658e83489",
"semantic_hash": "a0973c1ef3b4870bd723e3a658e83489"
},
"backend/src/orders/orders.module.ts": {
"mtime": 1783764561.6975982,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "10e4c03ae468f0412d882306bdb20401",
"semantic_hash": "10e4c03ae468f0412d882306bdb20401"
},
"backend/src/orders/orders.service.spec.ts": {
"mtime": 1786799852.2461178,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "977cf4033204a7b27252a939aa57664f",
"semantic_hash": "977cf4033204a7b27252a939aa57664f"
},
"backend/src/orders/orders.service.ts": {
"mtime": 1786944769.5092275,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "c082d92da929ebb7c53855046d954c87",
"semantic_hash": "c082d92da929ebb7c53855046d954c87"
},
"backend/src/pets/dto/create-health-log.dto.ts": {
"mtime": 1785327951.2294433,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "da823d24eecce83c17760374fbc99131",
"semantic_hash": "da823d24eecce83c17760374fbc99131"
},
"backend/src/pets/dto/create-pet.dto.ts": {
"mtime": 1785327951.2309487,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "22e442118c4b4c44d887a9e72bf416e2",
"semantic_hash": "22e442118c4b4c44d887a9e72bf416e2"
},
"backend/src/pets/dto/create-reminder.dto.ts": {
"mtime": 1785327951.2319582,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "61e74b013460e406bd10197b3d3a95df",
"semantic_hash": "61e74b013460e406bd10197b3d3a95df"
},
"backend/src/pets/dto/update-pet.dto.ts": {
"mtime": 1783764561.7095575,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "a2086bbebe7ca2718d4933b9828b456d",
"semantic_hash": "a2086bbebe7ca2718d4933b9828b456d"
},
"backend/src/pets/pets.controller.spec.ts": {
"mtime": 1786799852.2481189,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "ea25cbbc55569e44ea0ceaf8c7af5111",
"semantic_hash": "ea25cbbc55569e44ea0ceaf8c7af5111"
},
"backend/src/pets/pets.controller.ts": {
"mtime": 1786894580.128858,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "bc2a0ef119db7950b6d5738d550ddeb8",
"semantic_hash": "bc2a0ef119db7950b6d5738d550ddeb8"
},
"backend/src/pets/pets.module.ts": {
"mtime": 1783764561.71447,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "1e30ca9c5823c33d4f3266d5b48fee01",
"semantic_hash": "1e30ca9c5823c33d4f3266d5b48fee01"
},
"backend/src/pets/pets.service.spec.ts": {
"mtime": 1785327951.238208,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "49e5e2df9d623a5510db8d9c3eefdbd5",
"semantic_hash": "49e5e2df9d623a5510db8d9c3eefdbd5"
},
"backend/src/pets/pets.service.ts": {
"mtime": 1786799852.2501173,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "f34775f4106e2ac19efff3a9b140db3f",
"semantic_hash": "f34775f4106e2ac19efff3a9b140db3f"
},
"backend/src/prescriptions/prescriptions.controller.ts": {
"mtime": 1786799852.2537484,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "3b657f5cac989600c165b8eac3a6a2af",
"semantic_hash": "3b657f5cac989600c165b8eac3a6a2af"
},
"backend/src/prescriptions/prescriptions.module.ts": {
"mtime": 1786954681.8158092,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "0f9ea31fa7fa71f4ec87e461ce7d444f",
"semantic_hash": "0f9ea31fa7fa71f4ec87e461ce7d444f"
},
"backend/src/prescriptions/prescriptions.service.ts": {
"mtime": 1786954681.8168607,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "2966b30cb023905f3f4c92200d9155ef",
"semantic_hash": "2966b30cb023905f3f4c92200d9155ef"
},
"backend/src/prisma/prisma.module.ts": {
"mtime": 1783764561.7181997,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "3505a1831c78f0a9475e4ce0f0092410",
"semantic_hash": "3505a1831c78f0a9475e4ce0f0092410"
},
"backend/src/prisma/prisma.service.ts": {
"mtime": 1786944769.510794,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "15a556aba815c7b479a6d4965c95ced2",
"semantic_hash": "15a556aba815c7b479a6d4965c95ced2"
},
"backend/src/products/dto/get-products.dto.ts": {
"mtime": 1786799852.2602715,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "bed3d5bd69f866349bfc408bfea60e78",
"semantic_hash": "bed3d5bd69f866349bfc408bfea60e78"
},
"backend/src/products/products.controller.spec.ts": {
"mtime": 1785327951.243281,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "6fde28604e799d5c5c0d2c6c2fcb4372",
"semantic_hash": "6fde28604e799d5c5c0d2c6c2fcb4372"
},
"backend/src/products/products.controller.ts": {
"mtime": 1786799852.2612817,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "db015311d34c7985c1c4ab818070b297",
"semantic_hash": "db015311d34c7985c1c4ab818070b297"
},
"backend/src/products/products.module.ts": {
"mtime": 1783764561.7236724,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "a70b434bb1a044adf542a78cd9461264",
"semantic_hash": "a70b434bb1a044adf542a78cd9461264"
},
"backend/src/products/products.service.spec.ts": {
"mtime": 1786799852.2632794,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "8a76d805cab28967eec85b1cd03d608c",
"semantic_hash": "8a76d805cab28967eec85b1cd03d608c"
},
"backend/src/products/products.service.ts": {
"mtime": 1786954681.8188698,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "1650e465bede84a518882dc41e498110",
"semantic_hash": "1650e465bede84a518882dc41e498110"
},
"backend/src/redis/redis.module.ts": {
"mtime": 1783764561.727662,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "0856864a521a862369a89de9b2d3c9f0",
"semantic_hash": "0856864a521a862369a89de9b2d3c9f0"
},
"backend/src/redis/redis.service.spec.ts": {
"mtime": 1783764561.7286723,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "f3a16f7f1721be9e6ddb7ddd2949ea6c",
"semantic_hash": "f3a16f7f1721be9e6ddb7ddd2949ea6c"
},
"backend/src/redis/redis.service.ts": {
"mtime": 1786895436.2118347,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "4f5e58ffc36bbaed17ee669e5a7394b7",
"semantic_hash": "4f5e58ffc36bbaed17ee669e5a7394b7"
},
"backend/src/seo/seo.controller.ts": {
"mtime": 1785327951.2472832,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "4c11a3beaa94a769acf206bf9ff279b0",
"semantic_hash": "4c11a3beaa94a769acf206bf9ff279b0"
},
"backend/src/seo/seo.module.ts": {
"mtime": 1785148022.268581,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "4160982445b855a6406e8713e95bf91b",
"semantic_hash": "4160982445b855a6406e8713e95bf91b"
},
"backend/src/seo/seo.service.ts": {
"mtime": 1785327951.2482803,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "37a024bc45689db9ba8b8f7f9cd540b0",
"semantic_hash": "37a024bc45689db9ba8b8f7f9cd540b0"
},
"backend/src/settings/settings.controller.spec.ts": {
"mtime": 1786799852.2672803,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "91d945ac11e32d343e37c8c265e6dbc4",
"semantic_hash": "91d945ac11e32d343e37c8c265e6dbc4"
},
"backend/src/settings/settings.controller.ts": {
"mtime": 1786948119.7670867,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "2c38d7c2bc4255ca5dc4322719889a44",
"semantic_hash": "2c38d7c2bc4255ca5dc4322719889a44"
},
"backend/src/settings/settings.module.ts": {
"mtime": 1783764561.7355156,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "b84a45f92537de41c7c3821847271004",
"semantic_hash": "b84a45f92537de41c7c3821847271004"
},
"backend/src/settings/settings.service.spec.ts": {
"mtime": 1783764561.7368565,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "06de60c1699a6f72858da21e9c6bf45a",
"semantic_hash": "06de60c1699a6f72858da21e9c6bf45a"
},
"backend/src/settings/settings.service.ts": {
"mtime": 1786954681.819869,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "505f435dc9924b400c07167e60c8a6cd",
"semantic_hash": "505f435dc9924b400c07167e60c8a6cd"
},
"backend/src/smart-advisor/smart-advisor.controller.ts": {
"mtime": 1786799852.2754414,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "eacb4fc2f3d82eb3833f4b04d851d4c3",
"semantic_hash": "eacb4fc2f3d82eb3833f4b04d851d4c3"
},
"backend/src/smart-advisor/smart-advisor.module.ts": {
"mtime": 1786799852.2764418,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "40d2882f5f8a0733c940c754631be24b",
"semantic_hash": "40d2882f5f8a0733c940c754631be24b"
},
"backend/src/smart-advisor/smart-advisor.service.ts": {
"mtime": 1786799852.2774403,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "1824f7151599e310cd2de7435e345afe",
"semantic_hash": "1824f7151599e310cd2de7435e345afe"
},
"backend/src/testimonials/testimonials.controller.ts": {
"mtime": 1786799852.2794418,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "07d866d58d6cbba997122eaa38dcb36c",
"semantic_hash": "07d866d58d6cbba997122eaa38dcb36c"
},
"backend/src/testimonials/testimonials.module.ts": {
"mtime": 1786799852.2794418,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "e2778d19b65d66f61d35f1a98333c873",
"semantic_hash": "e2778d19b65d66f61d35f1a98333c873"
},
"backend/src/testimonials/testimonials.service.ts": {
"mtime": 1786799852.2814713,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "c22a3a4af898925abe30968a54a906c7",
"semantic_hash": "c22a3a4af898925abe30968a54a906c7"
},
"backend/src/users/dto/address.dto.ts": {
"mtime": 1783764561.7398715,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "d42a8da106b862f8934b4268e5974025",
"semantic_hash": "d42a8da106b862f8934b4268e5974025"
},
"backend/src/users/dto/update-profile.dto.ts": {
"mtime": 1786885876.8054721,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "7c5b2601ea43f7045a5691ed1fde7840",
"semantic_hash": "7c5b2601ea43f7045a5691ed1fde7840"
},
"backend/src/users/users.controller.spec.ts": {
"mtime": 1785327951.2537966,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "8879233da361926bf496aa33fc24a0a4",
"semantic_hash": "8879233da361926bf496aa33fc24a0a4"
},
"backend/src/users/users.controller.ts": {
"mtime": 1786799852.2824814,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "0c14b005ce0dddc5c6be9fb33672c659",
"semantic_hash": "0c14b005ce0dddc5c6be9fb33672c659"
},
"backend/src/users/users.module.ts": {
"mtime": 1783764561.7481544,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "6a22d47a72af32e6726ff5025c1d6f0b",
"semantic_hash": "6a22d47a72af32e6726ff5025c1d6f0b"
},
"backend/src/users/users.service.spec.ts": {
"mtime": 1786799852.2834806,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "f94ef87eb1f8de11ecd622f47181dbb7",
"semantic_hash": "f94ef87eb1f8de11ecd622f47181dbb7"
},
"backend/src/users/users.service.ts": {
"mtime": 1786885876.8074715,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "a645960ec4a9153062b00515eba11614",
"semantic_hash": "a645960ec4a9153062b00515eba11614"
},
"backend/src/videos/dto/create-video.dto.ts": {
"mtime": 1785327951.2638545,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "93c3df7389d26042b25983d869ea30e9",
"semantic_hash": "93c3df7389d26042b25983d869ea30e9"
},
"backend/src/videos/dto/get-videos-query.dto.ts": {
"mtime": 1786799852.2876434,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "22029a395d4906dec82a0472af9827a2",
"semantic_hash": "22029a395d4906dec82a0472af9827a2"
},
"backend/src/videos/videos.controller.ts": {
"mtime": 1786799852.2911532,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "64de50207aa54dc4d9866fb41a3cf11e",
"semantic_hash": "64de50207aa54dc4d9866fb41a3cf11e"
},
"backend/src/videos/videos.module.ts": {
"mtime": 1785148022.3065836,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "79c989585f2c5da29199d914ca54abdf",
"semantic_hash": "79c989585f2c5da29199d914ca54abdf"
},
"backend/src/videos/videos.service.ts": {
"mtime": 1786799852.292168,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "86691b11bb46d333ceb620030936b6dc",
"semantic_hash": "86691b11bb46d333ceb620030936b6dc"
},
"backend/src/wholesale/dto/wholesale-apply.dto.ts": {
"mtime": 1785148022.3176222,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "dda43ea50daed66d9ddf56ff14c2ac31",
"semantic_hash": "dda43ea50daed66d9ddf56ff14c2ac31"
},
"backend/src/wholesale/wholesale.controller.ts": {
"mtime": 1786799852.294177,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "85347767e9b0508aa27c8fc2ada57403",
"semantic_hash": "85347767e9b0508aa27c8fc2ada57403"
},
"backend/src/wholesale/wholesale.module.ts": {
"mtime": 1785148022.3287463,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "431fcacfcaaf5ee3872869c796581db3",
"semantic_hash": "431fcacfcaaf5ee3872869c796581db3"
},
"backend/src/wholesale/wholesale.service.ts": {
"mtime": 1785330913.1492333,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "f17e69107c7ddb8baedfb9fa1177c8a0",
"semantic_hash": "f17e69107c7ddb8baedfb9fa1177c8a0"
},
"backend/src/wiki/dto/create-wiki.dto.ts": {
"mtime": 1783764561.7529333,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "bff0bff5978c808b3f6c7c0471ecc09f",
"semantic_hash": "bff0bff5978c808b3f6c7c0471ecc09f"
},
"backend/src/wiki/dto/update-wiki.dto.ts": {
"mtime": 1783764561.753945,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "aafeafc832089a9d47f2b09c15f5166c",
"semantic_hash": "aafeafc832089a9d47f2b09c15f5166c"
},
"backend/src/wiki/entities/wiki.entity.ts": {
"mtime": 1783764561.7550395,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "0babba8c13baba4a2ad2fd70395060f2",
"semantic_hash": "0babba8c13baba4a2ad2fd70395060f2"
},
"backend/src/wiki/wiki.controller.ts": {
"mtime": 1785327951.2728505,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "ca3a7279ecce06e6747e4b5d1b83f042",
"semantic_hash": "ca3a7279ecce06e6747e4b5d1b83f042"
},
"backend/src/wiki/wiki.module.ts": {
"mtime": 1783764561.756925,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "22c999c57982f13d0526d25d7990b745",
"semantic_hash": "22c999c57982f13d0526d25d7990b745"
},
"backend/src/wiki/wiki.service.ts": {
"mtime": 1786799852.295173,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "4f9a02a302512579c6eaed6e06da679e",
"semantic_hash": "4f9a02a302512579c6eaed6e06da679e"
},
"backend/test/app-audit-verification.e2e-spec.ts": {
"mtime": 1786799852.2961748,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "5df6593dd9fd1f88f2b1e13f44b7b350",
"semantic_hash": "5df6593dd9fd1f88f2b1e13f44b7b350"
},
"backend/test/app.e2e-spec.ts": {
"mtime": 1786799852.297175,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "8373bf2ee758abe47f5681e898cde506",
"semantic_hash": "8373bf2ee758abe47f5681e898cde506"
},
"backend/tsconfig.build.json": {
"mtime": 1783764561.763447,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "d3d6c627ed113034e4138ae830ca9221",
"semantic_hash": "d3d6c627ed113034e4138ae830ca9221"
},
"backend/tsconfig.json": {
"mtime": 1786878091.972378,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "b7b9a22bf35749e2fc21da4e7c10246d",
"semantic_hash": "b7b9a22bf35749e2fc21da4e7c10246d"
},
"docs/audit/build_manifest.js": {
"mtime": 1786799852.3383932,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "5865147d3b17e6ddad0be4f4b9dc00d0",
"semantic_hash": "5865147d3b17e6ddad0be4f4b9dc00d0"
},
"docs/audit/generate_classification.js": {
"mtime": 1786799852.3393898,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "01cdce5da0cdc41b49a7e9560a0b8ae9",
"semantic_hash": "01cdce5da0cdc41b49a7e9560a0b8ae9"
},
"docs/audit/generate_evidence.js": {
"mtime": 1786799852.3403902,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "f31d1dafad3e771e9602776460c04761",
"semantic_hash": "f31d1dafad3e771e9602776460c04761"
},
"docs/audit/generate_ledger.js": {
"mtime": 1786799852.3418972,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "c502805af184c8efe08a66030ff0203b",
"semantic_hash": "c502805af184c8efe08a66030ff0203b"
},
"docs/audit/generate_manifest.js": {
"mtime": 1786799852.3418972,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "d9ead302d1023a72718e60261725e429",
"semantic_hash": "d9ead302d1023a72718e60261725e429"
},
"docs/audit/rebuild_honest_ledger.js": {
"mtime": 1786799852.348953,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "5a505fbc55dbabd0557377ce8de0643a",
"semantic_hash": "5a505fbc55dbabd0557377ce8de0643a"
},
"docs/audit/sync_honest_manifest.js": {
"mtime": 1786799852.3499532,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "3f2ec3b689e720b6e50fe4666a9b8bb0",
"semantic_hash": "3f2ec3b689e720b6e50fe4666a9b8bb0"
},
"docs/audit/sync_manifest.js": {
"mtime": 1786799852.3509533,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "7315ba82c162ad4c2a0cec307966c580",
"semantic_hash": "7315ba82c162ad4c2a0cec307966c580"
},
"docs/audit/validate_evidence_grade.js": {
"mtime": 1786799852.351954,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "5f68ed3e8236ececf82e5da4ac47d93b",
"semantic_hash": "5f68ed3e8236ececf82e5da4ac47d93b"
},
"docs/audit/validate_integrity.js": {
"mtime": 1786799852.3529525,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "7bd05a71bd8c0c23db65db5201d3c030",
"semantic_hash": "7bd05a71bd8c0c23db65db5201d3c030"
},
"frontend/admin-panel/eslint.config.js": {
"mtime": 1785651092.991237,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "0355276bc79439afe3c53e3a2470ca1e",
"semantic_hash": "0355276bc79439afe3c53e3a2470ca1e"
},
"frontend/admin-panel/package.json": {
"mtime": 1785570791.953119,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "f9e35fdccbe93fd60b511f72bf414766",
"semantic_hash": "f9e35fdccbe93fd60b511f72bf414766"
},
"frontend/admin-panel/postcss.config.js": {
"mtime": 1783764561.7962818,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "c1ee9ce6a4fe04105dbf8e619390df5e",
"semantic_hash": "c1ee9ce6a4fe04105dbf8e619390df5e"
},
"frontend/admin-panel/src/App.tsx": {
"mtime": 1786799852.3654811,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "140226fcd94080d00f56e2f8b65f95e5",
"semantic_hash": "140226fcd94080d00f56e2f8b65f95e5"
},
"frontend/admin-panel/src/components/Layout.tsx": {
"mtime": 1784621786.9585948,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "e2192f9b6c86f07ff6c6ec9bf9d1cb71",
"semantic_hash": "e2192f9b6c86f07ff6c6ec9bf9d1cb71"
},
"frontend/admin-panel/src/components/ProtectedRoute.tsx": {
"mtime": 1786799852.369164,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "bcb0329847fb25e9fe1e990a30609210",
"semantic_hash": "bcb0329847fb25e9fe1e990a30609210"
},
"frontend/admin-panel/src/components/Sidebar.tsx": {
"mtime": 1786946249.9649296,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "1848aec718422ef53d221f609cce809d",
"semantic_hash": "1848aec718422ef53d221f609cce809d"
},
"frontend/admin-panel/src/components/Topbar.tsx": {
"mtime": 1786954681.821386,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "27574509b4c280e0d24f9987f57a7a95",
"semantic_hash": "27574509b4c280e0d24f9987f57a7a95"
},
"frontend/admin-panel/src/components/ui/ConfirmModal.tsx": {
"mtime": 1783856792.9765356,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "7cca14d688e9951287951d99ed323c5e",
"semantic_hash": "7cca14d688e9951287951d99ed323c5e"
},
"frontend/admin-panel/src/components/ui/MediaSelector.tsx": {
"mtime": 1786954681.8265362,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "edd9cf32d40f15632f17d166c914dcb8",
"semantic_hash": "edd9cf32d40f15632f17d166c914dcb8"
},
"frontend/admin-panel/src/components/ui/Pagination.tsx": {
"mtime": 1786799852.387442,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "8ab314264c858bcd6cb53fc4c9985cf0",
"semantic_hash": "8ab314264c858bcd6cb53fc4c9985cf0"
},
"frontend/admin-panel/src/components/ui/Skeleton.tsx": {
"mtime": 1783856792.9775357,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "dd6a1fca8a8db341521aa315829143e0",
"semantic_hash": "dd6a1fca8a8db341521aa315829143e0"
},
"frontend/admin-panel/src/components/ui/Spinner.tsx": {
"mtime": 1783856792.9790492,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "32a95c9dc25ac088596fdccd17d7284a",
"semantic_hash": "32a95c9dc25ac088596fdccd17d7284a"
},
"frontend/admin-panel/src/main.tsx": {
"mtime": 1783764561.8293335,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "c5ee78875221dca9ed6b4e4b41e63cea",
"semantic_hash": "c5ee78875221dca9ed6b4e4b41e63cea"
},
"frontend/admin-panel/src/pages/B2BManager.tsx": {
"mtime": 1786799852.3914404,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "6cbd7610d61fa9fc98b797fe2962d3ee",
"semantic_hash": "6cbd7610d61fa9fc98b797fe2962d3ee"
},
"frontend/admin-panel/src/pages/BannersManager.tsx": {
"mtime": 1786946249.9659286,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "7db510633d62b7278bc32e6ba83060b2",
"semantic_hash": "7db510633d62b7278bc32e6ba83060b2"
},
"frontend/admin-panel/src/pages/Blogs.tsx": {
"mtime": 1786799852.3959572,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "7e351212d40fc0308c460d6b1bc2a87c",
"semantic_hash": "7e351212d40fc0308c460d6b1bc2a87c"
},
"frontend/admin-panel/src/pages/CMS.tsx": {
"mtime": 1786799852.4009578,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "85f86915c2f77799a2e628c3a5119b3d",
"semantic_hash": "85f86915c2f77799a2e628c3a5119b3d"
},
"frontend/admin-panel/src/pages/Categories.tsx": {
"mtime": 1786799852.4049785,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "6da24d6cce9446f65eca3c8111314b38",
"semantic_hash": "6da24d6cce9446f65eca3c8111314b38"
},
"frontend/admin-panel/src/pages/ContactSubmissions.tsx": {
"mtime": 1786799852.405538,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "203da6d16abc779117c2f0492f7c0922",
"semantic_hash": "203da6d16abc779117c2f0492f7c0922"
},
"frontend/admin-panel/src/pages/Coupons.tsx": {
"mtime": 1786948119.7731652,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "1dc81681690acb8fcd96799b6645c872",
"semantic_hash": "1dc81681690acb8fcd96799b6645c872"
},
"frontend/admin-panel/src/pages/Dashboard.tsx": {
"mtime": 1786885876.82951,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "025cbf432db0594426593332e01d5924",
"semantic_hash": "025cbf432db0594426593332e01d5924"
},
"frontend/admin-panel/src/pages/FinancialSettingsPage.tsx": {
"mtime": 1786948119.7741632,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "b3c1e28ee251c668b7c99d0c654537af",
"semantic_hash": "b3c1e28ee251c668b7c99d0c654537af"
},
"frontend/admin-panel/src/pages/IngredientsManager.tsx": {
"mtime": 1786885876.8335173,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "fb60a926230ea5605ad5620394cf0ab3",
"semantic_hash": "fb60a926230ea5605ad5620394cf0ab3"
},
"frontend/admin-panel/src/pages/Login.tsx": {
"mtime": 1786885876.8370354,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "653588b1027c03ec37f10d6650759b10",
"semantic_hash": "653588b1027c03ec37f10d6650759b10"
},
"frontend/admin-panel/src/pages/Media.tsx": {
"mtime": 1786954681.8320525,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "d953982147aba7611b803a3fc7c8d4b8",
"semantic_hash": "d953982147aba7611b803a3fc7c8d4b8"
},
"frontend/admin-panel/src/pages/Orders.tsx": {
"mtime": 1786944769.5223107,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "380cb9ec8398c0185caa0eb6f326c7f6",
"semantic_hash": "380cb9ec8398c0185caa0eb6f326c7f6"
},
"frontend/admin-panel/src/pages/Pets.tsx": {
"mtime": 1786954681.8330536,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "9cfc80ceaf68ca5e2d60bdd144342b63",
"semantic_hash": "9cfc80ceaf68ca5e2d60bdd144342b63"
},
"frontend/admin-panel/src/pages/PrescriptionsManager.tsx": {
"mtime": 1786954681.8340557,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "775512112d9c82e4e78dd7ce82372780",
"semantic_hash": "775512112d9c82e4e78dd7ce82372780"
},
"frontend/admin-panel/src/pages/Products.tsx": {
"mtime": 1786948119.7772563,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "8c9b70c3533db70f577091fcc198b796",
"semantic_hash": "8c9b70c3533db70f577091fcc198b796"
},
"frontend/admin-panel/src/pages/Reports.tsx": {
"mtime": 1786894580.141384,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "f2c8fafd9dea6452f4f3e2f9cfb2e4b8",
"semantic_hash": "f2c8fafd9dea6452f4f3e2f9cfb2e4b8"
},
"frontend/admin-panel/src/pages/SeoSettingsPage.tsx": {
"mtime": 1786885876.8521178,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "ab6912a5b919c8a3555107358f238187",
"semantic_hash": "ab6912a5b919c8a3555107358f238187"
},
"frontend/admin-panel/src/pages/Settings.tsx": {
"mtime": 1786948119.7801008,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "99e3299a1230471047c2a9746f4fd067",
"semantic_hash": "99e3299a1230471047c2a9746f4fd067"
},
"frontend/admin-panel/src/pages/SmartAdvisorManager.tsx": {
"mtime": 1786799852.4430275,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "f83cad6af9f529abd276d6a2e9e0d83e",
"semantic_hash": "f83cad6af9f529abd276d6a2e9e0d83e"
},
"frontend/admin-panel/src/pages/SystemSettingsPage.tsx": {
"mtime": 1786799852.4440303,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "c5cbadd42e577dd115ac2e11e9b42ae4",
"semantic_hash": "c5cbadd42e577dd115ac2e11e9b42ae4"
},
"frontend/admin-panel/src/pages/TestimonialsManager.tsx": {
"mtime": 1786799852.445028,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "59b99aa7142d9bf249397834a7b5f5e6",
"semantic_hash": "59b99aa7142d9bf249397834a7b5f5e6"
},
"frontend/admin-panel/src/pages/UITexts.tsx": {
"mtime": 1786954681.8350532,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "b2938cad9102be2ef9950d108f0ee8ed",
"semantic_hash": "b2938cad9102be2ef9950d108f0ee8ed"
},
"frontend/admin-panel/src/pages/Users.tsx": {
"mtime": 1786883225.8135712,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "93d3011585da89abe94e6fabc05f4c2c",
"semantic_hash": "93d3011585da89abe94e6fabc05f4c2c"
},
"frontend/admin-panel/src/pages/Videos.tsx": {
"mtime": 1786885876.8658009,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "bc52b684ca9f80de8e9fa6457ce4c9fc",
"semantic_hash": "bc52b684ca9f80de8e9fa6457ce4c9fc"
},
"frontend/admin-panel/src/pages/WholesaleApplications.tsx": {
"mtime": 1786799852.4578054,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "45657e006d0c25fffc52b91d10f64271",
"semantic_hash": "45657e006d0c25fffc52b91d10f64271"
},
"frontend/admin-panel/src/pages/Wiki.tsx": {
"mtime": 1786885876.8683088,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "2ac3805e4ff0e5399a52c663cf390dd3",
"semantic_hash": "2ac3805e4ff0e5399a52c663cf390dd3"
},
"frontend/admin-panel/src/routes/adminRoutes.tsx": {
"mtime": 1786944769.5268228,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "9542759791901eaa4e2cd093adb9dc84",
"semantic_hash": "9542759791901eaa4e2cd093adb9dc84"
},
"frontend/admin-panel/src/services/api.ts": {
"mtime": 1786896758.433963,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "2bec645a6dc0218587030146034dbea0",
"semantic_hash": "2bec645a6dc0218587030146034dbea0"
},
"frontend/admin-panel/src/store/adminAuthStore.ts": {
"mtime": 1786799852.469037,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "a2ca7b287d2c7efe08802b6187d95d67",
"semantic_hash": "a2ca7b287d2c7efe08802b6187d95d67"
},
"frontend/admin-panel/src/types/admin.ts": {
"mtime": 1786894580.1548424,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "c98387fc9f2de314eb3a76e1dff27a61",
"semantic_hash": "c98387fc9f2de314eb3a76e1dff27a61"
},
"frontend/admin-panel/tailwind.config.js": {
"mtime": 1783764561.8617213,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "3346df3fd0a1ea3f84440703bf8fd2cb",
"semantic_hash": "3346df3fd0a1ea3f84440703bf8fd2cb"
},
"frontend/admin-panel/tsconfig.app.json": {
"mtime": 1783764561.86286,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "136630b5accce1ca50663df229534a26",
"semantic_hash": "136630b5accce1ca50663df229534a26"
},
"frontend/admin-panel/tsconfig.json": {
"mtime": 1783764561.8633935,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "a3d39fa780ebff65444de257f291ce6c",
"semantic_hash": "a3d39fa780ebff65444de257f291ce6c"
},
"frontend/admin-panel/tsconfig.node.json": {
"mtime": 1783764561.863923,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "70bdd0a673bcfc0e828080b306e7c680",
"semantic_hash": "70bdd0a673bcfc0e828080b306e7c680"
},
"frontend/admin-panel/vite.config.ts": {
"mtime": 1783764561.864455,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "88439104b3c207f17d33ef3160e3b080",
"semantic_hash": "88439104b3c207f17d33ef3160e3b080"
},
"frontend/application/app/ClientLayout.tsx": {
"mtime": 1786891855.3535714,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "e30fb0071790bf359f9134186a8dae9a",
"semantic_hash": "e30fb0071790bf359f9134186a8dae9a"
},
"frontend/application/app/HomeClient.tsx": {
"mtime": 1786946249.96993,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "cc745c6f32f12ab52de779bf182947e8",
"semantic_hash": "cc745c6f32f12ab52de779bf182947e8"
},
"frontend/application/app/about/page.tsx": {
"mtime": 1786885876.874318,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "122071948b63532df9ea60427655428d",
"semantic_hash": "122071948b63532df9ea60427655428d"
},
"frontend/application/app/blog/[slug]/page.tsx": {
"mtime": 1786885876.8773174,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "a67f578515e0068f4da309c8dfa1588b",
"semantic_hash": "a67f578515e0068f4da309c8dfa1588b"
},
"frontend/application/app/blog/page.tsx": {
"mtime": 1786885876.8788235,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "dfd96653af621f04c44963abc6ccaaff",
"semantic_hash": "dfd96653af621f04c44963abc6ccaaff"
},
"frontend/application/app/catalog/CatalogClient.tsx": {
"mtime": 1786872121.5664852,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "32fa6454837b8cc0eabeec1f43f7208e",
"semantic_hash": "32fa6454837b8cc0eabeec1f43f7208e"
},
"frontend/application/app/catalog/page.tsx": {
"mtime": 1786885876.8808322,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "43adccd5dc05e31efe6b31340c211979",
"semantic_hash": "43adccd5dc05e31efe6b31340c211979"
},
"frontend/application/app/checkout/page.tsx": {
"mtime": 1783764561.876443,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "eefc348443a33f175f7de3c1687a3fff",
"semantic_hash": "eefc348443a33f175f7de3c1687a3fff"
},
"frontend/application/app/checkout/success/[id]/page.tsx": {
"mtime": 1783764561.8786683,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "0e0899f968c15078ee01116c3e34d4a4",
"semantic_hash": "0e0899f968c15078ee01116c3e34d4a4"
},
"frontend/application/app/contact/page.tsx": {
"mtime": 1786885876.884353,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "9f28014771c4e88ad8d744d5f2dc2ecd",
"semantic_hash": "9f28014771c4e88ad8d744d5f2dc2ecd"
},
"frontend/application/app/dashboard/page.tsx": {
"mtime": 1783764561.880281,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "79abe02613f5ab312577b53db38168eb",
"semantic_hash": "79abe02613f5ab312577b53db38168eb"
},
"frontend/application/app/error.tsx": {
"mtime": 1785148022.478709,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "aea86a6d5b21cbff7bb38f382d1dd82d",
"semantic_hash": "aea86a6d5b21cbff7bb38f382d1dd82d"
},
"frontend/application/app/layout.tsx": {
"mtime": 1786885876.8863523,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "bd0bca329b49f257f1d76284df031fd6",
"semantic_hash": "bd0bca329b49f257f1d76284df031fd6"
},
"frontend/application/app/loading.tsx": {
"mtime": 1785148022.48765,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "daf62321fecabcbf8379d39f84a07c03",
"semantic_hash": "daf62321fecabcbf8379d39f84a07c03"
},
"frontend/application/app/not-found.tsx": {
"mtime": 1783764561.8914113,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "6cada341f40f65b06a39f2a3020d7b96",
"semantic_hash": "6cada341f40f65b06a39f2a3020d7b96"
},
"frontend/application/app/page.tsx": {
"mtime": 1786885876.8888724,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "038c86777d82f23c2552ba7ad962ae25",
"semantic_hash": "038c86777d82f23c2552ba7ad962ae25"
},
"frontend/application/app/privacy/page.tsx": {
"mtime": 1786885876.8928847,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "d5b7e4467c3a9984342bdb88159f1107",
"semantic_hash": "d5b7e4467c3a9984342bdb88159f1107"
},
"frontend/application/app/profile/page.tsx": {
"mtime": 1783764561.8952584,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "69a0aa446fc6e33ede049be8315b7fa8",
"semantic_hash": "69a0aa446fc6e33ede049be8315b7fa8"
},
"frontend/application/app/robots.ts": {
"mtime": 1783764561.8964865,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "f8b1a6952dcb85c5b806412bb696258f",
"semantic_hash": "f8b1a6952dcb85c5b806412bb696258f"
},
"frontend/application/app/search/page.tsx": {
"mtime": 1786885876.894884,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "aa23505558bafcaec8810783b8fdd175",
"semantic_hash": "aa23505558bafcaec8810783b8fdd175"
},
"frontend/application/app/shop/[slug]/page.tsx": {
"mtime": 1786885876.8968854,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "7c3580938c111fa7e66662b51e691d0c",
"semantic_hash": "7c3580938c111fa7e66662b51e691d0c"
},
"frontend/application/app/shop/page.tsx": {
"mtime": 1786885876.899396,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "98fde3145738f867778c68ef4358f7d0",
"semantic_hash": "98fde3145738f867778c68ef4358f7d0"
},
"frontend/application/app/sitemap.ts": {
"mtime": 1786799852.5657444,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "5c984a6dcdfd01aba2533b384b220911",
"semantic_hash": "5c984a6dcdfd01aba2533b384b220911"
},
"frontend/application/app/track/page.tsx": {
"mtime": 1783764561.9019034,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "b2f026b1789c0220ad7ee1ed7f128a52",
"semantic_hash": "b2f026b1789c0220ad7ee1ed7f128a52"
},
"frontend/application/app/trust-seals/page.tsx": {
"mtime": 1786885876.9034047,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "9a6eca4eaf2a94c9e737950a6981091a",
"semantic_hash": "9a6eca4eaf2a94c9e737950a6981091a"
},
"frontend/application/app/videos/page.tsx": {
"mtime": 1783764561.9029868,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "cb64705fc742c38d569402b4612ae099",
"semantic_hash": "cb64705fc742c38d569402b4612ae099"
},
"frontend/application/app/wiki/[slug]/page.tsx": {
"mtime": 1784033954.808355,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "e59da3b5246bf697c0e43ba908328a9d",
"semantic_hash": "e59da3b5246bf697c0e43ba908328a9d"
},
"frontend/application/app/wiki/page.tsx": {
"mtime": 1786885876.905476,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "fd34ad067a47fe841504bdc2e12b0359",
"semantic_hash": "fd34ad067a47fe841504bdc2e12b0359"
},
"frontend/application/components/AddressModal.tsx": {
"mtime": 1786799852.5711784,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "34e9382058aac3b8ee1d4b3a4dea8be9",
"semantic_hash": "34e9382058aac3b8ee1d4b3a4dea8be9"
},
"frontend/application/components/ArchivePage.tsx": {
"mtime": 1786946249.9709287,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "01b9917d6d51ee1798806e09a4366bbf",
"semantic_hash": "01b9917d6d51ee1798806e09a4366bbf"
},
"frontend/application/components/AuthModal.tsx": {
"mtime": 1786891855.357692,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "4eb81d742b697c063f6c82d4a3c20a76",
"semantic_hash": "4eb81d742b697c063f6c82d4a3c20a76"
},
"frontend/application/components/B2BPortal.tsx": {
"mtime": 1786894580.1568575,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "cd073e8a2de7b93496df2310de77f41a",
"semantic_hash": "cd073e8a2de7b93496df2310de77f41a"
},
"frontend/application/components/BackButton.tsx": {
"mtime": 1786799852.5973413,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "15f686edeb2a6f99a172ec58e0bfa5c4",
"semantic_hash": "15f686edeb2a6f99a172ec58e0bfa5c4"
},
"frontend/application/components/BlogPage.tsx": {
"mtime": 1786885876.9152284,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "74801754f27b1a9f837d4c23fe85de3b",
"semantic_hash": "74801754f27b1a9f837d4c23fe85de3b"
},
"frontend/application/components/CartDrawer.tsx": {
"mtime": 1786799852.5993903,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "f9e7671394cf4888bd196a80ef08b3e4",
"semantic_hash": "f9e7671394cf4888bd196a80ef08b3e4"
},
"frontend/application/components/CheckoutPage.tsx": {
"mtime": 1786954681.8370538,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "b1b7bed3daaa59b78c82e6b7aefddf89",
"semantic_hash": "b1b7bed3daaa59b78c82e6b7aefddf89"
},
"frontend/application/components/ContactFormClient.tsx": {
"mtime": 1786885876.9182186,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "18b49560c69dc9c18fdc77ad817fbe24",
"semantic_hash": "18b49560c69dc9c18fdc77ad817fbe24"
},
"frontend/application/components/DeleteConfirmModal.tsx": {
"mtime": 1786799852.6087523,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "831b2bddd3e6d156abdac216577e3c4c",
"semantic_hash": "831b2bddd3e6d156abdac216577e3c4c"
},
"frontend/application/components/EnamadBadge.tsx": {
"mtime": 1786799852.612362,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "37c7d2eaa27905307e5b2b147849519c",
"semantic_hash": "37c7d2eaa27905307e5b2b147849519c"
},
"frontend/application/components/ErrorBoundary.tsx": {
"mtime": 1786799852.6145496,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "21b1cf87a9176b9f7902e5fc4f8b6482",
"semantic_hash": "21b1cf87a9176b9f7902e5fc4f8b6482"
},
"frontend/application/components/ErrorPages.tsx": {
"mtime": 1786885876.9207263,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "d367c117edee2e91bfaa263a9514b93c",
"semantic_hash": "d367c117edee2e91bfaa263a9514b93c"
},
"frontend/application/components/FeaturedProducts.tsx": {
"mtime": 1786799852.624407,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "c292634313532d9ca35e6b5e56a95824",
"semantic_hash": "c292634313532d9ca35e6b5e56a95824"
},
"frontend/application/components/Footer.tsx": {
"mtime": 1786946249.97695,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "4a7bd817746a1a6d44b8d1364226ff84",
"semantic_hash": "4a7bd817746a1a6d44b8d1364226ff84"
},
"frontend/application/components/Header.tsx": {
"mtime": 1786946249.97903,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "5f12b82ad76341868527a7cff364fc20",
"semantic_hash": "5f12b82ad76341868527a7cff364fc20"
},
"frontend/application/components/HeaderButton.tsx": {
"mtime": 1786799852.637156,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "5e4679ee49ad04e753de83a405255e44",
"semantic_hash": "5e4679ee49ad04e753de83a405255e44"
},
"frontend/application/components/Hero.tsx": {
"mtime": 1786954681.838055,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "4faac85852365c782b0b9d041e104511",
"semantic_hash": "4faac85852365c782b0b9d041e104511"
},
"frontend/application/components/IngredientWiki.tsx": {
"mtime": 1786958978.7394128,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "f7cf6f52fec673e01d2678fef6014469",
"semantic_hash": "f7cf6f52fec673e01d2678fef6014469"
},
"frontend/application/components/LoginModal.tsx": {
"mtime": 1786885876.9322674,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "8e7bdd175df5e72f59814fac75ff6254",
"semantic_hash": "8e7bdd175df5e72f59814fac75ff6254"
},
"frontend/application/components/MaintenancePage.tsx": {
"mtime": 1786946249.984693,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "ddff8dfe25db6a3b4667f52a92ffbd12",
"semantic_hash": "ddff8dfe25db6a3b4667f52a92ffbd12"
},
"frontend/application/components/NetworkBanner.tsx": {
"mtime": 1786799852.662139,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "17a159f769af90f446309ca321c86805",
"semantic_hash": "17a159f769af90f446309ca321c86805"
},
"frontend/application/components/OrderDetailsModal.tsx": {
"mtime": 1786944769.5333402,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "f2074ff3e0fd33cac5442ac503af4803",
"semantic_hash": "f2074ff3e0fd33cac5442ac503af4803"
},
"frontend/application/components/OrderSuccess.tsx": {
"mtime": 1786799852.6655424,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "1af189b677cfa054b76f3a1b518113f8",
"semantic_hash": "1af189b677cfa054b76f3a1b518113f8"
},
"frontend/application/components/OrderTracking.tsx": {
"mtime": 1786885876.938266,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "49d25965ea5f171ee58dbd39157cd699",
"semantic_hash": "49d25965ea5f171ee58dbd39157cd699"
},
"frontend/application/components/PetProfile.tsx": {
"mtime": 1786954681.8402863,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "194f4d4446606dcefacc6df5929cef59",
"semantic_hash": "194f4d4446606dcefacc6df5929cef59"
},
"frontend/application/components/PrescriptionUploadModal.tsx": {
"mtime": 1786954681.8422985,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "3db8c9788e47d8959fd76095029691c0",
"semantic_hash": "3db8c9788e47d8959fd76095029691c0"
},
"frontend/application/components/ProductPage.tsx": {
"mtime": 1786946249.9888144,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "7e331db4309a7e3c3f05bf478d448f61",
"semantic_hash": "7e331db4309a7e3c3f05bf478d448f61"
},
"frontend/application/components/SafeImage.tsx": {
"mtime": 1786885876.9495697,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "df18fce6cb2923a6ed12e6bcd2e9ea7a",
"semantic_hash": "df18fce6cb2923a6ed12e6bcd2e9ea7a"
},
"frontend/application/components/SearchResultsPage.tsx": {
"mtime": 1786799852.7015781,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "a5418e889a76fa054734277bd9a77a3d",
"semantic_hash": "a5418e889a76fa054734277bd9a77a3d"
},
"frontend/application/components/SearchableSelect.tsx": {
"mtime": 1785575516.1555548,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "9a5010afe35da7c9584bf60e69e47002",
"semantic_hash": "9a5010afe35da7c9584bf60e69e47002"
},
"frontend/application/components/Skeleton.tsx": {
"mtime": 1783764561.943997,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "3df12c74c99d1d9ac25dfe620cf2b2c5",
"semantic_hash": "3df12c74c99d1d9ac25dfe620cf2b2c5"
},
"frontend/application/components/SmartAdvisor.tsx": {
"mtime": 1786894580.1679084,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "d4a1912ce8201584d13c24a75b12b688",
"semantic_hash": "d4a1912ce8201584d13c24a75b12b688"
},
"frontend/application/components/TickerBanner.tsx": {
"mtime": 1786885876.9608357,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "e00022d0f2300ac98510a6f8c040598b",
"semantic_hash": "e00022d0f2300ac98510a6f8c040598b"
},
"frontend/application/components/Tooltip.tsx": {
"mtime": 1786885876.9641032,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "cd556c004e25bf31fc7955015e1be6c2",
"semantic_hash": "cd556c004e25bf31fc7955015e1be6c2"
},
"frontend/application/components/TopUpModal.tsx": {
"mtime": 1786890779.336881,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "17b848b63d7422d62703538a62996077",
"semantic_hash": "17b848b63d7422d62703538a62996077"
},
"frontend/application/components/UserDashboard.tsx": {
"mtime": 1786954681.8432968,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "951440a4f08c73e40445b120acf1d11e",
"semantic_hash": "951440a4f08c73e40445b120acf1d11e"
},
"frontend/application/components/VetGallery.tsx": {
"mtime": 1786885876.9703689,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "7a8fad9a3444a58eb9345eed2a8551b0",
"semantic_hash": "7a8fad9a3444a58eb9345eed2a8551b0"
},
"frontend/application/components/VideosPage.tsx": {
"mtime": 1786885876.974175,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "6bf62d530ba5c61a54f292f27155dad4",
"semantic_hash": "6bf62d530ba5c61a54f292f27155dad4"
},
"frontend/application/components/__tests__/CartDrawer.test.tsx": {
"mtime": 1786799852.7618258,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "6840b24eb0f28d8120a320f0fd466154",
"semantic_hash": "6840b24eb0f28d8120a320f0fd466154"
},
"frontend/application/components/__tests__/FeaturedProducts.test.tsx": {
"mtime": 1786799852.7656322,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "4059af6498e993d64024592623b58a2b",
"semantic_hash": "4059af6498e993d64024592623b58a2b"
},
"frontend/application/components/__tests__/Footer.test.tsx": {
"mtime": 1786885876.9765952,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "a258662661bb7865fe657b76abc97003",
"semantic_hash": "a258662661bb7865fe657b76abc97003"
},
"frontend/application/components/__tests__/Header.test.tsx": {
"mtime": 1786799852.770019,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "40d1ba45b7b0272cfc6d4d6addbaf2af",
"semantic_hash": "40d1ba45b7b0272cfc6d4d6addbaf2af"
},
"frontend/application/components/__tests__/Hero.test.tsx": {
"mtime": 1786799852.7760108,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "cba126955eaf2edc40fe24ce0c42d850",
"semantic_hash": "cba126955eaf2edc40fe24ce0c42d850"
},
"frontend/application/components/__tests__/Tooltip.test.tsx": {
"mtime": 1786799852.784349,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "a43df52896070e694d06a2d1ae89a99a",
"semantic_hash": "a43df52896070e694d06a2d1ae89a99a"
},
"frontend/application/eslint.config.mjs": {
"mtime": 1785651092.9934845,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "dfa1f5f6a7037bf39dc510f30b180002",
"semantic_hash": "dfa1f5f6a7037bf39dc510f30b180002"
},
"frontend/application/lib/data/products.ts": {
"mtime": 1786958978.7415156,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "16f2448937ee3a7b071c45642d2a15e1",
"semantic_hash": "16f2448937ee3a7b071c45642d2a15e1"
},
"frontend/application/lib/data/provinces.ts": {
"mtime": 1785571725.610676,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "cd814c89c40909d1da24ac1e01fd99c0",
"semantic_hash": "cd814c89c40909d1da24ac1e01fd99c0"
},
"frontend/application/lib/data/scientificTerms.ts": {
"mtime": 1786958978.7430973,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "b469da9f5c2d6e81279c853211bc197f",
"semantic_hash": "b469da9f5c2d6e81279c853211bc197f"
},
"frontend/application/lib/hooks/useNetworkStatus.ts": {
"mtime": 1786799852.793488,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "d6ece33f5f0149a299c49366f0e314d0",
"semantic_hash": "d6ece33f5f0149a299c49366f0e314d0"
},
"frontend/application/lib/services/api.ts": {
"mtime": 1786954681.8442974,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "ae46ef7c44f6cbfe689fb6807c23b26b",
"semantic_hash": "ae46ef7c44f6cbfe689fb6807c23b26b"
},
"frontend/application/lib/services/authService.ts": {
"mtime": 1786885876.9861848,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "497045bd75576ee0cb6f37fc0ad831da",
"semantic_hash": "497045bd75576ee0cb6f37fc0ad831da"
},
"frontend/application/lib/services/orderService.ts": {
"mtime": 1786799852.8107264,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "5b8b9c867e3db50a9ed5e6b3f765e3b5",
"semantic_hash": "5b8b9c867e3db50a9ed5e6b3f765e3b5"
},
"frontend/application/lib/services/productService.ts": {
"mtime": 1786946249.9909275,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "0658615c29d5ebb2e3345c5b4a01818b",
"semantic_hash": "0658615c29d5ebb2e3345c5b4a01818b"
},
"frontend/application/lib/services/videoService.ts": {
"mtime": 1786799852.818516,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "166f65a9d380ec5e087e1bc53972344b",
"semantic_hash": "166f65a9d380ec5e087e1bc53972344b"
},
"frontend/application/lib/store/__tests__/cartStore.test.ts": {
"mtime": 1786799852.822037,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "741d154ab7044aa24c39b1694dbd9a32",
"semantic_hash": "741d154ab7044aa24c39b1694dbd9a32"
},
"frontend/application/lib/store/__tests__/settingsStore.test.ts": {
"mtime": 1783856793.0438032,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "9ca2a69a162e64abce0658a348454d97",
"semantic_hash": "9ca2a69a162e64abce0658a348454d97"
},
"frontend/application/lib/store/__tests__/userStore.test.ts": {
"mtime": 1786799852.8255477,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "9133574a4b0a49423dadbdc1d8d373b6",
"semantic_hash": "9133574a4b0a49423dadbdc1d8d373b6"
},
"frontend/application/lib/store/cartStore.ts": {
"mtime": 1786895436.2356844,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "bca90351f647e0cbd364a37d7e193d8e",
"semantic_hash": "bca90351f647e0cbd364a37d7e193d8e"
},
"frontend/application/lib/store/settingsStore.ts": {
"mtime": 1786948119.7870967,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "ad4252536324b30028b5e4844fbd959b",
"semantic_hash": "ad4252536324b30028b5e4844fbd959b"
},
"frontend/application/lib/store/uiStore.ts": {
"mtime": 1786799852.833588,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "5b78ec13363f2456a9efa6189473f93b",
"semantic_hash": "5b78ec13363f2456a9efa6189473f93b"
},
"frontend/application/lib/store/usePetStore.ts": {
"mtime": 1786954681.8453007,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "ad7e988e8e7561ed1c39db9964710806",
"semantic_hash": "ad7e988e8e7561ed1c39db9964710806"
},
"frontend/application/lib/store/userStore.ts": {
"mtime": 1786885876.9946983,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "8b78aa320dffed6f73df4e7da060b79d",
"semantic_hash": "8b78aa320dffed6f73df4e7da060b79d"
},
"frontend/application/lib/types.ts": {
"mtime": 1786799852.8401117,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "d4375ccb9e1067339601af5cb0f1ae07",
"semantic_hash": "d4375ccb9e1067339601af5cb0f1ae07"
},
"frontend/application/lib/utils.ts": {
"mtime": 1786799852.847284,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "13d70256fc31437c6a1d3c3450c0d5c6",
"semantic_hash": "13d70256fc31437c6a1d3c3450c0d5c6"
},
"frontend/application/next.config.ts": {
"mtime": 1786870552.8987696,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "edcb26aa9da0f8549c0a46449b2ba92c",
"semantic_hash": "edcb26aa9da0f8549c0a46449b2ba92c"
},
"frontend/application/package.json": {
"mtime": 1786799852.8631322,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "6e05083120e9bf19ace443112d6b54ab",
"semantic_hash": "6e05083120e9bf19ace443112d6b54ab"
},
"frontend/application/postcss.config.mjs": {
"mtime": 1783764561.9882522,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "239f3ebf717465dc636818a1a619398d",
"semantic_hash": "239f3ebf717465dc636818a1a619398d"
},
"frontend/application/tsconfig.json": {
"mtime": 1786799852.86564,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "09df7544350f3ee3b4fe33841d294a86",
"semantic_hash": "09df7544350f3ee3b4fe33841d294a86"
},
"frontend/application/vitest.config.ts": {
"mtime": 1786799852.8686528,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "ee482d93c3e5c516e021b7a68c5fb60b",
"semantic_hash": "ee482d93c3e5c516e021b7a68c5fb60b"
},
"frontend/application/vitest.setup.ts": {
"mtime": 1786799852.8706508,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "4dcc5d7d1d80795a12623d48fc61e3e5",
"semantic_hash": "4dcc5d7d1d80795a12623d48fc61e3e5"
},
"package.json": {
"mtime": 1783856793.674106,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "fcb100aa3caf90be6b494c35499e0049",
"semantic_hash": "fcb100aa3caf90be6b494c35499e0049"
},
"scripts/backup_db.sh": {
"mtime": 1786799852.8767846,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "82cb31279bdfacde5efe978a55256436",
"semantic_hash": "82cb31279bdfacde5efe978a55256436"
},
"scripts/deploy.sh": {
"mtime": 1786870553.126345,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "eda4f35605687f8babd6e35db28ce2d8",
"semantic_hash": "eda4f35605687f8babd6e35db28ce2d8"
},
"scripts/open-browsers.js": {
"mtime": 1783764562.0287807,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "efcd36af516d969f068285a5d0b81ae3",
"semantic_hash": "efcd36af516d969f068285a5d0b81ae3"
},
"scripts/start-dev.js": {
"mtime": 1783766217.3195245,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "edf922e3c4b62dbe39c6f14fa9285426",
"semantic_hash": "edf922e3c4b62dbe39c6f14fa9285426"
},
"start.sh": {
"mtime": 1784033954.8130803,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "de3176806eab0abd69c6a8ea420b2095",
"semantic_hash": "de3176806eab0abd69c6a8ea420b2095"
},
@@ -2947,49 +2947,49 @@
},
"backend/src/payment/dto/initiate-payment.dto.ts": {
"mtime": 1786870552.8742464,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "a097fcbb5846e7cd00e7cb2cefc060bb",
"semantic_hash": "a097fcbb5846e7cd00e7cb2cefc060bb"
},
"backend/src/payment/dto/verify-payment.dto.ts": {
"mtime": 1786894580.126858,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "f6db4b79ca261e36334ef84f39b8e87c",
"semantic_hash": "f6db4b79ca261e36334ef84f39b8e87c"
},
"backend/src/payment/payment.controller.ts": {
"mtime": 1786891855.3438442,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "9fd84400d5182ccac226eba14f9e64ed",
"semantic_hash": "9fd84400d5182ccac226eba14f9e64ed"
},
"backend/src/payment/payment.module.ts": {
"mtime": 1786870552.8777573,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "662492e920bf40b388a81951a720680f",
"semantic_hash": "662492e920bf40b388a81951a720680f"
},
"backend/src/payment/payment.service.ts": {
"mtime": 1786892646.0367486,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "3e8f87f412cd79638962d0391c9d0760",
"semantic_hash": "3e8f87f412cd79638962d0391c9d0760"
},
"backend/src/payment/zibal.service.ts": {
"mtime": 1786891855.3500419,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "cb4a2c5211a9e36dd3530ea3c7c92a00",
"semantic_hash": "cb4a2c5211a9e36dd3530ea3c7c92a00"
},
"frontend/application/app/payment/verify/page.tsx": {
"mtime": 1786891855.3560786,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "68d1923f04a3300b7b6dca6023ab357e",
"semantic_hash": "68d1923f04a3300b7b6dca6023ab357e"
},
"frontend/admin-panel/src/pages/SmsSettingsPage.tsx": {
"mtime": 1786892646.04375,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "63fa1af3663205792fafa0895e0aa132",
"semantic_hash": "63fa1af3663205792fafa0895e0aa132"
},
@@ -3001,247 +3001,247 @@
},
"backend/src/payment/dto/admin-transaction-filter.dto.ts": {
"mtime": 1786870552.873241,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "2ff5b8eb7f19cf5f6df0415011993b48",
"semantic_hash": "2ff5b8eb7f19cf5f6df0415011993b48"
},
"frontend/admin-panel/src/pages/Transactions.tsx": {
"mtime": 1786894580.1501417,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "5dad685df48f819d8046ec8f03af2ad7",
"semantic_hash": "5dad685df48f819d8046ec8f03af2ad7"
},
"backend/src/payment/interfaces/payment-gateway.interface.ts": {
"mtime": 1786870552.8767512,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "930a5f06cdec431d842bf9b12618eed5",
"semantic_hash": "930a5f06cdec431d842bf9b12618eed5"
},
"frontend/application/components/catalog/CatalogPageSpread.tsx": {
"mtime": 1786885876.9791617,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "ee3ca1b91560e8f0fcf4c3385da4a0e2",
"semantic_hash": "ee3ca1b91560e8f0fcf4c3385da4a0e2"
},
"frontend/application/components/catalog/FlipbookCatalog.tsx": {
"mtime": 1786885876.982162,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "eb46a7868a6b96139ca06b0ef4174dfb",
"semantic_hash": "eb46a7868a6b96139ca06b0ef4174dfb"
},
"frontend/application/components/catalog/ProductDetailModal.tsx": {
"mtime": 1786872121.572482,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "c95d3b01c3b379a6b3fce75788e96e21",
"semantic_hash": "c95d3b01c3b379a6b3fce75788e96e21"
},
"backend/scripts/generate-openapi.d.ts": {
"mtime": 1786883225.7774837,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "e2ebd7ddedcadeeadbf819c35985c768",
"semantic_hash": "e2ebd7ddedcadeeadbf819c35985c768"
},
"backend/scripts/generate-openapi.js": {
"mtime": 1786883225.77912,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "f7c2607fc067b04e7cb7716490ea1169",
"semantic_hash": "f7c2607fc067b04e7cb7716490ea1169"
},
"backend/src/admin/dto/user.dto.ts": {
"mtime": 1786883225.7858465,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "5d8704e9131ff0454131ba7893fb4750",
"semantic_hash": "5d8704e9131ff0454131ba7893fb4750"
},
"backend/src/admin/ssl.controller.ts": {
"mtime": 1786877667.007048,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "f1a968f6a6014c2c28aa5a7b74082068",
"semantic_hash": "f1a968f6a6014c2c28aa5a7b74082068"
},
"backend/src/admin/ssl.service.ts": {
"mtime": 1786877667.0090635,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "55bee4587be36c0aa59bba43d70adcf3",
"semantic_hash": "55bee4587be36c0aa59bba43d70adcf3"
},
"backend/src/auth/auth.constants.ts": {
"mtime": 1786883225.7878554,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "43d939e02d6478415c027585d1e0c7fd",
"semantic_hash": "43d939e02d6478415c027585d1e0c7fd"
},
"backend/src/common/utils/phone.utils.ts": {
"mtime": 1786883225.801396,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "a4c682b767823a624163b9430f1db7d1",
"semantic_hash": "a4c682b767823a624163b9430f1db7d1"
},
"backend/src/reviews/dto/create-review.dto.ts": {
"mtime": 1786944769.513302,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "641d10cd957bc32ec94ac70f67920ce7",
"semantic_hash": "641d10cd957bc32ec94ac70f67920ce7"
},
"backend/src/reviews/dto/update-review.dto.ts": {
"mtime": 1786944769.5153143,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "fdde33c52225e747421e70adce5e47fd",
"semantic_hash": "fdde33c52225e747421e70adce5e47fd"
},
"backend/src/reviews/reviews.controller.ts": {
"mtime": 1786944769.516312,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "25538b0ceb81aa984f9da7ae7cc6d404",
"semantic_hash": "25538b0ceb81aa984f9da7ae7cc6d404"
},
"backend/src/reviews/reviews.module.ts": {
"mtime": 1786944769.5173109,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "7f5cb88dda0a902c24c48edb34647428",
"semantic_hash": "7f5cb88dda0a902c24c48edb34647428"
},
"backend/src/reviews/reviews.service.ts": {
"mtime": 1786944769.518311,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "fb2b6e040095a6c5be85f90ecedfa3e5",
"semantic_hash": "fb2b6e040095a6c5be85f90ecedfa3e5"
},
"backend/src/settings/default-ui-texts.ts": {
"mtime": 1786946249.9614189,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "00a99e61910189d6e6ffd3ffd9177378",
"semantic_hash": "00a99e61910189d6e6ffd3ffd9177378"
},
"backend/src/settings/dto/sms-log-query.dto.ts": {
"mtime": 1786883225.8054564,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "a83913527d36178a2ea1959bafa1056e",
"semantic_hash": "a83913527d36178a2ea1959bafa1056e"
},
"backend/src/tickets/dto/create-ticket.dto.ts": {
"mtime": 1786890779.3192952,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "8176cf810b4908d89c8d1c5b911ebf5f",
"semantic_hash": "8176cf810b4908d89c8d1c5b911ebf5f"
},
"backend/src/tickets/dto/ticket-query.dto.ts": {
"mtime": 1786890779.3192952,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "216462a3e762431ea607ba1ea9188eb3",
"semantic_hash": "216462a3e762431ea607ba1ea9188eb3"
},
"backend/src/tickets/tickets.controller.ts": {
"mtime": 1786890779.3212986,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "c500da7cf819cd122178e64bc08d9c99",
"semantic_hash": "c500da7cf819cd122178e64bc08d9c99"
},
"backend/src/tickets/tickets.module.ts": {
"mtime": 1786890779.3222969,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "0b3e226a18679b4bf37016c27b874ae9",
"semantic_hash": "0b3e226a18679b4bf37016c27b874ae9"
},
"backend/src/tickets/tickets.service.ts": {
"mtime": 1786890779.3232956,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "98c52a5c182544c16c8df166b7d17533",
"semantic_hash": "98c52a5c182544c16c8df166b7d17533"
},
"frontend/admin-panel/src/pages/Reviews.tsx": {
"mtime": 1786944769.5238168,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "df5fdf55da3249b951ca10a8f39e5dd3",
"semantic_hash": "df5fdf55da3249b951ca10a8f39e5dd3"
},
"frontend/admin-panel/src/pages/SslSettingsPage.tsx": {
"mtime": 1786877667.0190136,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "6e48e726f4b6d450e414c3a3b2e9319f",
"semantic_hash": "6e48e726f4b6d450e414c3a3b2e9319f"
},
"frontend/admin-panel/src/pages/Tickets.tsx": {
"mtime": 1786890779.3272989,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "cb9fe819e626f65531d02e58fedeeb18",
"semantic_hash": "cb9fe819e626f65531d02e58fedeeb18"
},
"frontend/application/components/BannerPlacement.tsx": {
"mtime": 1786946249.9719338,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "ee89459c3156c726321a7b1eeeb06ddb",
"semantic_hash": "ee89459c3156c726321a7b1eeeb06ddb"
},
"frontend/application/components/BrandLogo.tsx": {
"mtime": 1786946249.972931,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "87a073812481acdc9c6f6eb771ec53c2",
"semantic_hash": "87a073812481acdc9c6f6eb771ec53c2"
},
"frontend/application/components/ProductReviews.tsx": {
"mtime": 1786944769.5358548,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "0061c976c07201a6e7607cd80d5a1881",
"semantic_hash": "0061c976c07201a6e7607cd80d5a1881"
},
"frontend/application/lib/services/ticketService.ts": {
"mtime": 1786890779.3409019,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "6fcf9ed78ca9194e01333602a1989947",
"semantic_hash": "6fcf9ed78ca9194e01333602a1989947"
},
"frontend/admin-panel/src/components/ui/PriceInput.tsx": {
"mtime": 1786948119.7711625,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "09a84a9f29f735448d05e4327c0304b3",
"semantic_hash": "09a84a9f29f735448d05e4327c0304b3"
},
"frontend/admin-panel/src/components/ui/Badge.tsx": {
"mtime": 1786954681.8228974,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "de496b3f7b795cbe4c782d8d1204f170",
"semantic_hash": "de496b3f7b795cbe4c782d8d1204f170"
},
"frontend/admin-panel/src/components/ui/FormField.tsx": {
"mtime": 1786954681.823527,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "265c887af876e10153f2ac32844194c2",
"semantic_hash": "265c887af876e10153f2ac32844194c2"
},
"frontend/admin-panel/src/components/ui/ImagePreviewModal.tsx": {
"mtime": 1786954681.824535,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "ada78d41f18a3dcce5e806a2ab252d30",
"semantic_hash": "ada78d41f18a3dcce5e806a2ab252d30"
},
"frontend/admin-panel/src/components/ui/Input.tsx": {
"mtime": 1786954681.825536,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "b3c0b6ae3bec10c6ac070ae60e804e28",
"semantic_hash": "b3c0b6ae3bec10c6ac070ae60e804e28"
},
"frontend/admin-panel/src/components/ui/Select.tsx": {
"mtime": 1786954681.8285375,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "a06e97672e210fdff460252966d2ab09",
"semantic_hash": "a06e97672e210fdff460252966d2ab09"
},
"frontend/admin-panel/src/components/ui/Textarea.tsx": {
"mtime": 1786954681.8285375,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "bbbdbaa3a2aeb68e7e406d555129fb79",
"semantic_hash": "bbbdbaa3a2aeb68e7e406d555129fb79"
},
"frontend/admin-panel/src/components/ui/ToggleSwitch.tsx": {
"mtime": 1786954681.830045,
- "seen": 1786961122.6884992,
+ "seen": 1786961226.3700874,
"ast_hash": "f212eaa6017ac07b37356612883b2884",
"semantic_hash": "f212eaa6017ac07b37356612883b2884"
},
"backend/prisma/tsconfig.json": {
- "mtime": 1786961085.4483466,
- "seen": 1786961122.6884992,
+ "mtime": 1786961195.3002362,
+ "seen": 1786961226.3700874,
"ast_hash": "a12c81b60c5e9fdb3c1aba03ac7ecb27",
"semantic_hash": "a12c81b60c5e9fdb3c1aba03ac7ecb27"
}