Assigns Solidarity Tech agents to department members automatically.
Find a file
2026-09-10 11:57:25 +02:00
.env.example add example environment file 2026-09-08 09:52:48 +02:00
.gitignore typo in gitignore 2026-09-08 10:21:22 +02:00
client.go sync mechanism complete 2026-09-10 00:20:56 +02:00
fakes.go goimports automating imports for me now 2026-09-09 22:53:38 +02:00
go.mod added GetUser function 2026-09-09 23:15:09 +02:00
go.sum added GetUser function 2026-09-09 23:15:09 +02:00
main.go add basic schema and sync function, sorting by appointment type 2026-09-09 23:46:35 +02:00
reconcile.go ensure that reps cannot be assigned agent, this should be done manually by organizing leads in ST 2026-09-10 11:57:25 +02:00
server.go add basis for multiple reps 2026-09-10 11:52:32 +02:00
store.go ensure that reps cannot be assigned agent, this should be done manually by organizing leads in ST 2026-09-10 11:57:25 +02:00
sync.go sync mechanism complete 2026-09-10 00:21:04 +02:00
test.sh First commit, basic SQLite store, worker, and server 2026-09-08 09:45:23 +02:00