Skip to content

Latest commit

 

History

History
75 lines (66 loc) · 1.71 KB

CHANGELOG.md

File metadata and controls

75 lines (66 loc) · 1.71 KB

v0.1.0 - 08/12/2024

Added

  • Sign in guard
  • Test for calculate price
  • Workflow for test
  • Ticket cancellable
  • Remove/Add favorite parkings
  • Add new vehicle
  • Open map for parking direction
  • Android integration
  • Secure QR

Fixed

  • Saved screen and Booking screen visible without signin
  • Hide QR for complete tickets

v0.0.9 - 03/12/2024

Fixed

  • Wrong uri routes after pop back on release version

v0.0.8 - 03/12/2024

Added

  • LICENSE, Issues templates, PR template
  • Display nearby parkings base on user location and screen camera
  • Config Hive for storing recent search
  • Handle Search parking logics
  • Integrate Payment using Stripe

v0.0.7 - 22/11/2024

Added

  • Implement Supabase for storing: tickets, favorite parkings, user vehicles

Fixed

  • Wrong config Github action

v0.0.6 - 21/11/2024

Added

  • Implement Supabase for user profile
  • Dynamic profile page
  • Logic for edit profile
  • Social Login: Facebook and Google
  • Temporary hide remember me and forgot password

Fixed

  • Wrong function handling when verity otp failure

v0.0.5 - 18/11/2024

Added

  • Login logics
  • Register logics
  • Initialization Supabase

Fixed

  • Wrong app name
  • Browser pop back issues
  • App paths Re-organization
  • Missing JSON parsing for favorite parkings

v0.0.4 - 03/11/2024

Added

  • Add static UI for favorite parkings screen

Fixed

  • Mixing scrollable screens

v0.0.3 - 03/11/2024

Added

  • Add static UI for tickets management screen

Fixed

  • Fix segment tab bar's splash not take all space

v0.0.2 - 27/10/2024

Added

  • Wrap booking tickets workflow for UI

v0.0.1 - 20/10/2024

Added

  • Map migration
  • Implement UI for book tickets flow
  • Config workflow for PR-preview and Release