pyro-dragon / unique-server

The server to provide the API for the unique comic site
0 stars 0 forks source link

POST new comic #3

Closed pyro-dragon closed 8 years ago

pyro-dragon commented 8 years ago

Build the complete system for POSTing a new comic to the database

pyro-dragon commented 8 years ago

Steps: Get comic data pull Latest Comic. Put Latest Comic ID in 'previous' field of new comic. POST new comic. get the ID returned from the new comic to update 'next' field in Latest Comic. POST update to Latest Comic.

pyro-dragon commented 8 years ago

This is pretty much done now. I am going to close it off.