You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
They have also already been added to Miniextensions as well.
We want the supporting evidence list in the producer details page to be ordered by start date, and this range of dates to be displayed in the frontend.
Certifications are also listed at the bottom of the list. For now we are not going to make changes to this type of information (except a minor UI update).
Sorting logic
always display evidence with start date above the one without a starting date, and certifications always at the bottom
evidence without a sorting date, and certifications will keep the current sorting (by creation date)
evidence with the most recent starting date should be shown at the top
Date range string logic
Data available
Format
Doesn't have start date
don't display any date
Has start date, no end date, Present evidence=yes
Jan 2023 - Present
Has start date, no end date
Jan 2023
Has start date, has end date
Jan 2023 - Oct 2023
UI changes
replace Creation date with the string described above
move date under title
if no start date is available, hide the date string altogether (this affects Certifications as well)
Example below
The text was updated successfully, but these errors were encountered:
I added the sorting to the evidence view in Airtable. Looking at Amida's test enterprise, which is the only one with test data so far, it seems to do the right thing and list the newer one first.
3 new fields have been added to the Airtable base - assurances:
They have also already been added to Miniextensions as well.
We want the supporting evidence list in the producer details page to be ordered by start date, and this range of dates to be displayed in the frontend.
Certifications are also listed at the bottom of the list. For now we are not going to make changes to this type of information (except a minor UI update).
Sorting logic
Date range string logic
UI changes
Example below
The text was updated successfully, but these errors were encountered: