Skip to content
This repository was archived by the owner on Feb 18, 2022. It is now read-only.

Latest commit

 

History

History
119 lines (105 loc) · 2.74 KB

File metadata and controls

119 lines (105 loc) · 2.74 KB

Changelog

v0.0.9 (November 15, 2019)

Features:

  • Search posts
  • Review system

Enhancements:

  • Minor UI tweaks

Bug Fixes:

  • Fixed auto-complete address bug
  • Fixed issue where on first load of 'My Board' after signing in it would throw an error

v0.0.8 (October 08, 2019)

Features:

  • Send reminder button for delivery

Enhancements:

  • Now showing highest/lowest bid
  • Added labels to all inputs

Bug Fixes:

  • Fixed decline button
  • Fixed pagination on 'My Board'
  • Fixed autoloading of time on modify page

v0.0.7 (October 03, 2019)

Features:

  • Carrier/Shipper Profiles

Enhancements:

  • Redirects to new page after registration

Bug Fixes:

  • No longer redirects to homepage after invalid login

v0.0.6 (September 24, 2019)

Features:

  • Using Google's AutoComplete Places API for all address inputs

Enhancements:

  • Improved content on homepage
  • Updated all UI to clients specifications
  • Minor UI tweaks
  • Better ordering of posts and bids (on dashboard)

Bug Fixes:

  • Can no longer submit bid once post is no longer accepting bids
  • Now deleting all bids once a post has been deleted

v0.0.5 (September 18, 2019)

Features:

  • Vehicle delivery
  • Delivery confirmation

Enhancements:

  • Improved content on homepage
  • Added 'about' section
  • Now redirecting to a different homepage if logged in
  • Minor UI tweaks

Bug Fixes:

  • Fixed cancel bid issue

v0.0.4 (August 21, 2019)

Features:

  • Created bid classes
  • Created bid services
  • Created bid API controllers (Get, Create, and Update)
  • Sending emails on bid creation/updates
  • Added 'sweetalert2' for better alerts

Enhancements:

  • Improved logging

Bug Fixes:

  • Fixed spinner issue where it did not overlap all of the screen
  • Pagination UI fixes

v0.0.3 (August 01, 2019)

Features:

  • Docker Support
  • Ability to create/edit/delete posts
  • Ability to view a post in detail
  • Added DEV database

Enhancements:

  • UI tweaks
  • Better login system

Bug Fixes:

No bug fixes for this release.


v0.0.2 (July 03, 2019)

Features:

  • Created API
  • Added database connectivity
  • Implemented Azure key vault
  • Expanded register form
  • Details from register form are now being saved on the database
  • Login request now also runs through the backend to verify user is authenticated with Firebase

Enhancements:

  • File logging

Bug Fixes:

  • Loading indicator not working on login

v0.0.1 (May 15, 2019)

Features:

  • Login page
  • Register page
  • Dashboard page
    • Manage posts
    • Manage bids
  • Create post page
  • Firebase implementation

Enhancements:

No enhancements for this release.

Bug Fixes:

No bug fixes for this release.