-
Notifications
You must be signed in to change notification settings - Fork 7
temp
Harry Rybacki edited this page Jun 11, 2013
·
1 revision
-
User submits POST request to Raw API app/views.py - POST
-
views.py raw api hand submission to json_contrller
app/json_controller.py - submit()
-
json_controller calls appropriate validater/parser
app/sources/ app/sources/frontiers/ app/sources/frontiers/validator.py - validate() app/sources/frontiers/parser.py - parse() app/sources/highwire/ app/sources/highwire/validator.py - validate() app/sources/highwire/parser.py - parse() app/sources/plos/ app/sources/plos/validator.py - validate() app/sources/plos/parser.py - parse()
-
If successful, json_controller calls raw_db insert
app/raw_db_controller.py - insert()