This repository has been archived on 2023-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
FoodLoop-Web/CHANGELOG.md

149 lines
3.5 KiB
Markdown
Raw Permalink Normal View History

2017-09-14 12:28:41 +00:00
# Changelog
# Next Release
2019-09-16 12:01:04 +00:00
# 0.1.13
* Added new graphs for organisation view, for better breakdown of spending
* Added Suppliers spend search page
* Updated and fixes numerous graphs on dashboard
## Minor
* *Dev Fixes* Updated Travis config
2018-06-06 13:24:47 +00:00
# 0.1.12
* Fixed accidentally added app-root
2018-06-05 13:11:56 +00:00
# 0.1.11
* Bumped Angular to version 6 and upgraded packages to match
* Converted RxJS 5 syntax to RxJS 6
* Removed extraneous console logs
* Changed dashboard sector list to category all time list & tweaked layout
2018-05-24 11:39:10 +00:00
# 0.1.10
* Allowed for creation of yearly recurring transactions
* Added google analytics
2018-04-17 13:20:26 +00:00
# 0.1.9
* Made layout change to make it neater when chart doesn't show
* Made hotfix
2018-04-16 15:06:00 +00:00
# 0.1.8
* Amended how category is pulled from server
* Added chart on essential purchase numbers as a whole
* Added bar chart of category purchases in the month
* Added pie chart of purchases by category in the week
* Added hint for closing the burger menu while in mobile view
2018-03-21 17:41:07 +00:00
# v0.1.7
* Fixed category on upload highlighting
2018-03-20 19:17:02 +00:00
# v0.1.6
* Changed layout of category choosing on upload
* Added ability to edit and remove recurring transactions
* Fixed HttpClient error log viewing
* Made transaction validation more lenient
2018-03-12 17:38:39 +00:00
# v0.1.5
* Fixed category viewing on purchase
* Changed category view from radio buttons to full label buttons
* Amended local validation of submit
* Changed recurring purchase selection view
2018-03-12 17:38:39 +00:00
2018-03-09 16:51:58 +00:00
# v0.1.4
2018-01-25 16:21:52 +00:00
* Amended category list on transaction submission
* Added budget view for weekly breakdown of spend by category
2018-03-09 14:28:55 +00:00
* Added flag to make purchases essential
* Fixed budget view issues and amended it to show essential purchases that week
* Added ability to make purchases recurring
* Updated Moment dependency due to security issue
* Fixed category uploading in upload
2018-01-25 16:21:52 +00:00
2018-01-18 13:04:32 +00:00
# v0.1.3
* Made fix to Travis config
2018-01-18 12:20:26 +00:00
# v0.1.2
* Removed unused button
* Added ability to choose category for transaction
* Added version bump on Angular
2017-12-21 17:27:14 +00:00
# v0.1.1
* Redid layout on circle customer view
* Renamed customer dashboard headers
2017-12-21 15:31:58 +00:00
# v0.1.0
2017-12-08 20:35:50 +00:00
* Changed Story Trail choosing to modals
2017-12-15 17:59:09 +00:00
* Revamped snippets and graph widgets on customer dashboard
* Added local purchase pie chart for customer dashboard
* Added week by week purchase list for customer dashboard
* Added sector purchase amount list for customer dashboard
2017-12-18 16:20:31 +00:00
* Added sector U to available ones
2017-12-20 16:46:57 +00:00
* Fixed snippet layout
2017-12-08 20:35:50 +00:00
# v0.0.7
2017-12-08 15:26:37 +00:00
* Added ESTA to Story Trail
* Reverted Story Trail naming to LIS
* Changed Trail map code to make it flexible based on association
# v0.0.6
* Fix typo in Map Titles
# v0.0.5
* Change page name from Story Trail to Lancaster Independent Story
# v0.0.4
2017-11-27 16:56:58 +00:00
* Info window on map replaced with modals
* Loading modals added to maps
* Lancaster Independent Story markers added
2017-11-23 17:21:52 +00:00
* Code dependencies updated
* Angular code updated to Angular 5 and made fixes to account for it
2017-11-14 11:13:25 +00:00
# v0.0.3
2017-11-13 12:47:32 +00:00
* Customer Leaderboards added
* Map made available to Customers
2017-11-14 11:08:17 +00:00
* Clustering added to Map
2017-11-13 12:47:32 +00:00
* Map renamed from "Supplier Map" to "Purchase Map" to fall in line with
previous change
* Added placeholder while password reset is not present
* Fixed error on store list during a transaction
2017-09-28 13:32:58 +00:00
# v0.0.2
* Supplier map added to organisation view
* Fix various linter errors
2017-09-19 16:22:19 +00:00
* Payroll Log Data added
2017-09-15 15:36:37 +00:00
* Fixed register box view on login page
2017-09-15 15:50:53 +00:00
* Made the form reset properly if adding a new one
2017-09-15 16:33:34 +00:00
* Added better error messages on register and account edit
2017-09-15 15:36:37 +00:00
2017-09-15 14:45:41 +00:00
# v0.0.1
2017-09-14 12:28:41 +00:00
* Added Travis Testing
2017-09-15 14:35:41 +00:00
* Improved Logo and Favicon
* Added loading Spinner
2017-09-14 12:28:41 +00:00
# v0.0.1-alpha.1
* Initial Alpha Release