KagemaNjoroge / ultimate_pos

A simple Point of Sale System that just works!
https://malipo.tomorrow.co.ke
MIT License
7 stars 4 forks source link

Migrate Frontend HTTP Requests to AJAX in Ultimate POS #24

Closed KagemaNjoroge closed 2 months ago

KagemaNjoroge commented 3 months ago

Currently, the Ultimate POS frontend relies on traditional HTTP requests for handling data retrieval and manipulation. To improve performance and enhance user experience, we should migrate these requests to AJAX.

Tasks:

Additional Context: AJAX (Asynchronous JavaScript and XML) allows for asynchronous communication between the browser and the server, enabling smoother and faster data retrieval and updates without requiring full page reloads. This migration will align Ultimate POS with modern web development standards and improve overall performance.

KagemaNjoroge commented 2 months ago

All http requests migrated to AJAX