CTPUG / wafer

A wafer-thin web application for running small conferences. Built using Django.
ISC License
48 stars 27 forks source link

And Django Restforms API to the core models. #181

Open hodgestar opened 8 years ago

hodgestar commented 8 years ago

We'd like to make it possible for other software to interact with Wafer's core modules. This issue is for adding basic Django Restforms API support.

Future PRs will need to address:

drnlm commented 8 years ago

With #200 merged, this is largely done.

We should look at the integration of the kv-pairs work and the REST api before releasing 0.4, though.

drnlm commented 8 years ago

Basic support for kv-pairs has been added with #235 , although there is scope for improvement.

The entire API still needs documentation.

I'd appreciate someone sanity checking the current permissions, especially around the kv stuff. We may also want to limit the kv's shown on other objects to those in the viewers group, as for the kv api, to prevent undue information leakage.

hodgestar commented 4 years ago

547 added an API for tickets and ticket types.