Commit Graph

17 Commits

Author SHA1 Message Date
Josepablo Cruz Baas
d06696fd0c Private Groups + Load-Templates Features 2026-03-31 22:47:31 +00:00
Josepablo Cruz Baas
f79329e714 Draft: Revert "feat: Private Groups + Load-Templates" 2026-03-31 22:06:21 +00:00
Josepablo Cruz Baas
82c2ea74e8 feat: Private Groups + Load-Templates
Private Groups enabled based on the following assumptions:

* There is only one private group.
* The companies added to the private group is able to find private loads in the directory.
* The companies added to the private group is able to find private companies in the directory.
* The driver requires a new endpoint to read load resources no matter the privacy rules (as long as they are added to the load as driver).
* The private group can be updated by anyone within the company.
* The privacy is enabled on the company information by enabling `privacy=true`.
* The privacy is enabled on the loads information by enabling `privacy=true`.
* When looking for loads/companies by default the search is with `privacy=false` which returns public elements. When `privacy=true`is given, the results are limited to private elements only (not including public elements).

Load-Templates enabled based on the following assumptions:

* Anyone can CRUD the templates, there is no find feature (for now). It is assumed that the number of templates is limited.
2026-03-31 02:02:30 +00:00
Josepablo C
8ae13017be fix(vehicles/loads): fix city/state find filters 2025-07-21 13:02:28 -06:00
Josepablo C
661c550cb2 feat: Adding observers/loads endpoint 2025-06-06 23:26:46 -06:00
Josepablo C
ef66a297d4 chore: Update observers/account endpoint docs 2025-06-05 00:56:17 -06:00
Josepablo C
8fd7364558 feat: Adding observers/public/account 2025-06-05 00:48:19 -06:00
Josepablo C
12e192b4d2 feat: Adding alert_list to branches/loads 2025-06-04 13:04:03 -06:00
Josepablo C
4da61abb73 fix(loads/find): Adding est_loading_date field to the find query 2025-04-08 23:22:11 -06:00
Josepablo C
679a265951 feat(loads): Adding shipper_warehouse field to loads model 2025-02-27 21:10:28 -06:00
Josepablo C
5b4318fa6e feat: Adding type/zipcode to branches filter 2024-09-28 20:08:38 -06:00
Josepablo C
e676a98476 feat(v1:vehicles): Adding vehicles search by company_name and filters 2024-08-16 21:34:46 -06:00
Josepablo C
07820bbb1d fix(loads): Adding support to filter with carrierId 2024-08-15 14:20:22 -06:00
Josepablo C
41ae6354fa fix(v1:vehicles): Adding is_available filter 2024-08-13 21:22:38 -06:00
Josepablo C
db6af2e7da feat(v1:ehicles): Adding global/find endpoint 2024-08-13 21:18:06 -06:00
Josepablo C
9b24704f76 feat: Adding notifications endpoint 2024-08-09 21:16:24 -06:00
Josepablo C
c3f0b08cb7 feat: Split v1 and v2 apis 2024-08-05 15:56:23 -06:00