cised-ca / se-dir-frontend-react

GNU Affero General Public License v3.0
2 stars 1 forks source link

Initial work on Application Form #26

Closed chimo closed 8 years ago

chimo commented 8 years ago

This successfully POSTs a new enterprise to the backend via the API, but I'd like to do some cleanup and error handling before it's merged.

The POSTed enterprise is immediately inserted into the DB and publicly visible. We'll probably want a 'approved' flag (or something) on the backend so unapproved enterprises don't show up publicly.

The PR is here for discussion and visibility in case someone wants to develop on top of it.