Skip to content
Russ Frank edited this page Jan 15, 2014 · 5 revisions

Tech

  • express
  • deps via npm git URLs. Deps specified in the yaml/json config and pulled in via npm api.

We respond to a GET to these URLs. All responses are in JSON.

  • motd
  • app Change: replaces the channels.js which was shipped with the client
  • places
  • emergency
  • career_services
  • news
  • events
  • food
  • recreation Change: Contains all gym information including mobile web link. Also contains kdtree of locations
  • soc soc config i.e. active sems
  • soc/0/2014/NB/U etc. 0 is semester, 2014 is year, NB is campus, U is undergrad or G for grad
  • bus/configs/nb
  • bus/configs/nwk
  • bus/active/nb
  • bus/active/nwk

We respond to a POST to these URLs. Responses are 200 OK or anything else for failure

  • mail sends out mails to pre-programmed addresses.
  • feedback adds to our feedback database

(eliminated:)

  • auth.php unecessary
  • analytics.php PIWIK?
Clone this wiki locally