Skip to content

Releases: mjkuranda/yummy

v2.6.2

16 Aug 12:55
Compare
Choose a tag to compare

Fix others links

Fixed

  • Fixs two buttons in /meals/add (summary of new meal - post action)

Changed

  • Top link changes text to Powrót do wyszukiwania and refers to /search? address.

Added

  • Adds new button on the bottom of /search as Dodaj. It refers to /meals/add action.

v2.6.1

13 Aug 19:49
Compare
Choose a tag to compare

Fix links for categories in index file

Fixed

  • Add links for links in index file.
  • Redirects to search subsite containg different queries.

v2.6.0

13 Aug 18:31
Compare
Choose a tag to compare

Navigation between subsites

Added

  • All buttons redirect to the indicated address
  • Search-Result correct redirecting with source
  • Redirect correctly all links in index

Fixed

  • Center text inside button
  • Disable Propozycja na dziś button

v2.5.0

13 Aug 17:09
Compare
Choose a tag to compare

Render selected result
Added

  • Render result with details on route /result/:id
    Changed
  • Text for meals without image

v2.4.0

13 Aug 12:53
Compare
Choose a tag to compare

Fetch matching meals and render them correctly in /search

  • Fetch all matching documents from the database
  • Render them correctly in /search

v2.3.0

13 Aug 12:24
Compare
Choose a tag to compare

Typing meals

  • Each meal has assiged its type
  • Adds meal type to schema
  • Render type select options in /meals/add
  • Render all types in /search
  • Sends selected types in query

v2.2.2

11 Aug 15:20
Compare
Choose a tag to compare

Print ingredients instead of icons

  • Fix ingredients name in /meals/add/new
  • Fix space between checkbox and ingredient in /meals/add
  • Center ingredients in /meals/add

v2.2.1

10 Aug 22:29
Compare
Choose a tag to compare

Do not add existing meals
Buxgfix. You cannot add a meal that includes title existing inside the database. When you refresh subpage, where you can see what you added, it returns information: "Such meal exists". There is entire validation after serverside.

v2.2.0

10 Aug 20:22
Compare
Choose a tag to compare

Add images to meals
You can attach image to a new meal as well. MealSchema validator works and validates your entry. Simple error related to multer is handling.

v2.1.0

05 Aug 18:15
Compare
Choose a tag to compare

Add /meals/add subpage that allows adding new meals
It adds /meals/new subsite that alows adding new meals to the database. Also, /meals/new after adding shows message about it.