Skip to content

Add SoftVerx (Pakistan) to distributors - #592

Merged
vvlladd28 merged 1 commit into
thingsboard:mainfrom
rusikv:add-softverx-distributor
Jul 31, 2026
Merged

Add SoftVerx (Pakistan) to distributors#592
vvlladd28 merged 1 commit into
thingsboard:mainfrom
rusikv:add-softverx-distributor

Conversation

@rusikv

@rusikv rusikv commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

What

Adds SoftVerx as a distributor on /partners/distributors/, per partner request.

Field Value
Name SoftVerx
Region Asia
Country Pakistan
Email info@softverx.com
Website www.softverx.com (displays as softverx.com)

Inserted alphabetically between SoftOne Ltd. and Solu Filantropi Teknologi. Distributor count: 97 → 98.

Note on the www. prefix

The website is stored as www.softverx.com rather than softverx.com on purpose: the bare
apex host serves a certificate whose only SAN is www.softverx.com, so https://softverx.com
fails TLS validation:

curl https://softverx.com
curl: (60) SSL: no alternative certificate subject name matches target host name 'softverx.com'

curl https://www.softverx.com   ->  200 OK

distributors.astro builds the href from the raw value but strips www. for the visible label,
so the card links to the working https://www.softverx.com while still reading softverx.com.
Four existing entries (www.evget.com, www.edgewaretech.com, www.jha-it.se, www.lts.sa)
already use this pattern.

Filters

Pakistan is a new country for this page. The region/country selects are derived from
DISTRIBUTORS at build time, so it appears automatically in the Asia and All countries
dropdowns — no map or filter changes needed.

Verification

  • Data loads; entry satisfies the Distributor interface (all 5 fields present)
  • Rendered href https://www.softverx.com (confirmed 200), label softverx.com, mailto link correct
  • Asia is a valid REGIONS value; Pakistan present in both derived country lists
  • No duplicate name or website against the existing 97 entries
  • eslint clean on the changed file
  • Prettier reports pre-existing style diffs on this file (present on the untouched file too), so it was
    deliberately not reformatted — the new entry matches the surrounding style
  • Full pnpm build:fast not run (repo policy is to ask first); change is data-only

One thing worth confirming with the partner: the Pakistan location and info@softverx.com come from
the submitted request — the site is a client-rendered Next.js app and lists neither in its HTML, so
neither could be independently verified from the page.

New Asia/Pakistan distributor:
- name: SoftVerx
- email: info@softverx.com
- website: www.softverx.com

Stored with the www. prefix because softverx.com serves a certificate
valid only for www.softverx.com, so the bare host fails TLS validation.
The page strips www. for display, so the card still reads softverx.com.

Pakistan is a new country for the finder; it now appears in the Asia and
All countries filters, which are derived from this data.
@rusikv
rusikv marked this pull request as ready for review July 30, 2026 13:35
@vvlladd28
vvlladd28 merged commit 9de70f6 into thingsboard:main Jul 31, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants