Skip to content

Commit

Permalink
Clean up new proposed routes for adding company types
Browse files Browse the repository at this point in the history
  • Loading branch information
ddxv committed Oct 23, 2024
1 parent 0a225b6 commit ad45e3e
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions frontend/src/routes/(categorical)/adtech/README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
NEW ROUTES:
CURRENT ROUTES:
/apps/ -> list of all apps
/apps/com.specific.app-> Single app page
/apps/com.specific.app-> Single app page, with links to companies

/companies/ -> list of all companies
/companies/company-categories/tools -> list of all companies that are tools
/companies/company-categories/ad-networks -> list of all companies that are ad-networks
/companies/company-categories/ad-networks/app-categories/Education -> list of all companies that are ad-networks in this category
/companies/app-categories/Education -> list of all companies in this category
/companies/UA -> list of apps for company "UA"
/companies/UA/Education -> list of apps for company "UA" in this category
/companies/unityads.com -> list of apps for company "unityads.com"

/companies/categories/education -> list of all companies by number of apps in this app-category

/companies/unityads.com/education -> list of apps for company "unityads.com" in this category

NEW:
/companies/types/{type}/ # List companies of specific type (e.g., tools, ad-networks)
/companies/types/{type}/apps/ # List all apps from companies of this type

/categories/{category}/ # List all apps in category
/companies/{company-id}/categories/{category}/ # List company's apps in category
/companies/types/{type}/categories/{category}/ # List apps from companies of type in category

OLDISH ROUTES:
/adtech/companies/
/adtech/companies/categories/Education
/adtech/companies/UA
/adtech/companies/UA/Education

OLD ROUTE (included the android/ios breakout of "Google" which i'm removing):
/adtech/companies/UA/Google/Education
Expand Down

0 comments on commit ad45e3e

Please sign in to comment.