Rename menus: 'Acessos', 'Filas', 'Produtividade'; add agent productivity section with bar chart; adjust CSV label; update channels page title
This commit is contained in:
parent
347609a186
commit
67df0d4308
8 changed files with 150 additions and 13 deletions
|
|
@ -205,7 +205,8 @@ export default defineSchema({
|
|||
pauseNote: v.optional(v.string()),
|
||||
})
|
||||
.index("by_ticket", ["ticketId"])
|
||||
.index("by_ticket_agent", ["ticketId", "agentId"]),
|
||||
.index("by_ticket_agent", ["ticketId", "agentId"])
|
||||
.index("by_agent", ["agentId"]),
|
||||
|
||||
ticketCategories: defineTable({
|
||||
tenantId: v.string(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue