Closed ibrax2 closed 3 months ago
🚅 Previously deployed to Railway in the Grassroots Grocery Admin Portal project. Environment has been deleted.
@ibrax2, what's your plan for this change?
@ibrax2, what's your plan for this change?
it’s a feature Kenji worked on I just did a pull request since he doesn’t have access to railway. The reason i deleted it was because there was an issue with conflicts like the branch was behind so we needed to update that.
Description of this change
Added small warning symbol next to first names if missing any info (i.e any of the scheduledslots types were undefined). Additionally added an export function that keeps count of these warnings. Used this function to add a counter on the top of each event in red
Screenshots (for UI changes - otherwise delete this section)
Before this PR:
\
After this PR:
\
(warnings are from changing if statement from if typeof participanType is undefined to if participantType is driver. Pull request will not show any warnings)