Skip to content
netrc edited this page Dec 3, 2012 · 2 revisions

Main URLs

For the web pages...

  • main pages /church, /brass, /rubbing - show list of items, accordion opens to show a bit more and a picture
    • can we edit this stuff??
  • arrow icon to bring up full page...
    • Church - all pics, pop up carousel, html note, carousel of brasses???
    • edit this stuff too

REST URLs

  • GET rest/:collection/
    • simple list of all
      • BUT HOW DOES SORTING AND SEARCHING WORK???
      • Also, how to do infinite scroll - get 1-20, 21-40, etc.
  • POST rest/:collection
    • add one item
  • GET rest/:collection/:name
    • return deep information on one item. E.g., Church info, with note and backlinks to Brasses and Rubbings
  • GET rest/:collection/:name/:field
    • return just one field
  • POST rest/:collection/:name/:field
Also need a way to return raw markdown vs HTML markdown. Should be a content encoding thing??

Session Management

? how to get ? Need 'public' login to mongolab data ?? ? or set some permissions - anon viewing ok??

Clone this wiki locally