lvnam96 / contactsbook

A simple full-stack implementation of a birthdays management tool
https://contacts.garyle.me/
MIT License
0 stars 0 forks source link

Improve communication when using AJAX requests between controller & components #10

Open lvnam96 opened 4 years ago

lvnam96 commented 4 years ago

At the moment, the component call the Controller to fire an AJAX request whenever user doing something, but there is no way to provide feedback on UI (in general or that component) about the result of request (eg: sent & waiting, success, failed,...)