Commit Graph

9 Commits

Author SHA1 Message Date
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
bc7c4031cc feat: removing apiConfig.json adding it to CICD variables
- fix(ci_functions.sh/cicd): Using SH safe vars style
2025-09-08 21:39:46 -06:00
Josepablo C
12e192b4d2 feat: Adding alert_list to branches/loads 2025-06-04 13:04:03 -06:00
Josepablo C
682505d333 fix: Update code generation of Vehicle/User/Company/Load to avoid collisions 2024-11-25 17:31:56 -06:00
Josepablo C
c3f0b08cb7 feat: Split v1 and v2 apis 2024-08-05 15:56:23 -06:00
Josepablo C
abe6b2ceff feat(Proposals): Adding simple event handler 2024-04-06 16:15:28 -06:00
83e037c298 feat(Countries): Adding countries endpoint 2023-10-05 15:59:22 -06:00
55f1c6e091 Initial commit 2023-10-05 11:43:08 -06:00