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

Ajax #3

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Ajax #3

wants to merge 6 commits into from

Conversation

dstavis
Copy link

@dstavis dstavis commented Aug 14, 2014

Completed 2.

Tasks appear on Project Show via Ajax.
Tasks are removed from the server via AJAX, and removed from the DOM via jQuery.

  1. AJAX-ify the Task list. When you view the projects show page (e.g. /projects/:id), the task list should populate via AJAX (using jQuery) instead of within the Rails template, e.g. by hitting /projects/:id/tasks.json. You should also be able to delete a task via AJAX, so that when you click “delete” from the task list, it deletes the task from the database and also removes the “task” element from the frontend without reloading the page.

@douglasbarton douglasbarton mentioned this pull request Feb 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant