Releases: costs-to-expect/website
Releases · costs-to-expect/website
Caching
Added
- We have updated the Docker configuration to include a MySQL database.
- We have added the 'migrations' table.
- We have added the
sessions
andcache
table migrations. - We have updated the website to cache some responses from the Costs to Expect API; API responses get cached for one hour. The caching solution is temporary and will be updated soon(tm).
Changed
- We have updated the dependencies for the website.
- We have made a minor tweak to the
web.config
file.
Fixed
- We have added the hover for menu items.
- We have corrected a date in the changelog.
Misc tweaks
Added
- We have added a banner for the Costs to Expect app.
Changed
- Minor SEO tweaks.
- We have added a link to the status page for the service.
- We have updated the copyright, now a personal project, not attached to G3D Development Limited.
- We have tweaked the content on the about page.
Fixed
- The date for current year on the dashboard is incorrect.
Product links
Changed
- We have added links to the API and the App.
Missing license file
Fixed
- LICENSE file missing.
- Updated dependencies.
v1.10.6
Fixed
- We have corrected the shown date of birth for Niall.
- The subcategories API request should return the entire collection.
v1.10.5
Fixed
- The website was asking the Costs to Expect API to search on the wrong field.
Update due to API changes
Changed
- The format of the returned expense item has changed, we have updated all views to use
name
rather thandescription
.
Use v2 of the API
Changed
- We have added a
version
property to theUri
class so it will be simpler to switch to a newer version of the Costs to Expect API in the future. - The Costs to Expect website consumes data from v2 of the Costs to Expect API.
- The website displays a warning if the root of the API returns a 404.
CHANGELOG links
Added
- We have added a CHANGELOG file to the repo, it will contain full details of all changes post v1.10.0.
Changed
- We have updated the CHANGELOG and added links to the GitHub repositories for the Costs to Expect Website and API.
Open Source
The Costs to Expect website is now Open Source.
Please check the site https://www.costs-to-expect.com/changelog for previous release notes, future releases will be listed withing the CHANGELOG.
Live data
Added
- The dashboard shows live data from the Costs to Expect API.
- The detail page for Jack shows live data from the Costs to Expect API.
- The detail page for Niall shows live data from the Costs to Expect API.
Changed
- Minor content changes for mobile layout.
- Disabled the 'all years' pages, I need to do some additional development before bringing them back.
Addtional content pages and design work
Added
- The Initial idea for years summary pages.
- What do we count? content page.
- Menu view components to generate the site menus.
- Content after headings to give a small overview of data.
- The initial idea for pagination.
Changed
- The child detail pages now show an expenses summary for the last three years, not three months.
- The initial work on making the site dynamic, controllers, layout files etc.
Fixed
- Typo, Niall's name incorrect on the detail page, shown as Jack.