Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

[WIP] Admin/organiser events CRUD #338

Closed
wants to merge 8 commits into from

Conversation

Zeko369
Copy link
Member

@Zeko369 Zeko369 commented Feb 13, 2020

Admin/organiser can

  • create events
  • cancel event
  • message people RSVPed to the events
  • update events

closes #99, #100

@Zeko369 Zeko369 changed the title Admin events CRUD Admin/organiser events CRUD Feb 13, 2020
const router = useRouter();
const { id } = router.query;

return <h1>You&apos;re on event: {id}</h1>;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can just use an apostraphe in ' :P

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Me: '
Eslint: 😡
hahahahah

pages/dashboard/events/index.tsx Outdated Show resolved Hide resolved
client/components/DashboardEvent.tsx Show resolved Hide resolved
@Zeko369 Zeko369 changed the title Admin/organiser events CRUD [WIP] Admin/organiser events CRUD Feb 13, 2020
@Zeko369 Zeko369 closed this Feb 15, 2020
@Zeko369 Zeko369 deleted the feature/ChapterCRUDUi branch February 15, 2020 23:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

As an organizer I can email the entire list of participants.
2 participants