Changelog
Version 1
First Release
- Added full name to users
- Added full name to Create User page
- Added edit full name in manage user
- Fixed scrum board data passing (html escaping)
- Fixed Add/Delete projects live update in projects list
- Added fallback for project progress bar if features weights set to 0
- Fixed issue when scrum board has multiple projects (update item data failed)
- Added Live locking to Scrum Board
Version 0.3
SPRINTS!!!
- New Sprint page
- -> Get details for work to do this sprint
- Sprint Planning
- -> Easier management of features in sprints
- Features list filters now applied with knockout so happen instantly.
Version 0.2
TEAMS!!!
- You now assign known users by the teams page
- Group colleagues using Teams
- Assign Teams to Projects
Version 0.12
Single user edits
- You will now be warned if someone else has an edit window open
Version 0.11
Tiny Tweaks
- Project progress bars are now based on feature Weights
Version 0.1
Live Updating Finished
- Fixed several issues caused by live updating
- Finished check if model has changed when starting to monitor (prevents outdated info unless update)
- Fixed issue with TinyMCE
- Change description areas to render html from TinyMCE
- Fixed disable time remaining when tasks are done
- Fixed task and feature order in live update
- Added SignalR reconnect & disconnect handling
Version 0.092
Live Updating on Tasks
- Added Live Update to Features list & board
Version 0.091
More Live Updating
- Added Live Update to Feature Details
- Added Live Update to Projects list
- Added tinyMCE
Version 0.09
Started Live Updating
- Added Knockout library
- Added SignalR Hub & Connection
- Changed Project Details view to use Knockout MVVM to render
- Added framework for monitoring changes to entity models
- Added push update for Project Details
Version 0.08
Minor Fixes
- Restored Remember me checkbox
- Forced Done tasks to 0 hours remaining
- Fixed issue with viewing Profile details
- Fixed sprint management
- Fixed viewing features sometimes saying access denied
Version 0.07
Mobile & Graphics
- Fixed use on mobile devices
- Improved responsive css
- Sortable works on touch devices
- Menus work on touch devices
- Added progress bar on projects & tasks
- Added colours to easily identify task status'
- Updated login page
Version 0.06
Permission implementation!
- Added permissions to Projects, Features, Tasks & Sprints Controllers
- Hides buttons for options users don't have permissions for
- Prevented users from using drag items when they don't have permission to save changes
- Changed Project order to be user specific
Version 0.05
General improvements
- Displays status on Feature
- Filter Features by Status
- Display info on filter applied
- Added this change log
- Added remember last used task view mode (List/Board)
Version 0.04
SPRINTS!!!
- Added Sprint management
- Added Sprint filters on Features list
- Added Logo
- Fixed enter closing dialog
- Reduced password complexity policy
Version 0.03
User Delegation
- Added dialog to delegate access to other users
- Changed projects page to show all accessible projects
Version 0.02
User logins!
- Added ASP.NET Identities
- Associated users with projects
- Changed projects page to show owned projects
- Added external login providers
- Added Kanban board for tasks management
Version 0.01
Created project with basic management features.
- Create and edit Projects
- Create and edit Features
- Create and edit Tasks
- Drag re-order Projects, Features & Tasks