src/client/routes/events/ManageEvents.tsx
Function ManageEvents
has 88 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const ManageEvents: FunctionComponent = (): JSX.Element => {
const [output, setOutput] = useState('No updates to report');
const [addOrUpdateEvent] = useAddOrUpdateEventMutation();
const [removeAbsentEvents] = useRemoveAbsentEventsMutation();
const [assignEventToCompany] = useAssignEventToCompanyMutation();
- Create a ticketCreate a ticket
TODO found Open
Open
// TODO(#473): Use graphql for this fetch to take advantage of
- Create a ticketCreate a ticket
- Exclude checks
TODO found Open
Open
// TODO: Add events table and said UI component or just table, with columns being event attributes + time added
- Create a ticketCreate a ticket
- Exclude checks