From 21c6c3ec49e5aa52e0235bb2506fdf1f212db7a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Kura=C5=84da?= Date: Thu, 25 Aug 2022 15:33:47 +0200 Subject: [PATCH] Bump to v2.9.0 --- CHANGELOG.md | 10 ++++++++++ IDEAS.md | 9 +++++++-- package.json | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd2ffc0..468b7cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Yummy Changelog +## [2.9.0] - 2022-08-25 + +- [mjkuranda]: Sorting got results. + +### Added + +- Added `relevance` property to each got meal in `/search`. +- Sorting meals by `relevance` and ingredients amount. +- Opening a meal result by RMB on result's image. + ## [2.8.0] - 2022-08-24 - [mjkuranda]: Validation server & client side. diff --git a/IDEAS.md b/IDEAS.md index 0dde211..2032bf3 100644 --- a/IDEAS.md +++ b/IDEAS.md @@ -4,7 +4,6 @@ - Error page for multer and other errors while you are trying to add a new meal. - Edition of existing meals - you can edit anything you want apart from the title - because it occurs as the name. -- Each result has a property called `relevance` - could be measured as a percentage. The found results should be sorted according to the this property. - Add pagination for results. ## Bugs @@ -18,6 +17,10 @@ v2.8.0: - Validation - client side: The patterns should be loaded from pattern file? Or simply embedeed inside elements. - Better handling MongoDB errors - types of errors and their communicates. +v2.9.0 + +- Each result has a property called `relevance` - could be measured as a percentage. The found results should be sorted according to the this property. + ## Changed v2.7.0: @@ -27,4 +30,6 @@ v2.7.0: ## Fixed -- (v2.6.3): When you try to add a new meal and its image is too large, then you receive a message about failure but the meal wil be added. +v2.6.3: + +- When you try to add a new meal and its image is too large, then you receive a message about failure but the meal wil be added. diff --git a/package.json b/package.json index 5a92a5f..11e0f7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yummy", - "version": "2.8.0", + "version": "2.9.0", "description": "Website that will help you the best!", "main": "index.js", "scripts": {