David Teather

Results 45 issues of David Teather

Would be cool to visualize what events are happening where but is dependent on #28

in `website/lib/markdown.ts` In function `processMarkdown` You'll want to add another ``` .use(() => { // function that adds a copy code button when it sees a codeblock }) ``` I...

enhancement
good first issue
frontend

Gotta think about this one. Would be nice to have some basic site statistics like number of visitors, where they're from, total number of registered accounts, total number of events,...

- [ ] Ideally some free way to do this maybe just open street maps api?

We disabled dark mode in DaisyUI tailwind config. Make dark-mode or our own theme can pull the theme changer from the saas template i bought

frontend

Requirements - [ ] Create organizer roles (owner, admin, administrative, idk etc) - [ ] Organizers can only remove roles below them - [ ] Organizers can only add users...

backend

- [ ] show off all events on http://localhost:3000/events - [ ] show event data for http://localhost:3000/events/{event_id}/participant (public view) - [ ] add pagination and sorting and search and such...

When defining a command like ```json "postAttachCommand": { "website": "cd website && npm run dev", "api": "cd backend/api && go run cmd/main.go", "event_listener": "cd backend/event-listener && go run cmd/main.go" },...

containers