SlashRoot / WHAT

slashRoot's "Whole House Automation Thing" - the software that powers the Tech Dojo.
MIT License
5 stars 2 forks source link

Add "resolve" button to calls on watch_calls page #96

Open rachelLagodka opened 12 years ago

rachelLagodka commented 12 years ago

Right now the recordings don't play on the resolved calls page or on the tickets but they do play on the watch calls list. This list is ordered last to first and i think if there were a resolved button on this page it would be quicker and easier to get through the list

jMyles commented 12 years ago

Agreed! Do it up. Do need help?

rachelLagodka commented 12 years ago

yes!

jMyles commented 12 years ago

Fortunately, there's already an exemplary ajax call for this purpose on the resolve calls page. It's here:

https://github.com/SlashRoot/WHAT/blob/master/static/js/coffee/resolve_calls.coffee#L4

The view which handles this request is exceedingly simple:

https://github.com/SlashRoot/WHAT/blob/master/apps/comm/views.py#L203

rachelLagodka commented 12 years ago

On Sat, Nov 3, 2012 at 10:09 PM, Justin Holmes notifications@github.comwrote:

Fortunately, there's already an exemplary ajax call for this purpose on the resolve calls page. It's here:

https://github.com/SlashRoot/WHAT/blob/master/static/js/coffee/resolve_calls.coffee#L4

The view which handles this request is exceedingly simple:

https://github.com/SlashRoot/WHAT/blob/master/apps/comm/views.py#L203

— Reply to this email directly or view it on GitHubhttps://github.com/SlashRoot/WHAT/issues/96#issuecomment-10046667.

rachelLagodka commented 12 years ago

i was in a hurry and closed this issue by mistake.....

rachelLagodka commented 11 years ago

we moved this issue here https://github.com/SlashRoot/django-coldbrew/issues/14 in a more general sense, to create a button model