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-Server/CHANGELOG.md

198 lines
5.6 KiB
Markdown
Raw Permalink Normal View History

2017-09-14 14:20:41 +00:00
# Changelog
# Next Release
2019-09-16 09:43:44 +00:00
# v0.10.10
2019-07-09 12:50:26 +00:00
* Added proper minion job support
* **Admin Feature** Added importing of CSVs from Lancaster City Council
* Added pagination support to searching of organisations during transaction submission in API
2018-06-05 13:23:39 +00:00
# v0.10.9
* Removed sector list from dashboard stats and swapped it for category list
2018-06-05 13:47:43 +00:00
* Added fix to recurring transaction script
2018-06-05 13:23:39 +00:00
2018-05-24 12:01:22 +00:00
# v0.10.8
* Added yearly recurring payments
# v0.10.7
2018-04-16 15:25:07 +00:00
2018-03-26 13:27:04 +00:00
* Added `cron_daily` script for holding all daily cronjobs
2018-03-21 17:49:00 +00:00
* **Admin Fix** Parse currency without a currency symbol on import
* **Admin Fix** Fix large CSV issue on import
* Use custom secrets for encryption
2018-04-16 15:25:07 +00:00
* Made purchase categories easier to pull
* Added dashboard data for getting essential for all purchases along with
weekly and monthly view of category purchases
* Amended tests where relevant
2018-03-21 17:49:00 +00:00
2018-03-20 19:24:04 +00:00
# v0.10.6
* Fixed organisation submission
* Changed category listing code
* Made transaction upload code more lenient
* Added API ability to edit and delete transactions
* Added test for above
* Made test dumping more sane
2018-03-21 16:37:40 +00:00
* Fixed quantised transaction calcuations for weeks on sqlite
* Amended customer snippet, category list and customer stats tests
2018-03-20 19:24:04 +00:00
2018-03-15 13:28:31 +00:00
# v0.10.5
2018-03-15 16:04:21 +00:00
* **Admin Feature** Removed generic Transaction List, replaced with a new
transaction statistic viewing list
* **Admin Fix** Amended user view to have accordion
2018-03-15 13:28:31 +00:00
2018-03-09 16:54:03 +00:00
# v0.10.4
2018-01-26 10:09:47 +00:00
* Added API for category budget
* Added working test for the new API
2018-03-09 13:52:46 +00:00
* Added initial placeholder API for medals & user points being used in testing
* Added initial schema for medals
* Added essential flag to purchases in schema
* Amended upload API to account for essential purchases
* **Admin Feature** Added ability to view essential flag on purchases
* Made fixes to category viewing API
* Added schema for storing recurring purchases
* Amended Upload code to allow for if purchases are recurring
* Added script for checking recurring purchases and creating them if required
2018-01-26 10:09:47 +00:00
2018-01-18 12:06:07 +00:00
# v0.10.3
2018-01-16 16:42:50 +00:00
* Added Category and Transaction Category tables to DB
* Added API for categories in Transactions
* **Admin Feature** Added ability to add and delete categories
* **Admin Feature** Added ability to view transaction category
* Fixed all relevant tests to match
2018-01-03 14:23:26 +00:00
# v0.10.2
* Added fairly traded column for organisations
* **Admin Fix** Fix issue with setting location on Admin side
2017-12-21 15:39:34 +00:00
# v0.10.1
2017-12-08 16:21:31 +00:00
2017-12-15 17:56:39 +00:00
* Added API for customer graphs
* Revamped graphs code
* Added API for customer local purchase pie charts
* Added API for customer snippets
* Added API for sector purchase list for customer dashboard
2017-12-18 16:19:10 +00:00
* **Admin Fix** Fixed org sector on user edit layout and text
* **Admin Feature** Added Sector U
2017-12-21 15:39:34 +00:00
# v0.10.0
* **API Change** Updated API for story trail maps
* **Admin Feature** Improved links in relevant places to automatically open in
a new tab
* **Admin Feature** Ability to add ESTA to entity Added
* Trail map code updated
2017-11-28 18:33:58 +00:00
# v0.9.7
2017-11-23 17:18:07 +00:00
* **Admin Fix**: Fix error in Importing under Postgres
2017-11-23 17:19:21 +00:00
* **Admin Feature** Ability to add entity to LIS Added
* Added code endpoint for LIS organisations for web app use
* Schema updated to account for these changes
2017-11-23 17:18:07 +00:00
2017-11-21 11:07:03 +00:00
# v0.9.6
2017-11-20 13:32:10 +00:00
* **Admin Feature** Merged organisation lists into one list
2017-10-24 14:28:40 +00:00
* **Admin Feature** Paginated Organisation listings
* **Admin Feature** Added flags to Organisations listings
* **Admin Feature** Added `is_local` flag to Organisations to start categorising odd stores
2017-10-23 14:02:18 +00:00
* **Admin Feature** Feedback items now word wrap
2017-10-24 16:56:24 +00:00
* **Admin Feature** Rework transaction viewing
2017-11-20 13:32:10 +00:00
* **Admin Feature** Implemented import method for importing previous data from csv
* **Admin Feature** Added badges for various organisation flags eg. local, user, validated
* **Admin Feature** Enabled merging of organisations to reduce duplicates
* **Admin Feature** Added badges to user listing to show whether customer or organisation
* **Admin Feature** Added pagination to user listings
2017-11-21 11:07:03 +00:00
* Improved logging for debugging issues with login
2017-11-13 22:12:36 +00:00
# v0.9.5
* Added leaderboard api for web-app with pagination
* Location is now updated on registration. Customers location is truncated to 2
decimal places based on their postcode.
* Location is also updated on changing a users postcode
2017-10-03 17:08:30 +00:00
* Distance is now calculated when a transaction is submitted
## Bug Fixes
* Updated Geo::UK::Postcode::Regex dependency to latest version. Fixes postcode
validation errors
2017-10-02 13:27:10 +00:00
# v0.9.4
2017-09-29 15:26:40 +00:00
* **Admin Feature:** Report of transaction data graphs
* **Fix:** Mobile view meta tag for admin
* Upgrade all CSS to Bootstrap 4 beta
* **Admin Feature:** Added version number to admin console
# v0.9.3
2017-09-28 13:30:19 +00:00
* **Feature:** lat/long locations on customers and organisations
* **Feature:** Suppliers map co-ords
2017-09-15 11:55:41 +00:00
# v0.9.2
* **Fix:** Leaderboard total calculations not mapped correctly
* **Fix:** Reroute to org list on submission
2017-09-14 14:20:41 +00:00
# v0.9.1
* Change to semantic versioning
* Change database schema to use entity style model
* Added schema graphs for showing the schema layout
* **Fix:** null values on Org Graphs
* **Feature:** Org Graphs for sales and purchase data
* **Fix:** Deny organisations buying from themselves
* **Feature:** API endpoint for viewing purchases
* **Feature:** Transaction viewing in Admin interface
* **Fix:** Booleans under postgres and sqlite
* **Feature:** Organisation snippets API
# v0.009
*No changes recorded*
# v0.008.1
*No changes recorded*
# v0.008
*No changes recorded*
# v0.007
*No changes recorded*
# v0.006
*No changes recorded*
# v0.005
*No changes recorded*
# v0.004
*No changes recorded*
# v0.003
Made leaderboard cronjob scripts work correctly by using production config
instead of defaulting to development
# v0.002
Release with leaderboard scripts for automatic generation of leaderboards
# v0.001
First release with basic functionality.