Introducing Sprint.ly 1.5

Published by on May 21, 2013.

We’re excited to announce the release of Sprint.ly 1.5. This release has been in the works for months and was entirely focused on speed, quality, and polish. From the core backend query interface to the way we handle Backbone collections on the frontend, Sprint.ly is now leaner, meaner, and more fun.

Despite all the refactoring that’s been going on, the team did manage to sneak in a slew of new features and polish that you all have been asking for. Let’s take a look at a few of the new features in Sprint.ly.

File Uploads

Probably the most noticeable update is that you can now attach files to an item when you create it. Simply drag files into the item description and drop.

image

New Filters

We’ve also added two new filters: “Loved by” and “Mentioning”. The “Loved by” filter lets you filter for items that have been marked as a favorite by a specific person on your team. The “Mentioning” filter will show items in which a specific person has been mentioned in a comment.

Quick Sort Bar

The Quick Sort Bar, or QSB as we refer to it, has gotten a number of much needed improvements. Here’s a quick rundown of what you can now do with the QSB:

  • You can now drag items from Backlog and Someday columns directly into the QSB.
  • You can now click and drag the individual boxes within the QSB to resort an item without having to drag its card from the Backlog column.
  • The QSB is now on the permalink page for items in the Backlog. This means you can now prioritize an item within the Backlog from its permalink page.

Performance Enhancements

The real action in Sprint.ly 1.5 is largely behind the scenes. We completely rewrote the backend to query the DB more efficiently and do better/smarter caching.

In addition to this, we’ve almost entirely rewritten how the frontend talks to the backend. We now have a single shared collection that is cached in local storage. In addition to this, each item is stored in local storage, which makes loading permalink pages super snappy.

Optimistic UI

We’ve gone over the UI with a fine toothed comb and made as much of the UI optimistic as possible. Bulk edit, making comments, sorting, dragging, deleting, scoring, etc. are all rendered the second you click. 

When I first saw the optimistic UI on the bulk edit I was like:

Item Mentions & Card Popups

We’ve also freshened up our Markdown processor so that it does two things:

  1. When you mention an item it now shows up in the activity feed for the item that was mentioned.
  2. We now show the item card on hover for any item numbers that are mentioned in a comment or description. No need to surf to the new item just to take a quick glance or reassign it (all item cards are in-line editable)!

image

We hope you enjoy the new Sprint.ly 1.5! Pardon me now as we’ve got more stuff cooking in the kitchen that I need to attend to.