issues
search
commitglobal
/
votemonitor
https://votemonitor.vercel.app
Mozilla Public License 2.0
8
stars
21
forks
source link
[NgoAdmin] List Monitored Elections
#961
Open
FriptuT
opened
1 week ago
FriptuT
commented
1 week ago
fetch elections monitored from api
render first the ones with status started/not started
render second the ones with status archived
sort them in descending order by date
when click on a Card -> navigate to -> /(app)/elections/$electionRoundId/
every Card from list must contain:
title
englishTitle
country
startDate
put an icon for Election status
FriptuT
commented
1 week ago
I'll handle this.