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
As a platform admin when I navigate to an Observer details page it should contain another tab that will display a table with monitored elections by that Observer.
See src\features\observers\components\ObserverDetails\ObserverDetails.tsx
Add two tabs called Observer details, Monitored elections
In Observer details display observer details
In Monitored elections display a table with following columns: Title, English Title, Start Date , Status
when clicking on a row from this table navigate to that election round in a new tab (navigate to /election-rounds/$electionRoundId/$tab)
The text was updated successfully, but these errors were encountered:
As a platform admin when I navigate to an Observer details page it should contain another tab that will display a table with monitored elections by that Observer.
See
src\features\observers\components\ObserverDetails\ObserverDetails.tsx
Observer details
,Monitored elections
Observer details
display observer detailsMonitored elections
display a table with following columns: Title, English Title, Start Date , Status/election-rounds/$electionRoundId/$tab
)The text was updated successfully, but these errors were encountered: