Add role-based filtering and imporve code

This commit is contained in:
Urtzi Alfaro
2025-10-15 16:12:49 +02:00
parent 96ad5c6692
commit 8f9e9a7edc
158 changed files with 11033 additions and 1544 deletions

View File

@@ -95,7 +95,15 @@
"deployment": "Deployment"
},
"estimated_time": "Estimated time: {{minutes}} minutes",
"description": "We're creating a personalized AI model for your bakery based on your historical data."
"estimated_time_remaining": "Estimated time remaining: {{time}}",
"description": "We're creating a personalized AI model for your bakery based on your historical data.",
"skip_to_dashboard": {
"title": "Taking too long?",
"description": "Training continues in the background. You can go to the dashboard now and explore your system while the model finishes training.",
"button": "Go to Dashboard",
"info": "Training is taking longer than expected. Don't worry, you can explore your dashboard while the model finishes training in the background.",
"training_continues": "Training continues in the background"
}
},
"completion": {
"title": "Setup Complete!",