pietvanzoen / signup

A helpful app for signing up volunteers for stuff.
2 stars 0 forks source link

Add initial API spec #1

Closed schmichael closed 11 years ago

schmichael commented 11 years ago

Let me know what you can think. There's obviously a ton more we could do with the API, but I'm aiming for just getting the basics done (well and DELETEs are easy).

pietvanzoen commented 11 years ago

Sweet! Looks great.

Lots of it I don't understand fully but having the json structure helps. Working on the interactivity right now, but javascript isn't my strongest suite. Mostly I'm concerned with what we need to do to protect against hacking and spam.

pietvanzoen commented 11 years ago

I'm guessing we'll also need GET...(?) so that admins can check on and edit signup sheets? Also, wouldn't we need get to pull in the data to the page? Please educate me as needed.

schmichael commented 11 years ago

I created issue #2 for the GET piece. Security/anti-spam stuff can wait until post-1.0 methinks. Let's try to get it launched on an unpublished URL first and start using it. I have some ideas on what should be a fairly simple token based auth system.

pietvanzoen commented 11 years ago

Sounds good. I'll leave this branch open for now then.

On Tuesday, July 2, 2013 at 9:11 AM, Michael Schurter wrote:

I created issue #2 (https://github.com/pietvanzoen/signup/issues/2) for the GET piece. Security/anti-spam stuff can wait until post-1.0 methinks. Let's try to get it launched on an unpublished URL first and start using it. I have some ideas on what should be a fairly simple token based auth system.

— Reply to this email directly or view it on GitHub (https://github.com/pietvanzoen/signup/pull/1#issuecomment-20356331).