Skip to content

Releases: carlos09v/Mercadinho

1.7

01 Mar 15:51

Choose a tag to compare

... 2 years later (-> 2025)

Deploy DB with Docker 🐋 changing to PostgresSQL (not PlanetScale)
Use .env.local and ensure sensitive data is not exposed (even in development)
+ 📖 Documentation with Swagger
+ 📽️ GIFs in the Readme

FrontEnd

  • Loading Component and Requests optimized (prevent make anothers requests)
  • SideBar and Payout optmized (remove refs)
  • fix visual bugs and improve the code
  • fix togglePassword visibility in the input field

BackEnd

  • using PostgresSQL with Docker and host it on a good service
  • using fastify-type-provider-zod
  • using @fastify/swagger | @fastify/swagger-ui

1.6

04 Mar 09:36

Choose a tag to compare

1.6

- Preparing to deploy the API on Render

FrontEnd

  • Loading Requests (prevent make anothers requests)
  • SideBar optmized
  • Toastify: theme Colored
  • InputProps extends InputHTMLAttributes => Less Code!!

1.5

31 Jan 14:21

Choose a tag to compare

1.5

FrontEnd

  • Loading Component
  • Farm Page
  • ... fix logics

Backend

  • Routes
    • Auth
      • Update confirm-payout route
    • User
      • Create save money route

1.0.5

16 Jan 20:13

Choose a tag to compare

- Using new feature: PlanetScale

FrontEnd

  • Made by carlos09v label

BackEnd

  • Change DB from SQLite to MySQL

Trying to deploy the server...

1.1

16 Jan 21:43

Choose a tag to compare

1.1

FrontEnd

  • Update Shop Component
    • Choose Category Input
  • Update Table Component
    • Category Field

Backend

  • DB Cart new Field (Category)
  • DB User new Field (Cash)
  • Routes
    • Cart
      • Update create-product

1.0

16 Jan 21:54
8bcaa2d

Choose a tag to compare

1.0

FrontEnd

  • Payout Page
    • ChoosePayout Component
    • ReviewPayout Component
  • ... fix logics

Backend

  • Routes
    • Auth
      • Cofirm Payout

0.9.5

09 Jan 12:41

Choose a tag to compare

FrontEnd

  • Current version Label
  • Cart Component (Finished)
    • Delete Product Button
    • TablePagination
    • CashModal Button
  • ... fix logics

Backend

  • Routes
    • Cart
      • Delete Product

0.9

07 Jan 10:24

Choose a tag to compare

0.9

FrontEnd

  • Home Gallery
  • Cart Component (Part 1)
    • Table
  • Setting Component (Part 2)
    • Delete Account
  • ... fix logics

Backend

  • Routes
    • User
      • Delete User

0.8

04 Jan 16:47

Choose a tag to compare

0.8

FrontEnd

  • Setting Component (Part 1)
    • Change Sidebar on Settings
  • Sidebar (Print Button, Cart Button)
  • ... fix logics

Backend

  • Routes
    • Cart
      • Get cartUser

0.7

31 Dec 21:41

Choose a tag to compare

0.7

FrontEnd

  • ContextAPI React (CountContext)
  • Shop Component (Part 1)
  • ... fix logics

Backend

  • FastifyJWT Types
  • Routes
    • Cart
      • Get cartUser Count
      • Get productsUser Count