amoghkini / Algo-Trading-Framework

This is the basic algo trading framework for low to medium frequency trading.
MIT License
6 stars 5 forks source link

[feature]: Notifications page #31

Open amoghkini opened 9 months ago

amoghkini commented 9 months ago

We need a frontend page to show all the notifications on the website.

  1. We need notifications icon on navbar which will show unread notifications count.
  2. Once user clicks on the the icon, the dropdown menu should display the latest 5 notifications. Below that, show all notifications link is required.
  3. We need a dedicated page which will show list of all the notifications to the user. The notifications link mentioned in link 2 can redirect user to this page.
  4. The settings button is required on the dropdown menu which will redirect user to notifications manager. The development of notifications manager is tracked under amoghkini/Algo-Trading-Framework#30
amoghkini commented 9 months ago

Create a restapi for notifications which will be called as soon as notifications page loads.

amoghkini commented 9 months ago

The notifications api can be called in backend every 10th second and will show the count of the new notifications on navbar.