Domain Lists
There are three domains that we will use:
| domain | description |
|---|---|
jodapp.com | Production domain for JodPro, JodGig, and JobBoard |
jodapp.dev | QA domain and Internal tools for Jod Team (e.g. metabase, docs, etc.) |
jod.com.sg | Mobile API, legacy domain before jodapp.com |
jodapp.com
Production domain for:
- JodGig
- JodBoard
It will only host production environments for domain hygiene.
| product name | urls | instance host name |
|---|---|---|
| JodApp | jodapp.com | jodapp.prod.web |
| jodpro-web | pro.jodapp.com | jodpro.prod.frontend |
| PRO API | pro.jodapp.com/jodpro/api | jodpro.prod.api |
| GIG Portal | gig.jodapp.com | jodgig.prod.frontend |
| GIG API | gig.jodapp.com/api | jodgig.prod.api |
| GIG Partner | gig-partner.jodapp.com | jodgig.prod.web |
| Candidates | jodapp.com | jodgig.prod.api |
jod.com.sg
This is the current domain for GIG clients, in the subdomain prod.jod.com.sg.
jod.com.sg - Prod Environment
Production environment is the domains that our clients use.
- Users who navigate to
prod.jod.com.sgwill be redirected togig.jodapp.com
| urls | app | instance host name |
|---|---|---|
prod.jod.com.sg | GIG | jodgig.prod.frontend |
prod.jod.com.sg/api | GIG | jodgig.prod.api |
jod.com.sg - QA Environment
This is where engineering team can test the new code before it is deployed to production.
| urls | app | instance host name |
|---|---|---|
qa-jodapp-careers.jod.com.sg | JodApp (careers) | jodapp.qa.frontend |
qa-jodapp-api.jod.com.sg | JodApp (careers) | jodapp.qa.api |
qa-pro.jod.com.sg | PRO | jodpro.qa.frontend |
qa-pro.jod.com.sg/jodpro/api | PRO | jodpro.qa.api |
qa-gig.jod.com.sg | GIG | jodgig.qa.frontend |
qa-gig.jod.com.sg/api | GIG | jodgig.qa.api |
| urls | app | instance host |
|---|---|---|
qa-pro.jod.com.sg | PRO | jodpro.qa.frontend |
qa-pro.jod.com.sg/jodpro/api | PRO | jodpro.qa.api |
qa-gig.jod.com.sg | GIG | jodgig.qa.frontend |
qa-gig.jod.com.sg/api | GIG | jodgig.qa.api |
jod.com.sg - Demo Environment
Demo environment is not yet setup as of 10 Nov 2024.
Business uses this environment to demo to clients.
This environemnt
| urls | environment | app | instance host name |
|---|---|---|---|
demo-pro.jod.com.sg | demo | PRO | jodpro.demo.frontend |
demo-pro.jod.com.sg/jodpro/api | demo | PRO | jodpro.demo.api |
demo-gig.jod.com.sg | demo | GIG | jodgig.demo.frontend |
demo-gig.jod.com.sg/api | demo | GIG | jodgig.demo.api |
Ignore this section for now.
Migration Phases
We will be migrating in two phases:
Phase 1
Move existing urls to standardised format by removing version numbers for jod.com.sg
- We have completed Phase 1.
Phase 2
Move from jod.com.sg to jodapp.com with the standardised format defined in URL Domain Conventions
Current URLs
The following show which URLs have already been migrated to the new format.
JodGig
| environment | role | domain to | instance host name |
|---|---|---|---|
| qa | api | qa.jod.com.sg/api | jodgig.qa.api |
| qa | frontend | qa.jod.com.sg | jodgig.qa.frontend |
| demo | api | demo.jod.com.sg/api | jodgig.demo.api |
| demo | frontend | demo.jod.com.sg | jodgig.demo.frontend |
| prod | api | prod.jod.com.sg/api | jodgig.prod.api |
| prod | frontend | prod.jod.com.sg | jodgig.prod.frontend |
Jod Pro
| environment | role | domain from | instance host name |
|---|---|---|---|
| qa | api | jodpro-qa.jod.com.sg/jodpro/api | jodpro.qa.api |
| qa | frontend | jodpro-qa.jod.com.sg | jodpro.qa.frontend |
| demo | api | jodpro-demo.jod.com.sg/jodpro/api | jodpro.demo.api |
| demo | frontend | jodpro-demo.jod.com.sg | jodpro.demo.frontend |
| prod | api | jodpro.jod.com.sg/jodpro/api | jodpro.prod.api |
| prod | frontend | jodpro.jod.com.sg | jodpro.prod.frontend |
We are not migrating prod.jod.com.sg to prevent confusing clients.
- We can most definitely do a permanent redirect to
jodapp.comif needed, but we will need continue to maintain SSL certs for jod.com.sg until then. - We would like to avoid this extra complexity for now.
Phase 2 (Pending)
This is the current plan for the domains for Phase 2.
Jod Gig
| environment | app | domain | instance host name |
|---|---|---|---|
| QA | Portal | qa.gig.jodapp.com | qa.frontend.jodgig |
| QA | API | api.qa.gig.jodapp.com | qa.api.jodgig |
| Demo | Portal | demo.gig.jodapp.com | demo.frontend.jodgig |
| Demo | API | api.demo.gig.jodapp.com | demo.api.jodgig |
| Prod | Portal | gig.jodapp.com | prod.frontend.jodgig |
| Prod | API | api.gig.com.sg/api | prod.api.jodgig |
JodPro
| environment | app | domain | instance host name |
|---|---|---|---|
| QA | Portal | qa.pro.jodapp.com | qa.frontend.jodpro |
| QA | API | api.qa.pro.jodapp.com | qa.api.jodpro |
| Demo | Portal | demo.pro.jodapp.com | demo.frontend.jodpro |
| Demo | API | api.demo.pro.jodapp.com | demo.api.jodpro |
| Prod | Portal | pro.jodapp.com | prod.frontend.jodpro |
| Prod | API | api.pro.com.sg/api | prod.api.jodgig |
Phase 2 Concerns
Reason why Phase 2 is pending is due to the concerns below.
- Deep level of nesting of the subdomains will make it difficult for people to remember.
For example, using a single hyphen subdomain would be easier:
| environment | hyphen subdomains |
|---|---|
| qa | api-qa-gig.jodapp.com |
| qa | qa-gig.jodapp.com |
| demo | api-demo-gig.jodapp.com |
| demo | demo-gig.jodapp.com |
| prod | gig.jodapp.com |
| prod | api-gig.jodapp.com |
QA and Internal Tools
| host | new host | app |
|---|---|---|
| qa-jodpro.jod.com.sg | pro.jodapp.dev | jodpro |
| qa-jodpro.jod.com.sg/jodpro/api | pro.jodapp.dev/jodpro/api | jodpro |
| qa-jobs.jod.com.sg | removed | jodgig web nextjs |
| qa-jodgig.jod.com.sg | gig.jodapp.dev | jodgig portal |
| qa-jodgig.jod.com.sg/api | gig.jodapp.dev/api | jodgig portal |
| qa-jodapp-careers.jod.com.sg | jodapp.dev | jodapp-web |
| qa-jodapp-api.jod.com.sg | api.jodapp.dev | jodapp-api |
| bi.jod.com.sg | bi.jodapp.dev | metabase |
| db.jod.com.sg | db.jodapp.dev | cloudbeaver |
| reports.jod.com.sg | reports.jodapp.dev | jodgig-reports-web |
| reports.jod.com.sg/api | reports.jodapp.dev/api | jodgig-reports-api |
| NA | docs.jodapp.dev | jodapp-docs |
| host | new host | app |
|---|---|---|
| pro.jodapp.com | pro.jodapp.com | pro-web |
| pro.jodapp.com/jodpro/api | pro.jodapp.com/jodpro/api | pro-api |
| gig.jodapp.com | gig.jodapp.com | gig-web (portal) |
| gig.jodapp.com/api | gig.jodapp.com/api | gig-api |
| jobs.jodapp.com | removed | NA |
| gig-partners.jodapp.com | no-change | gig-web-partner |
| jodpro.jod.com.sg | pro.jodapp.com | pro-web |
| jodpro.jod.com.sg/jodpro/api | removed | pro-api |
| prod.jod.com.sg | 308 redirect to gig.jodapp.com | NA |
| prod.jod.com.sg/api | 308 redirect to gig.jodapp.com | NA |
| api-v2-prod.jod.com.sg/api | no-change | gig-api |
| careers.jodapp.com | jodapp.com | jodapp-web |
| api.jodapp.com | api.jodapp.com | jodapp-api |