Skip to content

Releases: jollopre/mps

24012019

24 Jan 00:31
Compare
Choose a tag to compare

Fixes problem generating Authorization header within ui

22012019

22 Jan 18:09
Compare
Choose a tag to compare

Upgrade to react 16.7.0

21012019

21 Jan 11:59
Compare
Choose a tag to compare

This release includes:

  • Rename Order to Quotation everywhere in the code (#36)
  • Rename OrderItem to Enquiry everywhere in the code (#37)
  • Allow multiple quantity inputs for enquiries (#38)
  • Delete enquiry (#39)
  • New template to export Quotations (#40)
  • Edit/Update customers (#41)
  • Sending emails to suppliers regarding one/many enquiries (#42)
  • Move server tests from minitest to RSpec (#48)

1.1.4

27 Feb 01:18
Compare
Choose a tag to compare
1.1.4 Pre-release
Pre-release
  • Removed onKeyPress handler since onSubmit is triggered automatically whenever Enter is hit.

1.1.3

24 Feb 02:11
Compare
Choose a tag to compare
1.1.3 Pre-release
Pre-release

Search functionality for orders

1.1.2

19 Feb 00:56
Compare
Choose a tag to compare
1.1.2 Pre-release
Pre-release
  • Search functionality for customers
  • UI dates UTC db formatted for being easy searchable.

1.1.1

13 Feb 01:13
Compare
Choose a tag to compare
1.1.1 Pre-release
Pre-release
  • Fixes setPage problems that were triggered in the wrong component
  • Adds cached mechanism for GET /api/customers/:id

1.1.0

12 Feb 00:43
Compare
Choose a tag to compare
1.1.0 Pre-release
Pre-release

.

MVP

15 Jul 00:51
Compare
Choose a tag to compare
MVP
  • Fixes problem when exporting values from FeatureOption class
  • Adds docker.sh script to orchestrate the system, i.e. build (images, volumes, network), run containers and stop-remove them.
  • Dockerfile installing package tzdata due to issue arisen at latest Ubuntu 16:04

MVP

10 Jul 17:11
Compare
Choose a tag to compare
MVP

This is the first version of MPS which includes:

  • Support to list customers and link to their orders
  • Support to list products and features associated
  • Capacity to create orders, order items and values to features from a product
  • Ability to export order items into pdf format
  • Token based authentication system that integrates with any device
  • Adequate separation of concerns (e.g. REST api Rails based together with UI React library)