replace the "Krow" with "KROW"
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
# Application Overview: Krow Web Platform (Backend)
|
||||
# Application Overview: KROW Web Platform (Backend)
|
||||
|
||||
## 1. Executive Summary
|
||||
The **Krow Web Platform** is the central "brain" and "command center" of the entire Krow ecosystem. While the mobile apps are the tools used in the field, this web application is the engine that powers them.
|
||||
The **KROW Web Platform** is the central "brain" and "command center" of the entire KROW ecosystem. While the mobile apps are the tools used in the field, this web application is the engine that powers them.
|
||||
|
||||
It serves two primary functions:
|
||||
1. **The Engine:** It processes all data from the mobile apps—saving new events, finding available staff, handling payments, and verifying check-ins.
|
||||
2. **The Control Tower (Admin Panel):** It provides a powerful website where Krow administrators can oversee the entire business, manage users, resolve disputes, and configure system-wide settings.
|
||||
2. **The Control Tower (Admin Panel):** It provides a powerful website where KROW administrators can oversee the entire business, manage users, resolve disputes, and configure system-wide settings.
|
||||
|
||||
## 2. High-Level Architecture
|
||||
The application follows a **Monolithic Web Architecture** using the **Laravel** framework. This is a battle-tested, robust structure ideal for building complex, data-heavy business platforms.
|
||||
@@ -84,7 +84,7 @@ flowchart TD
|
||||
classDef data fill:#e8f5e9,stroke:#2e7d32,stroke-width:2px,color:#1b5e20
|
||||
classDef external fill:#f3e5f5,stroke:#7b1fa2,stroke-width:2px,color:#4a148c
|
||||
|
||||
subgraph Server_Application [Krow Web Platform]
|
||||
subgraph Server_Application [KROW Web Platform]
|
||||
direction TB
|
||||
|
||||
subgraph Interfaces [Access Layers]
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Use Case Documentation: Krow Web Platform (Admin Panel)
|
||||
# Use Case Documentation: KROW Web Platform (Admin Panel)
|
||||
|
||||
## 1. Admin Login
|
||||
|
||||
|
||||
Reference in New Issue
Block a user