Skip to content

Releases: next-orders/food

v0.2.0

13 Mar 15:09
Compare
Choose a tag to compare

What's Changed

  • This repository has become a monorepository with NX by @hmbanan666 in #116

🤯 I want to combine all interrelated applications in one place. There is a code that can be reused: UI components, SDK, other packages. Old "api" and "command-center" repos will be archived.

Interested in the idea of using one release version, like:

Docker images

next-orders/food/api:v0.2.0
next-orders/food/storefront-v1:v0.2.0
next-orders/food/command-center:v0.2.0

Let's see what happens!

Full Changelog: v0.1.7...v0.2.0

v0.1.7

11 Jan 12:07
Compare
Choose a tag to compare

CountryCode and Phone validation

Channel now have countryCode property, like "US" (+1). You can check phone validation on second page (Checkout).

Phone validation

Menu now loads separately from Channel

Searching products now in Menu scope, not all Channel. In future client will have ability to choose active Menu.

For example, Channel have 3 Menus:

  • Main (from 10am to 10pm)
  • Breakfast (from 7am to 10 am)
  • Midweek (available from Tuesday to Thursday)

Client can see available Menus, choose one as active. Search works only with active.

Work in progress ⭐

Full Changelog: v0.1.6...v0.1.7

v0.1.6

19 Dec 16:47
Compare
Choose a tag to compare
  • New weight units: L, ML, OZ, LB
  • New localization: Español
  • New currency: EUR
  • Menu Category Icon now have standard type on Main API
  • Visual fixes and new localized strings

Thank you for your attention! ⭐

Full Changelog: v0.1.5...v0.1.6

v0.1.5

14 Dec 14:01
Compare
Choose a tag to compare
  • Visual fixes on small screens
  • Breadcrumbs rework
  • Dictionary rework
  • Per 100 grams block on product page now getting data from Main API

Moved the dictionary structure from the Command Center, it became more convenient to add new languages.

Work is in full swing! ⭐

Full Changelog: v0.1.4...v0.1.5

v0.1.4

08 Dec 09:34
Compare
Choose a tag to compare
  • Next.js updated to 14.0.4
  • Category icons now hosted right here
  • Photos are now properly cropped in CSS

I'll get back to working on the Checkout page soon.

There are a lot of changes going on in the Command Center right now. I want to complete the entire cycle of creating and editing products before moving on.

Thanks for your stars! ⭐

Full Changelog: v0.1.3...v0.1.4

v0.1.3

01 Dec 11:43
Compare
Choose a tag to compare

Super excited about this update!

Try completed search on header: Link to First frontend

Top searched products (in static mode now) are obtained from Main API.
Every query cached by Next.js for better performance and less Main API calls.

Full Changelog: v0.1.2...v0.1.3

v0.1.2

30 Nov 15:25
Compare
Choose a tag to compare

Search in Header: Now when you write text in the search field, the Main API finds products by name.

Full Changelog: v0.1.1...v0.1.2

v0.1.1

28 Nov 15:10
Compare
Choose a tag to compare

Checkout now can be created on demand!

User clicks "Add to cart" button > Check cookies > Create new Checkout > Save Id to cookie.

The Cart becomes visible after this action.

Auto create Checkout when user opened website? I don't see anything good in this. Guest make some action - ok, now let's create entity.

Full Changelog: v0.1.0...v0.1.1

v0.1.0

27 Nov 15:02
Compare
Choose a tag to compare

🍔 Main pages are ready. First interaction with the Main API.

Business entities:

  • Shop / Channel
  • Menu / Category
  • Product / Media
  • Checkout (imitation, temp)

Work has begun on localization: EN, RU.