Skip to content

Commit

Permalink
Bump to v2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjkuranda committed Aug 25, 2022
1 parent bda3b79 commit 21c6c3e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
9 changes: 7 additions & 2 deletions IDEAS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand All @@ -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.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 21c6c3e

Please sign in to comment.