Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rayriffy/check-in


https://github.com/rayriffy/check-in

Last synced: 9 days ago
JSON representation

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.