All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added feature for admins to see total forecasts days per selected month & year
for selected epic on
Forecasts
page
- Added feature for users to see response message on submit click on
Capacities
page - Added feature for users to add their own capacities
- Added feature to view amount of business days available per month on
Capacities
page - Created
supervisor
column forAppUser
model (database migration needed) - Created a CHANGELOG.md file
- Created column
business_day
forCalendar
model (database migration needed) - Made logo on the top left clickable
- Removed
team_id
fromCapacities
model (database migration needed)
- Added github username to newly posted user's name to prevent new username duplicates
- Updated SQL sample for
Capacities
model to work after editing the model - Removed forecasts validator preventing posting for previous months on
Forecasts
page