Jul 25th Improvements of Dontions chart graphs

For those with not much techy background, don't worry! I got your back! Each change made is broken down below in a simple and friendly way. 😊

  • New Function to Fetch Graph Data 📊 A new function has been developed that will enable us to gather data for the commitment graph. This will give us a broader perspective of users' commitments on the platform.

  • Switching Functionality in Donations Chart 🔄 There is now an easy way to switch between transactions graphs and commitments graphs. We've added a handy button that does this in a blink! The information displayed in the chart will change according to your selection.

  • Storing Commitment Graph Data 🗃 We've implemented a space to store data related to the commitment graph. In short, we've made a nice, cozy spot in our code where this information is going to stay. We've also set up an action so that we can fetch this data whenever we need it.

  • Fetching Graph Data Action in dataSlice 🎣 A new action has been added that will help us pull the commitment graph data whenever we want. This is like a magic spell in our coding world, performing fetching and state updating actions in an efficient way.

Keep up the great work everyone! 🙌

Last updated