Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,27 @@
# Smart Delivery Dispatch System

## Team Information
- **Team Name**: [Team Name]
- **Year**: [Year]
- **All-Female Team**: [Yes/No]
- **Team Name**: [SPIRIT]
- **Year**: [1ST Year]
- **All-Female Team**: [No]

## Architecture Overview

#### Describe your approach here. Keep it short and clear.

- What is your dispatch strategy?
Real-time greedy assignment — for each order, choose the best available agent immediately based on score.
- How do you score agents for incoming orders?
Score = distance (closer is better) + load (less busy preferred) + priority boost
→ Highest score gets the order.
- How do you manage SLA deadlines, priority orders, and agent capacity?
SLA: tracked using deadlines (used for performance check)
Priority: HIGH orders get preference (sorting + score boost)
Capacity: max 2 orders per agent (strict limit)
- What are the main steps in your pipeline?
Order → prioritize → filter agents → score → assign → deliver → update system

If you say this cleanly, judges will understand fast 👍


**Note:** Please do not change the format or spelling of anything in this README. The fields are extracted using a script, so any changes to the structure or formatting may break the extraction process.