NobGit
public imalexnord read

Slot

Calendar-first scheduling powered by Cloudflare Workers and Google Calendar.

Languages

Repository composition by tracked source files.

TypeScript
TypeScript 79% CSS 19% SQL 2% HTML 0%
Create file Wiki Documentation
Clone
https://nobgit.com/user/imalexnord/slot.git
ssh://[email protected]:2222/user/imalexnord/slot.git

Trace

wrangler.jsonc

Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.

wrangler.jsonc on main
Author Date Commit Line Code
Alex Nord 3 days ago 45c38c3

Prepare Slot booking worker

Full commit hash
45c38c3ae5284118e8d65aa9d49e90850b1209f5
Author
Alex Nord <[email protected]>
Date
3 days ago
Selected line
1
{
Open commit View diff
1 {
same change 45c38c3

Prepare Slot booking worker

Full commit hash
45c38c3ae5284118e8d65aa9d49e90850b1209f5
Author
Alex Nord <[email protected]>
Date
3 days ago
Selected line
2
  "$schema": "./node_modules/wrangler/config-schema.json",
Open commit View diff
2 "$schema": "./node_modules/wrangler/config-schema.json",
Alex Nord 3 days ago 56fdb61

Remove personal domain defaults

Full commit hash
56fdb6196bb38f86706331fa1d085936c70c7ac8
Author
Alex Nord <[email protected]>
Date
3 days ago
Selected line
3
  "name": "slot",
Open commit View diff
3 "name": "slot",
Alex Nord 3 days ago 45c38c3

Prepare Slot booking worker

Full commit hash
45c38c3ae5284118e8d65aa9d49e90850b1209f5
Author
Alex Nord <[email protected]>
Date
3 days ago
Selected line
4
  "main": "./worker/index.ts",
Open commit View diff
4 "main": "./worker/index.ts",
same change 45c38c3

Prepare Slot booking worker

Full commit hash
45c38c3ae5284118e8d65aa9d49e90850b1209f5
Author
Alex Nord <[email protected]>
Date
3 days ago
Selected line
5
  "compatibility_date": "2026-07-25",
Open commit View diff
5 "compatibility_date": "2026-07-25",
same change 45c38c3

Prepare Slot booking worker

Full commit hash
45c38c3ae5284118e8d65aa9d49e90850b1209f5
Author
Alex Nord <[email protected]>
Date
3 days ago
Selected line
6
  "assets": {
Open commit View diff
6 "assets": {
same change 45c38c3

Prepare Slot booking worker

Full commit hash
45c38c3ae5284118e8d65aa9d49e90850b1209f5
Author
Alex Nord <[email protected]>
Date
3 days ago
Selected line
7
    "not_found_handling": "single-page-application",
Open commit View diff
7 "not_found_handling": "single-page-application",
Alex Nord 1 day ago 9abcc27

Added Stripe payments

Full commit hash
9abcc271f095921a2c76e260009e53cda98d817a
Author
Alex Nord <[email protected]>
Date
1 day ago
Selected line
8
    "run_worker_first": [
Open commit View diff
8 "run_worker_first": [
same change 9abcc27

Added Stripe payments

Full commit hash
9abcc271f095921a2c76e260009e53cda98d817a
Author
Alex Nord <[email protected]>
Date
1 day ago
Selected line
9
      "/api/*",
Open commit View diff
9 "/api/*",
same change 9abcc27

Added Stripe payments

Full commit hash
9abcc271f095921a2c76e260009e53cda98d817a
Author
Alex Nord <[email protected]>
Date
1 day ago
Selected line
10
      "/auth/*"
Open commit View diff
10 "/auth/*"
same change 9abcc27

Added Stripe payments

Full commit hash
9abcc271f095921a2c76e260009e53cda98d817a
Author
Alex Nord <[email protected]>
Date
1 day ago
Selected line
11
    ]
Open commit View diff
11 ]
Alex Nord 3 days ago 45c38c3

Prepare Slot booking worker

Full commit hash
45c38c3ae5284118e8d65aa9d49e90850b1209f5
Author
Alex Nord <[email protected]>
Date
3 days ago
Selected line
12
  },
Open commit View diff
12 },
same change 45c38c3

Prepare Slot booking worker

Full commit hash
45c38c3ae5284118e8d65aa9d49e90850b1209f5
Author
Alex Nord <[email protected]>
Date
3 days ago
Selected line
13
  "d1_databases": [
Open commit View diff
13 "d1_databases": [
same change 45c38c3

Prepare Slot booking worker

Full commit hash
45c38c3ae5284118e8d65aa9d49e90850b1209f5
Author
Alex Nord <[email protected]>
Date
3 days ago
Selected line
14
    {
Open commit View diff
14 {
same change 45c38c3

Prepare Slot booking worker

Full commit hash
45c38c3ae5284118e8d65aa9d49e90850b1209f5
Author
Alex Nord <[email protected]>
Date
3 days ago
Selected line
15
      "binding": "DB",
Open commit View diff
15 "binding": "DB",
Alex Nord 3 days ago 56fdb61

Remove personal domain defaults

Full commit hash
56fdb6196bb38f86706331fa1d085936c70c7ac8
Author
Alex Nord <[email protected]>
Date
3 days ago
Selected line
16
      "database_name": "slot-db",
Open commit View diff
16 "database_name": "slot-db",
Alex Nord 1 day ago 9abcc27

Added Stripe payments

Full commit hash
9abcc271f095921a2c76e260009e53cda98d817a
Author
Alex Nord <[email protected]>
Date
1 day ago
Selected line
17
      "migrations_dir": "migrations",
Open commit View diff
17 "migrations_dir": "migrations",
same change 9abcc27

Added Stripe payments

Full commit hash
9abcc271f095921a2c76e260009e53cda98d817a
Author
Alex Nord <[email protected]>
Date
1 day ago
Selected line
18
      "database_id": "0b786b3a-fac1-4e26-b1b5-1c994ed4026e"
Open commit View diff
18 "database_id": "0b786b3a-fac1-4e26-b1b5-1c994ed4026e"
Alex Nord 3 days ago 45c38c3

Prepare Slot booking worker

Full commit hash
45c38c3ae5284118e8d65aa9d49e90850b1209f5
Author
Alex Nord <[email protected]>
Date
3 days ago
Selected line
19
    }
Open commit View diff
19 }
same change 45c38c3

Prepare Slot booking worker

Full commit hash
45c38c3ae5284118e8d65aa9d49e90850b1209f5
Author
Alex Nord <[email protected]>
Date
3 days ago
Selected line
20
  ]
Open commit View diff
20 ]
same change 45c38c3

Prepare Slot booking worker

Full commit hash
45c38c3ae5284118e8d65aa9d49e90850b1209f5
Author
Alex Nord <[email protected]>
Date
3 days ago
Selected line
21
}
Open commit View diff
21 }