Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API tweak - process-teacher statusIds #3

Closed
pythondave opened this issue Jun 26, 2013 · 1 comment
Closed

API tweak - process-teacher statusIds #3

pythondave opened this issue Jun 26, 2013 · 1 comment

Comments

@pythondave
Copy link
Owner

http://pythondave.github.io/th-admin/2/0.4/scaffolding/api/default.html#/process-teacher/0

Change the status of a teacher to "Approved"

Current: { teacherId: 123, statusId: 4 }
Proposal: { teacherId: 123, statusId: 1 }

AND

http://pythondave.github.io/th-admin/2/0.4/scaffolding/api/default.html#/process-teacher/1

Change the status of a teacher to "Declined"

Current: { teacherId: 123, statusId: 5 }
Proposal: { teacherId: 123, statusId: -1 }

@pythondave
Copy link
Owner Author

API changed. Front-end also changed so that it works with the new API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant