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 inSponsorshipsAllTable.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 likegetSponsorships
,getAllSponsorshipsHeader
,setFilterData
, andsetSponsorshipState
. We've also added two fantastic new functions,fetchSponsorshipData
andfetchAllData
to ourindex.js
file! These will help us collect necessary data most efficiently! πRevamped React Hook π£ Our
useEffect
hook inindex.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
Was this helpful?