Jul 14th Enhanced interactivity o Coard components and functionalities in Programs Statistic.
Delighted to share the fantastic developments made in this Pull Request that aim to provide a seamless and user-friendly experience for everyone - let's break down the changes π‘
Enhanced Interactivity on Card Components π±οΈ In both
DonorStatistic.js
andSponsorshipStatistic.js
, theCard
components have been spruced up to be more interactive! They now listen for click events, making the interface more reflective to user actions π―.Streamlined Program Status Terminology π With a keen eye on clarity, the terms expressing program states in
ProgramsFilter.js
have been simplified. Now, "Un-Sponsored Recipients" are referred to as "Unsponsored Recipients" and "Fully Sponsored Recipients" as "Sponsored Recipients". These changes underscore our commitment to providing an intuitive and easy-to-understand platform for all users π.Upgraded Functionalities in Programs Statistic π§° The
ProgramsStatistic.js
has received some powerful new tools! It now incorporates several action creators likegetEntities
,setArchiveMode
, andsetProgramState
, as well as a new function calledonStatusFilterChange
. These additions allow us to manage and respond to changes in the program's status more effectively, ensuring our platform stays dynamic and responsive β‘οΈ.Updated Labels in StatisticCard Component π·οΈ The labels reflecting recipients' statuses have been fine-tuned to match our streamlined terminology. "Fully Sponsored Recipients" now reads as "Sponsored Recipients" and "Un-Sponsored Recipients" became "Unsponsored Recipients". These changes keep our displays unified and crystal clear for all users π.
Optimized NumberFormat Component for Efficiency π The
cursor-pointer
class and theonClick
event listener have been withdrawn from theNumberFormat
component inProgramsStatistic.js
, ensuring only necessary components respond to user input, enhancing efficiency and performance π₯.
You're all doing an amazing job! Keep pushing the envelope with your creativity and hard work! π
Last updated
Was this helpful?