Dev / controllers /auth_controller.go

Commit History

perf: optimize Login GORM query with select-specific-columns, specific preloads, and remove the redundant First(company) query
46976cd

Mhamdans17 commited on

perf: completely fix N+1 query problem and select * in ListCompanies, ListBranches, and GetCurrentUser middleware
4a28cd8

Mhamdans17 commited on

perf: optimize ListUsers and ListCompanies with database-level pagination and search
97344b4

Mhamdans17 commited on

feat: add company_address to tenant registration request payload
f168cd0

Mhamdans17 commited on

feat: migrate warungpos backend to Go with Tripay
edcf070

Mhamdans17 commited on