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

Refactor CallRequest Status Handling #78

Open
jesalg opened this issue Apr 22, 2014 · 0 comments
Open

Refactor CallRequest Status Handling #78

jesalg opened this issue Apr 22, 2014 · 0 comments

Comments

@jesalg
Copy link
Member

jesalg commented Apr 22, 2014

  • Add a new foreign key column called 'actor_id' to call_requests.
  • Reduce the call_requests statuses back to:
    • Proposed
    • Approved (Remove ApprovedMember & ApprovedMentor)
    • Changed (Remove ChangedMember & ChangedMentor)
    • Declined (Remove DeclinedMember & DeclinedMentor)
    • Cancelled (Remove CancelledMember & CancelledMentor)
    • Completed
    • Processed
  • Update call_request API to accept 'actor_id' along with the 'call_request_status'. So we know who changed the status.
@jesalg jesalg added this to the 0.5.0 milestone Apr 22, 2014
@jesalg jesalg self-assigned this Apr 22, 2014
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