Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rayriffy/check-in
https://github.com/rayriffy/check-in
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rayriffy/check-in
- Owner: rayriffy
- Created: 2024-05-09T08:25:28.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-18T06:30:53.000Z (6 months ago)
- Last Synced: 2024-10-11T13:27:07.207Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://rayriffy.github.io/check-in/
- Size: 111 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Check-in
Event check-in kiosk for Creatorsgarten events.
Stamper has been hard-coded to only be used in curtain events. Contact project maintainer to request permissions to be used in the other event.
## Configuration
The only file you need to touch is [`$event/constants`](./web/src/packlets/events/constants.ts) in frontend.
```ts
import { Event } from "$events/types.ts";const event: Event = {
name: "BKK.JS #20",
eventpopId: "26956",
steps: [Step.Eventpop],
};
```- `name`: Event name
- `eventpopId`: Eventpop event ID
- `steps`: Steps to be shown in the check-in process, by default `Step.Eventpop` is always required.