Skip to content

Fixes #18, Implements /delete view with ability to soft delete #50

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sudheesh001
Copy link
Contributor

  • Implements list of all sprints with delete button
  • Deletes the sprint on button click
  • Changes in the DB Schema of Sprints table to accommodate a soft delete functionality
  • Adds delete services and corresponding getAll() sprints services

Signed off by: Sudheesh Singanamalla [email protected]

<th>Delete Action</th>
</thead>
<tbody>
<tr ng-repeat="sprint in sprints | orderBy:'-dueDate'">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@debloper
Copy link
Member

debloper commented May 4, 2015

Patch is good, but there's a small UX weirdness.
It shows {{ sprint.dueDate | date: 'MMM d, y' }} etc. before data.

Check 53c364d how it handles this case for sprint list.

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.

2 participants