iachat/spec/enterprise/controllers/api/v1/accounts
Vinay Keerthi 170ea7691f
feat: Add company model and API with tests (#12548)
# Pull Request Template

## Description

* add Company model with validations for name, domain, description and
  avatar
* Add database migration fo
* Implement endpoints for company CRUD operations
* Add optional company relationship for contacts
* Add test for models, controllers, factories and policies
* Add authorization policies restricting delete to admins
* support JSON API responses
Please include a summary of the change and issue(s) fixed. Also, mention
relevant motivation, context, and any dependencies that this change
requires.

Fixes #(cw-5650)

## Type of change

Please delete options that are not relevant.

- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality not to work as expected)
- [ ] This change requires a documentation update

## How Has This Been Tested?

Tests are implemented using `RSpec`

```
$ bundle exec rails db:migrate
$ bundle exec rspec spec/models/company_spec.rb spec/controllers/api/v1/accounts/companies_controller_spec.rb
```

## Checklist:

- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my code
- [x] I have commented on my code, particularly in hard-to-understand
areas
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [x] I have added tests that prove my fix is effective or that my
feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published in downstream
modules
2025-10-08 07:53:43 -07:00
..
agent_capacity_policies fix: Assignment V2 controller fix (#12415) 2025-09-11 19:32:33 +07:00
captain feat: Add UI for custom tools (#12585) 2025-10-06 09:05:54 -07:00
agent_capacity_policies_controller_spec.rb fix: Assignment V2 controller fix (#12415) 2025-09-11 19:32:33 +07:00
agents_controller_spec.rb feat: API changes to support multi step user signup (#8933) 2024-02-20 16:48:51 +05:30
applied_slas_controller_spec.rb fix: Display proper conversation ID with click-to-open in SLA reports (#12570) 2025-10-02 08:18:54 +05:30
audit_logs_controller_spec.rb feat: add auditlogs for account model (#7511) 2023-07-19 23:52:34 +05:30
companies_controller_spec.rb feat: Add company model and API with tests (#12548) 2025-10-08 07:53:43 -07:00
conversations_controller_spec.rb feat: Conversation API to return applied_sla and sla_events (#9174) 2024-04-01 23:30:07 +05:30
custom_roles_controller_spec.rb chore: Fix flaky permissions test (#10074) 2024-09-04 16:13:29 -07:00
saml_settings_controller_spec.rb feat: add saml model & controller [CW-2958] (#12289) 2025-09-03 13:30:42 -07:00
sla_policies_controller_spec.rb feat: sla 1 - refactor sla_policies model and add applied_sla model (#8602) 2024-01-23 23:48:02 +05:30