Jul 17th Simple code Implementation and improved filtering options

This Pull Request (PR) includes a variety of crucial improvements to ensure that our program is functioning smoothly, and providing the best experience possible! πŸ˜„ Here's what our dedicated team of developers have rolled out in this update!

  • Simplifying Code Implementation 🧹 We've removed the fetchData call from our code segment in SponsorshipsAllTable.js. This means, we've simplified the way we're managing data without hindering our program's functionality! πŸ’‘

  • Improved Filtering Options πŸ” The options we provide under SponsorshipsFilter.js have been fine-tuned to enhance user interactions. Now, we only provide an option when there are more than one program elements available - adding to our user-friendly interface! πŸ‘

  • Updating and Introducing New Functions βš™οΈ We've updated our imports in index.js to make the best use of important functions like getSponsorships, getAllSponsorshipsHeader, setFilterData, and setSponsorshipState. We've also added two fantastic new functions, fetchSponsorshipData and fetchAllData to our index.js file! These will help us collect necessary data most efficiently! 🌟

  • Revamped React Hook 🎣 Our useEffect hook in index.js has been revamped! Now it fetches sponsorships data based on the programId and other associated variables when the programs array undergoes any changes. This means a more responsive, efficient web app! πŸš€

We are over the moon 🌚 with these updates, and we hope you are too! We're eager to continue enhancing our platform's performance and can't wait to show you what’s cooking up next! Let's keep achieving great things together! πŸ€—πŸ‘

Last updated