Commit Graph

7 Commits

Author SHA1 Message Date
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
4ea50b0e83 fix: Change status=Completed as observers rule instead of Published 2025-06-10 21:56:40 -06:00
Josepablo C
661c550cb2 feat: Adding observers/loads endpoint 2025-06-06 23:26:46 -06:00
Josepablo C
12e192b4d2 feat: Adding alert_list to branches/loads 2025-06-04 13:04:03 -06:00
Josepablo C
1d3c9bd443 feat: Simplify proposals events and add warehouse events 2025-03-20 00:39:15 -06:00
Josepablo C
679a265951 feat(loads): Adding shipper_warehouse field to loads model 2025-02-27 21:10:28 -06:00
Josepablo C
c3f0b08cb7 feat: Split v1 and v2 apis 2024-08-05 15:56:23 -06:00