Enhances AI booking optimization with smart slot recommendations

Implements AI-driven time slot selection algorithm for booking system

Adds intelligent slot scoring mechanism that considers:
- Minimizing calendar gaps
- Optimizing employee time utilization
- Providing recommended time slots for customers

Introduces new AI features across booking interfaces to improve scheduling efficiency
This commit is contained in:
Janus C. H. Knudsen 2026-01-02 21:19:10 +01:00
parent 3b86a6c8b3
commit 2a066c6d14
18 changed files with 4496 additions and 25 deletions

View file

@ -18,7 +18,10 @@
"Bash(powershell -Command \"Get-ChildItem -Path src -Filter ''index.ts'' -Recurse | Select-Object -ExpandProperty FullName\")",
"Bash(powershell -Command:*)",
"WebFetch(domain:www.npmjs.com)",
"WebFetch(domain:unpkg.com)"
"WebFetch(domain:unpkg.com)",
"Bash(node -e:*)",
"Bash(ls:*)",
"Bash(find:*)"
],
"deny": [],
"ask": []