Skip to content

Instantly share code, notes, and snippets.

@AphonicChaos
Created March 18, 2016 15:59
Show Gist options
  • Save AphonicChaos/faa47e57a6e209ae3730 to your computer and use it in GitHub Desktop.
Save AphonicChaos/faa47e57a6e209ae3730 to your computer and use it in GitHub Desktop.
views for job and admin
/posting/order/
/posting/list/
posted job management
/posting/all/
purchased job management
/posting/purchased-jobs/
/posting/purchased-job/product/{purchased product id}/
/posting/purchased-jobs/product/{purchased product id}/view/{purchased job id}/
purchased microsite management
/posting/admin/
invoices
/posting/admin/invoice/{invoice id}/
reqeusts
/posting/admin/request/
/posting/admin/request/view/{request id}/
/posting/admin/request/approve/{request id}/
/posting/admin/request/deny/{request id}/
/posting/admin/request/block/{request id}/
job
/posting/job/add/
/posting/job/update/{job id}/
/posting/job/delete/{job id}/
purchased job
/posting/job/purchase/add/{product id}/
/posting/job/purchase/update/{purchased job id}/
/posting/job/purchase/delete/{purchased job id}/
product management
/posting/admin/product/
/posting/admin/product/add/
/posting/admin/product/update/{product id}/
/posting/admin/product/delete/{product id}/
product grouping
/posting/admin/productx/group/
/posting/admin/product/group/add/
/posting/admin/product/group/update/{grouping id}/
/posting/admin/product/group/delete/{grouping id}/
offline purchases
/posting/admin/purchase/offline/
/posting/admin/purchase/offline/add/
/posting/admin/purchase/offline/update/{offline purhcase id}/
/posting/admin/purchase/offline/delete/{offline purchase id}/
purchased product
/posting/product/purchase/add/{product id}/
/posting/product/purchase/update/{product id}/
/posting/product/purchase/delete/{product id}/
/posting/admin/purchaed/products
/posting/admin/purchased/product/{purchased product id}/
/posting/admin/purchased/product/{purchased product id}/view/{purchased job id}/
/posting/admin/purchased/product/{purchased product id}/view-invoice/
company profile
/posting/admin/profile
/posting/admin/profile/update/{profile id}/
/posting/admin/profile/delete/{profile id}/
user management
/posting/admin/blocked-users/
/posting/admin/blcoked-users/unblock/{user id}/
sites
/posting/sites
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment