A minimal backlong application created with Ruby, Rails and Bootstrap. Uses Rails Ajax and Turbolinks for reloading features.
To get started create users and labels if desired and then create a new project. Then navigate to your projects Backlog to add stories.
Next navigate to your Dashboard to keep track of status by all or individual users
- Updated delete modals with Bootstrap styling
- Clickable backlog table fields to edit inline. This was originally done in Angular but I have decided to rebuild with native Javascript and Rails ajax and Turbolink features
- Multiple labels per story
- User security and login
- Email features such as when tasks are completed and options to opt in to different types of email
- Make sure users cannot be deleted if they have stories assigned or any story history, maybe add disable user feature
- About page
Created with Ruby 2.3.1, Rails 4.2.7.1 and tested with Google Chrome
- Brad Holloway
- Thanks to DHH, Matz and MDO!